summaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-17 09:25:01 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-17 09:25:01 +0200
commitfc5cae981f906bc887eaf053b1826f9153210423 (patch)
tree972f7176ee226a9e3005dba93937945e64745daa /app/i18n
parent7d5e57b35b4eca07417c296c156edb3b88eef90b (diff)
Show a message to warn about loading divided by 2
See https://github.com/marienfressinaud/FreshRSS/issues/559
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/en.php1
-rw-r--r--app/i18n/fr.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index 8f39115ad..0c6d0e94f 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -269,6 +269,7 @@ return array (
'reading_configuration' => 'Reading',
'display_configuration' => 'Display',
'articles_per_page' => 'Number of articles per page',
+ 'number_divided_when_unfolded' => 'Divided by 2 during loading of unfolded articles.',
'default_view' => 'Default view',
'sort_order' => 'Sort order',
'auto_load_more' => 'Load next articles at the page bottom',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 48b4c1732..403638c99 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -269,6 +269,7 @@ return array (
'reading_configuration' => 'Lecture',
'display_configuration' => 'Affichage',
'articles_per_page' => 'Nombre d’articles par page',
+ 'number_divided_when_unfolded' => 'Divisé par 2 lors du chargement d’articles dépliés.',
'default_view' => 'Vue par défaut',
'sort_order' => 'Ordre de tri',
'auto_load_more' => 'Charger les articles suivants en bas de page',