diff options
| author | 2023-01-17 15:39:55 +0100 | |
|---|---|---|
| committer | 2023-01-17 15:39:55 +0100 | |
| commit | 0ab130eb9c3df3227a70624bcd5e8133afb00ae5 (patch) | |
| tree | 248503a1d1035d72093f60479d165064249a54bb /app/i18n/fr/conf.php | |
| parent | e67ca8c86672edff7849965fc7cf85af56340983 (diff) | |
Added: Mark theme as deprecated (#4807)
* i18n + config
* docs
* deprecated marked themes
* fix
* fix markdown
* i18n: fix link params
* i18n: French
* deprecated => no longer supported
* i18n: German
* Docs: deprecated => no longer supported
* Docs: French
* i18n: en-us
* i18n German
* isset() -> !empty()
* i18n: fix German
* i18n: English, delete // TODO
Diffstat (limited to 'app/i18n/fr/conf.php')
| -rw-r--r-- | app/i18n/fr/conf.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php index 88a51eee1..3122e3be5 100644 --- a/app/i18n/fr/conf.php +++ b/app/i18n/fr/conf.php @@ -49,7 +49,13 @@ return array( 'timeout' => 'Temps d’affichage de la notification HTML5', ), 'show_nav_buttons' => 'Afficher les boutons de navigation', - 'theme' => 'Thème', + 'theme' => array( + '_' => 'Thème', + 'deprecated' => array( + '_' => 'Obsolète', + 'description' => 'Ce thème est obsolète et sera supprimé dans une <a href="https://freshrss.github.io/FreshRSS/fr/users/05_Configuration.html#th%C3%A8me" target="_blank">future version de FreshRSS</a>', + ), + ), 'theme_not_available' => 'Le thème <em>%s</em> n’est plus disponible. Veuillez choisir un autre thème.', 'thumbnail' => array( 'label' => 'Miniature', |
