diff options
| author | 2014-10-24 15:22:30 +0200 | |
|---|---|---|
| committer | 2014-10-24 15:22:30 +0200 | |
| commit | 20b40aa85ea23e00e71e9d7ab8f3b08b51f16f41 (patch) | |
| tree | ce75978b81ae9e3d31f84081e8d1654c96887887 /app/i18n/en.php | |
| parent | 3e2d34c8671acae33568fdeb1398afad8296d9bf (diff) | |
Update i18n
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 2792ad7a2..a3593b28c 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -223,7 +223,6 @@ 'first_article' => 'Skip to the first article', 'fix_errors_before' => 'Fix errors before skip to the next step.', 'focus_search' => 'Access search box', - 'forbidden_access' => 'Access is forbidden!', 'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y', 'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i', 'freshrss' => 'FreshRSS', @@ -237,6 +236,7 @@ 'gen.menu.manage_users' => 'Manage users', 'gen.menu.profil' => 'Profil', 'gen.title.check_install' => 'Installation checking', + 'gen.title.global_view' => 'Global view', 'general_configuration' => 'General configuration', 'general_conf_is_ok' => 'General configuration has been saved.', 'github_or_email' => '<a href="https://github.com/marienfressinaud/FreshRSS/issues">on Github</a> or <a href="mailto:dev@marienfressinaud.fr">by mail</a>', @@ -262,14 +262,14 @@ 'invalid_login' => 'Login is invalid', 'invalid_url' => 'URL <em>%s</em> is invalid', 'is_admin' => 'is administrator', - 'Jan' => '\\J\\a\\n\\u\\a\\r\\y', 'jan' => 'jan', + 'Jan' => '\\J\\a\\n\\u\\a\\r\\y', 'january' => 'Jan', 'javascript_for_shortcuts' => 'JavaScript must be enabled in order to use shortcuts', 'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled', 'javascript_should_be_activated' => 'JavaScript must be enabled', - 'Jul' => '\\J\\u\\l\\y', 'jul' => 'jul', + 'Jul' => '\\J\\u\\l\\y', 'july' => 'Jul', 'jump_next' => 'jump to next unread sibling (feed or category)', 'jun' => 'jun', @@ -307,8 +307,8 @@ 'mark_favorite' => 'Mark as favourite', 'mark_feed_read' => 'Mark feed as read', 'mark_read' => 'Mark as read', - 'may' => 'May', 'May' => '\\M\\a\\y', + 'may' => 'May', 'minz_is_nok' => 'You lack the Minz framework. You should execute <em>build.sh</em> script or <a href="https://github.com/marienfressinaud/MINZ">download it on Github</a> and install in <em>%s</em> directory the content of its <em>/lib</em> directory.', 'minz_is_ok' => 'You have the Minz framework', 'mon' => 'Mon', @@ -329,8 +329,8 @@ 'not_read' => '%d unread', 'not_reads' => '%d unread', 'not_yet_implemented' => 'Not yet implemented', - 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', 'nov' => 'nov', + 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', 'november' => 'Nov', 'no_feed_actualized' => 'No RSS feed has been updated', 'no_feed_to_display' => 'There is no article to show.', @@ -346,8 +346,8 @@ 'number_feeds' => '%d feeds', 'n_entries_deleted' => '%d articles have been deleted', 'n_feeds_actualized' => '%d feeds have been updated', - 'oct' => 'oct', 'Oct' => '\\O\\c\\t\\o\\b\\e\\r', + 'oct' => 'oct', 'october' => 'Oct', 'ok' => 'Ok!', 'older_first' => 'Oldest first', @@ -424,8 +424,8 @@ 'seconds_(0_means_no_timeout)' => 'seconds (0 means no timeout)', 'see_on_website' => 'See on original website', 'see_website' => 'See website', - 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', 'sep' => 'sep', + 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', 'september' => 'Sep', 'shaarli' => 'Shaarli', 'share' => 'Share', |
