From 6167f1dcc4fc5980eedcb473adc3971263d64e62 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 7 Aug 2007 15:43:16 +0000 Subject: [PATCH] files added by previous string-bundle patch from Dan git-svn-id: svn://svn.open-ils.org/ILS/trunk@7630 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/locale/en-US/admin.properties | 2 ++ Open-ILS/xul/staff_client/chrome/locale/en-US/cat.properties | 6 ++++++ Open-ILS/xul/staff_client/chrome/locale/en-US/common.properties | 2 ++ Open-ILS/xul/staff_client/chrome/locale/en-US/lang.dtd | 1 + 4 files changed, 11 insertions(+) create mode 100644 Open-ILS/xul/staff_client/chrome/locale/en-US/admin.properties create mode 100644 Open-ILS/xul/staff_client/chrome/locale/en-US/cat.properties create mode 100644 Open-ILS/xul/staff_client/chrome/locale/en-US/common.properties create mode 120000 Open-ILS/xul/staff_client/chrome/locale/en-US/lang.dtd diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/admin.properties b/Open-ILS/xul/staff_client/chrome/locale/en-US/admin.properties new file mode 100644 index 0000000000..f8dacfa25a --- /dev/null +++ b/Open-ILS/xul/staff_client/chrome/locale/en-US/admin.properties @@ -0,0 +1,2 @@ +staff.admin.survey.save_response.label=Save this response +staff.admin.survey.save_response.accesskey=R diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/cat.properties b/Open-ILS/xul/staff_client/chrome/locale/en-US/cat.properties new file mode 100644 index 0000000000..9c0a546940 --- /dev/null +++ b/Open-ILS/xul/staff_client/chrome/locale/en-US/cat.properties @@ -0,0 +1,6 @@ +cat.bib_record=Bib Record: %1$S +cat.save_record=Save Record +cat.save.success=Record successfully saved. +cat.save.failure=Record not likely updated. +cat.record.counter=Record %1$S of %2$S +cat.preference.error=Preference not likely updated. diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/common.properties b/Open-ILS/xul/staff_client/chrome/locale/en-US/common.properties new file mode 100644 index 0000000000..e477c579cd --- /dev/null +++ b/Open-ILS/xul/staff_client/chrome/locale/en-US/common.properties @@ -0,0 +1,2 @@ +common.exception=!! This software has encountered an error. Please tell your friendly system administrator or software developer the following:\n%1$S\n%2$S\n +common.jsan.missing=The JSAN library object is missing. diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/lang.dtd b/Open-ILS/xul/staff_client/chrome/locale/en-US/lang.dtd new file mode 120000 index 0000000000..294a375dcf --- /dev/null +++ b/Open-ILS/xul/staff_client/chrome/locale/en-US/lang.dtd @@ -0,0 +1 @@ +../../../build/chrome/locale/en-US/lang.dtd \ No newline at end of file -- 2.11.0