aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ru/gen.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-02-06 17:29:56 +0100
committerGravatar GitHub <noreply@github.com> 2022-02-06 17:29:56 +0100
commitdfee46792f91cc357f697f35e7429c0c196f6a16 (patch)
treebeffd4906747360905decfa9142a0f63c62c5806 /app/i18n/ru/gen.php
parent1c5cf718599f698836fef3f8f88748757a7e85b5 (diff)
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
Diffstat (limited to 'app/i18n/ru/gen.php')
-rw-r--r--app/i18n/ru/gen.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/i18n/ru/gen.php b/app/i18n/ru/gen.php
index fdf430ac1..fee014bbe 100644
--- a/app/i18n/ru/gen.php
+++ b/app/i18n/ru/gen.php
@@ -179,10 +179,7 @@ return array(
'pagination' => array(
'first' => 'Первая',
'last' => 'Последняя',
- 'load_more' => 'Загрузить больше статей',
- 'mark_all_read' => 'Отметить всё прочитанным',
'next' => 'Следующая',
- 'nothing_to_load' => 'Больше нет статей',
'previous' => 'Предыдущая',
),
'period' => array(
@@ -227,4 +224,9 @@ return array(
'or' => 'или',
'yes' => 'Да',
),
+ 'stream' => array(
+ 'load_more' => 'Загрузить больше статей',
+ 'mark_all_read' => 'Отметить всё прочитанным',
+ 'nothing_to_load' => 'Больше нет статей',
+ ),
);