From c9d6eba01b0749c3795034831ca6ebdda3668a6a Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 25 Jun 2018 09:01:50 +0200 Subject: [PATCH] Bug 20988: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder --- .../cataloguing/value_builder/EXAMPLE.tt | 19 +- .../cataloguing/value_builder/cn_browser.tt | 15 +- .../cataloguing/value_builder/macles.tt | 23 +- .../value_builder/marc21_field_006.tt | 15 +- .../value_builder/marc21_field_007.tt | 69 +-- .../value_builder/marc21_field_008.tt | 17 +- .../marc21_field_008_authorities.tt | 489 +++++++++--------- .../marc21_field_008_classifications.tt | 125 ++--- .../value_builder/marc21_leader.tt | 229 ++++---- .../marc21_leader_authorities.tt | 77 +-- .../value_builder/marc21_linking_section.tt | 45 +- .../value_builder/normarc_field_007.tt | 49 +- .../value_builder/normarc_field_008.tt | 129 ++--- .../value_builder/normarc_leader.tt | 135 ++--- 14 files changed, 725 insertions(+), 711 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/EXAMPLE.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/EXAMPLE.tt index 0451c26e92..51acc95dd3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/EXAMPLE.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/EXAMPLE.tt @@ -1,21 +1,22 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Cataloguing › Framework plugin example +[% t('Koha › Cataloguing › Framework plugin example') %] [% INCLUDE 'doc-head-close.inc' %]
-

EXAMPLE plugin

-

Hi, you are looking at the result of launching the EXAMPLE plugin.

-

I received this from you:

- -

-

I will pass back what you type here, if you press OK.

+

[% t('EXAMPLE plugin') %]

+

[% t('Hi, you are looking at the result of launching the EXAMPLE plugin.') %]

+

[% t('I received this from you:') %]

+ +

+

[% t('I will pass back what you type here, if you press OK.') %]

- - Cancel + + [% t('Cancel') %]

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt index 122da191e1..8c9d32b475 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools +[% t('Koha › Tools') %] [% Asset.css("css/datatables.css") %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] @@ -24,11 +25,11 @@ $(document).ready(function() ); -

Call numbers browser

+

[% t('Call numbers browser') %]

- +
@@ -37,9 +38,9 @@ $(document).ready(function() - - - + + + [% FOREACH cn_loo IN cn_loop %] @@ -49,7 +50,7 @@ $(document).ready(function() [% cn_loo.title %] [% cn_loo.subtitle %] [% cn_loo.subtitle2 %] [% IF ( cn_loo.author ) %] - by [% cn_loo.author %] + [% t('by') %] [% cn_loo.author %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt index bb46c8939c..2b38efdaca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt @@ -1,8 +1,9 @@ +[% PROCESS 'i18n.inc' %] -Gestion des index MACLES +[% t('Gestion des index MACLES') %] [% INCLUDE 'doc-head-close.inc' %] - + -

Gestion des index MACLES

+

[% t('Gestion des index MACLES') %]

@@ -33,15 +34,15 @@
Call NumberTitleBranch[% t('Call Number') %][% t('Title') %][% t('Branch') %]
- + [% FOREACH col_hd IN BIGLOO.col_hdr %] @@ -64,7 +65,7 @@
Espace\Temps[% t('Espace\Temps') %] [% col_hd.collib |html %]
[% END %] [% IF ( BIGLOO.Lists ) %] -

sélection au moyen d'une liste de descripteurs

+

[% t('sélection au moyen d\'une liste de descripteurs') %]

[% FOREACH List IN BIGLOO.Lists %]

[% List.lib %]

[% FOREACH liblis IN List.liblist %] @@ -75,10 +76,10 @@ [% UNLESS ( BIGLOO.Table ) %] [% FOREACH line IN BIGLOO.lines %] -

[% line.rowvalue |html %] - [% line.rowlib |html %] 

+

[% line.rowvalue |html %] - [% line.rowlib |html %] 

[% FOREACH cell IN line.cells %] -

[% cell.celvalue |html %] - [% FOREACH lib IN cell.libs %] - [% lib.lib |html %]   +

[% cell.celvalue |html %] - [% FOREACH lib IN cell.libs %] + [% lib.lib |html %]   [% END %]

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt index 524687a758..8ab0c5b997 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tt @@ -1,18 +1,19 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Cataloging › 006 builder +[% t('Koha › Cataloging › 006 builder') %] [% INCLUDE 'doc-head-close.inc' %] -

006 Fixed-length data elements--Additional material characteristics--General information

+

[% t('006 Fixed-length data elements--Additional material characteristics--General information') %]

-

"[% result %]"

+

"[% result %]"

@@ -20,15 +21,15 @@ - +
- +
-
Cancel
+
[% t('Cancel') %]
[% MACRO jsinclude BLOCK %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt index bad89fc707..ec0e3106fc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt @@ -1,96 +1,97 @@ +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Cataloging › 007 builder +[% t('Koha › Cataloging › 007 builder') %] [% INCLUDE 'doc-head-close.inc' %] -

007 Physical description fixed field--General information

+

[% t('007 Physical description fixed field--General information') %]

-

+

-
Cancel
+
[% t('Cancel') %]
[% MACRO jsinclude BLOCK %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt index d28c2c1727..a9ab58d3d0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt @@ -1,26 +1,27 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Cataloging › 008 builder +[% t('Koha › Cataloging › 008 builder') %] [% INCLUDE 'doc-head-close.inc' %] -

008 Fixed-length data elements--Additional material characteristics--General information

+

[% t('008 Fixed-length data elements--Additional material characteristics--General information') %]

-

"[% result %]"

+

"[% result %]"

- +
- +
@@ -29,10 +30,10 @@ - + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt index e80c679b59..ba4e8c7164 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt @@ -1,718 +1,719 @@ +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Authorities › 008 builder +[% t('Koha › Authorities › 008 builder') %] [% INCLUDE 'doc-head-close.inc' %] -

008 Fixed-length data elements

+

[% t('008 Fixed-length data elements') %]

- +
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
00-05- Date entered on file[% t('00-05- Date entered on file') %] [% f1 %]
18-27 Undefined character positions[% t('18-27 Undefined character positions') %]
30 Undefined character position[% t('30 Undefined character position') %]
34-37 Undefined character positions[% t('34-37 Undefined character positions') %]
-
Cancel
+
[% t('Cancel') %]
[% MACRO jsinclude BLOCK %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_classifications.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_classifications.tt index e65f2aae3b..8db82c35d5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_classifications.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_classifications.tt @@ -1,202 +1,203 @@ +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Classifications › 008 builder +[% t('Koha › Classifications › 008 builder') %] [% INCLUDE 'doc-head-close.inc' %] -

008 Fixed-length data elements

+

[% t('008 Fixed-length data elements') %]

- + - + - + - + - + - + - + - + - +
00-05- Date entered on file[% t('00-05- Date entered on file') %] [% f1 %]
-
Cancel
+
[% t('Cancel') %]
[% MACRO jsinclude BLOCK %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt index de5c453df3..99cf78a224 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt @@ -1,327 +1,328 @@ +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Cataloging › 000 - Leader builder +[% t('Koha › Cataloging › 000 - Leader builder') %] [% INCLUDE 'doc-head-close.inc' %]
-

000 - Leader

+

[% t('000 - Leader') %]

- - + + - + - + - + - + - - + + - - + + - + - + - + - - + +
0-4 Record size(auto-filled)[% t('0-4 Record size') %][% t('(auto-filled)') %]
9- Character coding schemea - UCS/Unicode (auto-filled)[% t('9- Character coding scheme') %][% t('a - UCS/Unicode (auto-filled)') %]
10-16 indicator/subfields/size(auto-filled)[% t('10-16 indicator/subfields/size') %][% t('(auto-filled)') %]
20-24 entry map & lengths(auto-filled)[% t('20-24 entry map & lengths') %][% t('(auto-filled)') %]
-
Cancel
+
[% t('Cancel') %]
[% MACRO jsinclude BLOCK %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_authorities.tt index 682720f48e..e9a71ed318 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_authorities.tt @@ -1,124 +1,125 @@ +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Authorities › Leader builder +[% t('Koha › Authorities › Leader builder') %] [% INCLUDE 'doc-head-close.inc' %] -

000 - Leader

+

[% t('000 - Leader') %]

- - + + - + - + - + - + - - + + - + - + - - + +
1-4 Record size(auto-filled)[% t('1-4 Record size') %][% t('(auto-filled)') %]
- z- Authority data + [% t('z- Authority data') %]
7-8 Undefined[% t('7-8 Undefined') %]
10-16 indicator/subfields/size(auto-filled)[% t('10-16 indicator/subfields/size') %][% t('(auto-filled)') %]
18-19 Undefined[% t('18-19 Undefined') %]
20-24 entry map & lengths(auto-filled)[% t('20-24 entry map & lengths') %][% t('(auto-filled)') %]
-
Cancel
+
[% t('Cancel') %]
[% MACRO jsinclude BLOCK %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt index 0b498d5d9d..92095313e4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt @@ -1,20 +1,21 @@ +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Cataloguing › plugin for links +[% t('Koha › Cataloguing › plugin for links') %] [% INCLUDE 'doc-head-close.inc' %] [% IF ( fillinput ) %] -

MARC21 Plugin to build links between records

+

[% t('MARC21 Plugin to build links between records') %]

[% ELSE %] -

Plugin to build links between records

+

[% t('Plugin to build links between records') %]

[% IF ( Search ) %]