From: Banana Date: Tue, 16 Apr 2024 12:58:09 +0000 (+0200) Subject: i18n key changes X-Git-Tag: 1.7~16 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=31af1fe40f87816c35925ee14e6e8ff9b23abb02;p=bibliotheca-php.git i18n key changes Signed-off-by: Banana --- diff --git a/webclient/i18n/eng.ini b/webclient/i18n/eng.ini index cff2131..3735e17 100644 --- a/webclient/i18n/eng.ini +++ b/webclient/i18n/eng.ini @@ -66,7 +66,7 @@ advsearch.help.2 = "To search within the possible fields of a collection type th advsearch.input.description = "This uses the table view as default. Remember to select the fields to show in collection config." advsearch.input.search.label = "Search for" advsearch.input.search.placeholder = "See search syntax for options" -advsearch.input.tableview = "Table view" +advsearch.input.tableview.label = "Table view" advsearch.operators = "Possible search operators:" advsearch.operators.asterisk = "The asterisk serves as the truncation (or wildcard) operator. Unlike the other operators, it is appended to the word to be affected. Words match if they begin with the word preceding the * operator." advsearch.operators.greater = "A leading greater than sign indicates that rows greater than the number will be returned." diff --git a/webclient/view/compact/advancedsearch/advancedsearch.html b/webclient/view/compact/advancedsearch/advancedsearch.html index 0307347..2307876 100644 --- a/webclient/view/compact/advancedsearch/advancedsearch.html +++ b/webclient/view/compact/advancedsearch/advancedsearch.html @@ -37,7 +37,7 @@
-
t('advsearch.input.tableview'); ?>
+
t('advsearch.input.tableview.label'); ?>
-
t('advsearch.input.tableview'); ?>
+
t('advsearch.input.tableview.label'); ?>