From: Banana Date: Mon, 15 Apr 2024 12:30:41 +0000 (+0200) Subject: adding some translations X-Git-Tag: 1.7~35 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=0ea8fd1e427956d4bed5174bd2ffb27a104943ad;p=bibliotheca-php.git adding some translations Signed-off-by: Banana --- diff --git a/webclient/i18n/eng.ini b/webclient/i18n/eng.ini index d46a3e4..6f6d6ad 100644 --- a/webclient/i18n/eng.ini +++ b/webclient/i18n/eng.ini @@ -20,9 +20,7 @@ ; The value is the keyname without any quotes. ; Use this to create unique translations without changing the template -auth.input.password = "Password" -auth.input.username = "Username" -auth.login = "Login" + auth.logout = "Logout" advsearch.explain.fields = "Available fields in %s are:" @@ -40,6 +38,7 @@ 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: %s
(Max. result of 60)" advsearch.submit.bulkedit = "Bulkedit these results" +advsearch.input.search.label = "Search for" bulkedit.headline.edit = "Bulkedit these entries in:" @@ -102,6 +101,9 @@ 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" pagination.previous = "previous" pagination.gotopage = "Goto page" diff --git a/webclient/view/98/advancedsearch/advancedsearch.html b/webclient/view/98/advancedsearch/advancedsearch.html index 15d9b86..3cd6bc8 100644 --- a/webclient/view/98/advancedsearch/advancedsearch.html +++ b/webclient/view/98/advancedsearch/advancedsearch.html @@ -2,53 +2,47 @@
- + + placeholder="t('advsearch.input.search.placeholder'); ?>" size="50" />
-

This uses the table view as default. Remember to select the fields to show in collection config

+

t('advsearch.input.description'); ?>

- +
-

Syntax

-

To search within the collection default search field, like the ordinary search, just type the search term and go.

-

- To search within the possible fields of a collection type the field identifier followed by : 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. -

+

t('advsearch.headline.syntax'); ?>

+

t('advsearch.help.1'); ?>

+

t('advsearch.help.2'); ?>

title: bourne
-

Available fields in are:

+

t('advsearch.explain.fields', $TemplateData['loadedCollection']['name'] ?? ''); ?>

 	$v) {
 		echo $v['identifier']." ";
 	} ?>
 	
-

Possible search operators:

+

t('advsearch.operators'); ?>

*
-
- 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. -
+
t('advsearch.operators.asterisk'); ?>
+
-
A leading plus sign indicates that this word must be present in each row that is returned.
+
t('advsearch.operators.plus'); ?>
-
A leading minus sign indicates that this word must not be present in any of the rows that are returned.
+
t('advsearch.operators.minus'); ?>
"
-
A phrase that is enclosed within double quote (") characters matches only rows that contain the phrase literally, as it was typed.
+
t('advsearch.operators.quote'); ?>
>
-
A leading greater than sign indicates that rows greater than the number will be returned.
+
t('advsearch.operators.greater'); ?>
<
-
A leading less than sign indicates that rows smaller than the number will be returned.
+
t('advsearch.operators.less'); ?>
@@ -135,13 +129,13 @@ -

Please select a collection first

+

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

- - + + diff --git a/webclient/view/98/auth/auth.html b/webclient/view/98/auth/auth.html index f59b7f3..735e8d0 100644 --- a/webclient/view/98/auth/auth.html +++ b/webclient/view/98/auth/auth.html @@ -1,19 +1,19 @@ isSignedIn() === true) { ?> -

Logout

+

t('auth.logout'); ?>

-

Login

+

t('global.login'); ?>

- +
- +
diff --git a/webclient/view/98/main.php b/webclient/view/98/main.php index eaac217..ed142cf 100644 --- a/webclient/view/98/main.php +++ b/webclient/view/98/main.php @@ -1,5 +1,5 @@ - + diff --git a/webclient/view/98/manageusers/manageusers.html b/webclient/view/98/manageusers/manageusers.html index 0b748f5..168fd3d 100644 --- a/webclient/view/98/manageusers/manageusers.html +++ b/webclient/view/98/manageusers/manageusers.html @@ -3,17 +3,17 @@
- +
- +
- +
@@ -71,9 +71,9 @@
NameDescriptiont('global.name'); ?>t('global.description'); ?>
- + - + diff --git a/webclient/view/98/profile/profile.html b/webclient/view/98/profile/profile.html index 9481578..0e50147 100644 --- a/webclient/view/98/profile/profile.html +++ b/webclient/view/98/profile/profile.html @@ -2,12 +2,12 @@
- +
- +
diff --git a/webclient/view/compact/advancedsearch/advancedsearch.html b/webclient/view/compact/advancedsearch/advancedsearch.html index 53eb09c..02855e1 100644 --- a/webclient/view/compact/advancedsearch/advancedsearch.html +++ b/webclient/view/compact/advancedsearch/advancedsearch.html @@ -32,10 +32,10 @@
- +
+ placeholder="t('advsearch.input.search.placeholder'); ?>">
@@ -50,20 +50,17 @@
-

Syntax

-

To search within the collection default search field, like the ordinary search, just type the search term and go.

-

- To search within the possible fields of a collection type the field identifier followed by : 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. -

+

t('advsearch.headline.syntax'); ?>

+

t('advsearch.help.1'); ?>

+

t('advsearch.help.2'); ?>

eg.: title: bourne -

Available fields in are:

+

t('advsearch.explain.fields', $TemplateData['loadedCollection']['name'] ?? ''); ?>

 		$v) {
@@ -71,16 +68,13 @@
 		}
 		?>
 		
-

Possible search operators:

-

- * = 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. -

-

+ = A leading plus sign indicates that this word must be present in each row that is returned.

-

- = A leading minus sign indicates that this word must not be present in any of the rows that are returned.

-

" = A phrase that is enclosed within double quote (") characters matches only rows that contain the phrase literally, as it was typed.

-

> = A leading greater than sign indicates that rows greater than the number will be returned.

-

< = A leading less than sign indicates that rows smaller than the number will be returned.

+

t('advsearch.operators'); ?>

+

* = t('advsearch.operators.asterisk'); ?>

+

+ = t('advsearch.operators.plus'); ?>

+

- = t('advsearch.operators.plus'); ?>

+

" = t('advsearch.operators.quote'); ?>

+

> = t('advsearch.operators.quote'); ?>

+

< = t('advsearch.operators.quote'); ?>

@@ -176,7 +170,7 @@
-

Please select a collection first

+

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

$v) { ?>
diff --git a/webclient/view/default/advancedsearch/advancedsearch.html b/webclient/view/default/advancedsearch/advancedsearch.html index 517a612..d68f138 100644 --- a/webclient/view/default/advancedsearch/advancedsearch.html +++ b/webclient/view/default/advancedsearch/advancedsearch.html @@ -32,10 +32,10 @@
- +
+ placeholder="t('advsearch.input.search.placeholder'); ?>">
@@ -50,20 +50,17 @@
-

Syntax

-

To search within the collection default search field, like the ordinary search, just type the search term and go.

-

- To search within the possible fields of a collection type the field identifier followed by : 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. -

+

t('advsearch.headline.syntax'); ?>

+

t('advsearch.help.1'); ?>

+

t('advsearch.help.2'); ?>

eg.: title: bourne -

Available fields in are:

+

t('advsearch.explain.fields', $TemplateData['loadedCollection']['name'] ?? ''); ?>

 		$v) {
@@ -71,16 +68,13 @@
 		}
 		?>
 		
-

Possible search operators:

-

- * = 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. -

-

+ = A leading plus sign indicates that this word must be present in each row that is returned.

-

- = A leading minus sign indicates that this word must not be present in any of the rows that are returned.

-

" = A phrase that is enclosed within double quote (") characters matches only rows that contain the phrase literally, as it was typed.

-

> = A leading greater than sign indicates that rows greater than the number will be returned.

-

< = A leading less than sign indicates that rows smaller than the number will be returned.

+

t('advsearch.operators'); ?>

+

* = t('advsearch.operators.asterisk'); ?>

+

+ = t('advsearch.operators.plus'); ?>

+

- = t('advsearch.operators.plus'); ?>

+

" = t('advsearch.operators.quote'); ?>

+

> = t('advsearch.operators.quote'); ?>

+

< = t('advsearch.operators.quote'); ?>

@@ -171,7 +165,7 @@ -

Please select a collection first

+

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

diff --git a/webclient/view/default/auth/auth.html b/webclient/view/default/auth/auth.html index e463ce4..671fe41 100644 --- a/webclient/view/default/auth/auth.html +++ b/webclient/view/default/auth/auth.html @@ -1,21 +1,21 @@ isSignedIn() === true) { ?> -

Logout

+

t('auth.logout'); ?>

Logout -

Login

+

t('global.login'); ?>

- +
- +
diff --git a/webclient/view/default/manageusers/manageusers.html b/webclient/view/default/manageusers/manageusers.html index e345919..5603b26 100644 --- a/webclient/view/default/manageusers/manageusers.html +++ b/webclient/view/default/manageusers/manageusers.html @@ -4,21 +4,21 @@

Add or modify a user

- +
- +
- +
@@ -93,8 +93,8 @@
Logint('global.login'); ?> CreatedUsernamet('global.username'); ?> Group(s) Status
- - + + diff --git a/webclient/view/default/profile/profile.html b/webclient/view/default/profile/profile.html index b96678c..928f240 100644 --- a/webclient/view/default/profile/profile.html +++ b/webclient/view/default/profile/profile.html @@ -3,14 +3,14 @@
- +
- +
LoginUsernamet('global.login'); ?>t('global.username'); ?> Group(s) Status