diff options
| author | 2015-05-17 01:30:35 +0200 | |
|---|---|---|
| committer | 2015-05-17 01:30:35 +0200 | |
| commit | 35cdb89eed82ec7458b85cc734d384bdada111a3 (patch) | |
| tree | e0a834f29835736c912ff257931bd73b45812c64 | |
| parent | c1a5b8045e60c0b01fcf565c521372548d78955c (diff) | |
Language fix + en_GB standardisation
| -rw-r--r-- | app/i18n/en/feedback.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php index 19af81e5b..c9189c0d0 100644 --- a/app/i18n/en/feedback.php +++ b/app/i18n/en/feedback.php @@ -2,7 +2,7 @@ return array( 'admin' => array( - 'optimization_complete' => 'Optimization complete', + 'optimization_complete' => 'Optimisation complete', ), 'access' => array( 'denied' => 'You don’t have permission to access this page', @@ -52,7 +52,7 @@ return array( 'zip_error' => 'An error occured during Zip import.', ), 'sub' => array( - 'actualize' => 'Actualize', + 'actualize' => 'Actualise', 'category' => array( 'created' => 'Category %s has been created.', 'deleted' => 'Category has been deleted.', @@ -86,7 +86,7 @@ return array( 'purge_completed' => 'Purge completed (%d articles deleted)', ), 'update' => array( - 'can_apply' => 'FreshRSS will be now updated to the <strong>version %s</strong>.', + 'can_apply' => 'FreshRSS will now be updated to the <strong>version %s</strong>.', 'error' => 'The update process has encountered an error: %s', 'file_is_nok' => 'Check permissions on <em>%s</em> directory. HTTP server must have rights to write into', 'finished' => 'Update completed!', |
