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/fr/admin.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/i18n/fr/admin.php') diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php index 12392f7b2..93da98149 100644 --- a/app/i18n/fr/admin.php +++ b/app/i18n/fr/admin.php @@ -192,11 +192,20 @@ return array( 'update' => array( '_' => 'Système de mise à jour', 'apply' => 'Appliquer la mise à jour', + 'changelog' => 'Journal des modifications', 'check' => 'Vérifier les mises à jour', + 'copiedFromURL' => 'update.php copié depuis %s vers ./data', 'current_version' => 'Votre version actuelle de FreshRSS est la %s.', 'last' => 'Dernière vérification : %s', + 'loading' => 'Mise à jour en cours…', 'none' => 'Aucune mise à jour à appliquer', + 'releaseChannel' => array( + '_' => 'Canal de publication', + 'edge' => 'Publication continue (“edge”)', + 'latest' => 'Publication stable (“latest”)', + ), 'title' => 'Système de mise à jour', + 'viaGit' => 'Mise à jour via git et Github.com démarrée', ), 'user' => array( 'admin' => 'Administrateur', -- cgit v1.2.3