From 5cee45922b834bb5b836cf6d153a8848a3d3d649 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 23 Jul 2020 20:36:49 +0200 Subject: [i18n] Update en-UK grammar and style (#3068) Taken from --- app/i18n/en/install.php | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'app/i18n/en/install.php') 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 ./data/cache directory. HTTP server must have rights to write into', - 'ok' => 'Permissions on cache directory are good.', + 'nok' => 'Check permissions on the ./data/cache 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 ./data directory. HTTP server must have rights to write into', - 'ok' => 'Permissions on data directory are good.', + 'nok' => 'Check permissions on the ./data 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 ./data/favicons directory. HTTP server must have rights to write into', - 'ok' => 'Permissions on favicons directory are good.', + 'nok' => 'Check permissions on the ./data/favicons 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 ./data/users directory. HTTP server must have rights to write into', - 'ok' => 'Permissions on users directory are good.', + 'nok' => 'Check permissions on the ./data/users 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 (maximum 16 alphanumeric characters)', '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?', -- cgit v1.2.3