aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/oc/sub.php
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/oc/sub.php
parent12d2baf64d3d6a1b95376460c7128a079dd1bac6 (diff)
Add tag management page (#3121)
The new page allows to create, delete and rename tags. See #3058
Diffstat (limited to 'app/i18n/oc/sub.php')
-rw-r--r--app/i18n/oc/sub.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php
index ea077da1a..486953af6 100644
--- a/app/i18n/oc/sub.php
+++ b/app/i18n/oc/sub.php
@@ -108,13 +108,22 @@ return array(
'import_export' => 'Importar / Exportar',
'subscription_management' => 'Gestion dels abonaments',
'subscription_tools' => 'Aisinas d’abonament',
+ '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(
'_' => 'Gestion dels abonaments',
'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' => 'Gestion dels fluxes RSS',
+ 'rename_tag' => 'Rename a tag', // TODO - Translation
'subscription_tools' => 'Aisinas d’abonament',
),
);