diff options
| author | 2020-07-23 20:36:49 +0200 | |
|---|---|---|
| committer | 2020-07-23 20:36:49 +0200 | |
| commit | 5cee45922b834bb5b836cf6d153a8848a3d3d649 (patch) | |
| tree | 80247d618e07c5dbcdf4bd9936c12294d1a1d462 /app/i18n/en/gen.php | |
| parent | a23a7f2dbbacf915be5fbb751d7e77e1609f91a5 (diff) | |
[i18n] Update en-UK grammar and style (#3068)
Taken from <https://github.com/FreshRSS/FreshRSS/pull/3060>
Diffstat (limited to 'app/i18n/en/gen.php')
| -rw-r--r-- | app/i18n/en/gen.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index 25cb0a977..f94148fd6 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -120,10 +120,10 @@ return array( 'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You will lose related favourites and user queries. It cannot be cancelled!', 'feedback' => array( 'body_new_articles' => 'There are %%d new articles to read on FreshRSS.', - 'request_failed' => 'A request has failed, it may have been caused by Internet connection problems.', + 'request_failed' => 'A request has failed, it may have been caused by internet connection problems.', 'title_new_articles' => 'FreshRSS: new articles!', ), - 'new_article' => 'There are new available articles, click to refresh the page.', + 'new_article' => 'There are new articles available, click to refresh the page.', 'should_be_activated' => 'JavaScript must be enabled', ), 'lang' => array( @@ -149,7 +149,7 @@ return array( 'admin' => 'Administration', 'archiving' => 'Archiving', 'authentication' => 'Authentication', - 'check_install' => 'Installation checking', + 'check_install' => 'Installation check', 'configuration' => 'Configuration', 'display' => 'Display', 'extensions' => 'Extensions', @@ -210,7 +210,7 @@ return array( 'default_category' => 'Uncategorized', 'no' => 'No', 'not_applicable' => 'Not available', - 'ok' => 'Ok!', + 'ok' => 'Okay!', 'or' => 'or', 'yes' => 'Yes', ), |
