aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/tr/conf.php
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-06-13 16:40:54 +0200
committerGravatar GitHub <noreply@github.com> 2024-06-13 16:40:54 +0200
commit20f13312d15a1408365b859b14621364009990cd (patch)
tree7519ad4014f7000e24c0c95862d5adafc2b31317 /app/i18n/tr/conf.php
parent35ee123dda654facadf82037675c21ca215d7fec (diff)
Reading view: action icons position (#6297)
* add configs in reading * implementation into the reading view * CSS * i18n * Credits to joshka * Update article.phtml * fix * fix * <br /> * Update app/i18n/fr/conf.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/i18n/en/conf.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * fix French * show_articleicons => show_article_icons * Update app/i18n/en/conf.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/i18n/en-us/conf.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/tr/conf.php')
-rw-r--r--app/i18n/tr/conf.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php
index 2ef8486bf..74e3cc8f8 100644
--- a/app/i18n/tr/conf.php
+++ b/app/i18n/tr/conf.php
@@ -186,6 +186,11 @@ return array(
'with_authors' => 'Yazarlar ve tarihler satırında',
),
'feed_title' => 'Akış Başlığı',
+ 'icons' => array(
+ '_' => 'Article icons position<br /><small>(Reading view only)</small>', // TODO
+ 'above_title' => 'Above title', // TODO
+ 'with_authors' => 'In authors and date row', // TODO
+ ),
'tags' => array(
'_' => 'Etiketler',
'both' => 'Üst Bilgi ve Alt Bilgide',