aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/install.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/install.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/install.php')
-rw-r--r--app/i18n/en/install.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php
index 8c2fd9523..048774a1e 100644
--- a/app/i18n/en/install.php
+++ b/app/i18n/en/install.php
@@ -3,7 +3,7 @@
return array(
'action' => array(
'finish' => 'Complete installation',
- 'fix_errors_before' => 'Please fix errors before skipping to the next step.',
+ 'fix_errors_before' => 'Please all fix errors before continuing to the next step.',
'keep_install' => 'Keep previous configuration',
'next_step' => 'Go to the next step',
'reinstall' => 'Reinstall FreshRSS',
@@ -20,7 +20,7 @@ return array(
'_' => 'Database',
'conf' => array(
'_' => 'Database configuration',
- 'ko' => 'Verify your database information.',
+ 'ko' => 'Verify your database configuration.',
'ok' => 'Database configuration has been saved.',
),
'host' => 'Host',
@@ -33,11 +33,11 @@ return array(
'_' => 'Checks',
'already_installed' => 'We have detected that FreshRSS is already installed!',
'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 the <em>./data/cache</em> directory. The HTTP server must have write permission.',
+ 'ok' => 'Permissions on the cache directory are good.',
),
'ctype' => array(
- 'nok' => 'Cannot find a required library for character type checking (php-ctype).',
+ 'nok' => 'Cannot find the required library for character type checking (php-ctype).',
'ok' => 'You have the required library for character type checking (ctype).',
),
'curl' => array(
@@ -45,16 +45,16 @@ 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 the <em>./data</em> directory. The HTTP server must have write permission.',
+ 'ok' => 'Permissions on the data directory are good.',
),
'dom' => array(
- 'nok' => 'Cannot find a required library to browse the DOM.',
+ 'nok' => 'Cannot find the required library to browse the DOM.',
'ok' => 'You have the required library to browse the DOM.',
),
'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 the <em>./data/favicons</em> directory. The HTTP server must have write permission.',
+ 'ok' => 'Permissions on the favicons directory are good.',
),
'fileinfo' => array(
'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).',
@@ -65,8 +65,8 @@ return array(
'ok' => 'Your HTTP REFERER is known and corresponds to your server.',
),
'json' => array(
- 'nok' => 'Cannot find a recommended library to parse JSON.',
- 'ok' => 'You have a recommended library to parse JSON.',
+ 'nok' => 'Cannot find the recommended library to parse JSON.',
+ 'ok' => 'You have the recommended library to parse JSON.',
),
'mbstring' => array(
'nok' => 'Cannot find the recommended library mbstring for Unicode.',
@@ -77,7 +77,7 @@ return array(
'ok' => 'You have the Minz framework.',
),
'pcre' => array(
- 'nok' => 'Cannot find a required library for regular expressions (php-pcre).',
+ 'nok' => 'Cannot find the required library for regular expressions (php-pcre).',
'ok' => 'You have the required library for regular expressions (PCRE).',
),
'pdo' => array(
@@ -85,12 +85,12 @@ return array(
'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',
),
'php' => array(
- 'nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.',
- 'ok' => 'Your PHP version is %s, which is compatible with FreshRSS.',
+ 'nok' => 'Your PHP version is %s, but FreshRSS requires at least version %s.',
+ 'ok' => 'Your PHP version, %s, is compatible with FreshRSS.',
),
'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 the <em>./data/users</em> directory. The HTTP server must have write permissions',
+ 'ok' => 'Permissions on the users directory are good.',
),
'xml' => array(
'nok' => 'Cannot find the required library to parse XML.',
@@ -104,7 +104,7 @@ return array(
'congratulations' => 'Congratulations!',
'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>',
'delete_articles_after' => 'Remove articles after',
- 'fix_errors_before' => 'Please fix errors before skipping to the next step.',
+ 'fix_errors_before' => 'Please fix errors before continuing to the next step.',
'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
'js' => array(
'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?',