From 620c989845e8166a371a897158c1b59193ea2cc8 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 19 Sep 2022 10:26:39 +0200 Subject: [PATCH] =?UTF-8?q?=C3=89diteur=20remplace=20Editeur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/page/page.php | 4 ++-- core/module/page/view/edit/edit.php | 4 ++-- module/blog/view/edit/edit.php | 2 +- module/form/view/option/option.php | 2 +- module/forum/view/edit/edit.php | 2 +- site/i18n/es.json | 9 +++++++-- site/i18n/template.json | 9 +++++++-- 7 files changed, 21 insertions(+), 11 deletions(-) diff --git a/core/module/page/page.php b/core/module/page/page.php index 8e92e14e..431d8b96 100644 --- a/core/module/page/page.php +++ b/core/module/page/page.php @@ -552,7 +552,7 @@ class page extends common { } /** - * Editeur de feuille de style + * Éditeur de feuille de style */ public function cssEditor() { // Soumission du formulaire @@ -579,7 +579,7 @@ class page extends common { } /** - * Editeur de feuille de style + * Éditeur de feuille de style */ public function jsEditor() { // Soumission du formulaire diff --git a/core/module/page/view/edit/edit.php b/core/module/page/view/edit/edit.php index dce2850e..1d7325a9 100644 --- a/core/module/page/view/edit/edit.php +++ b/core/module/page/view/edit/edit.php @@ -261,7 +261,7 @@
helper::baseUrl() . 'page/cssEditor/' . $this->getUrl(2), - 'value' => 'Editeur CSS', + 'value' => 'Éditeur CSS', 'help' => 'Feuille de style spécifique à la page.' ]); ?>
@@ -270,7 +270,7 @@
helper::baseUrl() . 'page/jsEditor/' . $this->getUrl(2), - 'value' => 'Editeur JS', + 'value' => 'Éditeur JS', 'help' => 'Instructions JS ou jquery spécifiques à la page.' ]); ?>
diff --git a/module/blog/view/edit/edit.php b/module/blog/view/edit/edit.php index 88f5c011..cf3b6e72 100755 --- a/module/blog/view/edit/edit.php +++ b/module/blog/view/edit/edit.php @@ -142,7 +142,7 @@
$this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'commentGroupNotification']), - 'help' => 'Editeurs = éditeurs + administrateurs
Membres = membres + éditeurs + administrateurs' + 'help' => 'Éditeurs = éditeurs + administrateurs
Membres = membres + éditeurs + administrateurs' ]); ?>
diff --git a/module/form/view/option/option.php b/module/form/view/option/option.php index fe479465..5c6faa14 100644 --- a/module/form/view/option/option.php +++ b/module/form/view/option/option.php @@ -104,7 +104,7 @@ 'Aux groupes à partir de', 'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'group']), - 'help' => 'Editeurs = éditeurs + administrateurs
Membres = membres + éditeurs + administrateurs' + 'help' => 'Éditeurs = éditeurs + administrateurs
Membres = membres + éditeurs + administrateurs' ]); ?>
diff --git a/module/forum/view/edit/edit.php b/module/forum/view/edit/edit.php index a0f9ebd6..ddac9f56 100644 --- a/module/forum/view/edit/edit.php +++ b/module/forum/view/edit/edit.php @@ -142,7 +142,7 @@
$this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'commentGroupNotification']), - 'help' => 'Editeurs = éditeurs + administrateurs
Membres = membres + éditeurs + administrateurs' + 'help' => 'Éditeurs = éditeurs + administrateurs
Membres = membres + éditeurs + administrateurs' ]); ?>
diff --git a/site/i18n/es.json b/site/i18n/es.json index 8d701eeb..fc7a7c8f 100644 --- a/site/i18n/es.json +++ b/site/i18n/es.json @@ -317,6 +317,11 @@ "Thème de l'administration": "", "Appliquer": "", "Enregistrer": "", - "Editeur CSS": "", - "Editeur JS": "" + "Éditeur CSS": "", + "Éditeur JS": "", + "Accueil": "", + "Aide": "", + "Fontes": "", + "Gestion": "", + "Administration": "" } \ No newline at end of file diff --git a/site/i18n/template.json b/site/i18n/template.json index b80a9a72..ae935baf 100644 --- a/site/i18n/template.json +++ b/site/i18n/template.json @@ -317,6 +317,11 @@ "Thème de l'administration": "", "Appliquer": "", "Enregistrer": "", - "Editeur CSS": "", - "Editeur JS": "" + "Éditeur CSS": "", + "Éditeur JS": "", + "Accueil": "", + "Aide": "", + "Fontes": "", + "Gestion": "", + "Administration": "" } \ No newline at end of file