From 9126e13419d57848471875ec0b734ee579fa8bbf Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 1 Dec 2016 10:53:17 -0500 Subject: [PATCH] Language - here are three files I missed including in the prior collection of translation-related files. Signed-off-by: Terran McCanna --- .../src/templates/opac/myopac/prefs_notify.tt2 | 25 ++++++++++------------ .../templates/opac/parts/result/copy_counts.tt2 | 4 ++-- Open-ILS/src/templates/opac/parts/searchbar.tt2 | 10 ++++----- 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 index 2422d69320..47b7f72677 100644 --- a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 +++ b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 @@ -10,7 +10,7 @@ [% IF ctx.user_setting_map.$setting; %] value='[% ctx.user_setting_map.$setting | html %]' [% END %]/> + title="[% l('Notification Preferences') %]"> [% IF ctx.updated_user_settings %] @@ -28,7 +28,7 @@ with the rest of the table. As an alternative, we can repeat the label as a title attr. http://www.w3.org/TR/WCAG20-TECHS/H44.html %] - [% email_label = l('Notify by Email when a hold is ready for pickup?') %] + [% email_label = l('Notify by Email by default when a hold is ready for pickup?') %] - [% phone_label = l('Notify by Phone when a hold is ready for pickup?') %] + [% phone_label = l('Notify by Phone by default when a hold is ready for pickup?') %] - + - [% sms_label = l('Notify by Text when a hold is ready for pickup?') %] + [% sms_label = l('Notify by Text by default when a hold is ready for pickup?') %] - + [% setting = 'opac.default_sms_notify' %] - + [% END %] @@ -97,12 +97,9 @@ [% END %] -
@@ -41,7 +41,7 @@ setting = 'opac.hold_notify'; -%]
[% setting = 'opac.default_phone' %]
@@ -62,7 +62,7 @@ setting = 'opac.hold_notify'; -%]
          [% l('Mobile Carrier') %][% l('Default Mobile Carrier') %] [% INCLUDE "opac/parts/sms_carrier_selector.tt2" sms_carrier_hide_label="true" %]
-
[% l('Hint: Use the full 10 digits of your phone #, no spaces, no dashes'); %] + [% l('Hint: use the full 10 digits of your phone #, no spaces, no dashes'); %]
- - [% END %] -
- -
+ + + [% END %] diff --git a/Open-ILS/src/templates/opac/parts/result/copy_counts.tt2 b/Open-ILS/src/templates/opac/parts/result/copy_counts.tt2 index 7824f01445..dc8aab797c 100644 --- a/Open-ILS/src/templates/opac/parts/result/copy_counts.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/copy_counts.tt2 @@ -11,7 +11,7 @@ %]
[% IF ctx.get_aou(attrs.copy_counts.$depth.org_unit).opac_visible == 't' %] - [% l('[_1] out of [quant,_2,copy,copies] are currently available at [_3]', + [% l('[_1] of [quant,_2,copy,copies] available at [_3].', attrs.copy_counts.$depth.available, attrs.copy_counts.$depth.count, ou_name) | html @@ -31,7 +31,7 @@ [%- IF attrs.plib_copy_counts.$depth.count > 0 AND ( hiding_disabled OR ctx.org_within_hiding_scope(org_unit.id)) %]
[% - l('[_1] out of [quant,_2,copy,copies] are currently available at [_3].', + l('[_1] of [quant,_2,copy,copies] available at [_3].', attrs.plib_copy_counts.$depth.available, attrs.plib_copy_counts.$depth.count, ou_name) | html diff --git a/Open-ILS/src/templates/opac/parts/searchbar.tt2 b/Open-ILS/src/templates/opac/parts/searchbar.tt2 index cdabb34a0f..d656ced6fe 100644 --- a/Open-ILS/src/templates/opac/parts/searchbar.tt2 +++ b/Open-ILS/src/templates/opac/parts/searchbar.tt2 @@ -5,7 +5,7 @@
[%- END %]
[%- - l('Limit to: '); + l('Format: '); IF search.basic_config.type == 'attr'; INCLUDE "opac/parts/coded_value_selector.tt2" attr=search.basic_config.group none_ok=1 @@ -57,7 +57,7 @@
[%- - l('Search within: '); + l('Library: '); select_lib_label = l("Select search library"); INCLUDE build_org_selector arialabel=select_lib_label id='search_org_selector' show_loc_groups=1 -- 2.11.0