From 3bfd00aff1cad9d769e405901fe54ed78601457e Mon Sep 17 00:00:00 2001 From: Banana Date: Tue, 16 Apr 2024 11:13:08 +0200 Subject: [PATCH] i18n managetags Signed-off-by: Banana --- webclient/i18n/eng.ini | 8 ++++++ webclient/view/98/managetags/managetags.html | 28 ++++++++----------- .../view/compact/managetags/managetags.html | 24 ++++++---------- .../view/default/managetags/managetags.html | 24 ++++++---------- 4 files changed, 37 insertions(+), 47 deletions(-) diff --git a/webclient/i18n/eng.ini b/webclient/i18n/eng.ini index aab9346..1a5d55f 100644 --- a/webclient/i18n/eng.ini +++ b/webclient/i18n/eng.ini @@ -97,6 +97,14 @@ managegroups.input.save = global.save managegroups.input.delete.howto = "Warning: Content owned by this group will not be deleted and thus only manageable by admin!
Right now don't do this. Only if you are sure there is no usage of this group." managegroups.availablegroups = "Available groups" +managetags.managetagsin = "Manage Tags in:" +managetags.howto = "The actions are top down. If you choose to move and rename, only move will be executed.
Deletion will remove without recover!
If you rename and input an existing one a move will be done instead.
Tag values are stored how they come and treated that way here (case sensitive). In search they are case insensitive." +managetags.tagfield = "Tagfield" +managetags.user = "Use" +managetags.moveorrename = "Move to (rename to existig)" +managetags.rename = "Rename" +managetags.delete = global.delete + global.add = "Add" global.ascending = "Ascending" global.clear = "Clear" diff --git a/webclient/view/98/managetags/managetags.html b/webclient/view/98/managetags/managetags.html index 6b2170f..203808e 100644 --- a/webclient/view/98/managetags/managetags.html +++ b/webclient/view/98/managetags/managetags.html @@ -1,13 +1,7 @@ -

Manage Tags in:

-

- The actions are top down. If you choose to move and rename, only move will be executed.
- Deletion will remove without recover!
- If you rename and input an existing one a move will be done instead.
- Tag values are stored how they come and treated that way here (case sensitive). - In search they are case insensitive. -

+

t('managetags.managetagsin'); ?>

+

t('managetags.howto'); ?>

@@ -15,11 +9,11 @@ - - - - - + + + + + @@ -57,18 +51,18 @@
TagfieldUseMove to (rename to existig)RenameDelete

t('managetags.tagfield'); ?>

t('managetags.use'); ?>t('managetags.moveorrename'); ?>t('managetags.rename'); ?>t('managetags.delete'); ?>
- +
-

Please select a collection first

+

t('global.collection.select.notice'); ?>

- - + + diff --git a/webclient/view/compact/managetags/managetags.html b/webclient/view/compact/managetags/managetags.html index 6d6c651..cdafcb3 100644 --- a/webclient/view/compact/managetags/managetags.html +++ b/webclient/view/compact/managetags/managetags.html @@ -1,14 +1,8 @@
-

Manage Tags in:

-

- The actions are top down. If you choose to move and rename, only move will be executed.
- Deletion will remove without recover!
- If you rename and input an existing one a move will be done instead.
- Tag values are stored how they come and treated that way here (case sensitive). - In search they are case insensitive. -

+

t('managetags.managetagsin'); ?>

+

t('managetags.howto'); ?>

@@ -17,7 +11,7 @@

- +
- + $ev) { ?> @@ -41,7 +35,7 @@
- +
-
Delete
+
t('managetags.delete'); ?>
NameDescriptiont('global.name'); ?>t('global.description'); ?>