From a4a44986828d86ee8a742a5a1ac8c48083973d71 Mon Sep 17 00:00:00 2001 From: khuckins Date: Fri, 4 Dec 2015 16:10:03 -0500 Subject: [PATCH] KMAIN-1919 Copy Quality Labels Set Possible Values for Copy Quality to "Standard" and "No Supplemental." Change dialogue on "Set Copy Quality" to reflect change from "Good" to "Standard." Signed-off-by: khuckins --- .../xul/staff_client/server/locale/en-US/cat.properties | 4 ++-- .../xul/staff_client/server/locale/en-US/circ.properties | 6 +++--- .../xul/staff_client/server/locale/en-US/patron.properties | 13 +++++++------ 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties index d185cc8ad3..5a9c670d2f 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties @@ -210,8 +210,8 @@ staff.cat.copy_editor.field.reference.label=Reference? staff.cat.copy_editor.field.reference.yes_or_true=Yes staff.cat.copy_editor.field.reference.no_or_false=No staff.cat.copy_editor.field.mint_condition.label=Quality -staff.cat.copy_editor.field.mint_condition.yes_or_true=Good -staff.cat.copy_editor.field.mint_condition.no_or_false=Mediocre +staff.cat.copy_editor.field.mint_condition.yes_or_true=Standard +staff.cat.copy_editor.field.mint_condition.no_or_false=No Supplemental staff.cat.copy_notes.render_notes.label=Add New Note staff.cat.copy_notes.render_notes.accesskey=A staff.cat.copy_notes.widgets_apply.note_id=Note ID: diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties index a975602942..633bb91d6d 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties @@ -272,8 +272,8 @@ staff.circ.utils.status_changed_time=Status Changed Time staff.circ.utils.reference=Reference? staff.circ.utils.deposit=Deposit? staff.circ.utils.acp_mint_condition=Quality -staff.circ.utils.acp_mint_condition.true=Good -staff.circ.utils.acp_mint_condition.false=Mediocre +staff.circ.utils.acp_mint_condition.true=Standard +staff.circ.utils.acp_mint_condition.false=No Supplemental # The < and > highlight that the value is not set; translate Unset and change the delimiters as needed staff.circ.utils.unset= staff.circ.utils.checkout_lib=Checkout or Renew Library @@ -372,7 +372,7 @@ staff.circ.utils.reservation_status_error=status of Reservation Shelf, but no ac staff.circ.utils.payload.hold.barcode=Barcode: %1$s staff.circ.utils.payload.hold.title=Title: %1$s staff.circ.utils.ahr_mint_condition=Copy Quality -staff.circ.utils.ahr_mint_condition.true=Good +staff.circ.utils.ahr_mint_condition.true=Standard staff.circ.utils.ahr_mint_condition.false=Any staff.circ.utils.holds.shelf_time=Shelf Time staff.circ.utils.holds.shelf_expire_time=Shelf Expire Time diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties b/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties index 1d3b68e483..b2ec750598 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/patron.properties @@ -233,18 +233,19 @@ staff.patron.holds.holds_cut_in_line.disable_cut.singular=Are you sure you would staff.patron.holds.holds_cut_in_line.disable_cut.plural=Are you sure you would like to disable Top of Queue for holds %1$s? staff.patron.holds.holds_cut_in_line.mod_holds_title=Modifying Holds -staff.patron.holds.holds_desire_mint_condition.description=Accept only "good condition" copies? -staff.patron.holds.holds_desire_mint_condition.btn_good.label=Good Condition +staff.patron.holds.holds_desire_mint_condition.description=Accept only "standard" copies? +staff.patron.holds.holds_desire_mint_condition.btn_good.label=Standard staff.patron.holds.holds_desire_mint_condition.btn_good.accesskey=G staff.patron.holds.holds_desire_mint_condition.btn_mediocre.label=Any Condition staff.patron.holds.holds_desire_mint_condition.btn_mediocre.accesskey=A +staff.patron.holds.holds_desire_mint_condition.btn_nosupp.label=No Supplemental staff.patron.holds.holds_desire_mint_condition.btn_cancel.label=Cancel staff.patron.holds.holds_desire_mint_condition.btn_cancel.accesskey=C staff.patron.holds.holds_desire_mint_condition.set_notifs=Set Desired Copy Quality for Holds -staff.patron.holds.holds_desire_mint_condition.enable_good.singular=Are you sure you would like to restrict to Good Condition copies for hold %1$s? -staff.patron.holds.holds_desire_mint_condition.enable_good.plural=Are you sure you would like to restrict to Good Condition copies for holds %1$s? -staff.patron.holds.holds_desire_mint_condition.disable_good.singular=Are you sure you would like to NOT restrict to Good Condition copies for hold %1$s? -staff.patron.holds.holds_desire_mint_condition.disable_good.plural=Are you sure you would like to NOT restrict to Good Condition copies for holds %1$s? +staff.patron.holds.holds_desire_mint_condition.enable_good.singular=Are you sure you would like to restrict to Standard copies for hold %1$s? +staff.patron.holds.holds_desire_mint_condition.enable_good.plural=Are you sure you would like to restrict to Standard copies for holds %1$s? +staff.patron.holds.holds_desire_mint_condition.disable_good.singular=Are you sure you would like to NOT restrict to Standard copies for hold %1$s? +staff.patron.holds.holds_desire_mint_condition.disable_good.plural=Are you sure you would like to NOT restrict to Standard copies for holds %1$s? staff.patron.holds.holds_desire_mint_condition.mod_holds_title=Modifying Holds staff.patron.holds.holds_retarget.reset_hold_message.singular=Are you sure you would like to reset hold %1$s? -- 2.11.0