aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-07-23 11:31:38 +0200
committerGravatar GitHub <noreply@github.com> 2020-07-23 11:31:38 +0200
commit909fdaca3172c0e825c7e6268950e16bc5d3e4f3 (patch)
tree1d71aaf56ec7d4e39b46ed669d0fb57df60eecd3 /app/i18n/it
parent12d2baf64d3d6a1b95376460c7128a079dd1bac6 (diff)
Add tag management page (#3121)
The new page allows to create, delete and rename tags. See #3058
Diffstat (limited to 'app/i18n/it')
-rw-r--r--app/i18n/it/gen.php1
-rw-r--r--app/i18n/it/sub.php9
2 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php
index 3de8d1972..99eb2ac55 100644
--- a/app/i18n/it/gen.php
+++ b/app/i18n/it/gen.php
@@ -22,6 +22,7 @@ return array(
'promote' => 'Promote', // TODO - Translation
'purge' => 'Purge', // TODO - Translation
'remove' => 'Rimuovi',
+ 'rename' => 'Rename', // TODO - Translation
'see_website' => 'Vai al sito',
'submit' => 'Conferma',
'truncate' => 'Cancella tutti gli articoli',
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php
index 09a9bdd48..dfef244a1 100644
--- a/app/i18n/it/sub.php
+++ b/app/i18n/it/sub.php
@@ -108,13 +108,22 @@ return array(
'import_export' => 'Importa / esporta',
'subscription_management' => 'Gestione sottoscrizioni',
'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(
'_' => 'Gestione sottoscrizioni',
'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' => 'Gestione RSS feeds',
+ 'rename_tag' => 'Rename a tag', // TODO - Translation
'subscription_tools' => 'Subscription tools', // TODO - Translation
),
);