From 7f5bb50220daeffecc8f012f9fef5bd5c8790e86 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 21 Jan 2008 03:58:26 +0000 Subject: [PATCH] Teach i18n Makefile about multiple property file locations. Update our POT files. git-svn-id: svn://svn.open-ils.org/ILS/trunk@8446 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- build/i18n/Makefile | 12 +- build/i18n/po/en-US/admin.properties.pot | 116 ++- build/i18n/po/en-US/cat.properties.pot | 28 +- build/i18n/po/en-US/circ.properties.pot | 2 +- build/i18n/po/en-US/common.properties.pot | 4 +- build/i18n/po/en-US/db.seed.pot | 2 +- build/i18n/po/en-US/fm_IDL.pot | 2 +- build/i18n/po/en-US/ils_events.xml.pot | 2 +- build/i18n/po/en-US/lang.dtd.pot | 901 ++++++++++++++++++++- build/i18n/po/en-US/offline.properties.pot | 104 +++ build/i18n/po/en-US/opac.dtd.pot | 2 +- 11 files changed, 1133 insertions(+), 42 deletions(-) create mode 100644 build/i18n/po/en-US/offline.properties.pot diff --git a/build/i18n/Makefile b/build/i18n/Makefile index 9e68b13c46..81941e8bda 100644 --- a/build/i18n/Makefile +++ b/build/i18n/Makefile @@ -4,7 +4,8 @@ POINDIR=po PROJECT=locale LOCALE=fr-CA DTDDIR=../../Open-ILS/web/opac/locale -PROPSDIR=../../Open-ILS/xul/staff_client/chrome/locale +CHROME_PROPSDIR=../../Open-ILS/xul/staff_client/chrome/locale +SERVER_PROPSDIR=../../Open-ILS/xul/staff_client/server/locale FMIDLSRC=../../Open-ILS/examples/fm_IDL.xml FMIDLOUT=fm_IDL.pot FMIDLENT=fm_IDL.xml @@ -66,7 +67,8 @@ dtds2po: @moz2po $(PROGRESS) -o $(POOUTDIR)/$(LOCALE) -i $(DTDDIR)/en-US/ 2>&1 props2po: - @moz2po $(PROGRESS) -o $(POOUTDIR)/$(LOCALE) -i $(PROPSDIR)/en-US/ 2>&1 + @moz2po $(PROGRESS) -o $(POOUTDIR)/$(LOCALE) -i $(CHROME_PROPSDIR)/en-US/ 2>&1 + @moz2po $(PROGRESS) -o $(POOUTDIR)/$(LOCALE) -i $(SERVER_PROPSDIR)/en-US/ 2>&1 dtds2pot: @moz2po -P $(PROGRESS) -o $(POTSRC) -i $(DTDDIR)/en-US/ 2>&1 @@ -78,13 +80,15 @@ po2ils: @scripts/ils_events.py --create $(POINDIR)/$(LOCALE)/$(EVTPO) --locale $(LOCALE) --output $(PROJECT)/$(LOCALE)/$(EVTXML) props2pot: - @moz2po -P $(PROGRESS) -o $(POTSRC) -i $(PROPSDIR)/en-US/ 2>&1 + @moz2po -P $(PROGRESS) -o $(POTSRC) -i $(CHROME_PROPSDIR)/en-US/ 2>&1 + @moz2po -P $(PROGRESS) -o $(POTSRC) -i $(SERVER_PROPSDIR)/en-US/ 2>&1 po2dtds: @po2moz $(PROGRESS) -o $(PROJECT)/$(LOCALE) -t $(DTDDIR)/en-US/ -i $(POINDIR)/$(LOCALE) 2>&1 po2props: - @po2moz $(PROGRESS) -o $(PROJECT)/$(LOCALE) -t $(PROPSDIR)/en-US/ -i $(POINDIR)/$(LOCALE) 2>&1 + @po2moz $(PROGRESS) -o $(PROJECT)/$(LOCALE) -t $(CHROME_PROPSDIR)/en-US/ -i $(POINDIR)/$(LOCALE) 2>&1 + @po2moz $(PROGRESS) -o $(PROJECT)/$(LOCALE) -t $(SERVER_PROPSDIR)/en-US/ -i $(POINDIR)/$(LOCALE) 2>&1 sql2pot: @scripts/db-seed-i18n.py --pot $(SQLSRC) --output $(POTSRC)/$(SQLPOT) diff --git a/build/i18n/po/en-US/admin.properties.pot b/build/i18n/po/en-US/admin.properties.pot index 83f4c21bae..8f7aa48f4e 100644 --- a/build/i18n/po/en-US/admin.properties.pot +++ b/build/i18n/po/en-US/admin.properties.pot @@ -1,10 +1,10 @@ -# extracted from ../../Open-ILS/xul/staff_client/chrome/locale/en-US/admin.properties +# extracted from ../../Open-ILS/xul/staff_client/server/locale/en-US/admin.properties #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-17 14:20-0400\n" +"POT-Creation-Date: 2008-01-20 23:22-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,10 +15,114 @@ msgstr "" "X-Generator: Translate Toolkit 1.0.1\n" "X-Accelerator-Marker: &\n" -#: staff.admin.survey.save_response.label -msgid "Save this response" +#: staff.admin.font_settings.sound +msgid "Sound preference saved to file system." msgstr "" -#: staff.admin.survey.save_response.accesskey -msgid "R" +#: staff.admin.font_settings.save +msgid "Global Font saved to file system." +msgstr "" + +#: staff.admin.font_settings.sound.disabled +msgid "Sound is now disabled." +msgstr "" + +#: staff.admin.font_settings.sound.enabled +msgid "Sound is now enabled." +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_SMALLER +msgid "Global Font Adjust set to Smaller than Default" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_DEFAULT +msgid "Global Font Adjust set to Default" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_LARGER +msgid "Global Font Adjust set to Larger than Default" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_XX_SMALL +msgid "Global Font set to XX-Small" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_X_SMALL +msgid "Global Font set to X-Small" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_SMALL +msgid "Global Font set to Small" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_MEDIUM +msgid "Global Font set to Medium" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_LARGE +msgid "Global Font set to Large" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_X_LARGE +msgid "Global Font set to X-Large" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_XX_LARGE +msgid "Global Font set to XX-Large" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_5PT +msgid "Global Font set to 5pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_6PT +msgid "Global Font set to 6pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_7PT +msgid "Global Font set to 7pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_8PT +msgid "Global Font set to 8pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_9PT +msgid "Global Font set to 9pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_10PT +msgid "Global Font set to 10pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_11PT +msgid "Global Font set to 11pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_12PT +msgid "Global Font set to 12pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_13PT +msgid "Global Font set to 13pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_14PT +msgid "Global Font set to 14pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_15PT +msgid "Global Font set to 15pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_16PT +msgid "Global Font set to 16pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_17PT +msgid "Global Font set to 17pt" +msgstr "" + +#: staff.admin.font_settings.status_msg.ALL_FONTS_18PT +msgid "Global Font set to 18pt" msgstr "" diff --git a/build/i18n/po/en-US/cat.properties.pot b/build/i18n/po/en-US/cat.properties.pot index f1d6d8e391..cd2d3503c7 100644 --- a/build/i18n/po/en-US/cat.properties.pot +++ b/build/i18n/po/en-US/cat.properties.pot @@ -1,10 +1,10 @@ -# extracted from ../../Open-ILS/xul/staff_client/chrome/locale/en-US/cat.properties +# extracted from ../../Open-ILS/xul/staff_client/server/locale/en-US/cat.properties #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-17 14:20-0400\n" +"POT-Creation-Date: 2008-01-20 23:22-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,26 +15,14 @@ msgstr "" "X-Generator: Translate Toolkit 1.0.1\n" "X-Accelerator-Marker: &\n" -#: cat.bib_record -msgid "Bib Record: %1$s" +#: cat.barcode_for_item +msgid "The barcode for the item is %1$s" msgstr "" -#: cat.save_record -msgid "Save Record" +#: cat.batch_operation_failed +msgid "The whole batch operation failed. %1$s" msgstr "" -#: cat.save.success -msgid "Record successfully saved." -msgstr "" - -#: cat.save.failure -msgid "Record not likely updated." -msgstr "" - -#: cat.record.counter -msgid "Record %1$s of %2$s" -msgstr "" - -#: cat.preference.error -msgid "Preference not likely updated." +#: cat.copy_buckets.tab +msgid "Copy Buckets" msgstr "" diff --git a/build/i18n/po/en-US/circ.properties.pot b/build/i18n/po/en-US/circ.properties.pot index 37f2c20673..374879fbb6 100644 --- a/build/i18n/po/en-US/circ.properties.pot +++ b/build/i18n/po/en-US/circ.properties.pot @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-17 14:20-0400\n" +"POT-Creation-Date: 2008-01-20 23:22-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/build/i18n/po/en-US/common.properties.pot b/build/i18n/po/en-US/common.properties.pot index 55ad846315..dbec423e25 100644 --- a/build/i18n/po/en-US/common.properties.pot +++ b/build/i18n/po/en-US/common.properties.pot @@ -1,10 +1,10 @@ -# extracted from ../../Open-ILS/xul/staff_client/chrome/locale/en-US/common.properties +# extracted from ../../Open-ILS/xul/staff_client/server/locale/en-US/common.properties #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-17 14:20-0400\n" +"POT-Creation-Date: 2008-01-20 23:22-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/build/i18n/po/en-US/db.seed.pot b/build/i18n/po/en-US/db.seed.pot index ac838a1a3d..3ced2e4993 100644 --- a/build/i18n/po/en-US/db.seed.pot +++ b/build/i18n/po/en-US/db.seed.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Evergreen 1.4\n" "Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-01-17 14:20:24-0400\n" +"POT-Creation-Date: 2008-01-20 23:22:24-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/build/i18n/po/en-US/fm_IDL.pot b/build/i18n/po/en-US/fm_IDL.pot index df55e6cd44..4e7fd31dab 100644 --- a/build/i18n/po/en-US/fm_IDL.pot +++ b/build/i18n/po/en-US/fm_IDL.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Evergreen 1.4\n" "Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-01-17 14:20:16-0400\n" +"POT-Creation-Date: 2008-01-20 23:22:16-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/build/i18n/po/en-US/ils_events.xml.pot b/build/i18n/po/en-US/ils_events.xml.pot index 59850c9639..365bb68fa2 100644 --- a/build/i18n/po/en-US/ils_events.xml.pot +++ b/build/i18n/po/en-US/ils_events.xml.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Evergreen 1.4\n" "Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-01-17 14:20:24-0400\n" +"POT-Creation-Date: 2008-01-20 23:22:23-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/build/i18n/po/en-US/lang.dtd.pot b/build/i18n/po/en-US/lang.dtd.pot index ad5fb5a2ff..6a029c3ce7 100644 --- a/build/i18n/po/en-US/lang.dtd.pot +++ b/build/i18n/po/en-US/lang.dtd.pot @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-17 14:20-0400\n" +"POT-Creation-Date: 2008-01-20 23:22-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -75,6 +75,7 @@ msgstr "" #: staff.mvr_label_title #: staff.record_list.title #: staff.z39_50.search_class.title +#: staff.server.admin.hold_pull.title msgid "Title" msgstr "" @@ -83,6 +84,7 @@ msgstr "" #: staff.mvr_label_author #: staff.record_list.author #: staff.z39_50.search_class.author +#: staff.server.admin.hold_pull.author msgid "Author" msgstr "" @@ -115,6 +117,7 @@ msgstr "" #: common.format #: staff.cat.search_format +#: staff.server.admin.hold_pull.format msgid "Format" msgstr "" @@ -137,6 +140,10 @@ msgid "of" msgstr "" #: common.cancel +#: staff.server.admin.closed_dates.cancel +#: staff.server.admin.copy_locations.cancel +#: staff.server.admin.non_cat_types.cancel +#: staff.server.admin.stat_cat.cancel msgid "Cancel" msgstr "" @@ -185,11 +192,18 @@ msgstr "" msgid "Password" msgstr "" +#: common.refresh +#: staff.patron_navbar.refresh +msgid "Refresh" +msgstr "" + #: common.submit #: staff.auth.submit_prompt #: staff.circ.checkin.submit_label #: staff.circ.hold_capture.submit_label #: staff.patron_display.checkout.submit_label +#: staff.server.admin.copy_locations.submit +#: staff.server.admin.non_cat_types.submit msgid "Submit" msgstr "" @@ -284,6 +298,7 @@ msgstr "" #: staff.browse_list.callnumber #: staff.cat.search_callnumber #: staff.volume.attr.callnumber +#: staff.server.admin.hold_pull.call_number msgid "Call Number" msgstr "" @@ -302,6 +317,7 @@ msgstr "" #: staff.acp_label_copy_number #: staff.browse_list.copy_number +#: staff.server.admin.hold_pull.copy msgid "Copy Number" msgstr "" @@ -695,6 +711,7 @@ msgstr "" #: staff.marc.display.fixed.SER.key #: staff.marc.file.publish.key #: staff.patron_display.checkout.submit_label.accesskey +#: staff.server.admin.transit.list.actions.accesskey msgid "S" msgstr "" @@ -743,6 +760,7 @@ msgid "Circulating Lib" msgstr "" #: staff.browse_list.circulate +#: staff.server.admin.copy_locations.editor.circulate msgid "Circulate" msgstr "" @@ -852,6 +870,7 @@ msgstr "" #: staff.marc.file.reload.key #: staff.patron_navbar.refresh.accesskey #: staff.patron_navbar.retrieve.accesskey +#: staff.server.admin.offline.xacts.refresh.accesskey msgid "R" msgstr "" @@ -1009,6 +1028,7 @@ msgid "Advanced" msgstr "" #: staff.cat.search_barcode +#: staff.server.admin.hold_pull.barcode msgid "Item Barcode" msgstr "" @@ -1212,6 +1232,7 @@ msgstr "" #: staff.hold_capture_patron.retrieve #: staff.patron.context_display #: staff.patron_navbar.retrieve +#: staff.server.admin.offline.xacts.get_patron.label msgid "Retrieve Patron" msgstr "" @@ -1474,6 +1495,7 @@ msgstr "" #: staff.copy.attr.notes_viewable.example2 #: staff.copy.attr.opac_visible.no #: staff.copy.attr.reference_material.no +#: staff.server.admin.copy_locations.editor.no msgid "No" msgstr "" @@ -1482,6 +1504,7 @@ msgstr "" #: staff.copy.attr.notes_viewable.example1 #: staff.copy.attr.opac_visible.yes #: staff.copy.attr.reference_material.yes +#: staff.server.admin.copy_locations.editor.yes msgid "Yes" msgstr "" @@ -2286,6 +2309,7 @@ msgid "User Buckets" msgstr "" #: staff.main.menu.edit.copy.label +#: staff.server.admin.stat_cat.copy msgid "Copy" msgstr "" @@ -2298,6 +2322,9 @@ msgid "Cut" msgstr "" #: staff.main.menu.edit.delete.label +#: staff.server.admin.closed_dates.editor.delete +#: staff.server.admin.copy_locations.editor.delete +#: staff.server.admin.non_cat_types.delete msgid "Delete" msgstr "" @@ -2315,6 +2342,9 @@ msgstr "" #: staff.main.menu.edit.label #: staff.patron_navbar.edit +#: staff.server.admin.copy_locations.editor.edit +#: staff.server.admin.non_cat_types.edit +#: staff.server.admin.stat_cat.edit msgid "Edit" msgstr "" @@ -2406,6 +2436,8 @@ msgid "Save Session" msgstr "" #: staff.main.menu.help.label +#: staff.server.admin.copy_locations.editor.help +#: staff.server.admin.non_cat_types.in_house_circ msgid "Help" msgstr "" @@ -2423,6 +2455,7 @@ msgid "" msgstr "" #: staff.main.menu.reports.label +#: staff.server.admin.index.reports msgid "Reports" msgstr "" @@ -3409,10 +3442,6 @@ msgstr "" msgid "Items Out" msgstr "" -#: staff.patron_navbar.refresh -msgid "Refresh" -msgstr "" - #: staff.patron_register_interface_label msgid "NEW PATRON" msgstr "" @@ -3552,6 +3581,8 @@ msgid "SURVEY ADMIN" msgstr "" #: staff.volume.attr.owning_lib +#: staff.server.admin.copy_locations.editor.library +#: staff.server.admin.stat_cat.owning_library.label msgid "Owning Library" msgstr "" @@ -3638,3 +3669,863 @@ msgstr "" #: staff.z39_50_import_interface_label msgid "Z39.50 IMPORT" msgstr "" + +#: staff.server.admin.offline.xacts.caption +msgid "Offline Sessions" +msgstr "" + +#: staff.server.admin.offline.xacts.create.label +#: staff.server.admin.non_cat_types.editor.create +msgid "Create" +msgstr "" + +#: staff.server.admin.offline.xacts.execute.label +msgid "Process" +msgstr "" + +#: staff.server.admin.offline.xacts.update.label +msgid "Update" +msgstr "" + +#: staff.server.admin.offline.xacts.status.label +msgid "Uploaded Transaction Files" +msgstr "" + +#: staff.server.admin.offline.xacts.status.desc +msgid "The transactions from the following workstations have been uploaded, but not processed. When all expected workstations are present here, use the Process button above." +msgstr "" + +#: staff.server.admin.offline.xacts.errors.label +msgid "Exceptions" +msgstr "" + +#: staff.server.admin.offline.xacts.errors.desc +msgid "All transactions from this session have been processed. The errors, if any, are listed below." +msgstr "" + +#: staff.server.admin.offline.xacts.export.label +msgid "Export List" +msgstr "" + +#: staff.server.admin.offline.xacts.print.label +msgid "Print Export" +msgstr "" + +#: staff.server.admin.offline.xacts.get_item.label +msgid "Retrieve Item" +msgstr "" + +#: staff.server.admin.offline.xacts.get_details.label +msgid "Details" +msgstr "" + +#: staff.server.admin.offline.xacts.errors.caption +msgid "The session is now processing. Hit Refresh to check its status." +msgstr "" + +#: staff.server.admin.font.sound.caption +msgid "Adjust Sound" +msgstr "" + +#: staff.server.admin.font.sound.checkbox +msgid "Disable sound?" +msgstr "" + +#: staff.server.admin.save_disk +msgid "Save to Disk" +msgstr "" + +#: staff.server.admin.font.global.caption +msgid "Adjust Global Font" +msgstr "" + +#: staff.server.admin.font.smaller +msgid "Smaller than Default" +msgstr "" + +#: staff.server.admin.font.default +msgid "Default" +msgstr "" + +#: staff.server.admin.font.larger +msgid "Larger than Default" +msgstr "" + +#: staff.server.admin.font.xxsmall +msgid "XX-Small" +msgstr "" + +#: staff.server.admin.font.xsmall +msgid "X-Small" +msgstr "" + +#: staff.server.admin.font.small +msgid "Small" +msgstr "" + +#: staff.server.admin.font.medium +msgid "Medium" +msgstr "" + +#: staff.server.admin.font.large +msgid "Large" +msgstr "" + +#: staff.server.admin.font.xlarge +msgid "X-Large" +msgstr "" + +#: staff.server.admin.font.xxlarge +msgid "XX-Large" +msgstr "" + +#: staff.server.admin.font.5pt +msgid "5pt" +msgstr "" + +#: staff.server.admin.font.6pt +msgid "6pt" +msgstr "" + +#: staff.server.admin.font.7pt +msgid "7pt" +msgstr "" + +#: staff.server.admin.font.8pt +msgid "8pt" +msgstr "" + +#: staff.server.admin.font.9pt +msgid "9pt" +msgstr "" + +#: staff.server.admin.font.10pt +msgid "10pt" +msgstr "" + +#: staff.server.admin.font.11pt +msgid "11pt" +msgstr "" + +#: staff.server.admin.font.12pt +msgid "12pt" +msgstr "" + +#: staff.server.admin.font.13pt +msgid "13pt" +msgstr "" + +#: staff.server.admin.font.14pt +msgid "14pt" +msgstr "" + +#: staff.server.admin.font.15pt +msgid "15pt" +msgstr "" + +#: staff.server.admin.font.16pt +msgid "16pt" +msgstr "" + +#: staff.server.admin.font.17pt +msgid "17pt" +msgstr "" + +#: staff.server.admin.font.18pt +msgid "18pt" +msgstr "" + +#: staff.server.admin.font.restore +msgid "Restore Default" +msgstr "" + +#: staff.server.admin.transit.filter.caption +msgid "Transit Filter" +msgstr "" + +#: staff.server.admin.transit.library.label +msgid "Transit Library" +msgstr "" + +#: staff.server.admin.transit.to.label +msgid "Transit to" +msgstr "" + +#: staff.server.admin.transit.from.label +msgid "Transit from" +msgstr "" + +#: staff.server.admin.transit.date.label +msgid "Transit Date falls between" +msgstr "" + +#: staff.server.admin.transit.date.today +msgid "Today" +msgstr "" + +#: staff.server.admin.transit.date.week +msgid "Today - 7 days" +msgstr "" + +#: staff.server.admin.transit.date.2weeks +msgid "Today - 14 days" +msgstr "" + +#: staff.server.admin.transit.date.3weeks +msgid "Today - 21 days" +msgstr "" + +#: staff.server.admin.transit.date.30days +msgid "Today - 30 days" +msgstr "" + +#: staff.server.admin.transit.date.start +msgid "The Beginning" +msgstr "" + +#: staff.server.admin.transit.retrieve.label +#: staff.server.admin.transit.retrieve.accesskey +msgid "Retrieve &Transits" +msgstr "" + +#: staff.server.admin.transit.list.label +#: staff.server.admin.index.transits +msgid "Transits" +msgstr "" + +#: staff.server.admin.transit.list.print +msgid "Print Transits" +msgstr "" + +#: staff.server.admin.transit.list.actions +msgid "Actions for Selected Transits" +msgstr "" + +#: staff.server.admin.transit.list.copy.label +#: staff.server.admin.transit.list.copy.accesskey +msgid "&Copy to Clipboard" +msgstr "" + +#: staff.server.admin.transit.list.add.label +#: staff.server.admin.transit.list.add.accesskey +msgid "&Add to Item Bucket" +msgstr "" + +#: staff.server.admin.transit.list.show.label +#: staff.server.admin.transit.list.show.accesskey +msgid "&Show in Catalog" +msgstr "" + +#: staff.server.admin.transit.list.details.label +#: staff.server.admin.transit.list.details.accesskey +msgid "Show &Item Details" +msgstr "" + +#: staff.server.admin.transit.list.circs.label +#: staff.server.admin.transit.list.circs.accesskey +msgid "Show &Last Few Circulations" +msgstr "" + +#: staff.server.admin.transit.list.edit.label +#: staff.server.admin.transit.list.edit.accesskey +msgid "&Edit Item Attributes" +msgstr "" + +#: staff.server.admin.transit.list.abort.label +msgid "Abort Transits" +msgstr "" + +#: staff.server.admin.transit.list.save.label +msgid "Save Columns" +msgstr "" + +#: staff.server.admin.cash.title +msgid "Evergreen: Cash Reports" +msgstr "" + +# This will be followed by the user's name +#: staff.server.admin.cash.welcome +#: staff.server.admin.closed_dates.welcome +#: staff.server.admin.hold_pull.greeting +#: staff.server.admin.non_cat_types.greeting +#: staff.server.admin.org_settings.greeting +#: staff.server.admin.stat_cat.greeting +msgid "Welcome " +msgstr "" + +#: staff.server.admin.cash.start_date +msgid "Start Date:" +msgstr "" + +#: staff.server.admin.cash.date.select +msgid "Date selector" +msgstr "" + +#: staff.server.admin.cash.end_date +msgid "End Date:" +msgstr "" + +#: staff.server.admin.cash.date_format +msgid "(YYYY-MM-DD)" +msgstr "" + +#: staff.server.admin.cash.view +msgid "View reports for : " +msgstr "" + +#: staff.server.admin.cash.submit +msgid "Go!" +msgstr "" + +#: staff.server.admin.cash.desk +msgid "Desk Payments" +msgstr "" + +#: staff.server.admin.cash.user +msgid "User Payments" +msgstr "" + +#: staff.server.admin.closed_dates.title +msgid "Evergreen: Library Closed Dates Editor" +msgstr "" + +#: staff.server.admin.closed_dates.editor.title +msgid " Closed Dates Editor " +msgstr "" + +#: staff.server.admin.closed_dates.editor.for +msgid "Edit Closed Dates for: " +msgstr "" + +#: staff.server.admin.closed_dates.editor.duration +msgid "Closed Duration" +msgstr "" + +#: staff.server.admin.closed_dates.editor.reason +msgid "Reason for Closing" +msgstr "" + +#: staff.server.admin.closed_dates.editor.allmultiday.delete +msgid "delete" +msgstr "" + +# Translators: do not translate "YYYY-MM-DD" or "HH:MM" +#: staff.server.admin.closed_dates.editor.allmultiday.format +msgid "Note: All dates must have the form YYYY-MM-DD. Times must have the form HH:MM" +msgstr "" + +#: staff.server.admin.closed_dates.add.allday +msgid "Add Single Day Closing" +msgstr "" + +#: staff.server.admin.closed_dates.add.multiday +msgid "Add Mult-Date Closing" +msgstr "" + +#: staff.server.admin.closed_dates.add.detailed +msgid "Add Detailed Closing" +msgstr "" + +#: staff.server.admin.closed_dates.date.start +msgid "Start Date" +msgstr "" + +#: staff.server.admin.closed_dates.time.start +msgid "Start Time" +msgstr "" + +#: staff.server.admin.closed_dates.date.end +msgid "End Date" +msgstr "" + +#: staff.server.admin.closed_dates.time.end +msgid "End Time" +msgstr "" + +#: staff.server.admin.closed_dates.allday.label +msgid "All Day" +msgstr "" + +#: staff.server.admin.closed_dates.editor.reason.label +msgid "Reason for closing: " +msgstr "" + +#: staff.server.admin.closed_dates.apply_all +msgid "Apply to all of my libraries" +msgstr "" + +#: staff.server.admin.closed_dates.save +msgid "Save" +msgstr "" + +#: staff.server.admin.closed_dates.confirm_delete +msgid "Are you sure you wish to delete the selected close date?" +msgstr "" + +#: staff.server.admin.closed_dates.date.invalid +msgid "Invalid date format" +msgstr "" + +#: staff.server.admin.closed_dates.time.invalid +msgid "Invalid time format" +msgstr "" + +#: staff.server.admin.closed_dates.success +msgid "Closed date successfully updated" +msgstr "" + +#: staff.server.admin.copy_locations.title +msgid "Evergreen: Copy Locations Editor" +msgstr "" + +#: staff.server.admin.copy_locations.editor +msgid " Copy Locations Editor " +msgstr "" + +#: staff.server.admin.copy_locations.editor.create +msgid "Create a new copy location" +msgstr "" + +#: staff.server.admin.copy_locations.editor.name +msgid "Name: " +msgstr "" + +#: staff.server.admin.copy_locations.editor.holdable.label +msgid "Holdable: " +msgstr "" + +#: staff.server.admin.copy_locations.editor.opac_visible.label +msgid "OPAC Visible: " +msgstr "" + +#: staff.server.admin.copy_locations.editor.circulate.label +msgid "Circulate: " +msgstr "" + +#: staff.server.admin.copy_locations.editor.library.label +msgid "Owning Library:" +msgstr "" + +#: staff.server.admin.copy_locations.editor.name +#: staff.server.admin.non_cat_types.name +msgid "Name" +msgstr "" + +#: staff.server.admin.copy_locations.editor.holdable +msgid "Holdable" +msgstr "" + +#: staff.server.admin.copy_locations.editor.opac_visible +msgid "OPAC Visible" +msgstr "" + +#: staff.server.admin.copy_locations.editor.help.holdable +msgid "If a copy location is 'Holdable', copies in that location may have holds placed on them." +msgstr "" + +#: staff.server.admin.copy_locations.editor.delete.confirm +msgid "Are you sure you wish to delete the selected copy location? Note: If copies are currently attached to this location, the delete operation will fail." +msgstr "" + +#: staff.server.admin.copy_locations.update_success +msgid "Update Succeeded" +msgstr "" + +#: staff.server.admin.hold_pull.title +msgid "Evergreen Holds Pull List" +msgstr "" + +# This will be followed by the org_unit name +#: staff.server.admin.hold_pull.header +msgid "Evergreen Holds Pull List : " +msgstr "" + +#: staff.server.admin.hold_pull.sort.note +msgid "Note: Click on a column header to sort the column" +msgstr "" + +#: staff.server.admin.hold_pull.copy_location +msgid "Copy Location" +msgstr "" + +#: staff.server.admin.hold_pull.patron_barcode +msgid "Patron Barcode" +msgstr "" + +#: staff.server.admin.hold_pull.hold_date +msgid "Hold Placement Date" +msgstr "" + +#: staff.server.admin.hold_pull.hold_type +msgid "Hold Type" +msgstr "" + +#: staff.server.admin.hold_pull.book +msgid "Book" +msgstr "" + +#: staff.server.admin.hold_pull.large_book +msgid "Large Print Book" +msgstr "" + +#: staff.server.admin.hold_pull.audiobook +msgid "Audiobook" +msgstr "" + +#: staff.server.admin.hold_pull.video +msgid "Video Recording" +msgstr "" + +#: staff.server.admin.hold_pull.music +msgid "Music" +msgstr "" + +#: staff.server.admin.hold_pull.eresource +msgid "Electronic Resource" +msgstr "" + +#: staff.server.admin.hold_pull.copy_hold +msgid "Copy Hold" +msgstr "" + +#: staff.server.admin.hold_pull.volume_hold +msgid "Volume Hold" +msgstr "" + +#: staff.server.admin.hold_pull.title_hold +msgid "Title Hold" +msgstr "" + +#: staff.server.admin.hold_pull.metarecord_hold +msgid "Metarecord Hold" +msgstr "" + +#: staff.server.admin.non_cat_types.title +msgid "Evergreen: Non Cataloged Types Editor" +msgstr "" + +#: staff.server.admin.non_cat_types.editor.title +msgid " Non Cataloged Types Editor " +msgstr "" + +#: staff.server.admin.non_cat_types.editor.header +msgid "Create a new non-cataloged type" +msgstr "" + +#: staff.server.admin.non_cat_types.editor.minutes +msgid "Minutes" +msgstr "" + +#: staff.server.admin.non_cat_types.editor.hours +msgid "Hours" +msgstr "" + +#: staff.server.admin.non_cat_types.editor.days +msgid "Days" +msgstr "" + +#: staff.server.admin.non_cat_types.editor.weeks +msgid "Weeks" +msgstr "" + +#: staff.server.admin.non_cat_types.editor.months +msgid "Months" +msgstr "" + +#: staff.server.admin.non_cat_types.in_house_circ +msgid "Circulate In-House?" +msgstr "" + +#: staff.server.admin.non_cat_types.owning_location +msgid "Owning Location" +msgstr "" + +#: staff.server.admin.non_cat_types.duration +msgid "Duration" +msgstr "" + +#: staff.server.admin.non_cat_types.in_house.circulate +msgid "Circulate In House" +msgstr "" + +#: staff.server.admin.non_cat_types.delete.confirm +msgid "Are you sure you wish to delete the selected non-cataloged type?" +msgstr "" + +#: staff.server.admin.non_cat_types.in_house.help +msgid "If the \"In-House\" flag is set on a non-cataloged type, items that circulate as that type will create \"In-House\" circulations. This is ideal for computer use, room \"rentals\", etc." +msgstr "" + +#: staff.server.admin.non_cat_types.update.success +msgid "Non-cataloged type successfully updated" +msgstr "" + +#: staff.server.admin.non_cat_types.name_exists +msgid "A non-cataloged type with the selected name already exists." +msgstr "" + +#: staff.server.admin.index.title +msgid "Local System Administration" +msgstr "" + +#: staff.server.admin.index.workstation_configuration +msgid "Workstation Configuration" +msgstr "" + +#: staff.server.admin.index.library_configuration +msgid "Library Configuration" +msgstr "" + +#: staff.server.admin.index.maintenance_reports +msgid "Maintenance Reports" +msgstr "" + +#: staff.server.admin.index.fonts_and_sounds +msgid "Global Font and Sound Settings" +msgstr "" + +#: staff.server.admin.index.printer +msgid "Printer Settings Editor" +msgstr "" + +#: staff.server.admin.index.closed_dates +msgid "Closed Dates Editor" +msgstr "" + +#: staff.server.admin.index.copy_locations +msgid "Copy Locations Editor" +msgstr "" + +#: staff.server.admin.index.library_settings +msgid "Library Settings Editor" +msgstr "" + +#: staff.server.admin.index.non_cataloged_types +msgid "Non-cataloged Types Editor" +msgstr "" + +#: staff.server.admin.index.statistical_categories +msgid "Statistical Categories Editor" +msgstr "" + +#: staff.server.admin.index.hold_pull_list +msgid "Pull List for Hold Requests" +msgstr "" + +#: staff.server.admin.index.testing +msgid "(Testing)" +msgstr "" + +#: staff.server.admin.index.hold_pull_list_classic +msgid "Pull List for Hold Requests (Classic)" +msgstr "" + +#: staff.server.admin.index.cash_reports +msgid "Cash Reports" +msgstr "" + +#: staff.server.admin.index.transit_list +msgid "Transit List" +msgstr "" + +#: staff.server.admin.org_settings.title +msgid "Evergreen: Library Settings Editor" +msgstr "" + +#: staff.server.admin.org_settings.header +msgid " Library Settings Editor " +msgstr "" + +# This will be followed by the library's name +#: staff.server.admin.org_settings.select_library +msgid "Edit Settings for : " +msgstr "" + +# This will be followed by the library's name +#: staff.server.admin.org_settings.selected_library +msgid "Library Settings for " +msgstr "" + +#: staff.server.admin.org_settings.opac_timeout +msgid "OPAC Inactivity Timeout (in seconds)" +msgstr "" + +#: staff.server.admin.org_settings.apply +msgid "Apply" +msgstr "" + +#: staff.server.admin.org_settings.apply_all +msgid "Apply to all Locations" +msgstr "" + +#: staff.server.admin.org_settings.staff_timeout +msgid "Staff Login Inactivity Timeout (in seconds)" +msgstr "" + +#: staff.server.admin.org_settings.lost_fee +msgid "Lost Materials Processing Fee" +msgstr "" + +#: staff.server.admin.org_settings.default_price +msgid "Default Item Price" +msgstr "" + +#: staff.server.admin.org_settings.from_address +msgid "\"FROM\" email address for patron notices" +msgstr "" + +#: staff.server.admin.org_settings.bounce_note +msgid "(note: delivery failures will be returned this address)" +msgstr "" + +#: staff.server.admin.org_settings.apply_all.note +msgid "I. \"Apply to all Locations\" will force the new setting to be applied to all locations in the location dropdown." +msgstr "" + +#: staff.server.admin.org_settings.update_success +msgid "Update succeeded." +msgstr "" + +#: staff.server.admin.org_settings.apply_all.confirm +msgid "This will update the setting for all of the locations listed in the dropdown menu. Are you sure you wish to continue?" +msgstr "" + +#: staff.server.admin.stat_cat.title +msgid "Evergreen: Statistical Category Editor" +msgstr "" + +#: staff.server.admin.stat_cat.heading +msgid " Statistical Category Editor" +msgstr "" + +#: staff.server.admin.stat_cat.create +msgid "Create a new statistical category" +msgstr "" + +#: staff.server.admin.stat_cat.name +msgid "Enter the name: " +msgstr "" + +#: staff.server.admin.stat_cat.owning_library +msgid "Owning Library: " +msgstr "" + +#: staff.server.admin.stat_cat.opac_visibility +msgid "OPAC Visibility: " +msgstr "" + +#: staff.server.admin.stat_cat.on +msgid "On" +msgstr "" + +#: staff.server.admin.stat_cat.off +msgid "Off" +msgstr "" + +#: staff.server.admin.stat_cat.type +msgid "Type: " +msgstr "" + +#: staff.server.admin.stat_cat.patron +msgid "Patron" +msgstr "" + +#: staff.server.admin.stat_cat.create.submit +msgid "Create new statistical category" +msgstr "" + +#: staff.server.admin.stat_cat.loading_status +msgid "Loading permissions and statistical categories..." +msgstr "" + +#: staff.server.admin.stat_cat.copy_stat_cats +msgid "Copy Statistical Categories" +msgstr "" + +#: staff.server.admin.stat_cat.patron_stat_cats +msgid "Patron Statistical Categories" +msgstr "" + +#: staff.server.admin.stat_cat.info_prompt +msgid "* To edit or view information about an entry, click on the entry in the drop-down menu" +msgstr "" + +#: staff.server.admin.stat_cat.none_defined +msgid "No statistical categories are defined" +msgstr "" + +#: staff.server.admin.stat_cat.name.label +msgid "Statistical Category Name" +msgstr "" + +#: staff.server.admin.stat_cat.opac_visibility.label +msgid "OPAC Visibility" +msgstr "" + +#: staff.server.admin.stat_cat.entries.label +msgid "Entries" +msgstr "" + +#: staff.server.admin.stat_cat.add_entry +msgid "Add Entry" +msgstr "" + +#: staff.server.admin.stat_cat.none +msgid "(none)" +msgstr "" + +#: staff.server.admin.stat_cat.add.label +msgid "Add" +msgstr "" + +#: staff.server.admin.stat_cat.add.prompt +msgid "Enter the value for the new statistical category entry" +msgstr "" + +#: staff.server.admin.stat_cat.delete.confirm +msgid "This will delete the selected statistical category and all attached entries. Are you sure you wish to continue?" +msgstr "" + +#: staff.server.admin.stat_cat.entry_delete.confirm +msgid "Are you sure you wish to remove this statistical category entry?" +msgstr "" + +#: staff.server.admin.stat_cat.edit_submit +msgid "Update Statistical Category" +msgstr "" + +#: staff.server.admin.stat_cat.edit_delete +msgid "Delete Statistical Category" +msgstr "" + +#: staff.server.admin.stat_cat.edit_entry_owner +msgid "Owned By " +msgstr "" + +#: staff.server.admin.stat_cat.edit_entry_name_submit +msgid "Update Entry Value" +msgstr "" + +#: staff.server.admin.stat_cat.edit_entry_delete +msgid "Delete Entry" +msgstr "" + +#: staff.server.admin.stat_cat.new_entry_name +msgid "Enter the value of the new entry: " +msgstr "" + +#: staff.server.admin.stat_cat.new_entry_create +msgid "Create new entry" +msgstr "" + +#: staff.server.admin.stat_cat.update_success +msgid "Update succeeded" +msgstr "" + +#: staff.server.admin.upload_xacts.title +msgid "Upload Offline Transactions" +msgstr "" + +#: staff.server.admin.upload_xacts.header +msgid "Uploading transactions..." +msgstr "" diff --git a/build/i18n/po/en-US/offline.properties.pot b/build/i18n/po/en-US/offline.properties.pot new file mode 100644 index 0000000000..391b2a8985 --- /dev/null +++ b/build/i18n/po/en-US/offline.properties.pot @@ -0,0 +1,104 @@ +# extracted from ../../Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-01-20 23:22-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"X-Generator: Translate Toolkit 1.0.1\n" +"X-Accelerator-Marker: &\n" + +#: common.exception +msgid "" +"!! This software has encountered an error. Please tell your friendly system " +"administrator or software developer the following:\n" +"%1$s\n" +"%2$s\n" +msgstr "" + +#: common.jsan.missing +msgid "The JSAN library object is missing." +msgstr "" + +#: common.ok +msgid "Ok" +msgstr "" + +#: common.clear +msgid "Clear" +msgstr "" + +#: common.confirm +msgid "Check here to confirm this message." +msgstr "" + +#: common.error.default +msgid "Please report that this happened." +msgstr "" + +#: common.barcode.status.warning +msgid "Warning: As of %1$s, this barcode (%2$s) was flagged %3." +msgstr "" + +#: common.barcode.status.warning.lost +msgid "Lost" +msgstr "" + +#: common.barcode.status.warning.expired +msgid "Expired" +msgstr "" + +#: common.barcode.status.warning.barred +msgid "Barred" +msgstr "" + +#: common.barcode.status.warning.blocked +msgid "Blocked" +msgstr "" + +#: common.barcode.status.warning.unknown +msgid "with an unknown code: %1$s" +msgstr "" + +#: common.date.invalid +msgid "Invalid Date" +msgstr "" + +#: cat.bib_record +msgid "Bib Record: %1$s" +msgstr "" + +#: cat.save_record +msgid "Save Record" +msgstr "" + +#: cat.save.success +msgid "Record successfully saved." +msgstr "" + +#: cat.save.failure +msgid "Record not likely updated." +msgstr "" + +#: cat.record.counter +msgid "Record %1$s of %2$s" +msgstr "" + +#: cat.preference.error +msgid "Preference not likely updated." +msgstr "" + +#: staff.admin.survey.save_response.label +msgid "Save this response" +msgstr "" + +#: staff.admin.survey.save_response.accesskey +msgid "R" +msgstr "" diff --git a/build/i18n/po/en-US/opac.dtd.pot b/build/i18n/po/en-US/opac.dtd.pot index bb39e0ed9e..ea04194a03 100644 --- a/build/i18n/po/en-US/opac.dtd.pot +++ b/build/i18n/po/en-US/opac.dtd.pot @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-17 14:20-0400\n" +"POT-Creation-Date: 2008-01-20 23:22-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- 2.43.2