From 5daee165dc73fcf74673f2ede1891dbd5821c9f4 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sun, 14 Feb 2021 14:56:10 -0500 Subject: Change confusing naming for label (#3446) Before, labels were referred to as tag which was confusing since tags are content generated (retrieved from the feed) and label are user generated. Now, labels are properly named in their management page. See #3444 --- app/i18n/pl/sub.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/i18n/pl/sub.php') diff --git a/app/i18n/pl/sub.php b/app/i18n/pl/sub.php index 4817f990c..b6dab5203 100644 --- a/app/i18n/pl/sub.php +++ b/app/i18n/pl/sub.php @@ -110,9 +110,9 @@ return array( 'add_feed' => 'Dodaj kanał', 'bookmark' => 'Subscribe (FreshRSS bookmark)', // TODO - Translation 'import_export' => 'Import / eksport', + 'label_management' => 'Zarządzanie etykietami', 'subscription_management' => 'Zarządzanie subskrypcjami', 'subscription_tools' => 'Narzędzia subskrypcji', - 'tag_management' => 'Zarządzanie etykietami', ), 'tag' => array( 'name' => 'Nazwa', @@ -124,10 +124,10 @@ return array( 'add' => 'Dodaj kanał lub kategorię', 'add_category' => 'Dodaj kategorię', 'add_feed' => 'Dodaj kanał', - 'add_tag' => 'Dodaj etykietę', - 'delete_tag' => 'Usuń etykietę', + 'add_label' => 'Dodaj etykietę', + 'delete_label' => 'Usuń etykietę', 'feed_management' => 'RSS feeds management', // TODO - Translation - 'rename_tag' => 'Zmień nazwę etykiety', + 'rename_label' => 'Zmień nazwę etykiety', 'subscription_tools' => 'Narzędzia subskrypcji', ), ); -- cgit v1.2.3