diff options
| author | 2015-01-18 12:06:40 +0100 | |
|---|---|---|
| committer | 2015-01-18 12:06:40 +0100 | |
| commit | bf2f7176ee639ab42e929e7331939da5258165c5 (patch) | |
| tree | f7643a1417d490a5869a2d4af15a4ed0828e3baa /app/i18n/en/gen.php | |
| parent | 14206aca160355507ae50e6337c798733e730c15 (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.php | 6 |
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( |
