core/lang lexique

This commit is contained in:
Deltacms 2024-02-02 17:25:36 +01:00
parent 90669b619e
commit 22faa68904
4 changed files with 4 additions and 1 deletions

View File

@ -315,7 +315,7 @@ if($pagesComment && $nbPage > 1){ ?>
</div>
<?php } ?>
<div class="col1" style="padding-top:20px;text-align:center;">
<?php echo template::label('','Page '.$_SESSION[$commentNumPage].'/'.$nbPage,[]); ?>
<?php echo template::label('',$text['core']['showComment'][11].$_SESSION[$commentNumPage].'/'.$nbPage,[]); ?>
</div>
<?php if($_SESSION[$commentNumPage] < $nbPage ) { ?>
<div class="col1">

View File

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

View File

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

View File

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