diff options
Diffstat (limited to 'app/i18n/en/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index 226adddc5..cc7686367 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -184,19 +184,28 @@ return array( 'title' => 'User registration form', ), 'tos' => array( - 'disabled' => 'is not given', // TODO - 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO - 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO + 'disabled' => 'is not given', + 'enabled' => '<a href="./?a=tos">is enabled</a>', + 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', ), ), 'update' => array( - '_' => 'Update system', - 'apply' => 'Apply', + '_' => 'Update FreshRSS', + 'apply' => 'Start update', + 'changelog' => 'Changelog', 'check' => 'Check for new updates', - 'current_version' => 'Your current version of FreshRSS is %s.', - 'last' => 'Last verification: %s', - 'none' => 'No update to apply', - 'title' => 'Update system', + 'copiedFromURL' => 'update.php copied from %s to ./data', + 'current_version' => 'Current installed version', + 'last' => 'Last check', + 'loading' => 'Updating…', + 'none' => 'No update available', + 'releaseChannel' => array( + '_' => 'Release channel', + 'edge' => 'Rolling release (“edge”)', + 'latest' => 'Stable release (“latest”)', + ), + 'title' => 'Update FreshRSS', + 'viaGit' => 'Update via git and Github.com started', ), 'user' => array( 'admin' => 'Administrator', |
