From d4554fa087f9057610085ca685cd8fb79d8f2bd0 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 5 Jun 2020 10:09:31 +0200 Subject: Change add feed action (#3027) * Docker Alpine 3.12 (#3025) https://alpinelinux.org/posts/Alpine-3.12.0-released.html With PHP 7.3.18 (from 7.3.17) (and Apache 2.4.43 unchanged). No other significant change spotted * Ensure feed attributes are used before load Co-authored-by: Alexandre Alapetite --- app/i18n/tr/gen.php | 1 + app/i18n/tr/sub.php | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'app/i18n/tr') diff --git a/app/i18n/tr/gen.php b/app/i18n/tr/gen.php index 0aa9a567e..c4f9727d8 100644 --- a/app/i18n/tr/gen.php +++ b/app/i18n/tr/gen.php @@ -3,6 +3,7 @@ return array( 'action' => array( 'actualize' => 'Yenile', + 'add' => 'Add', // TODO - Translation 'back' => '← Go back', // TODO - Translation 'back_to_rss_feeds' => '← RSS akışlarınız için geri gidin', 'cancel' => 'İptal', diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php index e3583ad72..c17cf57cc 100644 --- a/app/i18n/tr/sub.php +++ b/app/i18n/tr/sub.php @@ -1,6 +1,7 @@ 'Feed and category creation has been moved here. It is also accessible from the menu on the left and from the ✚ icon available on the main page.', // TODO - Translation 'api' => array( 'documentation' => 'Copy the following URL to use it within an external tool.', // TODO - Translation 'title' => 'API', // TODO - Translation @@ -16,7 +17,6 @@ return array( 'archiving' => 'Arşiv', 'empty' => 'Boş kategori', 'information' => 'Bilgi', - 'new' => 'Yeni kategori', 'position' => 'Display position', // TODO - Translation 'position_help' => 'To control category sort order', // TODO - Translation 'title' => 'Başlık', @@ -102,6 +102,8 @@ return array( 'title' => 'İçe / dışa aktar', ), 'menu' => array( + 'add' => 'Add a feed/a category', // TODO - Translation + 'add_feed' => 'Add a feed', // TODO - Translation 'bookmark' => 'Abonelik (FreshRSS yer imleri)', 'import_export' => 'İçe / dışa aktar', 'subscription_management' => 'Abonelik yönetimi', @@ -109,6 +111,9 @@ return array( ), 'title' => array( '_' => 'Abonelik yönetimi', + 'add' => 'Add a feed/a category', // TODO - Translation + 'add_category' => 'Add a category', // TODO - Translation + 'add_feed' => 'Add a feed', // TODO - Translation 'feed_management' => 'RSS akış yönetimi', 'subscription_tools' => 'Subscription tools', // TODO - Translation ), -- cgit v1.2.3