From 22faa6890424985a7bd22a37c18ada37c5067709 Mon Sep 17 00:00:00 2001 From: Deltacms Date: Fri, 2 Feb 2024 17:25:36 +0100 Subject: [PATCH] core/lang lexique --- core/include/comment.inc.php | 2 +- core/lang/en/lex_core.php | 1 + core/lang/es/lex_core.php | 1 + core/lang/fr/lex_core.php | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/include/comment.inc.php b/core/include/comment.inc.php index aa89939..79ddfe9 100644 --- a/core/include/comment.inc.php +++ b/core/include/comment.inc.php @@ -315,7 +315,7 @@ if($pagesComment && $nbPage > 1){ ?>
- +
diff --git a/core/lang/en/lex_core.php b/core/lang/en/lex_core.php index 712b726..1e67027 100644 --- a/core/lang/en/lex_core.php +++ b/core/lang/en/lex_core.php @@ -41,6 +41,7 @@ $text['core']['showComment'][6] = 'No comments yet'; $text['core']['showComment'][8] = 'Send'; $text['core']['showComment'][9] = 'Name or nickname'; $text['core']['showComment'][10] = 'Comment'; +$text['core']['showComment'][11] = 'Page '; // core.js.php $text['core_js'][0] = "Updating ?"; // Select File diff --git a/core/lang/es/lex_core.php b/core/lang/es/lex_core.php index 71db9b0..edbd270 100644 --- a/core/lang/es/lex_core.php +++ b/core/lang/es/lex_core.php @@ -41,6 +41,7 @@ $text['core']['showComment'][6] = 'Aún no hay comentarios'; $text['core']['showComment'][8] = 'Enviar'; $text['core']['showComment'][9] = 'Nombre o apodo'; $text['core']['showComment'][10] = 'Comentario'; +$text['core']['showComment'][11] = 'Página '; // core.js.php $text['core_js'][0] = "¿Realizar actualización?"; // Seleccione Archivo diff --git a/core/lang/fr/lex_core.php b/core/lang/fr/lex_core.php index 6cdfb4a..c7bf535 100644 --- a/core/lang/fr/lex_core.php +++ b/core/lang/fr/lex_core.php @@ -41,6 +41,7 @@ $text['core']['showComment'][6] = 'Pas encore de commentaire'; $text['core']['showComment'][8] = 'Envoyer'; $text['core']['showComment'][9] = 'Nom ou pseudo'; $text['core']['showComment'][10] = 'Commentaire'; +$text['core']['showComment'][11] = 'Page '; // core.js.php $text['core_js'][0] = "Effectuer la mise à jour ?"; // Select File