From f92437b231b91adf2dd1e6802f36923a9124f60a Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Thu, 14 Sep 2017 10:22:28 -0400 Subject: [PATCH 1/1] LP#1629078: Add missing strings in web client for i18n Linda Jansova found a series of strings that were missing the localization tagging indicated by the "l" function we use in tt2 code. This patch adds them in preparation for the next PO template sync to grab them to make them available for translation via Launchpad, etc. Signed-off-by: Ben Shum Signed-off-by: Galen Charlton --- .../staff/admin/workstation/t_splash.tt2 | 6 +-- .../staff/cat/bucket/copy/t_apply_tags.tt2 | 2 +- .../staff/cat/volcopy/t_copy_tags.tt2 | 2 +- .../staff/cat/volcopy/t_defaults.tt2 | 2 +- .../staff/circ/patron/t_bills_list.tt2 | 14 +++--- .../staff/circ/patron/t_search_results.tt2 | 46 +++++++++---------- .../staff/serials/t_prediction_wizard.tt2 | 8 ++-- .../staff/share/t_patron_search_results.tt2 | 42 ++++++++--------- 8 files changed, 61 insertions(+), 61 deletions(-) diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 index 578ba73f1e..94c11400c8 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 @@ -78,7 +78,7 @@
- +

[% l('The default search library setting determines what library is searched from the advanced search screen and portal page by default. Manual selection of a search library will override it. One recommendation is to set the search library to the highest point you would normally want to search.') %]

@@ -92,7 +92,7 @@
- +

[% l('The preferred library is used to show copies and URIs regardless of the library searched. One recommendation is to set this to your workstation library so that local copies show up first in search results.') %]

@@ -106,7 +106,7 @@
- +

[% l('Advanced search has secondary panes for Numeric and MARC Expert searching. You can change which one is loaded by default when opening a new catalog window here.') %]

diff --git a/Open-ILS/src/templates/staff/cat/bucket/copy/t_apply_tags.tt2 b/Open-ILS/src/templates/staff/cat/bucket/copy/t_apply_tags.tt2 index bc009b630b..64a689186c 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/copy/t_apply_tags.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/copy/t_apply_tags.tt2 @@ -8,7 +8,7 @@
  • {{map.tag().label()}} - +
diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_copy_tags.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_copy_tags.tt2 index c2878f89c9..773f5db302 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_copy_tags.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_copy_tags.tt2 @@ -8,7 +8,7 @@
  • {{map.tag().label()}} - +
diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_defaults.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_defaults.tt2 index 8d20cf21ae..c3cc46c948 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_defaults.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_defaults.tt2 @@ -27,7 +27,7 @@

[% l('Creation Defaults') %]

diff --git a/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 index 840b83d001..a6be0ccfe7 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_bills_list.tt2 @@ -48,12 +48,12 @@ - - - - - - + + + + + + @@ -91,7 +91,7 @@ - diff --git a/Open-ILS/src/templates/staff/circ/patron/t_search_results.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_search_results.tt2 index ffac971b1e..65ef0a1caf 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_search_results.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_search_results.tt2 @@ -23,28 +23,28 @@ label="{{bkt.name()}}" handler-data="bkt" handler="addToBucket" disabled="need_one_selected"> - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/src/templates/staff/serials/t_prediction_wizard.tt2 b/Open-ILS/src/templates/staff/serials/t_prediction_wizard.tt2 index cd97232e39..aeb82225a3 100644 --- a/Open-ILS/src/templates/staff/serials/t_prediction_wizard.tt2 +++ b/Open-ILS/src/templates/staff/serials/t_prediction_wizard.tt2 @@ -71,12 +71,12 @@
@@ -126,12 +126,12 @@
diff --git a/Open-ILS/src/templates/staff/share/t_patron_search_results.tt2 b/Open-ILS/src/templates/staff/share/t_patron_search_results.tt2 index 885aded90d..7b3cf9cdce 100644 --- a/Open-ILS/src/templates/staff/share/t_patron_search_results.tt2 +++ b/Open-ILS/src/templates/staff/share/t_patron_search_results.tt2 @@ -8,28 +8,28 @@ items-provider="patronSearchGridProvider" persist-key="circ.patron.search"> - - - - - - - - - + + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + -- 2.43.2