From: Banana Date: Mon, 15 Apr 2024 13:40:02 +0000 (+0200) Subject: i18n manage collection fields X-Git-Tag: 1.7~30 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=ea10d6e4d828b99fcb3a05e6776d60d1375c3311;p=bibliotheca-php.git i18n manage collection fields Signed-off-by: Banana --- diff --git a/webclient/i18n/eng.ini b/webclient/i18n/eng.ini index 06da824..3cc9bbe 100644 --- a/webclient/i18n/eng.ini +++ b/webclient/i18n/eng.ini @@ -71,6 +71,11 @@ managecol.input.tools = "Tools" managecol.managecol = "Manage your collections" managecol.managefields = "Manage your fields for:" +managefields.fieldsfor = "Manage your fields for:" +managefields.addorremove = "Add or remove a field" +managefields.addorremove.description = "Just use drag and drop below to add, remove or order your fields.
Removing a field will remove the stored data from the collection.
Make sure at least the title, cover image and description fields are available." +managefields.fieldsavailable = "Available fields" + global.ascending = "Ascending" global.collection = "Collection" global.collection.select.notice = "Please select a collection first" diff --git a/webclient/view/98/managecollectionfields/managecollectionfields.html b/webclient/view/98/managecollectionfields/managecollectionfields.html index 886be30..78c41bb 100644 --- a/webclient/view/98/managecollectionfields/managecollectionfields.html +++ b/webclient/view/98/managecollectionfields/managecollectionfields.html @@ -1,11 +1,7 @@ -

Manage your fields for:

+

t('managefields.fieldsfor'); ?>

-

Add or remove a field

-

- Just use drag and drop below to add, remove or order your fields.
- Removing a field will remove the stored data from the collection.
- Make sure at least the title, cover image and description fields are available. -

+

t('managefields.addorremove'); ?>

+

t('managefields.addorremove.description'); ?>

@@ -24,7 +20,7 @@
-
Available fields
+
t('managefields.fieldsavailable'); ?>
@@ -41,7 +37,7 @@
- +
diff --git a/webclient/view/default/managecollectionfields/managecollectionfields.html b/webclient/view/default/managecollectionfields/managecollectionfields.html index 237e9eb..5139fff 100644 --- a/webclient/view/default/managecollectionfields/managecollectionfields.html +++ b/webclient/view/default/managecollectionfields/managecollectionfields.html @@ -1,15 +1,9 @@ -

Manage your fields for:

+

t('managefields.fieldsfor'); ?>

-

Add or remove a field

-

- Just use drag and drop below to add, remove or order your fields.
- Removing a field will remove - the stored data from the collection.
- Make sure at least the title, cover image - and description fields are available. -

+

t('managefields.addorremove'); ?>

+

t('managefields.addorremove.description'); ?>

$v) { ?>
@@ -24,13 +18,13 @@ value="">
-

Available fields

+

t('managefields.fieldsavailable'); ?>

$v) { ?>