From 30a5053f92a3195a69bc0b237d58ba84f44e121d Mon Sep 17 00:00:00 2001 From: Deltacms Date: Thu, 21 Dec 2023 11:12:29 +0100 Subject: [PATCH] agenda lang couleur grille --- module/agenda/lang/en/lex_agenda.php | 2 ++ module/agenda/lang/es/lex_agenda.php | 2 ++ module/agenda/lang/fr/lex_agenda.php | 2 ++ module/agenda/view/config/config.php | 4 ++-- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/module/agenda/lang/en/lex_agenda.php b/module/agenda/lang/en/lex_agenda.php index 14914b3..ad6f327 100644 --- a/module/agenda/lang/en/lex_agenda.php +++ b/module/agenda/lang/en/lex_agenda.php @@ -53,6 +53,8 @@ $text['agenda_view']['config'][34] = 'End : '; $text['agenda_view']['config'][35] = "Are you sure you want to delete all the events from your calendar ?"; $text['agenda_view']['config'][36] = 'Help'; $text['agenda_view']['config'][37] = 'module/agenda/view/config/config.help_en.html'; +$text['agenda_view']['config'][38] = 'Choice of the color of the agenda grid'; +$text['agenda_view']['config'][39] = 'Grid color'; $text['agenda_view']['creation'][0] = 'Back'; $text['agenda_view']['creation'][1] = 'Save'; $text['agenda_view']['creation'][2] = 'Create event'; diff --git a/module/agenda/lang/es/lex_agenda.php b/module/agenda/lang/es/lex_agenda.php index c02f0d3..e72036a 100644 --- a/module/agenda/lang/es/lex_agenda.php +++ b/module/agenda/lang/es/lex_agenda.php @@ -53,6 +53,8 @@ $text['agenda_view']['config'][34] = 'Fin: '; $text['agenda_view']['config'][35] = "¿Está seguro de que desea eliminar todos los eventos de su agenda?"; $text['agenda_view']['config'][36] = 'Ayuda'; $text['agenda_view']['config'][37] = 'module/agenda/view/config/config.help_en.html'; +$text['agenda_view']['config'][38] = 'Elección del color de la cuadrícula de la agenda'; +$text['agenda_view']['config'][39] = 'Color de cuadrícula'; $text['agenda_view']['creation'][0] = 'Atrás'; $text['agenda_view']['creation'][1] = 'Guardar'; $text['agenda_view']['creation'][2] = 'Crear un evento'; diff --git a/module/agenda/lang/fr/lex_agenda.php b/module/agenda/lang/fr/lex_agenda.php index 02549d9..00acc7a 100644 --- a/module/agenda/lang/fr/lex_agenda.php +++ b/module/agenda/lang/fr/lex_agenda.php @@ -53,6 +53,8 @@ $text['agenda_view']['config'][34] = 'Fin : '; $text['agenda_view']['config'][35] = "Êtes-vous sûr de vouloir supprimer tous les évènements de votre agenda ?"; $text['agenda_view']['config'][36] = 'Aide'; $text['agenda_view']['config'][37] = 'module/agenda/view/config/config.help.html'; +$text['agenda_view']['config'][38] = 'Choix de la couleur de la grille de l\'agenda'; +$text['agenda_view']['config'][39] = 'Couleur de la grille'; $text['agenda_view']['creation'][0] = 'Retour'; $text['agenda_view']['creation'][1] = 'Enregistrer'; $text['agenda_view']['creation'][2] = 'Créer un évènement'; diff --git a/module/agenda/view/config/config.php b/module/agenda/view/config/config.php index 781bbd5..010aaf1 100644 --- a/module/agenda/view/config/config.php +++ b/module/agenda/view/config/config.php @@ -80,8 +80,8 @@ else {
'colorPicker', - 'help' => 'toto', - 'label' => 'Couleur de la grille', + 'help' => $text['agenda_view']['config'][38], + 'label' => $text['agenda_view']['config'][39], 'value' => $this->getData(['module', $this->getUrl(0),'config', 'gridColor']) ]); ?>