From 3d9e0c47ecb19fea4f194d3a4a81d7d931e2bc0b Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 13 Jun 2023 22:39:33 +0200 Subject: Improved: update page (#5420) * prependTitle() * do not need the "damn" in the alert * update page layout improved * release channel * i18n labels * add log messages while updating * Delete updatee.php * Update updateController.php * Update updateController.php * Update updateController.php * Update updateController.php * add getCurrentGitBranch() * Update updateController.php * state2 buttons * i18n * loading * Update feedback.php * Update feedback.php * Update feedback.php * Update extra.js * Apply suggestions from code review Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> * Update updateController.php * Update terminology * update button is now armed --------- Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Co-authored-by: Alexandre Alapetite --- app/i18n/en/admin.php | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'app/i18n/en/admin.php') 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' => 'is enabled', // TODO - 'help' => 'How to enable the Terms of Service', // TODO + 'disabled' => 'is not given', + 'enabled' => 'is enabled', + 'help' => 'How to enable the Terms of Service', ), ), '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', -- cgit v1.2.3