aboutsummaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-07-17 22:54:24 +0200
committerGravatar GitHub <noreply@github.com> 2022-07-17 22:54:24 +0200
commitb2e46d62154faf28c3c17e2b775c47d11e38ee56 (patch)
tree69df7287cdc30cee103cdeed43f5a43bbfb086af /app/i18n
parent954fcef9e26ce1d9e4e5ad83749e4ee9c894f716 (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')
-rw-r--r--app/i18n/cz/conf.php27
-rw-r--r--app/i18n/de/conf.php27
-rw-r--r--app/i18n/en-us/conf.php27
-rw-r--r--app/i18n/en/conf.php27
-rwxr-xr-xapp/i18n/es/conf.php27
-rw-r--r--app/i18n/fr/conf.php27
-rw-r--r--app/i18n/he/conf.php27
-rw-r--r--app/i18n/it/conf.php27
-rw-r--r--app/i18n/ja/conf.php27
-rw-r--r--app/i18n/ko/conf.php27
-rw-r--r--app/i18n/nl/conf.php27
-rw-r--r--app/i18n/oc/conf.php27
-rw-r--r--app/i18n/pl/conf.php27
-rw-r--r--app/i18n/pt-br/conf.php27
-rw-r--r--app/i18n/ru/conf.php27
-rw-r--r--app/i18n/sk/conf.php27
-rw-r--r--app/i18n/tr/conf.php27
-rw-r--r--app/i18n/zh-cn/conf.php27
18 files changed, 486 insertions, 0 deletions
diff --git a/app/i18n/cz/conf.php b/app/i18n/cz/conf.php
index a381a834c..46c654c09 100644
--- a/app/i18n/cz/conf.php
+++ b/app/i18n/cz/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Čtení',
'after_onread' => 'Po „označit vše jako přečtené“',
'always_show_favorites' => 'Vy výchozím nastavení zobrazit všechny články v oblíbených',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'Počet článků na stránku',
'auto_load_more' => 'Načítat další články dole na stránce',
'auto_remove_article' => 'Po přečtení články skrýt',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Kategorii, které rozbalovat',
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php
index bf7662feb..c2e99377d 100644
--- a/app/i18n/de/conf.php
+++ b/app/i18n/de/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Lesen',
'after_onread' => 'Nach „Alle als gelesen markieren“,',
'always_show_favorites' => 'Favoriten immer anzeigen',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Autoren und Datum',
+ 'both' => 'In Kopf- und Fußzeile',
+ 'footer' => 'In Fußzeile',
+ 'header' => 'In Kopfzeile',
+ 'none' => 'Nicht anzeigen',
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Oberhalb der Überschrit und Hashtags',
+ 'none' => 'Nicht anzeigen',
+ 'with_authors' => 'In der Zeile mit Autoren und Datum',
+ ),
+ 'feed_title' => 'Feed Titel',
+ 'tags' => array(
+ '_' => 'Hashtags',
+ 'both' => 'In Kopf- und Fußzeile',
+ 'footer' => 'In Fußzeile',
+ 'header' => 'In Kopfzeile',
+ 'none' => 'Nicht anzeigen',
+ ),
+ 'tags_max' => array(
+ '_' => 'Max Anzahl von Hashtags',
+ 'help' => '0 bedeutet: Zeige alle Hashtags und fasse sie nicht zusammen',
+ ),
+ ),
'articles_per_page' => 'Anzahl der Artikel pro Seite',
'auto_load_more' => 'Die nächsten Artikel am Seitenende laden',
'auto_remove_article' => 'Artikel nach dem Lesen verstecken',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Ausgeklappte Kategorien',
'headline' => array(
'articles' => 'Artikel: Öffnen/Schließen',
+ 'articles_header_footer' => 'Artikel: Kopf- und Fußzeile',
'categories' => 'Linke Navigation: Kategorien',
'mark_as_read' => 'Artikel als gelesen markieren',
'misc' => 'Sonstiges',
diff --git a/app/i18n/en-us/conf.php b/app/i18n/en-us/conf.php
index 3f2d21a16..04f7a203b 100644
--- a/app/i18n/en-us/conf.php
+++ b/app/i18n/en-us/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Reading', // IGNORE
'after_onread' => 'After “mark all as read”,', // IGNORE
'always_show_favorites' => 'Show all articles in favorites by default',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // IGNORE
+ 'both' => 'In header and footer', // IGNORE
+ 'footer' => 'In footer', // IGNORE
+ 'header' => 'In header', // IGNORE
+ 'none' => 'None', // IGNORE
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // IGNORE
+ 'none' => 'None', // IGNORE
+ 'with_authors' => 'In authors and date row', // IGNORE
+ ),
+ 'feed_title' => 'Feed title', // IGNORE
+ 'tags' => array(
+ '_' => 'Tags', // IGNORE
+ 'both' => 'In header and footer', // IGNORE
+ 'footer' => 'In footer', // IGNORE
+ 'header' => 'In header', // IGNORE
+ 'none' => 'None', // IGNORE
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // IGNORE
+ 'help' => '0 means: show all tags and do not collapse them', // IGNORE
+ ),
+ ),
'articles_per_page' => 'Number of articles per page', // IGNORE
'auto_load_more' => 'Load more articles at the bottom of the page', // IGNORE
'auto_remove_article' => 'Hide articles after reading', // IGNORE
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Categories to unfold', // IGNORE
'headline' => array(
'articles' => 'Articles: Open/Close', // IGNORE
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // IGNORE
'mark_as_read' => 'Mark article as read', // IGNORE
'misc' => 'Miscellaneous', // IGNORE
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php
index 4bd229c31..adc35d0c7 100644
--- a/app/i18n/en/conf.php
+++ b/app/i18n/en/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Reading',
'after_onread' => 'After “mark all as read”,',
'always_show_favorites' => 'Show all articles in favourites by default',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'Number of articles per page',
'auto_load_more' => 'Load more articles at the bottom of the page',
'auto_remove_article' => 'Hide articles after reading',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Categories to unfold',
'headline' => array(
'articles' => 'Articles: Open/Close',
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories',
'mark_as_read' => 'Mark article as read',
'misc' => 'Miscellaneous',
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php
index 6e08913d3..502a55182 100755
--- a/app/i18n/es/conf.php
+++ b/app/i18n/es/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Lectura',
'after_onread' => 'Tras “marcar todo como leído”,',
'always_show_favorites' => 'Mostrar todos los artículos en favoritos de forma predeterminada',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'Número de artículos por página',
'auto_load_more' => 'Cargar más artículos al final de la página',
'auto_remove_article' => 'Ocultar artículos tras la lectura',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Categorías a desarrollar',
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
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',
diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php
index d0edbb849..627749130 100644
--- a/app/i18n/he/conf.php
+++ b/app/i18n/he/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'קריאה',
'after_onread' => 'לאחר “סימון הכל כנקרא”,',
'always_show_favorites' => 'Show all articles in favourites by default', // TODO
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'מספר המאמרים בעמוד',
'auto_load_more' => 'טעינת המאמר הבא סוף העמוד',
'auto_remove_article' => 'Hide articles after reading', // TODO
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Categories to unfold', // TODO
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php
index 08348c625..90b05c056 100644
--- a/app/i18n/it/conf.php
+++ b/app/i18n/it/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Lettura',
'after_onread' => 'Dopo “segna tutto come letto”,',
'always_show_favorites' => 'Show all articles in favourites by default', // TODO
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'Numero di articoli per pagina',
'auto_load_more' => 'Carica articoli successivi a fondo pagina',
'auto_remove_article' => 'Nascondi articoli dopo la lettura',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Categories to unfold', // TODO
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php
index 841a360d5..e4a8c9e2e 100644
--- a/app/i18n/ja/conf.php
+++ b/app/i18n/ja/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'リーディング',
'after_onread' => 'あとで “すべてに既読を付ける”,',
'always_show_favorites' => 'デフォルトですべてのお気に入りの記事を表示する',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'ページ当たりの記事の数',
'auto_load_more' => 'ページの下にもっと記事を読み込む',
'auto_remove_article' => '記事を読んだら非表示にする',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => '展開されていない記事',
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php
index 971ff1a85..9e4c45bf9 100644
--- a/app/i18n/ko/conf.php
+++ b/app/i18n/ko/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => '읽기',
'after_onread' => '“모두 읽음으로 표시” 후,',
'always_show_favorites' => '기본으로 즐겨찾기에 있는 모든 글을 표시',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => '페이지당 글 수',
'auto_load_more' => '페이지 하단에 다다르면 글 더 불러오기',
'auto_remove_article' => '글을 읽은 후 숨기기',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => '다음 카테고리를 펼치기',
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php
index cb86238be..5539d5569 100644
--- a/app/i18n/nl/conf.php
+++ b/app/i18n/nl/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Lezen',
'after_onread' => 'Na “markeer alles als gelezen”,',
'always_show_favorites' => 'Toon alle artikelen standaard in favorieten',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'Aantal artikelen per pagina',
'auto_load_more' => 'Laad volgende artikel onderaan de pagina',
'auto_remove_article' => 'Verberg artikel na lezen',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Categoriën om uit te klappen',
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php
index 284eafc7e..207681bc6 100644
--- a/app/i18n/oc/conf.php
+++ b/app/i18n/oc/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Lectura',
'after_onread' => 'Aprèp « marcar coma legit »,',
'always_show_favorites' => 'Mostrar totes los articles dels favorits per defaut',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'Nombre d’articles per pagina',
'auto_load_more' => 'Cargar los articles seguents enbàs de la pagina',
'auto_remove_article' => 'Rescondre los articles aprèp lectura',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Categorias a desplegar',
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php
index 74f511f96..fc4b233c9 100644
--- a/app/i18n/pl/conf.php
+++ b/app/i18n/pl/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Czytanie',
'after_onread' => 'Po oznaczeniu wszystkich jako przeczytane,',
'always_show_favorites' => 'Pokaż wszystkie wiadomości po wejściu do ulubionych',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'Liczba wiadomości na stronę',
'auto_load_more' => 'Załaduj więcej wiadomości po dojściu na koniec strony',
'auto_remove_article' => 'Ukryj wiadomości po przeczytaniu',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Kategorie do rozwinięcia',
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php
index 66dcebed7..af8cafe70 100644
--- a/app/i18n/pt-br/conf.php
+++ b/app/i18n/pt-br/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Leitura',
'after_onread' => 'Depois de "marcar todos como lido",',
'always_show_favorites' => 'Mostrar todos os artivos nos favoritos por padrão',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'Número de artigos por página',
'auto_load_more' => 'Carregar mais artigos no final da página',
'auto_remove_article' => 'Esconder artigos depois de lidos',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Categorias abertas',
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php
index 9a4f25564..04c0ef573 100644
--- a/app/i18n/ru/conf.php
+++ b/app/i18n/ru/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Чтение',
'after_onread' => 'После «отметить всё прочитанным»',
'always_show_favorites' => 'Показывать все статьи в избранном по умолчанию',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'Количество статей на странице',
'auto_load_more' => 'Загружать больше статей при достижении низа страницы',
'auto_remove_article' => 'Скрывать статьи по прочтении',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Какие категории развёртывать',
'headline' => array(
'articles' => 'Статьи: открыть/закрыть',
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Левая панель: категории',
'mark_as_read' => 'Пометить статью прочитанной',
'misc' => 'Разное',
diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php
index dfd05b2b7..cb14c5bb4 100644
--- a/app/i18n/sk/conf.php
+++ b/app/i18n/sk/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Čítanie',
'after_onread' => 'Po “Označiť všetko ako prečítané”,',
'always_show_favorites' => 'Automaticky zobraziť všetky články v obľúbených',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'Počet článkov na jednu stranu',
'auto_load_more' => 'Načítať ďalšie články dolu na stránke',
'auto_remove_article' => 'Skryť články po prečítaní',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Kategórie na rozbalenie',
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php
index e9f12de7c..203d3bec4 100644
--- a/app/i18n/tr/conf.php
+++ b/app/i18n/tr/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => 'Okuma',
'after_onread' => '"Hepsini okundu say" dedinten sonra,',
'always_show_favorites' => 'Öntanımlı olarak favori tüm makaleleri göster',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => 'Sayfa başına makale sayısı',
'auto_load_more' => 'Sayfa sonunda yeni makaleleri yükle',
'auto_remove_article' => 'Okuduktan sonra makaleleri gizle',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => 'Katlaması açılacak kategoriler',
'headline' => array(
'articles' => 'Articles: Open/Close', // TODO
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => 'Left navigation: Categories', // TODO
'mark_as_read' => 'Mark article as read', // TODO
'misc' => 'Miscellaneous', // TODO
diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php
index 44808c141..2086f4a7e 100644
--- a/app/i18n/zh-cn/conf.php
+++ b/app/i18n/zh-cn/conf.php
@@ -137,6 +137,32 @@ return array(
'_' => '阅读',
'after_onread' => '「全部标记为已读」后',
'always_show_favorites' => '默认显示收藏夹中所有的文章',
+ 'article' => array(
+ 'authors_date' => array(
+ '_' => 'Authors and date', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'feed_name' => array(
+ 'above_title' => 'Above title/tags', // TODO
+ 'none' => 'None', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
+ 'feed_title' => 'Feed title', // TODO
+ 'tags' => array(
+ '_' => 'Tags', // TODO
+ 'both' => 'In header and footer', // TODO
+ 'footer' => 'In footer', // TODO
+ 'header' => 'In header', // TODO
+ 'none' => 'None', // TODO
+ ),
+ 'tags_max' => array(
+ '_' => 'Max number of tags shown', // TODO
+ 'help' => '0 means: show all tags and do not collapse them', // TODO
+ ),
+ ),
'articles_per_page' => '每页文章数',
'auto_load_more' => '在页面底部载入下一篇文章',
'auto_remove_article' => '阅读后隐藏文章',
@@ -145,6 +171,7 @@ return array(
'display_categories_unfolded' => '展开的分类',
'headline' => array(
'articles' => '文章:打开/关闭',
+ 'articles_header_footer' => 'Articles: header/footer', // TODO
'categories' => '左侧导航:分类',
'mark_as_read' => '标为已读选项',
'misc' => '其它',