]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
i18n key changes
authorBanana <mail@bananas-playground.net>
Tue, 16 Apr 2024 12:58:09 +0000 (14:58 +0200)
committerBanana <mail@bananas-playground.net>
Tue, 16 Apr 2024 12:58:09 +0000 (14:58 +0200)
Signed-off-by: Banana <mail@bananas-playground.net>
webclient/i18n/eng.ini
webclient/view/compact/advancedsearch/advancedsearch.html
webclient/view/default/advancedsearch/advancedsearch.html

index cff213195a2331a77dde677dda3f90dac4d0d4b6..3735e170164d225778c34ce89723375e21df8fa2 100644 (file)
@@ -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."
index 0307347d6b1b60bba59d782bafb76f1d2d9287d9..2307876d3f5b1d0c746fd5bc2378473d771bc866 100644 (file)
@@ -37,7 +37,7 @@
                                </div>
                        </div>
                        <div class="uk-margin">
-                               <div class="uk-form-label"><?php echo $I18n->t('advsearch.input.tableview'); ?></div>
+                               <div class="uk-form-label"><?php echo $I18n->t('advsearch.input.tableview.label'); ?></div>
                                <div class="uk-form-controls uk-form-controls-text">
                                        <label>
                                                <input class="uk-checkbox" type="checkbox" name="fdata[tableView]" value="1"><br>
index f45fb478bbe87b9a23cd0a1143ead2877c3805a5..d0147e804737455472c7b05faedd8567c9a23663 100644 (file)
@@ -37,7 +37,7 @@
                                </div>
                        </div>
                        <div class="uk-margin">
-                               <div class="uk-form-label"><?php echo $I18n->t('advsearch.input.tableview'); ?></div>
+                               <div class="uk-form-label"><?php echo $I18n->t('advsearch.input.tableview.label'); ?></div>
                                <div class="uk-form-controls uk-form-controls-text">
                                        <label>
                                                <input class="uk-checkbox" type="checkbox" name="fdata[tableView]" value="1"><br>