diff options
Diffstat (limited to 'app/i18n/tr/sub.php')
| -rw-r--r-- | app/i18n/tr/sub.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php index 8d6d70a3b..e3583ad72 100644 --- a/app/i18n/tr/sub.php +++ b/app/i18n/tr/sub.php @@ -11,6 +11,7 @@ return array( 'title' => 'Bookmarklet', // TODO - Translation ), 'category' => array( + '_' => 'Kategori', 'add' => 'Kategori ekle', 'archiving' => 'Arşiv', 'empty' => 'Boş kategori', @@ -19,7 +20,6 @@ return array( 'position' => 'Display position', // TODO - Translation 'position_help' => 'To control category sort order', // TODO - Translation 'title' => 'Başlık', - '_' => 'Kategori', ), 'feed' => array( 'add' => 'RSS akışı ekle', @@ -39,16 +39,16 @@ return array( 'empty' => 'Bu akış boş. Lütfen akışın aktif olduğuna emin olun.', 'error' => 'Bu akışda bir hatayla karşılaşıldı. Lütfen akışın sürekli ulaşılabilir olduğuna emin olun.', 'filteractions' => array( - 'help' => 'Write one search filter per line.', // TODO - Translation '_' => 'Filter actions', // TODO - Translation + 'help' => 'Write one search filter per line.', // TODO - Translation ), 'information' => 'Bilgi', 'keep_min' => 'En az tutulacak makale sayısı', 'maintenance' => array( 'clear_cache' => 'Clear cache', // TODO - Translation - 'clear_cache_help' => 'Clear the cache of this feed on disk', // TODO - Translation + 'clear_cache_help' => 'Clear the cache for this feed.', // TODO - Translation 'reload_articles' => 'Reload articles', // TODO - Translation - 'reload_articles_help' => 'Reload articles and fetch complete content', // TODO - Translation + 'reload_articles_help' => 'Reload articles and fetch complete content if a selector is defined.', // TODO - Translation 'title' => 'Maintenance', // TODO - Translation ), 'moved_category_deleted' => 'Bir kategoriyi silerseniz, içerisindeki akışlar <em>%s</em> içerisine yerleşir.', @@ -56,13 +56,13 @@ return array( 'no_selected' => 'Hiçbir akış seçilmedi.', 'number_entries' => '%d makale', 'priority' => array( + '_' => 'Visibility', // TODO - Translation 'archived' => 'Do not show (archived)', // TODO - Translation 'main_stream' => 'Ana akışda göster', 'normal' => 'Show in its category', // TODO - Translation - '_' => 'Visibility', // TODO - Translation ), 'selector_preview' => array( - 'show_raw' => 'Show source', // TODO - Translation + 'show_raw' => 'Show source code', // TODO - Translation 'show_rendered' => 'Show content', // TODO - Translation ), 'show' => array( @@ -108,8 +108,8 @@ return array( 'subscription_tools' => 'Subscription tools', // TODO - Translation ), 'title' => array( + '_' => 'Abonelik yönetimi', 'feed_management' => 'RSS akış yönetimi', 'subscription_tools' => 'Subscription tools', // TODO - Translation - '_' => 'Abonelik yönetimi', ), ); |
