From 909fdaca3172c0e825c7e6268950e16bc5d3e4f3 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 23 Jul 2020 11:31:38 +0200 Subject: Add tag management page (#3121) The new page allows to create, delete and rename tags. See #3058 --- app/i18n/ru/sub.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/i18n/ru/sub.php') diff --git a/app/i18n/ru/sub.php b/app/i18n/ru/sub.php index 4dc72e6a4..009f1b975 100644 --- a/app/i18n/ru/sub.php +++ b/app/i18n/ru/sub.php @@ -108,13 +108,22 @@ return array( 'import_export' => 'Import / export', // TODO - Translation 'subscription_management' => 'Subscriptions management', // TODO - Translation 'subscription_tools' => 'Subscription tools', // TODO - Translation + 'tag_management' => 'Tags management', // TODO - Translation + ), + 'tag' => array( + 'name' => 'Name', // TODO - Translation + 'new_name' => 'New name', // TODO - Translation + 'old_name' => 'Old name', // TODO - Translation ), 'title' => array( '_' => 'Subscriptions management', // TODO - Translation 'add' => 'Add a feed/a category', // TODO - Translation 'add_category' => 'Add a category', // TODO - Translation 'add_feed' => 'Add a feed', // TODO - Translation + 'add_tag' => 'Add a tag', // TODO - Translation + 'delete_tag' => 'Delete a tag', // TODO - Translation 'feed_management' => 'RSS feeds management', // TODO - Translation + 'rename_tag' => 'Rename a tag', // TODO - Translation 'subscription_tools' => 'Subscription tools', // TODO - Translation ), ); -- cgit v1.2.3