]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
i18n sorting lines in i18n file
authorBanana <mail@bananas-playground.net>
Mon, 15 Apr 2024 13:41:01 +0000 (15:41 +0200)
committerBanana <mail@bananas-playground.net>
Mon, 15 Apr 2024 13:41:01 +0000 (15:41 +0200)
Signed-off-by: Banana <mail@bananas-playground.net>
webclient/i18n/eng.ini

index 3cc9bbe909a696a8cea3ae20c93261c5fdd515eb..175b96f15b576e0245dd18f9f06cc71e1a497646 100644 (file)
@@ -28,7 +28,9 @@ advsearch.headline.syntax = "Syntax"
 advsearch.help.1 = "To search within the collection default search field, like the ordinary search, just type the search term and go."
 advsearch.help.2 = "To search within the possible fields of a collection type the field <b>identifier</b> followed by <b>:</b> and then a space. Not every search operator does make sense with tag search fields. If the search is within a field witch is not configured to be displayed in the table view, it will be added."
 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.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."
@@ -38,10 +40,8 @@ advsearch.operators.plus = "A leading plus sign indicates that this word must be
 advsearch.operators.quote = 'A phrase that is enclosed within double quote (") characters matches only rows that contain the phrase literally, as it was typed.'
 advsearch.result = "Display result for: <b>%s</b><br>(Max. result of 60)"
 advsearch.submit.bulkedit = "Bulkedit these results"
-advsearch.input.search.label = "Search for"
-advsearch.input.tableview = "Table view"
-advsearch.togglesearch = "Toggle search"
 advsearch.tableview.description = "Make sure to define the fields which will be used in table view in collection config"
+advsearch.togglesearch = "Toggle search"
 
 bulkedit.headline.edit = "Bulkedit these entries in:"
 
@@ -71,12 +71,16 @@ 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.<br />Removing a field will <b>remove</b> the stored data from the collection.<br />Make sure at least the <b>title</b>, <b>cover image</b> and <b>description</b> fields are available."
 managefields.fieldsavailable = "Available fields"
+managefields.fieldsfor = "Manage your fields for:"
 
+global.add = "Add"
 global.ascending = "Ascending"
+global.clear = "Clear"
+global.clickremove = "Click to remove"
+global.close = "Close"
 global.collection = "Collection"
 global.collection.select.notice = "Please select a collection first"
 global.created = "Created"
@@ -86,15 +90,20 @@ global.descending = "Descending"
 global.description = "Description"
 global.displayresultfor = "Display result for: <b>%s</b>"
 global.edit = "Edit"
+global.field.select.bulkoption = "Select bulk edit option"
+global.field.writeenter = "Write and press enter."
 global.fields = "Fields"
 global.group = "Group"
 global.image = "Image"
 global.latest = "Latest"
+global.login = "Login"
 global.name = "Name"
 global.none = "None"
 global.other = "Other"
 global.owner = "Owner"
+global.password = "Password"
 global.pleaseselect = "Please select"
+global.replace = "Replace"
 global.rights = "Rights"
 global.save = "Save"
 global.search = "Search"
@@ -102,20 +111,11 @@ global.search.resultfor = "Display result for: <b>%s</b>"
 global.sort = "Sort"
 global.title = "Title"
 global.user = "User"
-global.view = "View"
-global.clickremove = "Click to remove"
-global.field.writeenter = "Write and press enter."
-global.field.select.bulkoption = "Select bulk edit option"
-global.add = "Add"
-global.replace = "Replace"
-global.clear = "Clear"
-global.password = "Password"
 global.username = "Username"
-global.login = "Login"
-global.close = "Close"
+global.view = "View"
 
-pagination.previous = "previous"
 pagination.gotopage = "Goto page"
 pagination.next = "next"
+pagination.previous = "previous"
 pagination.select.sort.default = "Default"
 pagination.select.sort.latest = "Latest"