Backport r11437 from trunk to i18n-ize missed labels and accesskeys in circulation...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 19 Dec 2008 20:15:14 +0000 (20:15 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 19 Dec 2008 20:15:14 +0000 (20:15 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11632 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul
Open-ILS/xul/staff_client/server/patron/holds_overlay.xul

index 1c7e6a0..7202935 100644 (file)
 <!ENTITY staff.server.admin.org_settings.circ.reshelving_complete.interval "Change reshelving status interval">
 <!ENTITY staff.server.admin.org_settings.circ.reshelving_complete.interval.desc 'Amount of time to wait before changing an item from "reshelving" status to "available".  Examples "1 day", "6 hours"'>
 <!ENTITY staff.server.admin.org_settings.circ.selfcheck.patron_login_timeout "Selfcheck: Patron Login Timeout (in seconds)">
-<!ENTITY staff.server.admin.org_settings.circ.selfcheck.patron_login_timeout.desc 
-    "Number of seconds of inactivity before the patron is logged out of the selfcheck interface">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.patron_login_timeout.desc "Number of seconds of inactivity before the patron is logged out of the selfcheck interface">
 <!ENTITY staff.server.admin.org_settings.circ.selfcheck.alert_on_checkout_event "Selfcheck: Pop-up alert for errors">
-<!ENTITY staff.server.admin.org_settings.circ.selfcheck.alert_on_checkout_event.desc 
-    "If true, checkout/renewal errors will cause a pop-up window in addition to the on-screen message">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.alert_on_checkout_event.desc "If true, checkout/renewal errors will cause a pop-up window in addition to the on-screen message">
 <!ENTITY staff.server.admin.org_settings.circ.selfcheck.require_patron_password "Selfcheck: Require patron password">
-<!ENTITY staff.server.admin.org_settings.circ.selfcheck.require_patron_password.desc 
-    "If true, patrons will be required to enter their password in addition to their username/barcode to log into the selfcheck interface">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.require_patron_password.desc "If true, patrons will be required to enter their password in addition to their username/barcode to log into the selfcheck interface">
 <!ENTITY staff.server.admin.org_settings.cat.bib.keep_on_empty "Do not automatically delete empty bib records">
 <!ENTITY staff.server.admin.org_settings.cat.bib.keep_on_empty.desc 'Do not automatically delete a bib record when all attached copies are deleted'>
 <!ENTITY staff.server.admin.org_settings.cat.bib.alert_on_empty 'Alert on empty bib records'>
 <!ENTITY staff.circ.checkin_overlay.background_text "Check In or Process Item">
 <!ENTITY staff.circ.checkin_overlay.background_text.hold_capture "Auto-Print Hold and Transit Slips">
 <!ENTITY staff.circ.checkin_overlay.effective_date.label "Effective Date:">
+<!ENTITY staff.circ.checkin_overlay.effective_date.accesskey "D">
 <!ENTITY staff.circ.checkin_overlay.actions.label "Actions for Selected Items">
 <!ENTITY staff.circ.checkin_overlay.actions.accesskey "S">
 <!ENTITY staff.circ.checkin_overlay.checkin_export.label "Export">
 <!ENTITY staff.circ.copy_details.r_hold.accesskey "H">
 <!ENTITY staff.circ.copy_details.done.label "Done">
 <!ENTITY staff.circ.copy_details.done.accesskey "D">
+<!ENTITY staff.circ.copy_status_overlay.sel_items.label "Actions for Selected Items">
+<!ENTITY staff.circ.copy_status_overlay.sel_items.accesskey "S">
 <!ENTITY staff.circ.copy_status_overlay.sel_clip.label "Copy to Clipboard">
 <!ENTITY staff.circ.copy_status_overlay.sel_clip.accesskey "C">
 <!ENTITY staff.circ.copy_status_overlay.sel_bucket.label "Add to Item Bucket">
 <!ENTITY staff.patron.holds_overlay.actions_for_holds.label "Actions for Selected Holds">
 <!ENTITY staff.patron.holds_overlay.actions_for_holds.accesskey "S">
 <!ENTITY staff.patron.holds_overlay.holds_export.label "Export">
+<!ENTITY staff.patron.holds_overlay.print.label "Print">
+<!ENTITY staff.patron.holds_overlay.print.accesskey "P">
 <!ENTITY staff.patron.info_group.clone.label "Register a New Group Member by Cloning Selected Patrons">
 <!ENTITY staff.patron.info_group.clone.accesskey "N">
 <!ENTITY staff.patron.info_group.remove.accesskey "R">
index d45d74f..b8ae827 100644 (file)
@@ -72,7 +72,7 @@
        <vbox>
                <hbox>
                        <hbox id="checkin_effective_date_hbox">
-                               <label id="checkin_effective_date_label" value="&staff.circ.checkin_overlay.effective_date.label;" control="checkin_effective_date_textbox" accesskey="D"/>
+                               <label id="checkin_effective_date_label" value="&staff.circ.checkin_overlay.effective_date.label;" control="checkin_effective_date_textbox" accesskey="&staff.circ.checkin_overlay.effective_date.accesskey;"/>
                                <textbox id="checkin_effective_date_textbox"/>
                        </hbox>
                        <menubar>
index 5ba8b01..736b7fc 100644 (file)
                        <menuitem command="save_columns" label="&staff.circ.copy_status_overlay.save_columns.label;"/>
                </menupopup>
        </menu>
-       <menu label="Actions for Selected Items" accesskey="S">
+       <menu label="&staff.circ.copy_status_overlay.sel_items.label;" accesskey="&staff.circ.copy_status_overlay.sel_items.accesskey;">
                <menupopup>
                        <menuitem command="sel_clip" label="&staff.circ.copy_status_overlay.sel_clip.label;" accesskey="&staff.circ.copy_status_overlay.sel_clip.accesskey;" />
                        <menuitem command="sel_bucket" label="&staff.circ.copy_status_overlay.sel_bucket.label;" accesskey="&staff.circ.copy_status_overlay.sel_bucket.accesskey;"/>
index 52698d8..fa34b1a 100644 (file)
         </menupopup>
     </button>
 
-       <button id="holds_print" label="Print" command="cmd_holds_print" accesskey="P" />
+       <button id="holds_print" label="&staff.patron.holds_overlay.print.label;" command="cmd_holds_print" accesskey="&staff.patron.holds_overlay.print.accesskey;" />
        <spacer flex="1"/>
 </hbox>