forked from ZwiiCMS-Team/ZwiiCMS
template::header devient topic::transcribe
This commit is contained in:
parent
5f148baad5
commit
332941fe83
@ -3,9 +3,9 @@
|
||||
class template {
|
||||
|
||||
/**
|
||||
* Créer un header de niveau 4 uniquement pour la traduction des titres
|
||||
* retourne un texte traduit
|
||||
*/
|
||||
public static function header($text) {
|
||||
public static function transcribe($text) {
|
||||
$text = helper::translate($text);
|
||||
return $text ;
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::header('Paramètres de la sauvegarde'); ?>
|
||||
<?php echo template::transcribe('Paramètres de la sauvegarde'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4><?php echo template::header('Sécurité de la connexion');?>
|
||||
<h4><?php echo template::transcribe('Sécurité de la connexion');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/connexion" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
@ -90,7 +90,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4><?php echo template::header('Journalisation');?>
|
||||
<h4><?php echo template::transcribe('Journalisation');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/journalisation" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4><?php echo template::header('Paramètres');?>
|
||||
<h4><?php echo template::transcribe('Paramètres');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/reseau" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
@ -37,7 +37,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4><?php echo template::header('SMTP');?>
|
||||
<h4><?php echo template::transcribe('SMTP');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/smtp" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::header('Archive à restaurer');?>
|
||||
<?php echo template::transcribe('Archive à restaurer');?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col10 offset1">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4><?php echo template::header('Paramétres');?>
|
||||
<h4><?php echo template::transcribe('Paramétres');?>
|
||||
<span id="setupHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/parametres" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
@ -56,7 +56,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::header('Mise à jour automatisée');?>
|
||||
<?php echo template::transcribe('Mise à jour automatisée');?>
|
||||
<span id="updateHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/mise-a-jour" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::header('Capture d\'écran Open Graph');?>
|
||||
<?php echo template::transcribe('Capture d\'écran Open Graph');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/referencement" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
@ -47,7 +47,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::header('Référencement');?>
|
||||
<?php echo template::transcribe('Référencement');?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col4 offset1">
|
||||
@ -69,7 +69,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::header('Réseaux sociaux');?>
|
||||
<?php echo template::transcribe('Réseaux sociaux');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/reseaux-sociaux" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
|
@ -223,7 +223,7 @@
|
||||
"Mise à jour automatisée": "",
|
||||
"Capture d\/'écran Open Graph": "",
|
||||
"Référencement": "",
|
||||
"Réseaux sociaux": "",
|
||||
"Réseaux sociaux": ""
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user