diff options
| author | 2022-07-17 22:54:24 +0200 | |
|---|---|---|
| committer | 2022-07-17 22:54:24 +0200 | |
| commit | b2e46d62154faf28c3c17e2b775c47d11e38ee56 (patch) | |
| tree | 69df7287cdc30cee103cdeed43f5a43bbfb086af /app/i18n/fr/conf.php | |
| parent | 954fcef9e26ce1d9e4e5ad83749e4ee9c894f716 (diff) | |
Improved: Article header (#4101)
* First draft for normal view
* Revert changes on the entry header
* Update normal.phtml
* Update normal.phtml
* RTL CSS
* CSS fixes
* Better tags style
* fix
* Update swage.scss
* fix
* Update swage.scss
* fixed .content header
* font-size in rem
* improved template
* dropdown menu if more than 7 tags
* configuration: show tags in topline
* Simplify loop logic
* Minor space
* config tags via reading (i18n still missed)
* fixed the whitespaces
* optimizations
* optimize header+footer
* Update normal.phtml
* fix css
* new config: show author+date in footer
* config feed name display
* improve HTML
* fix whitespaces
* i18n
* i18n: German translations
* fix i18n German
* fixed: uncouple from bottomline config
* reverted: tobline_tags
* equalities
* fixed: author in footer
* fixed data-leave-validation
* improved max numbers i18n label
* Config works now also in the reader view
* fix: footer border
* reader view: style article-header-topline
* fixed whitespace
* i18n fr
* Minor i18n fr
* Fix mistake i18n fr
* i18n fr more precise expression
* Fix JavaScript
* removed the link icon in the title
* clean CSS
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/fr/conf.php')
| -rw-r--r-- | app/i18n/fr/conf.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php index ff07ff91a..8cd03c23f 100644 --- a/app/i18n/fr/conf.php +++ b/app/i18n/fr/conf.php @@ -137,6 +137,32 @@ return array( '_' => 'Lecture', 'after_onread' => 'Après “marquer tout comme lu”,', 'always_show_favorites' => 'Afficher par défaut tous les articles dans les favoris', + 'article' => array( + 'authors_date' => array( + '_' => 'Auteurs et date', + 'both' => 'En en-tête et en pied d’article', + 'footer' => 'En pied d’article', + 'header' => 'En en-tête', + 'none' => 'Caché', + ), + 'feed_name' => array( + 'above_title' => 'Au-dessus du titre', + 'none' => 'Caché', + 'with_authors' => 'Sur la ligne “Auteurs et date”', + ), + 'feed_title' => 'Titre du flux', + 'tags' => array( + '_' => 'Tags', // IGNORE + 'both' => 'En en-tête et en pied d’article', + 'footer' => 'En pied d’article', + 'header' => 'En en-tête', + 'none' => 'Caché', + ), + 'tags_max' => array( + '_' => 'Nombre maximum de tags affichés', + 'help' => '0 pour afficher tous les tags sans menu déroulant', + ), + ), 'articles_per_page' => 'Nombre d’articles par page', 'auto_load_more' => 'Charger les articles suivants en bas de page', 'auto_remove_article' => 'Cacher les articles après lecture', @@ -145,6 +171,7 @@ return array( 'display_categories_unfolded' => 'Catégories à déplier', 'headline' => array( 'articles' => 'Articles : ouverture/fermeture', + 'articles_header_footer' => 'Articles : en-tête / pied d’article', 'categories' => 'Navigation de gauche : catégories', 'mark_as_read' => 'Marquer les articles comme lus', 'misc' => 'Divers', |
