diff options
| author | 2023-06-13 22:39:33 +0200 | |
|---|---|---|
| committer | 2023-06-13 22:39:33 +0200 | |
| commit | 3d9e0c47ecb19fea4f194d3a4a81d7d931e2bc0b (patch) | |
| tree | 52ca8a7131822807d5cd1e7188b42100594d2988 /app/i18n/oc/admin.php | |
| parent | 67130bca3aa0a8d225c43df57a08cf8c81995136 (diff) | |
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 <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/oc/admin.php')
| -rw-r--r-- | app/i18n/oc/admin.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/i18n/oc/admin.php b/app/i18n/oc/admin.php index b90c03525..8f5df88ec 100644 --- a/app/i18n/oc/admin.php +++ b/app/i18n/oc/admin.php @@ -192,11 +192,20 @@ return array( 'update' => array( '_' => 'Sistèma de mesa a jorn', 'apply' => 'Aplicar', + 'changelog' => 'Changelog', // TODO 'check' => 'Verificar las mesas a jorn', + 'copiedFromURL' => 'update.php copied from %s to ./data', // TODO 'current_version' => 'Vòstra version actuala de FreshRSS es %s.', 'last' => 'Darrièra verificacion : %s', + 'loading' => 'Updating…', // TODO 'none' => 'Cap d’actualizacion d’aplicar', + 'releaseChannel' => array( + '_' => 'Release channel', // TODO + 'edge' => 'Rolling release (“edge”)', // TODO + 'latest' => 'Stable release (“latest”)', // TODO + ), 'title' => 'Sistèma de mesa a jorn', + 'viaGit' => 'Update via git and Github.com started', // TODO ), 'user' => array( 'admin' => 'Administrator', // IGNORE |
