aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/tr
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-06-10 17:14:46 +0200
committerGravatar GitHub <noreply@github.com> 2017-06-10 17:14:46 +0200
commit09bcd8d73fa5613d0325e9f54156fc8f50011a12 (patch)
treefe4d5c1c8e97f045051808caaeb3c36ba61d88c2 /app/i18n/tr
parentcd0d5ce32ede7311da6f4aead7bc2fe2a983bf4b (diff)
parent1eaea0e8c7d34271207dc0de74defdc5534b02b5 (diff)
Merge pull request #1568 from aledeg/bookmarklet-page
Add a subscription tools page
Diffstat (limited to 'app/i18n/tr')
-rw-r--r--app/i18n/tr/sub.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php
index 7592096d9..e928fae72 100644
--- a/app/i18n/tr/sub.php
+++ b/app/i18n/tr/sub.php
@@ -1,6 +1,11 @@
<?php
return array(
+ 'bookmarklet' => array(
+ 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.',// TODO
+ 'label' => 'Subscribe',// TODO
+ 'title' => 'Bookmarklet',// TODO
+ ),
'category' => array(
'_' => 'Kategori',
'add' => 'Kategori ekle',
@@ -39,6 +44,10 @@ return array(
'website' => 'Site URL',
'pubsubhubbub' => 'PubSubHubbub ile anlık bildirim',
),
+ 'firefox' => array(
+ 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.',// TODO
+ 'title' => 'Firefox feed reader',// TODO
+ ),
'import_export' => array(
'export' => 'Dışa aktar',
'export_opml' => 'Akış listesini dışarı aktar (OPML)',
@@ -54,9 +63,11 @@ return array(
'bookmark' => 'Abonelik (FreshRSS yer imleri)',
'import_export' => 'İçe / dışa aktar',
'subscription_management' => 'Abonelik yönetimi',
+ 'subscription_tools' => 'Subscription tools',// TODO
),
'title' => array(
'_' => 'Abonelik yönetimi',
'feed_management' => 'RSS akış yönetimi',
+ 'subscription_tools' => 'Subscription tools',// TODO
),
);