template::header devient topic::transcribe

This commit is contained in:
Fred Tempez 2022-09-13 10:35:52 +02:00
parent 5f148baad5
commit 332941fe83
8 changed files with 15 additions and 15 deletions

View File

@ -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 ;
}

View File

@ -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">

View File

@ -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']);?>

View File

@ -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']);?>

View File

@ -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">

View File

@ -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']);?>

View File

@ -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']);?>

View File

@ -223,7 +223,7 @@
"Mise à jour automatisée": "",
"Capture d\/'écran Open Graph": "",
"Référencement": "",
"Réseaux sociaux": "",
"Réseaux sociaux": ""
}