From: dbs Date: Sat, 2 Feb 2008 19:53:18 +0000 (+0000) Subject: i18n for checkout and circulation info interfaces X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b2f0b9ceca92ebdc6f5663093fdae8a60cb49349;p=Evergreen.git i18n for checkout and circulation info interfaces git-svn-id: svn://svn.open-ils.org/ILS/trunk@8584 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 5c132389e9..c5bd8b1305 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -5,6 +5,7 @@ + @@ -1484,3 +1485,21 @@ + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/xul/staff_client/server/circ/checkout.xul b/Open-ILS/xul/staff_client/server/circ/checkout.xul index ceab3c1cee..c620adb090 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkout.xul +++ b/Open-ILS/xul/staff_client/server/circ/checkout.xul @@ -12,7 +12,7 @@ + ]> @@ -35,7 +35,7 @@ function my_init() { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); - if (typeof JSAN == 'undefined') { throw( "The JSAN library object is missing."); } + if (typeof JSAN == 'undefined') { throw( document.getElementById("commonStrings").getString('common.jsan.missing') ); } JSAN.errorLevel = "die"; // none, warn, or die JSAN.addRepository('/xul/server/'); JSAN.use('util.error'); g.error = new util.error(); diff --git a/Open-ILS/xul/staff_client/server/circ/checkout_overlay.xul b/Open-ILS/xul/staff_client/server/circ/checkout_overlay.xul index aa2e79d5f4..1eef3723a8 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkout_overlay.xul +++ b/Open-ILS/xul/staff_client/server/circ/checkout_overlay.xul @@ -1,6 +1,6 @@ - + + ]> @@ -31,7 +31,7 @@ control="checkout_barcode_entry_textbox"/> --> -