From 14f30311392e6f7041043a17de69185d0c00aa96 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sat, 8 Mar 2008 07:40:21 +0000 Subject: [PATCH] some i18n goodness and fixes. And an extra column for patron lists, and including the last name for staff who collected a payment git-svn-id: svn://svn.open-ils.org/ILS/trunk@8921 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../server/admin/offline_manage_xacts.xul | 1 + .../server/admin/transit_list.xul | 1 + .../staff_client/server/cat/copy_buckets.xul | 1 + .../staff_client/server/cat/copy_notes.xul | 2 +- .../staff_client/server/cat/copy_summary.xul | 2 + .../server/cat/record_buckets.xul | 2 + .../staff_client/server/cat/spine_labels.xul | 2 + .../xul/staff_client/server/cat/z3950.xul | 2 + .../xul/staff_client/server/circ/checkin.xul | 3 + .../staff_client/server/circ/circ_brief.xul | 1 + .../staff_client/server/circ/copy_status.xul | 1 + .../staff_client/server/circ/in_house_use.xul | 1 + .../circ/print_list_template_editor.xul | 1 + .../server/locale/en-US/common.properties | 70 +++++++- .../server/patron/bill_details.xul | 2 + .../server/patron/bill_history.xul | 2 + .../xul/staff_client/server/patron/bills.xul | 2 + .../server/patron/hold_notices.xul | 2 + .../xul/staff_client/server/patron/holds.xul | 2 + .../xul/staff_client/server/patron/info.xul | 2 +- .../staff_client/server/patron/info_group.xul | 2 + .../server/patron/info_surveys.xul | 2 +- .../xul/staff_client/server/patron/items.xul | 2 + .../server/patron/search_result.xul | 2 + .../xul/staff_client/server/patron/util.js | 158 ++++++++---------- 25 files changed, 174 insertions(+), 94 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul b/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul index ec25900300..84dd92cf1b 100644 --- a/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul +++ b/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul @@ -53,6 +53,7 @@ ]]> + diff --git a/Open-ILS/xul/staff_client/server/admin/transit_list.xul b/Open-ILS/xul/staff_client/server/admin/transit_list.xul index 439789528b..9401ee614f 100644 --- a/Open-ILS/xul/staff_client/server/admin/transit_list.xul +++ b/Open-ILS/xul/staff_client/server/admin/transit_list.xul @@ -54,6 +54,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/cat/copy_buckets.xul b/Open-ILS/xul/staff_client/server/cat/copy_buckets.xul index 562d7bfd58..87d6b8bca5 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_buckets.xul +++ b/Open-ILS/xul/staff_client/server/cat/copy_buckets.xul @@ -74,6 +74,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/cat/copy_notes.xul b/Open-ILS/xul/staff_client/server/cat/copy_notes.xul index 95f1718a57..9b90bbec03 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_notes.xul +++ b/Open-ILS/xul/staff_client/server/cat/copy_notes.xul @@ -43,7 +43,7 @@ JSAN.use('util.error'); g.error = new util.error(); JSAN.use('util.network'); g.network = new util.network(); - JSAN.use('util.date'); JSAN.use('util.money'); JSAN.use('patron.util'); + JSAN.use('util.date'); JSAN.use('util.money'); JSAN.use('OpenILS.data'); g.data = new OpenILS.data(); g.data.init({'via':'stash'}); g.error.sdump('D_TRACE','my_init() for copy_notes.xul'); diff --git a/Open-ILS/xul/staff_client/server/cat/copy_summary.xul b/Open-ILS/xul/staff_client/server/cat/copy_summary.xul index 15daa05ce7..b7943d9404 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_summary.xul +++ b/Open-ILS/xul/staff_client/server/cat/copy_summary.xul @@ -176,6 +176,8 @@ ]]> + + diff --git a/Open-ILS/xul/staff_client/server/cat/record_buckets.xul b/Open-ILS/xul/staff_client/server/cat/record_buckets.xul index dbf10e0ce8..4febb7f2ba 100644 --- a/Open-ILS/xul/staff_client/server/cat/record_buckets.xul +++ b/Open-ILS/xul/staff_client/server/cat/record_buckets.xul @@ -79,6 +79,8 @@ ]]> + + diff --git a/Open-ILS/xul/staff_client/server/cat/spine_labels.xul b/Open-ILS/xul/staff_client/server/cat/spine_labels.xul index 85883482f5..e97a3cdc7d 100644 --- a/Open-ILS/xul/staff_client/server/cat/spine_labels.xul +++ b/Open-ILS/xul/staff_client/server/cat/spine_labels.xul @@ -31,6 +31,8 @@ + + diff --git a/Open-ILS/xul/staff_client/server/circ/checkin.xul b/Open-ILS/xul/staff_client/server/circ/checkin.xul index eefffa405c..1a0218617e 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkin.xul +++ b/Open-ILS/xul/staff_client/server/circ/checkin.xul @@ -97,6 +97,9 @@ + + + diff --git a/Open-ILS/xul/staff_client/server/circ/circ_brief.xul b/Open-ILS/xul/staff_client/server/circ/circ_brief.xul index c7d7218774..b065f21c52 100644 --- a/Open-ILS/xul/staff_client/server/circ/circ_brief.xul +++ b/Open-ILS/xul/staff_client/server/circ/circ_brief.xul @@ -116,6 +116,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/circ/copy_status.xul b/Open-ILS/xul/staff_client/server/circ/copy_status.xul index 59d82377f6..c1ec687259 100644 --- a/Open-ILS/xul/staff_client/server/circ/copy_status.xul +++ b/Open-ILS/xul/staff_client/server/circ/copy_status.xul @@ -95,6 +95,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/circ/in_house_use.xul b/Open-ILS/xul/staff_client/server/circ/in_house_use.xul index 4b376cdbeb..bee9bf30b6 100644 --- a/Open-ILS/xul/staff_client/server/circ/in_house_use.xul +++ b/Open-ILS/xul/staff_client/server/circ/in_house_use.xul @@ -68,6 +68,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.xul b/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.xul index 82ae6cf00e..6061b67fdd 100644 --- a/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.xul +++ b/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.xul @@ -66,6 +66,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/common.properties b/Open-ILS/xul/staff_client/server/locale/en-US/common.properties index 3bb695df61..4764566b75 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/common.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/common.properties @@ -53,16 +53,72 @@ staff.bills_current_payment_label=Current Payment staff.mbts_id_label=Bill # staff.mbts_xact_start_label=Start staff.mbts_xact_finish_label=Finish +staff.mbts_xact_type_label=Type staff.mbts_total_owed_label=Total Billed staff.mbts_total_paid_label=Total Paid staff.mbts_balance_owed_label=Balance Owed -staff.au_label_active=Active -staff.au_label_id=Record ID -staff.au_label_prefix=Prefix -staff.au_label_family_name=Family Name -staff.au_label_first_given_name=First Name -staff.au_label_second_given_name=Middle Name -staff.au_label_suffix=Suffix +staff.mbts_usr_label=User +staff.mbts_last_billing_note_label=Last Billing Note +staff.mbts_last_billing_type_label=Last Billing Type +staff.mbts_last_billing_timestamp_label=Last Billed +staff.mbts_last_payment_note_label=Last Payment Note +staff.mbts_last_payment_type_label=Last Payment Type +staff.mbts_last_payment_timestamp_label=Last Payment +staff.mb_billing_type_label=Billing Type +staff.mb_xact_label=Transaction ID +staff.mb_billing_ts_label=When +staff.mb_void_time_label=Void Time +staff.mb_note_label=Note +staff.mb_amount_label=Amount +staff.mb_voider_label=Voider +staff.mb_voided_label=Voided +staff.mb_id_label=Billing ID +staff.mp_credit_card_payment_label=Credit Card Payment +staff.mp_forgive_payment_label=Forgive Payment +staff.mp_payment_timestamp_label=When +staff.mp_payment_type_label=Payment Type +staff.mp_voided_label=Voided +staff.mp_id_label=Payment ID +staff.mp_goods_payment_label=Goods Payment +staff.mp_xact_label=Transaction ID +staff.mp_credit_payment_label=Credit Payment +staff.mp_work_payment_label=Work Payment +staff.mp_note_label=Note +staff.mp_cash_payment_label=Cash Payment +staff.mp_amount_label=Amount +staff.mp_check_payment_label=Check Payment +staff.mp_cash_drawer_label=Workstation +staff.mp_accepting_usr_label=Staff +staff.card_barcode_label=Barcode +staff.au_active_label=Active +staff.au_usrname_label=Login Name +staff.au_profile_label=Profile +staff.au_barred_label=Barred +staff.au_alert_message_label=Alert +staff.au_claims_returned_count_label=Returns Claimed +staff.au_create_date_label=Created On +staff.au_expire_date_label=Expires On +staff.au_home_library_label=Home Lib +staff.au_home_library_fullname_label=Home Lib (Full Name) +staff.au_credit_forward_balance_label=Credit +staff.au_day_phone_label=Day Phone +staff.au_evening_phone_label=Evening Phone +staff.au_other_phone_label=Other Phone +staff.au_email_label=Email +staff.au_birth_date_label=Birth Date +staff.au_ident_type_label=Ident Type +staff.au_ident_value_label=Ident Value +staff.au_ident_type2_label=Ident Type 2 +staff.au_ident_value2_label=Ident Value 2 +staff.au_net_access_level_label=Net Access +staff.au_master_account_label=Group Lead +staff.au_group_id_label=Group ID +staff.au_id_label=User ID +staff.au_name_prefix_label=Prefix +staff.au_family_name_label=Family Name +staff.au_first_given_name_label=First Name +staff.au_second_given_name_label=Middle Name +staff.au_name_suffix_label=Suffix staff.z39_50.search_class.author=Author staff.z39_50.search_class.isbn=ISBN staff.z39_50.search_class.issn=ISSN diff --git a/Open-ILS/xul/staff_client/server/patron/bill_details.xul b/Open-ILS/xul/staff_client/server/patron/bill_details.xul index c96069386e..afa4f280e1 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_details.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill_details.xul @@ -306,6 +306,8 @@ ]]> + + + + diff --git a/Open-ILS/xul/staff_client/server/patron/hold_notices.xul b/Open-ILS/xul/staff_client/server/patron/hold_notices.xul index f147a7b0aa..dc9203102b 100644 --- a/Open-ILS/xul/staff_client/server/patron/hold_notices.xul +++ b/Open-ILS/xul/staff_client/server/patron/hold_notices.xul @@ -221,6 +221,8 @@ ]]> + +