From dfee46792f91cc357f697f35e7429c0c196f6a16 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 6 Feb 2022 17:29:56 +0100 Subject: Improved: "Pagination" + load more button (#4125) * Frontend changes done * Load more should work now also without JS * Update template.rtl.css * improved the themes' CSS * Update template.rtl.css * fix CI * CSS prop. order fixed * Rename pagination.phtml to stream-footer.phtml * use the new template name * rename key of i18n * fixed CI, that does not like the white space * rename pagination variable * Update indexController.php --- app/i18n/pt-br/gen.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'app/i18n/pt-br/gen.php') diff --git a/app/i18n/pt-br/gen.php b/app/i18n/pt-br/gen.php index cc3b6df0f..0e30634b6 100644 --- a/app/i18n/pt-br/gen.php +++ b/app/i18n/pt-br/gen.php @@ -179,10 +179,7 @@ return array( 'pagination' => array( 'first' => 'Primeiro', 'last' => 'Último', - 'load_more' => 'Carregar mais artigos', - 'mark_all_read' => 'Marcar todos como lidos', 'next' => 'Próximo', - 'nothing_to_load' => 'Não há mais artigos', 'previous' => 'Anterior', ), 'period' => array( @@ -227,4 +224,9 @@ return array( 'or' => 'ou', 'yes' => 'Sim', ), + 'stream' => array( + 'load_more' => 'Carregar mais artigos', + 'mark_all_read' => 'Marcar todos como lidos', + 'nothing_to_load' => 'Não há mais artigos', + ), ); -- cgit v1.2.3