diff options
| author | 2015-05-17 11:53:34 +0200 | |
|---|---|---|
| committer | 2015-05-17 11:53:34 +0200 | |
| commit | 3d20c98cfc46d19b946a281ed63b4ee1837ba818 (patch) | |
| tree | 2269f4012033101d7526237970b7dbae8da38f96 | |
| parent | 8f89d306e8cd6724a12b6f53f602bcf0b7ce9660 (diff) | |
| parent | 35cdb89eed82ec7458b85cc734d384bdada111a3 (diff) | |
Merge pull request #839 from Alwaysin/patch-5
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!', |
