diff options
| author | 2014-08-10 10:35:17 +0200 | |
|---|---|---|
| committer | 2014-08-10 10:35:17 +0200 | |
| commit | 7ed111b1bf152613d17254808a4fcf89f5774297 (patch) | |
| tree | cb6e1ec05a3b5ff0625657924acd22d742246584 /app/i18n/en.php | |
| parent | e7dba0ce7cfaf5e84687593a8b0d58d89fbff302 (diff) | |
Add translations for update system
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 6110ccb11..6a0b4a139 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -192,6 +192,7 @@ return array ( 'informations' => 'Information', 'damn' => 'Damn!', + 'ok' => 'Ok!', 'feed_in_error' => 'This feed has encountered a problem. Please verify that it is always reachable then actualize it.', 'feed_empty' => 'This feed is empty. Please verify that it is still maintained.', 'feed_description' => 'Description', @@ -409,5 +410,13 @@ return array ( 'stats_top_feed' => 'Top ten feeds', 'stats_entry_count' => 'Entry count', + 'update' => 'Update', + 'update_system' => 'Update system', + 'update_check' => 'Check for new updates', + 'update_last' => 'Last update: %s', 'update_can_apply' => 'There is an available update. <a class="btn" href="%s">Apply</a>', + 'update_server_not_found' => 'Update server cannot be found. [%s]', + 'no_update' => 'No update to apply', + 'update_problem' => 'Update has encountered an error: %s', + 'update_finished' => 'Update is now finished!', ); |
