aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/gen.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-18 12:06:40 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-18 12:06:40 +0100
commitbf2f7176ee639ab42e929e7331939da5258165c5 (patch)
treef7643a1417d490a5869a2d4af15a4ed0828e3baa /app/i18n/en/gen.php
parent14206aca160355507ae50e6337c798733e730c15 (diff)
Improve i18n for JavaScript
notif_* messages have been moved into feedback array.
Diffstat (limited to 'app/i18n/en/gen.php')
-rw-r--r--app/i18n/en/gen.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php
index 539feaf40..4e9e2e7d6 100644
--- a/app/i18n/en/gen.php
+++ b/app/i18n/en/gen.php
@@ -96,11 +96,11 @@ return array(
'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!',
'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You will lose related favorites and user queries. It cannot be cancelled!',
'feedback' => array(
- 'request_failed' => 'A problem happened and the request failed.'
+ 'body_new_articles' => 'There are \\d new articles to read on FreshRSS.',
+ 'request_failed' => 'A problem happened and the request failed.',
+ 'title_new_articles' => 'FreshRSS: new articles!',
),
'new_article' => 'There are new available articles, click to refresh the page.',
- 'notif_body_new_articles' => 'There are \\d new articles to read on FreshRSS.',
- 'notif_title_new_articles' => 'FreshRSS: new articles!',
'should_be_activated' => 'JavaScript must be enabled',
),
'lang' => array(