[open-ils-commits] r11632 - in branches/rel_1_4/Open-ILS: web/opac/locale/en-US xul/staff_client/server/circ xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Dec 19 15:15:18 EST 2008


Author: dbs
Date: 2008-12-19 15:15:14 -0500 (Fri, 19 Dec 2008)
New Revision: 11632

Modified:
   branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd
   branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
   branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul
   branches/rel_1_4/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul
Log:
Backport r11437 from trunk to i18n-ize missed labels and accesskeys in circulation and patron interfaces


Modified: branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-12-19 20:13:10 UTC (rev 11631)
+++ branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-12-19 20:15:14 UTC (rev 11632)
@@ -1497,14 +1497,11 @@
 <!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'>
@@ -1576,6 +1573,7 @@
 <!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">
@@ -1618,6 +1616,8 @@
 <!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">
@@ -2282,6 +2282,8 @@
 <!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">

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul	2008-12-19 20:13:10 UTC (rev 11631)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul	2008-12-19 20:15:14 UTC (rev 11632)
@@ -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>

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul	2008-12-19 20:13:10 UTC (rev 11631)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul	2008-12-19 20:15:14 UTC (rev 11632)
@@ -136,7 +136,7 @@
 			<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;"/>

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul	2008-12-19 20:13:10 UTC (rev 11631)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul	2008-12-19 20:15:14 UTC (rev 11632)
@@ -117,7 +117,7 @@
         </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>
 



More information about the open-ils-commits mailing list