Additional serials interface translation strings
authordbwells <dbwells@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 28 Jul 2010 18:27:11 +0000 (18:27 +0000)
committerdbwells <dbwells@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 28 Jul 2010 18:27:11 +0000 (18:27 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/seials-integration@17050 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/locale/en-US/serial.properties [new file with mode: 0644]

index 89dd0a5..44ee721 100644 (file)
 <!ENTITY staff.serial.sdist_editor.notes "Distribution Notes">
 <!ENTITY staff.serial.sdist_editor.notes.accesskey "N">
 <!ENTITY staff.serial.serctrl_view.label "Serial Control View">
+<!ENTITY staff.serial.siss_editor.modify "Modify Issuance(s)">
+<!ENTITY staff.serial.siss_editor.modify.accesskey "M">
+<!ENTITY staff.serial.siss_editor.create "Create Issuance(s)">
+<!ENTITY staff.serial.siss_editor.create.accesskey "C">
+<!ENTITY staff.serial.siss_editor.notes "Issuance Notes">
+<!ENTITY staff.serial.siss_editor.notes.accesskey "N">
+<!ENTITY staff.serial.sitem_editor.modify "Modify Item(s)">
+<!ENTITY staff.serial.sitem_editor.modify.accesskey "M">
+<!ENTITY staff.serial.sitem_editor.create "Create Item(s)">
+<!ENTITY staff.serial.sitem_editor.create.accesskey "C">
+<!ENTITY staff.serial.sitem_editor.notes "Item Notes">
+<!ENTITY staff.serial.sitem_editor.notes.accesskey "N">
 <!ENTITY staff.serial.ssub_editor.modify "Modify Subscription(s)">
 <!ENTITY staff.serial.ssub_editor.modify.accesskey "M">
 <!ENTITY staff.serial.ssub_editor.create "Create Subscription(s)">
diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/serial.properties b/Open-ILS/xul/staff_client/server/locale/en-US/serial.properties
new file mode 100644 (file)
index 0000000..0abd318
--- /dev/null
@@ -0,0 +1,55 @@
+staff.serial.editor_base.handle_update.error=serial update error:
+staff.serial.editor_base.handle_update.success=Save Successful
+staff.serial.scap_editor.count=1 caption and pattern
+staff.serial.scap_editor.count.plural=%1$s caption and patterns
+staff.serial.scap_editor.create=Create Caption and Pattern(s)
+staff.serial.scap_editor.create.accesskey=C
+staff.serial.scap_editor.modify=Modify Caption and Pattern(s)
+staff.serial.scap_editor.modify.accesskey=M
+staff.serial.scap_editor.notes=Caption and Pattern Notes
+staff.serial.sdist_editor.count=1 distribution
+staff.serial.sdist_editor.count.plural=%1$s distributions
+staff.serial.sdist_editor.create=Create Distribution(s)
+staff.serial.sdist_editor.create.accesskey=C
+staff.serial.sdist_editor.modify=Modify Distribution(s)
+staff.serial.sdist_editor.modify.accesskey=M
+staff.serial.sdist_editor.notes=Distribution Notes
+staff.serial.siss_editor.count=1 issuance
+staff.serial.siss_editor.count.plural=%1$s issuances
+staff.serial.siss_editor.create=Create Issuance(s)
+staff.serial.siss_editor.create.accesskey=C
+staff.serial.siss_editor.modify=Modify Issuance(s)
+staff.serial.siss_editor.modify.accesskey=M
+staff.serial.siss_editor.notes=Issuance Notes
+staff.serial.sitem_editor.count=1 item
+staff.serial.sitem_editor.count.plural=%1$s items
+staff.serial.sitem_editor.create=Create Item(s)
+staff.serial.sitem_editor.create.accesskey=C
+staff.serial.sitem_editor.modify=Modify Item(s)
+staff.serial.sitem_editor.modify.accesskey=M
+staff.serial.sitem_editor.notes=Item Notes
+staff.serial.ssub_editor.count=1 subscription
+staff.serial.ssub_editor.count.plural=%1$s subscriptions
+staff.serial.ssub_editor.create=Create Subscription(s)
+staff.serial.ssub_editor.create.accesskey=C
+staff.serial.ssub_editor.modify=Modify Subscription(s)
+staff.serial.ssub_editor.modify.accesskey=M
+staff.serial.ssub_editor.notes=Subscription Notes
+staff.serial.manage_subs.add.error=error adding object in manage_subs.js:
+staff.serial.manage_subs.delete.error=error deleting object in manage_subs.js:
+staff.serial.manage_subs.delete_scap.confirm=Are you sure you would like to delete this caption and pattern?
+staff.serial.manage_subs.delete_scap.confirm.plural=Are you sure you would like to delete these %1$s caption and patterns?
+staff.serial.manage_subs.delete_scap.title=Delete Caption and Patterns?
+staff.serial.manage_subs.delete_scap.override=Override Delete Failure? Doing so will delete all attached issuances and items as well!
+staff.serial.manage_subs.delete_sdist.confirm=Are you sure you would like to delete this distribution?
+staff.serial.manage_subs.delete_sdist.confirm.plural=Are you sure you would like to delete these %1$s distributions?
+staff.serial.manage_subs.delete_sdist.title=Delete Distributions?
+staff.serial.manage_subs.delete_sdist.override=Override Delete Failure?
+staff.serial.manage_subs.delete_siss.confirm=Are you sure you would like to delete this issuance?
+staff.serial.manage_subs.delete_siss.confirm.plural=Are you sure you would like to delete these %1$s issuances?
+staff.serial.manage_subs.delete_siss.title=Delete Issuances?
+staff.serial.manage_subs.delete_siss.override=Override Delete Failure? Doing so will delete all attached items as well!
+staff.serial.manage_subs.delete_ssub.confirm=Are you sure you would like to delete this subscription?
+staff.serial.manage_subs.delete_ssub.confirm.plural=Are you sure you would like to delete these %1$s subscriptions?
+staff.serial.manage_subs.delete_ssub.title=Delete Subscriptions?
+staff.serial.manage_subs.delete_ssub.override=Override Delete Failure? Doing so will delete all related data as well!