aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/admin.php
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2020-07-23 20:36:49 +0200
committerGravatar GitHub <noreply@github.com> 2020-07-23 20:36:49 +0200
commit5cee45922b834bb5b836cf6d153a8848a3d3d649 (patch)
tree80247d618e07c5dbcdf4bd9936c12294d1a1d462 /app/i18n/en/admin.php
parenta23a7f2dbbacf915be5fbb751d7e77e1609f91a5 (diff)
[i18n] Update en-UK grammar and style (#3068)
Taken from <https://github.com/FreshRSS/FreshRSS/pull/3060>
Diffstat (limited to 'app/i18n/en/admin.php')
-rw-r--r--app/i18n/en/admin.php54
1 files changed, 27 insertions, 27 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php
index b4aef304f..7983495d1 100644
--- a/app/i18n/en/admin.php
+++ b/app/i18n/en/admin.php
@@ -2,7 +2,7 @@
return array(
'auth' => array(
- 'allow_anonymous' => 'Allow anonymous reading of the articles of the default user (%s)',
+ 'allow_anonymous' => 'Allow anonymous reading of the default user\'s articles (%s)',
'allow_anonymous_refresh' => 'Allow anonymous refresh of the articles',
'api_enabled' => 'Allow <abbr>API</abbr> access <small>(required for mobile apps)</small>',
'form' => 'Web form (traditional, requires JavaScript)',
@@ -17,16 +17,16 @@ return array(
),
'check_install' => array(
'cache' => array(
- 'nok' => 'Check permissions on <em>./data/cache</em> directory. HTTP server must have rights to write into',
- 'ok' => 'Permissions on cache directory are good.',
+ 'nok' => 'Check permissions on <em>./data/cache</em> directory. HTTP server must have write permission.',
+ 'ok' => 'Permissions on the cache directory are good.',
),
'categories' => array(
'nok' => 'Category table is improperly configured.',
- 'ok' => 'Category table is ok.',
+ 'ok' => 'Category table is okay.',
),
'connection' => array(
'nok' => 'Connection to the database cannot be established.',
- 'ok' => 'Connection to the database is ok.',
+ 'ok' => 'Connection to the database is okay.',
),
'ctype' => array(
'nok' => 'Cannot find a required library for character type checking (php-ctype).',
@@ -37,8 +37,8 @@ return array(
'ok' => 'You have the cURL library.',
),
'data' => array(
- 'nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into',
- 'ok' => 'Permissions on data directory are good.',
+ 'nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have write permission.',
+ 'ok' => 'Permissions on the data directory are good.',
),
'database' => 'Database installation',
'dom' => array(
@@ -47,15 +47,15 @@ return array(
),
'entries' => array(
'nok' => 'Entry table is improperly configured.',
- 'ok' => 'Entry table is ok.',
+ 'ok' => 'Entry table is okay.',
),
'favicons' => array(
- 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into',
- 'ok' => 'Permissions on favicons directory are good.',
+ 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have write permission.',
+ 'ok' => 'Permissions on the favicons directory are good.',
),
'feeds' => array(
'nok' => 'Feed table is improperly configured.',
- 'ok' => 'Feed table is ok.',
+ 'ok' => 'Feed table is okay.',
),
'fileinfo' => array(
'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).',
@@ -64,11 +64,11 @@ return array(
'files' => 'File installation',
'json' => array(
'nok' => 'Cannot find JSON (php-json package).',
- 'ok' => 'You have JSON extension.',
+ 'ok' => 'You have the JSON extension.',
),
'mbstring' => array(
- 'nok' => 'Cannot find the recommended library mbstring for Unicode.',
- 'ok' => 'You have the recommended library mbstring for Unicode.',
+ 'nok' => 'Cannot find the recommended mbstring library for Unicode.',
+ 'ok' => 'You have the recommended mbstring library for Unicode.',
),
'minz' => array(
'nok' => 'Cannot find the Minz framework.',
@@ -85,24 +85,24 @@ return array(
'php' => array(
'_' => 'PHP installation',
'nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.',
- 'ok' => 'Your PHP version is %s, which is compatible with FreshRSS.',
+ 'ok' => 'Your PHP version (%s) is compatible with FreshRSS.',
),
'tables' => array(
'nok' => 'There are one or more missing tables in the database.',
'ok' => 'The appropriate tables exist in the database.',
),
- 'title' => 'Installation checking',
+ 'title' => 'Installation check',
'tokens' => array(
- 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into',
- 'ok' => 'Permissions on tokens directory are good.',
+ 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have write permission',
+ 'ok' => 'Permissions on the tokens directory are good.',
),
'users' => array(
- 'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have rights to write into',
- 'ok' => 'Permissions on users directory are good.',
+ 'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have write permission',
+ 'ok' => 'Permissions on the users directory are good.',
),
'zip' => array(
- 'nok' => 'Cannot find ZIP extension (php-zip package).',
- 'ok' => 'You have ZIP extension.',
+ 'nok' => 'Cannot find the ZIP extension (php-zip package).',
+ 'ok' => 'You have the ZIP extension.',
),
),
'extensions' => array(
@@ -117,7 +117,7 @@ return array(
'no_configure_view' => 'This extension cannot be configured.',
'system' => array(
'_' => 'System extensions',
- 'no_rights' => 'System extension (you have no rights on it)',
+ 'no_rights' => 'System extension (you do not have the required permissions)',
),
'title' => 'Extensions',
'update' => 'Update available',
@@ -145,7 +145,7 @@ return array(
'main' => 'Main statistics',
'repartition' => 'Articles repartition',
),
- 'no_idle' => 'There is no idle feed!',
+ 'no_idle' => 'There are no idle feeds!',
'number_entries' => '%d articles',
'percent_of_total' => '%% of total',
'repartition' => 'Articles repartition',
@@ -163,10 +163,10 @@ return array(
'help' => 'in seconds',
'number' => 'Duration to keep logged in',
),
- 'force_email_validation' => 'Force email addresses validation',
+ 'force_email_validation' => 'Force email address validation',
'instance-name' => 'Instance name',
- 'max-categories' => 'Categories per user limit',
- 'max-feeds' => 'Feeds per user limit',
+ 'max-categories' => 'Max number of categories per user',
+ 'max-feeds' => 'Max number of feeds per user',
'registration' => array(
'help' => '0 means that there is no account limit',
'number' => 'Max number of accounts',