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/index.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/index.php')
| -rw-r--r-- | app/i18n/en/index.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php index c90683755..04a865ee0 100644 --- a/app/i18n/en/index.php +++ b/app/i18n/en/index.php @@ -4,7 +4,7 @@ return array( 'about' => array( '_' => 'About', 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', - 'bugs_reports' => 'Bugs reports', + 'bugs_reports' => 'Bug reports', 'credits' => 'Credits', 'credits_content' => 'Some design elements come from <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> although FreshRSS doesn’t use this framework. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">Icons</a> come from <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> font police has been created by <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS is based on <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.', 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> or <a href="https://github.com/LeedRSS/Leed">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.', @@ -16,8 +16,8 @@ return array( 'website' => 'Website', ), 'feed' => array( - 'add' => 'You may add some feeds.', - 'empty' => 'There is no article to show.', + 'add' => 'Please add some feeds.', + 'empty' => 'There are no articles to show.', 'rss_of' => 'RSS feed of %s', 'title' => 'Your RSS feeds', 'title_fav' => 'Your favourites', @@ -32,8 +32,8 @@ return array( 'menu' => array( 'about' => 'About FreshRSS', 'add_query' => 'Add a query', - 'before_one_day' => 'Before one day', - 'before_one_week' => 'Before one week', + 'before_one_day' => 'Older than one day', + 'before_one_week' => 'Older than one week', 'favorites' => 'Favourites (%s)', 'global_view' => 'Global view', 'main_stream' => 'Main stream', @@ -52,7 +52,7 @@ return array( 'search_short' => 'Search', 'starred' => 'Show favourites', 'stats' => 'Statistics', - 'subscription' => 'Subscriptions management', + 'subscription' => 'Subscription management', 'tags' => 'My labels', 'unread' => 'Show unread', ), |
