OPAC Updates related to page text and translations. Also required are the
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 30 Nov 2016 23:01:36 +0000 (18:01 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 7 Oct 2017 00:33:36 +0000 (20:33 -0400)
en-PINES.po custom text file and the es-ES.po translation file.

Language - here are three files I missed including in the prior
collection of translation-related files.

Language files - a few more corrections.

Changing hard-coded string to allow locale to work.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Conflicts:
Open-ILS/src/templates/opac/parts/advanced/search.tt2
Open-ILS/src/templates/opac/parts/pref_lib_display.tt2

37 files changed:
Open-ILS/src/templates/opac/advanced.tt2
Open-ILS/src/templates/opac/browse.tt2
Open-ILS/src/templates/opac/myopac/circs.tt2
Open-ILS/src/templates/opac/myopac/hold_history.tt2
Open-ILS/src/templates/opac/myopac/holds.tt2
Open-ILS/src/templates/opac/myopac/lists.tt2
Open-ILS/src/templates/opac/myopac/main.tt2
Open-ILS/src/templates/opac/myopac/messages/list.tt2
Open-ILS/src/templates/opac/myopac/prefs.tt2
Open-ILS/src/templates/opac/myopac/prefs_my_lists.tt2
Open-ILS/src/templates/opac/parts/advanced/expert.tt2
Open-ILS/src/templates/opac/parts/advanced/numeric.tt2
Open-ILS/src/templates/opac/parts/advanced/search.tt2
Open-ILS/src/templates/opac/parts/footer.tt2
Open-ILS/src/templates/opac/parts/homesearch.tt2
Open-ILS/src/templates/opac/parts/login/form.tt2
Open-ILS/src/templates/opac/parts/login/help.tt2
Open-ILS/src/templates/opac/parts/login/password_hint.tt2
Open-ILS/src/templates/opac/parts/myopac/main_base.tt2
Open-ILS/src/templates/opac/parts/place_hold.tt2
Open-ILS/src/templates/opac/parts/pref_lib_display.tt2
Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2
Open-ILS/src/templates/opac/parts/record/contents.tt2
Open-ILS/src/templates/opac/parts/record/copy_counts.tt2
Open-ILS/src/templates/opac/parts/record/copy_table.tt2
Open-ILS/src/templates/opac/parts/record/extras.tt2
Open-ILS/src/templates/opac/parts/record/navigation.tt2
Open-ILS/src/templates/opac/parts/record/subjects.tt2
Open-ILS/src/templates/opac/parts/record/summary.tt2
Open-ILS/src/templates/opac/parts/result/copy_counts.tt2
Open-ILS/src/templates/opac/parts/result/facets.tt2
Open-ILS/src/templates/opac/parts/result/paginate.tt2
Open-ILS/src/templates/opac/parts/result/table.tt2
Open-ILS/src/templates/opac/parts/searchbar.tt2
Open-ILS/src/templates/opac/parts/topnav_links.tt2
Open-ILS/src/templates/opac/register.tt2
Open-ILS/src/templates/opac/results.tt2

index e113da8..96b2b4d 100644 (file)
@@ -11,7 +11,7 @@
     <div id="search-wrapper">
         <div id="search-box">
             <span class="adv_search_catalog_lbl"><a href="[% mkurl(ctx.opac_root _ '/home') %]"
-                    id="home_adv_search_link">[%l('Basic Search')%]</a></span>
+                    id="home_adv_search_link">[%l('Search the Catalog')%]</a></span>
             <span class="search_catalog_lbl mobile_hide">[% l('Advanced Search') %]</span>
             <span class="browse_the_catalog_lbl"><a href="[% mkurl(ctx.opac_root _ '/browse') %]">[%
                     l('Browse the Catalog')%]</a></span>
@@ -26,7 +26,7 @@
                     id="num_search">[% l('Numeric Search') %]</a>
                 <a href="[% mkurl('', {pane => 'expert'}) %]"
                     [% IF pane == 'expert' %]class="on" [% END %]
-                    id="expert_search">[% l('MARC Record Search') %]</a>
+                    id="expert_search">[% l('Expert Search') %]</a>
             </div>
         </div>
     </div>
index 4542803..d05043c 100644 (file)
@@ -44,9 +44,7 @@
             <div id="browse-the-catalog">
                 <div id="browse-controls" class='searchbar'>
                                    <p style="font-style:italic;font-weight:normal;width:100%;max-width:800px;">
-                                           Browse through a virtual index of titles, authors, subjects, or series for a
-                                           particular library, for a library system, or for all of PINES. If browsing
-                                               by author, type in the first letters of the last name.
+                        [% l('PINES Browse Note') %]
                                        </p>
                     <form method="get" onsubmit="$('browse-submit-spinner').className = ''; return true">
                         <input type="hidden" name="blimit"
index e2b5409..7ca69a0 100644 (file)
 
 
     <div class="header_middle">
-        <span class="float-left">[% l('Items Currently Checked Out') %]</span>
+        <span class="float-left">[% l('Current Items Checked Out') %]</span>
     </div>
-       <p>If you are having trouble renewing your items, please contact your 
-               <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">local library</a>.</p>
+       <p>[% l("PINES Renewal Tip") %]</p>
 
     <div class="clear-both"></div>
     [% IF ctx.circs.size < 1 %]
                     END %]
                 </tbody>
             </table>
-                       <p style="font-style:italic;">* You will be unable to renew items if other patrons have holds on them, 
-                       if your account is expired, or if you have more than $10.00 in fines and fees.</p>
+                       <p style="font-style:italic;">[% l("PINES Renewal Note") %]</p>
         </form>
     </div>
     [% END %]
index 8cfd1f1..6ba8df9 100644 (file)
@@ -29,7 +29,8 @@
     </div>
 
     <div class="header_middle">
-        <span style="float:left;">[% l("Previously Requested Items") %]</span>
+        <span style="float:left;">[% l("Previously Held Items") %]</span>
+               <!-- HIDE BECAUSE OF BUG
         <span class='float-left' style='padding-left: 10px;'>
             <a href='[% mkurl('hold_history', {limit => limit,offset => (offset - limit)}) %]'
                 [% IF offset == 0 %] class='invisible' [% END %]><span class="nav_arrow_fix">&#9668;</span>[% l('Previous') %]</a>
index 14bf25c..1098ce8 100644 (file)
@@ -33,7 +33,7 @@
             [%  IF CGI.param("available");
                     l("Items Ready for Pickup");
                 ELSE;
-                    l("Items Currently On Hold");
+                    l("Current Items on Hold");
                 END
             %]
         </span>
@@ -59,8 +59,7 @@
     </div>
     <div class="clear-both"></div>
     <div id='holds_main'>
-               <p>If you require assistance placing a hold or have a question about a hold that you have placed, please contact your 
-               <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">local library</a>.</p>
+               <p>[% l("PINES Hold Tip") %]</p>
         <form method="post">
         <table class="table_no_border_space table_no_cell_pad opac-auto-097"
             title="[% l('Actions for Items on Hold') %]">
                         <option id='myopac_holds_actions_none' value=''>
                         -- [% l("Actions for selected holds") %] --
                         </option>
-                        <option value='suspend'>[% l("Suspend selected holds") %]</option>
-                        <option value='activate'>[% l("Activate selected holds") %]</option>
+                        <option value='suspend'>[% l("Suspend") %]</option>
+                        <option value='activate'>[% l("Activate") %]</option>
                         <!-- XXX maybe later <option value='thaw_date'>[% l("Set Active Date") %]</option> -->
-                        <option value='cancel'>[% l("Cancel selected holds") %]</option>
+                        <option value='cancel'>[% l("Cancel") %]</option>
                     </select>
                 </td>
                 <td style="padding-left:9px;">
                 <td align="right">
                     [% IF CGI.param("available") -%]
                     <a href="[% mkurl('holds', {}, ['limit','offset','available']) %]">[% l('Show all holds') %]</a> |
-                    <strong>[% l("Holds that are ready to pick up") %]</strong>
+                    <strong>[% l("Show only available holds") %]</strong>
                     [% ELSE -%]
-                    <strong>[% l("All holds") %]</strong> |
-                    <a href="[% mkurl('holds',{available => 1},['limit','offset']) %]">[% l("Show holds that are ready to pick up") %]</a>
+                    <strong>[% l("Show all holds") %]</strong> |
+                    <a href="[% mkurl('holds',{available => 1},['limit','offset']) %]">[% l("Show only available holds") %]</a>
                     [% END -%]
                 </td>
             </tr>
                 <th>[% l('Pickup Location') %]</th>
                 <th>[% l('Activate') %]</th>
                 <th>[% l('Cancel if not filled by') %]</th>
-                <th>[% l('Active?') %]</th>
+                <th>[% l('Active') %]</th>
                 <th>[% l('Status') %]</th>
-                               <th>[% l('Edit') %]</th>
+                               <th>[% l('Notes') %]</th>
             </tr>
             </thead>
             <tbody id="holds_temp_parent">
index 4b1c233..cd4faf9 100644 (file)
 <h3 class="sr-only">[% l('My Lists') %]</h3>
 <div id='myopac_bookbag_div' style="padding:5px;">
 
+
     <!-- PINES Customization -->
-    <p><i>Lists allow you to keep track of books you'd like to read in the future, recommendations you'd like 
-    to share with other people, and more. <a href="http://pines.georgialibraries.org/catalog-help#my_list" 
-    target="_new">Learn more about using lists.</a></i></p>
-    
+    <p><i>[% l("PINES List Tips") %]</i></p>
+
     <!-- new list creation -->
     <form action="[% mkurl(ctx.opac_root _ '/myopac/list/update') %]" method="post" id="create_form">
         <h1>[% l('Create New List') %]</h1><a name="createnewlist"></a>
index b37af03..79d401c 100644 (file)
         <br/>
         <hr class='opac-auto-013'  color="#dcdbdb" />
         <br/>
-               <div class="header_middle">[% l("Other Fees") %]</div>
-        <table width='100%' cellspacing=0 id='myopac_trans_table' title="[% l('Other Fines and Fees') %]">
+               <div class="header_middle">[% l("Other Fines and Fees") %]</div>
+        <table width='100%' cellspacing=0 id='myopac_trans_table' title="[% l('Other Fees') %]">
             <thead class="myopac_payments_table">
                 <tr>
                     <th width='16%'>[% l("Transaction Start Time") %]</th>
index 0301388..f7ddb3a 100644 (file)
@@ -1,8 +1,7 @@
 <div id="myopac_messages_div">
     <div class="header_middle">
         <span id="acct_messages_header" style="float:left;">[% l("Messages") %]</div>
-               <p>If you require assistance, please contact your 
-               <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">local library</a>.</p>
+               <p>[% l("PINES Account Tips") %]</p>
         <span class='float-left' style='padding-left: 10px;'>
             <a href='[% mkurl('messages', { limit => limit, offset => (offset - limit)} ) %]'
                 [% IF offset <= 0 %] class='invisible' [% END %]><span class="nav_arrow_fix">&#9668;</span>[% l('Previous') %]</a>
index b296f92..431aaeb 100644 (file)
@@ -5,8 +5,7 @@
 
 <h3 class="sr-only">[% l('Account Preferences') %]</h3>
 <div id="acct_info_main">
-    <p style="font-weight:bold;font-style:italic;">If you need to change your phone number or address, please visit your  
-               <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">local library</a>.</p>
+    <p style="font-weight:bold;font-style:italic;">[% l("PINES Account Info Tip") %]</p>
     <table title="[% l('Account preference') %]"
         class='light_border data_grid' style="width:100%;max-width:600px;">
         <tbody id='myopac_summary_tbody'>
@@ -25,7 +24,7 @@
             </tr>
 
             <tr>
-                <td class='color_4 light_border'>[% l("Day (Primary) Phone") %]</td>
+                <td class='color_4 light_border'>[% l("Day Phone") %]</td>
                 <td class='light_border'>[% ctx.user.day_phone | html %]</td>
                 <td></td>
             </tr>
@@ -52,7 +51,7 @@
                 <td></td>
                 [%- ELSE %]
                 <td class='light_border'><a href='update_username'
-                    title="[% l('Change Username') %]">[% l("Change User Name") %]</a></td>
+                    title="[% l('Change Username') %]">[% l("Change") %]</a></td>
                 [%- END %]
             </tr>
             <tr>
@@ -62,7 +61,7 @@
                 <td></td>
                 [%- ELSE %]
                 <td class='light_border'><a href='update_password'
-                    title="[% l('Change Password') %]">[% l("Change Password") %]</a></td>
+                    title="[% l('Change Password') %]">[% l("Change") %]</a></td>
                 [%- END %]
             </tr>
             <tr>
@@ -72,7 +71,7 @@
                 <td></td>
                 [%- ELSE %]
                 <td class='light_border'><a href='update_email'
-                    title="[% l('Update Email Address') %]">[% l('Change Email Address') %]</a></td>
+                    title="[% l('Update Email Address') %]">[% l('Change') %]</a></td>
                 [%- END %]
             </tr>
 
                             {label => l("County"), name => 'county', value => update_addr.county},
                             {label => l("State"), name => 'state', value => update_addr.state},
                             {label => l("Country"), name => 'country', value => update_addr.country},
-                            {label => l("ZIP"), name => 'post_code', value => update_addr.post_code},
+                            {label => l("Zip"), name => 'post_code', value => update_addr.post_code},
                         ];
                         FOR field IN addr_fields %]
                             <tr>
index 92516e0..7eb380c 100644 (file)
@@ -6,9 +6,7 @@
 
     <h3 class="sr-only">[% l('List Preferences') %]</h3>
     <form method='post'>
-          <p style="width:100%;max-width:600px;">Lists allow you to keep track of books you'd like to read in the future, 
-       recommendations you'd like to share with other people, and more. 
-       <a href="http://pines.georgialibraries.org/catalog-help#my_list">Learn more about using lists.</a></p>
+          <p style="width:100%;max-width:600px;">[% l("PINES List Tips") %]</p>
 
        <table class="full-width data_grid" id="acct_search_main"   style="width:100%;max-width:600px;"
             title="[% l('List Preferences') %]">
index 94018b8..a424bc4 100644 (file)
@@ -1,5 +1,5 @@
 <form action="[% ctx.opac_root %]/results" method="get">
-    <div class="header_middle">[% l("MARC Record Search") %]</div>
+    <div class="header_middle">[% l("Expert Search") %]</div>
     <input type="hidden" name="_special" value="1" />
     <input id="detail" type="hidden" name="detail_record_view"
            value="[% show_detail_view %]"/>
@@ -37,7 +37,7 @@
             <tr>
                [%- lib_select_id = "expert_search_library"; -%]
                <td colspan="5" class="expert-search-row">
-                   <label for="[% lib_select_id %]"><strong>[% l("Search within:") %]</strong>
+                   <label for="[% lib_select_id %]"><strong>[% l("Search Library:") %]</strong>
                        [%- PROCESS "opac/parts/org_selector.tt2";
                            INCLUDE build_org_selector id=lib_select_id show_loc_groups=1 
                        %]
index 1629164..aae42f8 100644 (file)
@@ -5,7 +5,7 @@
     <input id="detail" type="hidden" name="detail_record_view"
            value="[% show_detail_view %]"/>
     <div id='adv_numeric_block'>
-            <label for="numeric_qtype"><strong>[% l("Search by:") %]</strong></label>
+            <label for="numeric_qtype"><strong>[% l("Field:") %]</strong></label>
                 <select id="numeric_qtype" name="qtype">
                     <!-- TODO: Pull labels from config.metabib_field.label -->
                     <option value="identifier|isbn">[% l('ISBN') %]</option>
@@ -20,7 +20,7 @@
                 <input type="text" name="query" size="16" autofocus placeholder='[% l("Identifier") %]' />
            <br/> <br/>
             [%- lib_select_id="numeric_search_library" -%]
-            <label for="[% lib_select_id %]"><strong>[% l("Search within:") %]</strong>
+            <label for="[% lib_select_id %]"><strong>[% l("Search Library:") %]</strong>
                   [% PROCESS "opac/parts/org_selector.tt2";
                      INCLUDE build_org_selector id=lib_select_id show_loc_groups=1
                   %]
index 77ad3f1..a3bd339 100644 (file)
@@ -12,7 +12,7 @@
                     <tr>
                         <td>
                             <div class="header_middle" id="adv_search_input">
-                                Enter Search Words:
+                               [% l("Search Input") %] 
                             </div>
                         </td>
                     </tr>
         </div>
     </div>
 
-
     <div id='adv_search_filters'>
-        <div class="header_middle">Choose Search Limits:</div>
-        <p style="font-style:italic;margin-bottom:0px;">Tip: Ctrl-Click to select multiple lines or to deselect lines (Shift-Click for Macs).</p>
+        <div class="header_middle">[% l('Search Filters') %]</div>
+        <p style="font-style:italic;margin-bottom:0px;">[% l("PINES Advanced Search Note") %]</p>
+
 [%
     in_row = 0;
     FOR adv_chunk IN search.adv_config;
                     %]
 
 <<<<<<< HEAD
+<<<<<<< HEAD
                     [% IF NOT metarecords.disabled %]
                         <br/><!-- <br> may seem redundant, but it allows the
                             <input> (below) to drop down inline w/ its label -->
 =======
 >>>>>>> 099a674... OPAC advanced search page UI tweaks. (Terran)
 
+=======
+>>>>>>> 03ad13e... OPAC Updates related to page text and translations. Also required are the
                 [% CASE "copy_location" %]
                     <select id="adv_copy_location_selector"
                         title="[% l('Select Shelving Location') %]"
index 1a7ddfc..ac462ff 100644 (file)
@@ -6,11 +6,11 @@
     [% IF ctx.get_org_setting(
         ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
     <a href="[% mkurl(ctx.opac_root _ '/register') %]">
-           <img alt="[% l('Apply for a Card') %]" src="[% ctx.media_prefix %]/images/navbar-card.png" />
-               [% l('Apply for a PINES Library Card') %]</a> &nbsp; &nbsp; &nbsp; &nbsp;
+           <img alt="[% l('Request Library Card') %]" src="[% ctx.media_prefix %]/images/navbar-card.png" />
+               [% l('Request Library Card') %]</a> &nbsp; &nbsp; &nbsp; &nbsp;
     [% END %]
-    <!-- <a href="/eg/kpac/home">[% l("Kids' Catalog") %]</a> &nbsp;|&nbsp; -->
-    <!-- <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">[% l('Find a Library Near Me') %]</a> &nbsp;|&nbsp;-->
+    <!-- <a href="/eg/kpac/home">[% l("Kids Catalog") %]</a> &nbsp;|&nbsp; -->
+    <!-- <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">[% l('Library Locations') %]</a> &nbsp;|&nbsp;-->
     <!-- <a href="http://pines.georgialibraries.org/catalog-help">[% l('Help') %]</a> &nbsp;|&nbsp; -->
     <a href="http://pines.georgialibraries.org/about">
            <img alt="[% l('About PINES') %]" src="[% ctx.media_prefix %]/images/navbar-about.png" />[%- l('Learn More About PINES') %]</a> <!-- &nbsp;|&nbsp; -->
@@ -27,7 +27,7 @@
     [% IF ctx.get_org_setting(
         ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
     <a href="[% mkurl(ctx.opac_root _ '/register') %]">
-           [% l('Apply for a PINES Library Card') %]</a><br/>
+           [% l('Request Library Card') %]</a><br/>
     [% END %]   
     <a href="http://gapines.org/eg/opac/galileo">
                [% l('GALILEO Research Databases') %]</a><br/>
@@ -59,9 +59,7 @@
                 alt="[% l('Evergreen') %]"
             />
         </a>
-               <p style="font-weight:normal;font-style:italic;">This Web site and other Georgia Public Library Service programs are partially assisted with 
-               funds from the Library Services and Technology Act through the <a href="http://www.imls.gov/">
-               Institute of Museum and Library Services</a>.</p>               
+               <p style="font-weight:normal;font-style:italic;">[% l('Funding Note') %]</p>            
     </div>
 </div>
 </div>
index db8a44b..c02f6fa 100644 (file)
@@ -5,15 +5,15 @@
        <div style="border:0px;text-align:center;height:300px;width:300px;float:left;margin-left:100px;">
            <a href="http://pines.georgialibraries.org/pinesLocator/locator.html" target="_blank" style="text-decoration:none;">
                    <img alt="[% l('Library Locations') %]" src="[% ctx.media_prefix %]/images/pines-map.gif" style="height:150px;" /><br/>
-                       <span style="font-size:125%;font-weight:bold;">Find a PINES Library</span>
+                       <span style="font-size:125%;font-weight:bold;">[% l('Library Locations') %]</span>
                </a><br/>
-               <p>Your PINES card gives you access to<br/>more than 275 libraries across Georgia!</p>
+               <p>[% l('PINES Library Locations Note') %]</p>
     </div>
        <div style="border:0px;text-align:center;height:300px;width:300px;float:left;margin-left:50px;">
            <a href="http://pines.georgialibraries.org/catalog-help" target="_blank" style="text-decoration:none;">
-                   <img alt="[% l('Help') %]" src="[% ctx.media_prefix %]/images/home-largehelp.png" style="height:150px;" /><br/>
-                       <span style="font-size:125%;font-weight:bold;">PINES Catalog Help</span>
+                   <img alt="[% l('PINES Catalog Help') %]" src="[% ctx.media_prefix %]/images/home-largehelp.png" style="height:150px;" /><br/>
+                       <span style="font-size:125%;font-weight:bold;">[% l('PINES Catalog Help') %]</span>
                </a><br/>
-               <p>Tips on searching the catalog, placing holds, and other frequently asked questions.</p>
+               <p>[% l('PINES Help Note') %]</p>
     </div>
 </div>
index 35dd3e0..cba2b7d 100644 (file)
             <div class="input_bg">
                 <input type='text' id="username_field" name="username" autofocus style="width:250px;" />
             </div>
+            <!--
             <div style="font-size:normal;padding:15px 0px 5px 12px;width:300px;font-style:italic;">[% l('Enter your PINES library card number. Example: 220110026626051') %]
                        <br/>[% l('If you have set up a user name, you may enter that instead of the card number.') %]</div>
+            -->
         </div>
         <div class='float-left'>
             <label for="password_field" class="lbl1" >[% l('PIN Number or Password') %]</label>
             END;
                 redirect = redirect  | replace('^http:', 'https:');
             %]
+<<<<<<< HEAD
             <input type='hidden' name='redirect_to' value='[% redirect | html %]'/>
             <input type="checkbox" name="persist" id="login_persist" /><label for="login_persist"> [% l('Stay logged in?') %]</label>
             <input type="submit" value="[% l('Log in') %]" alt="[% l('Log in') %]" class="opac-button" />
+=======
+            <input type='hidden' name='redirect_to' value='[% redirect %]'/>
+            <input type="checkbox" name="persist" id="login_persist"/><label for="login_persist" style="font-weight:bold;"> [% l('Stay logged in?') %]</label>
+            <input type="submit" value="[% l('Log in') %]" alt="[% l('Log in') %]" class="opac-button" style="padding:10px 30px 10px 30px;" />
+>>>>>>> 03ad13e... OPAC Updates related to page text and translations. Also required are the
         </div>
         <input id="client_tz_id" name="client_tz" type="hidden" />
     </form>
index df472bd..49f4aa4 100644 (file)
@@ -1,9 +1,9 @@
 <div class="login-help-box">
     <div class="login-help-button">
-        <a href="http://pines.georgialibraries.org/catalog-help#my_account" class="opac-button">[% l('Account Help') %]</a>
+        <a href="http://pines.georgialibraries.org/catalog-help#my_account" class="opac-button">[% l('Questions?') %]</a>
     </div>
     <div>
-        <!--[% l('Learn more about using your PINES account.') %] -->
+        <!--[% l('Visit our FAQs section for answers to common questions about how to use your account.') %] -->
     </div>
 
        <!--
index f9552d3..e70c041 100644 (file)
@@ -1,3 +1,3 @@
 <div style="font-size:normal;padding:15px 0px 5px 12px;width:300px;font-style:italic;">
-[%- l('If this is your first time logging in, please enter the 4 digit PIN you were assigned by library staff. Example: 0926'); %]
+[%- l('If this is your first time logging in, please enter the last 4 digits of your phone number. Example: 0926'); %]
 </div>
index 9830cf5..01a27d3 100644 (file)
@@ -7,8 +7,7 @@
 
     <div class='div-left'>
         <div class="header_middle">[% l('Account Summary') %]</div>
-               <p>If you require assistance with your account, please contact your 
-               <a href="http://pines.georgialibraries.org/pinesLocator/locator.html">local library</a>.</p>
+               <p>[% l("PINES Account Tips") %]</p>
     </div>
 
     <!-- fines summary along the right of the page -->
@@ -42,7 +41,7 @@
             [%- IF date.format(ctx.parse_datetime(ctx.user.expire_date), '%s') < date.format(date.now , '%s');
                 fmt_expire_date = date.format(ctx.parse_datetime(ctx.user.expire_date), DATE_FORMAT);
             %]
-                           <span class="alert" style="font-weight:bold;">[% l("Your library card expired on [_1]. Please visit a PINES library to renew your card.", fmt_expire_date) %]</span>
+                           <span class="alert" style="font-weight:bold;">[% l("Your library card expired on [_1]. Please contact a librarian to resolve this issue.", fmt_expire_date) %]</span>
             [% END %]
             </div>
             <table class="acct_sum_table" title="[% l('Account Summary') %]">
index 9b74548..4dd6751 100644 (file)
@@ -27,7 +27,7 @@ function toggleActivationDate() {
 </script>
 <div id='holds_box' class='canvas' style='margin-top: 6px;'>
     <div class="header_middle">
-       <span class="float-left">[% l('Place Hold On:') %]</span>
+       <span class="float-left">[% l('Place Hold') %]</span>
     </div>
 
     [% some_holds_allowed = -1 %]
@@ -220,7 +220,7 @@ function toggleActivationDate() {
                     [% IF ctx.default_phone_notify %]checked="checked"[% END %]/>
                     <label for="phone_notify_checkbox">[% l('Yes, by Phone') %]</label><br/>
                 <blockquote>
-                    <label>[% l('Phone Number: ') %]<input type="text" name="phone_notify" [% setting = 'opac.default_phone';
+                    <label>[% l('Phone Number:') %] <input type="text" name="phone_notify" [% setting = 'opac.default_phone';
                     IF ctx.user_setting_map.$setting; %] value='[% ctx.user_setting_map.$setting | html %]'
                     [%- ELSIF ctx.user.day_phone; %] value='[% ctx.user.day_phone | html %]' [% END %]/></label>
                 </blockquote>
index 08067c9..22c6a2f 100644 (file)
@@ -1,5 +1,5 @@
 [%- IF ctx.pref_ou && ctx.pref_ou != ctx.search_ou; %]
 <span class="preflib">
-    [% l('Preferred search location: [_1]', '<span class="bold">' _ ctx.get_aou(ctx.pref_ou).name _ '</span>'); %]
+    [% l('Preferred library: [_1]', '<span class="bold">' _ ctx.get_aou(ctx.pref_ou).name _ '</span>'); %]
 </span>
 [%- END; %]
index dc6cf0f..8c0af53 100644 (file)
@@ -7,7 +7,7 @@
     <div id='cn_browse_div'> 
         <p class='color_4'>
             [% l("You are now browsing [_1]", ctx.browsing_ou.name) | html %]<br/>
-            <span style="font-style:italic;font-weight:normal;">(Shelf browsing works best if you are browsing a single library location and not an entire library system.)</span>
+            <span style="font-style:italic;font-weight:normal;">[% l("PINES Shelf Browse Tip") %]</span>
         </p>
         <table class='data_grid bookshelf' width='100%'>
                 <tr>
index df0f0ff..8822c9c 100644 (file)
@@ -196,7 +196,7 @@ END
 [%-  content_html = PROCESS render_all_contents;
     IF content_html.length > 0;
 %]
-<h2 class='rdetail_contents'>[% l('Contents / Notes') %]</h2>
+<h2 class='rdetail_contents'>[% l('Content descriptions') %]</h2>
 <table class='rdetail_content'>
     <tbody>
 [%- content_html %]
index bb41a7b..b58e9cd 100644 (file)
@@ -1,5 +1,5 @@
 <span id="rdetail_copy_counts">
-    <h2>[% l('Currently available copies') %]</h2>
+    <h2>[% l('Available copies') %]</h2>
     <ul>
     [%- depths = ctx.copy_summary.size;
         depth = 0;
index c09d94e..1daffb9 100644 (file)
@@ -32,8 +32,8 @@ END;
             [% IF serial_holdings -%]
             <th scope='col'>[% l("Issue Label") %]</th>
             [%- ELSE -%]
-            <th scope='col' style="text-align:left;vertical-align:top;">[% l("Library System: Library Branch Name") %]<br/>
-                           <span style="font-size:smaller;font-style:italic;">(Click library name for locations and hours)</span>
+            <th scope='col' style="text-align:left;vertical-align:top;">[% l("PINES Location") %]<br/>
+                           <span style="font-size:smaller;font-style:italic;">[% l("PINES Location Tip") %]</span>
                        </th>
             [%- END %]
             <th scope='col' style="text-align:left;vertical-align:top;">[% l("Shelving Location") %]</th>
index 1855ded..da75116 100644 (file)
         extras = [
             {name => 'summaryplus',  label => l('Summaries & More'), hide => hide_summary},
             {name => 'annotation', label => l('Annotation'), hide => 1}, 
-            {name => 'awards',  label => l('Recommended Reads and Reviews')}, 
+            {name => 'awards',  label => l('Awards, Reviews, & Suggested Reads')}, 
             {name => 'excerpt',  label => l('Excerpt'), hide => 1},
             {name => 'issues',   label => l('Issues Held'), hide => !(ctx.have_holdings_to_show || ctx.have_mfhd_to_show)},
             {name => 'preview',  label => l('Preview'), hide => 1}, 
             {name => 'addedcontent',  label => l('Additional Content'), hide => hide_ac},  # hide if all content is known to not exist
-            {name => 'cnbrowse', label => l('Browse the Shelves')},
-            {name => 'marchtml', label => l('View MARC Record')}
+            {name => 'cnbrowse', label => l('Shelf Browser')},
+            {name => 'marchtml', label => l('MARC Record')}
         ];
 
         FOREACH extra IN extras;
index c0e489b..a6b1321 100644 (file)
@@ -1,14 +1,14 @@
 [% IF ctx.search_result_index.defined && ctx.search_result_index >= 0 %]
 <div class="rdetail_header">
     <span class="rdetail_results">
-        <a href='[% mkurl(ctx.opac_root _ '/results', {}, stop_parms); %]'><span class="nav_arrow_fix">&#9668;</span> [% l('Return to Search Results') %]</a>
+        <a href='[% mkurl(ctx.opac_root _ '/results', {}, stop_parms); %]'><span class="nav_arrow_fix">&#9668;</span> [% l('Search Results') %]</a>
         <!-- stash these in JS for the web staff client to find -->
         <script>
             window.search_result_hit_count = [% ctx.hit_count %];
             window.search_result_index = [% ctx.search_result_index %];
         </script>
                 <span class="rdetail_result_count">
-            [% l('Now showing item [_1] of about [_2]', ctx.search_result_index + 1, ctx.hit_count) %]
+            [% l('Showing Item [_1] of [_2]', ctx.search_result_index + 1, ctx.hit_count) %]
         </span>
     </span>
     [%- INCLUDE "opac/parts/pref_lib_display.tt2" %]
@@ -23,7 +23,7 @@
                 ctx.prev_rec_url = mkurl(ctx.prev_search_record, prev_args, stop_parms);
         %]
         <a class='np_nav_link classic_link' title='[% l("Previous Record") %]'
-            href='[% ctx.prev_rec_url %]' rel="nofollow" vocab=""><span class="nav_arrow_fix">&#9668;</span> [% l('Previous Item') %]</a> &nbsp; &nbsp; &nbsp;
+            href='[% ctx.prev_rec_url %]' rel="nofollow" vocab=""><span class="nav_arrow_fix">&#9668;</span> [% l('Previous') %]</a> &nbsp; &nbsp; &nbsp;
         [% END %]
 
         [% 
@@ -35,7 +35,7 @@
                 ctx.next_rec_url = mkurl(ctx.next_search_record, next_args, stop_parms);
         %]
         <a class='np_nav_link classic_link' title='[% l("Next Record") %]'
-            href='[% ctx.next_rec_url %]' rel="nofollow" vocab="">[% l('Next Item') %] <span class="nav_arrow_fix">&#9658;</span></a>
+            href='[% ctx.next_rec_url %]' rel="nofollow" vocab="">[% l('Next') %] <span class="nav_arrow_fix">&#9658;</span></a>
         [% END %]
 
     </div>
index 34293db..b0702a4 100644 (file)
 [%-  subject_html = PROCESS render_all_subjects;
     IF subject_html.length > 0;
 %]
-<h2 class='rdetail_related_subjects'>[% l('Find similar items by subject') %]</h2>
+<h2 class='rdetail_related_subjects'>[% l('Search for related items by subject') %]</h2>
 [%- subject_html %]
 [%- END %]
index 4e7723b..49e46be 100644 (file)
             [% END %]
         [% END %]
             </div>
-            <!-- Hide for PINES since they do not include call number or holdings information
-            <div class="rdetail_aux_utils">
-                <img src="[% ctx.media_prefix %]/images/clipboard.png" alt="[% l('Print / Email Actions Image') %]" />
-                <a href="[% mkurl(ctx.opac_root _ '/record/print/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Print') %]</a> /
-                <a href="[% mkurl(ctx.opac_root _ '/record/email/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Email') %]</a>
-            </div>
-            -->
-            [%- IF ctx.refworks.enabled == 'true' %]
-                [%- INCLUDE 'opac/parts/record/refworks.tt2' %]
-            [%- END %]
+            <div class="rdetail_aux_utils toggle_list">
+                     [% IF ctx.mylist.size %]
+                        [%- IF ctx.user; %]
+                        <a href="[% mkurl(ctx.opac_root _ '/myopac/lists') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/clipboard.png" alt="[% l('View My Lists') %]" />[% l(' View My Lists') %]</a>
+                        [%- ELSE %]
+                        <a href="[% mkurl(ctx.opac_root _ '/mylist') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/clipboard.png" alt="[% l('View My Temporary List') %]" />[% l(' View My Temporary List') %]</a>
+                        [%- END %]
+                    [% END %]
+                </div>
+                <div class="rdetail_aux_utils">
+                    <img src="[% ctx.media_prefix %]/images/clipboard.png" alt="[% l('Print / Email Actions Image') %]" />
+                    <a href="[% mkurl(ctx.opac_root _ '/record/print/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Print') %]</a> /
+                    <a href="[% mkurl(ctx.opac_root _ '/record/email/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Email') %]</a>
+                </div>
+                [%- IF ctx.refworks.enabled == 'true' %]
+                    [%- INCLUDE 'opac/parts/record/refworks.tt2' %]
+                [%- END %]
             [% IF !ctx.is_staff %]
                 <div class="rdetail_aux_utils share_record">
                     <a href="[% mkurl('', {locg =>CGI.param('locg'), copy_depth =>CGI.param('copy_depth')}, 1) %]" class="no-dec">
                     </a>
                 </div>
             [% END %]
->>>>>>> fe23cd5... OPAC UI modifications as per OPAC Working Group suggestions.
             [%- IF ctx.is_staff %]
             <div class="rdetail_aux_utils clear_addedcontent_cache">
                 <a href="[% ctx.media_prefix %]/opac/extras/ac/clearcache/all/r/[% ctx.bre_id | uri %]" class="no-dec" target="_blank">
@@ -205,10 +211,6 @@ IF num_uris > 0;
 IF ebook_api.enabled == 'true';
     INCLUDE "opac/parts/ebook_api/avail.tt2";
 END;
-[%- END %]
-
-[%- # Hold/copy summary
-    IF ctx.copy_summary.0.count
 %]
 [%- END %]
 <div id="copy_hold_counts">
@@ -231,7 +233,7 @@ INCLUDE "opac/parts/record/copy_counts.tt2";
                     END;
                     count_entry = count_entry + 1;
                 END;
-                l("[quant,_1,current hold,current holds] on [quant,_2,total copy,total copies]", 
+                l("[quant,_1,current hold,current holds] with [quant,_2,total copy,total copies].", 
                     ctx.record_hold_count, ctx.copy_summary.$count_entry.count) 
             %]
         </p>
@@ -324,7 +326,7 @@ END;
  %]
 </div>
 
-<h2 id='rdetail_record_details'>[% l("Item details") %]</h2>
+<h2 id='rdetail_record_details'>[% l("Record details") %]</h2>
 <ul>
     [%- IF attrs.isbns.0;
           FOR isbn IN attrs.isbns;
index 7824f01..dc8aab7 100644 (file)
@@ -11,7 +11,7 @@
 %]
 <div class="result_count">
 [% 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)) %]
 <div class="result_count preferred">[%
-     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
index 321f6a7..98311ca 100644 (file)
@@ -4,7 +4,7 @@
            <div class="header_middle">
                    [% l('Narrow Your Search') %]
            </div>
-           <i>Tip: Click on the links below to narrow down your search results. To remove a search limit you've selected, click on the link again.</i>
+           <i>[% l('PINES Facet Tip') %]</i>
        </div>
        [% END %]
 [% 
index 0ffe6be..7f4f031 100644 (file)
@@ -6,7 +6,7 @@
                 [%~ |l('<span class="result_count_number">' _ ctx.result_start _'</span>',
                 '<span class="result_count_number">' _ ctx.result_stop _ '</span>',
                 '<span class="result_count_number">' _ ctx.hit_count _ '</span>')  ~%]
-                Now showing results [_1] - [_2] of about [_3]
+                Results [_1] - [_2] of about [_3]
                 [%~ END %]
                 <span class='padding-left-6'>
                     [%~ |l('<span class="result_count_number">' _ (page + 1) _ '</span>',
index b346784..44fefae 100644 (file)
@@ -154,10 +154,12 @@ END;
                                                             OR show_more_details.default == 'hide');
                                                             IF attrs.pubdate;
                                                                 pubdate_clean = attrs.pubdate | html;
-                                                                l("Publication Date: ([_1])", pubdate_clean);
+                                                                l("Publication Date:");
+                                                                l(" ([_1])", pubdate_clean);
                                                             ELSIF attrs.copyright;
                                                                 copyright_clean = attrs.copyright | html;
-                                                                l("Copyright Date: ([_1])", copyright_clean);                                                                
+                                                                l("Copyright Date:");
+                                                                l(" ([_1])", copyright_clean);                                                                
                                                             END;
                                                         END
                                                     -%]
@@ -175,7 +177,7 @@ END;
                                                            [% IF args.holdings.size > 0 %]
                                                         <tr name='bib_cn_list' class='result_table_title_cell'>
                                                             <td valign='top'>
-                                                                <strong>[% l('Call Number:') %]</strong>
+                                                                <strong>[% l('Call number:') %]</strong>
                                                             </td>
                                                             <td><strong>[% args.holdings.0.label | html %]</strong></td>
                                                         </tr>
@@ -428,7 +430,7 @@ END;
                                                             %]
                                                             [%  ELSE;
                                                                 operation = ctx.mylist.grep(rec.id).size ? "delete" : "add";
-                                                                label = (operation == "add") ?  l("Add To My List") : l("Remove From List");
+                                                                label = (operation == "add") ?  l("Add to my list") : l("Remove from my list");
                                                                 title_label = (operation == "add") ? 
                                                                   l("Add [_1] to my list", attrs.title) : 
                                                                   l("Remove [_1] from my list", attrs.title);
index 7ad27f4..cdef5a2 100644 (file)
@@ -40,7 +40,7 @@ END;
     <input type="hidden" name="modifier" value="metabib"/>
     [% END %]
     <div id="search-box">
-        <span class="search_catalog_lbl mobile_hide">[% l('Basic Search') %]</span>
+        <span class="search_catalog_lbl mobile_hide">[% l('Search the Catalog') %]</span>
         <span class="adv_search_catalog_lbl"><a href="[% mkurl(ctx.opac_root _ '/advanced', {},  expert_search_parms.merge(browse_search_parms, facet_search_parms)) %]"
             id="home_adv_search_link">[% l('Advanced Search') %]</a></span>
         <span class="browse_the_catalog_lbl"><a href="[% mkurl(ctx.opac_root _ '/browse', {}, expert_search_parms.merge(general_search_parms, facet_search_parms, ['fi:has_browse_entry'])) %]">[% l('Browse the Catalog') %]</a></span>
@@ -50,7 +50,7 @@ END;
         <span class='search_box_wrapper'>
             [%- # autosuggest breaks accessibility, as the aria-label
                 # attribute is removed when the Dijit is created. :(  %]
-            <label id="search_box_label" for="search_box">[% l('Search for: ') %]</label>
+            <label id="search_box_label" for="search_box">[% l('Search: ') %]</label>
             <input type="text" id="search_box" name="query" aria-label="[%
                     l('Enter search query:');
                 %]" value="[% is_advanced ? ctx.naive_query_scrub(ctx.user_query) : CGI.param('query') | html %]"
@@ -68,14 +68,14 @@ END;
         <div  style="padding:10px 10px 10px 0px;float:left;">
         <label id="search_qtype_label" for="qtype"></label>
         [%- 
-            l('Search by:&nbsp;');
+            l('Type: ');
             INCLUDE "opac/parts/qtype_selector.tt2" id="qtype";
         -%]
         </div>
         <div  style="padding:10px 10px 10px 0px;float:left;">
         <label id="search_itype_label" for="search_itype_selector"></label>
         [%-
-            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 
@@ -92,7 +92,7 @@ END;
         <div  style="padding:10px 10px 10px 0px;float:left;">
         <label id="search_locg_label" for="search_org_selector"></label>
         [%- 
-            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
index ad5a7ce..3a77565 100644 (file)
                [% l('Library Locations') %]</a>
        <a href="/eg/kpac/home">
            <img alt="[% l('Kids Catalog') %]" src="[% ctx.media_prefix %]/images/navbar-kids.png" />
-               [% l("Kids' Catalog") %]</a> 
+               [% l("Kids Catalog") %]</a> 
     <!-- <a href="http://pines.georgialibraries.org/about">[% l('About PINES') %]</a> -->
        <a href="http://gapines.org/eg/opac/galileo">
            <img alt="[% l('GALILEO') %]" src="[% ctx.media_prefix %]/images/navbar-galileo.png" />
-               [% l('GALILEO Research Databases') %]</a>
+               [% l('GALILEO') %]</a>
     <a href="http://pines.georgialibraries.org/catalog-help">
            <img alt="[% l('Help') %]" src="[% ctx.media_prefix %]/images/navbar-help.png" />
                [% l('Help') %]</a>
index 44ef589..f54f718 100644 (file)
@@ -51,12 +51,12 @@ END;
 <div id="content-wrapper">
     <div id="main-content-register">
         <div class="common-full-pad"></div>
-        <h1>[% l('Apply for a PINES Library Card')%]</h1>
+        <h1>[% l('Request a Library Card')%]</h1>
         <hr/>
 
         [% IF ctx.register.success %]
             <h3>[% l('Registration successful!') %]<h3>
-            <h4>[% l('Please visit your Home Library within 14 days to complete your registration.') %]</h4>
+            <h4>[% l('Please see library staff to complete your registration.') %]</h4>
 
             [% IF ctx.register.username_taken %]
             <p>
@@ -109,8 +109,7 @@ END;
                             valid_org_list=ctx.register.valid_orgs
                         %]<br/>
                                                <div style="font-size:small;font-style:italic;">
-                                                   <a href="http://pines.georgialibraries.org/pinesLocator/locator.html" target="_blank">
-                               Find the name of the library system and branch closest to you.</a>
+                            [% l("PINES Location Tip") %]
                                            </div>
                     </td>
                     <td>
index 00da4cc..133c8fe 100644 (file)
@@ -68,7 +68,7 @@
                 </div>
                 [% END %]
                                
-                                   <label class="results_header_lbl" for="opac.result.sort">[% l('Sort search results:') %]
+                                   <label class="results_header_lbl" for="opac.result.sort">[% l('Sort by') %]
                     [% INCLUDE "opac/parts/filtersort.tt2" value=CGI.param('sort') submit_on_change=1 %]
                     </label>
 
@@ -84,7 +84,7 @@
                         <input type="checkbox" id="limit_to_available" name="modifier" value="available"
                             onchange="search_modifier_onchange('available', this, true)"
                             [% CGI.param('modifier').grep('available').size ? ' checked="checked"' : '' %] />
-                        [% l('Limit results to available items') %]
+                        [% l('Limit to available items') %]
                     </label>
                     [% IF NOT metarecords.disabled %]
                         <label class="results_header_lbl" for="metabib_search_modifier">
@@ -92,7 +92,7 @@
                                 name="modifier" value="metabib"
                                 onchange="search_modifier_onchange('metabib', this, true)"
                                 [% CGI.param('modifier').grep('metabib').size ? ' checked="checked"' : '' %] />
-                            [% l('Group results by format and edition') %]
+                            [% l('Group Formats and Editions') %]
                         </label>
                     [% END %]
                     [% IF ctx.depth_sel_checkbox %]