From a57ff21df5e1ce0ea56df3d6a04023a54ff251a2 Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 7 Nov 2008 20:52:24 +0000 Subject: [PATCH] Add reporter Dojo resource file (reports.js.pot) Generate POT files without msgstr contents (annoys pot2po) Merge Conify Dojo resource files into a single Dojo resource file (conify.js.pot) git-svn-id: svn://svn.open-ils.org/ILS/trunk@11096 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/conify/global/actor/org_unit.html | 52 ++-- Open-ILS/web/conify/global/actor/org_unit.js | 4 +- .../web/conify/global/actor/org_unit_type.html | 32 +-- Open-ILS/web/conify/global/actor/org_unit_type.js | 4 +- Open-ILS/web/conify/global/config/copy_status.html | 22 +- Open-ILS/web/conify/global/config/copy_status.js | 6 +- .../web/conify/global/config/marc_code_maps.html | 4 +- .../web/conify/global/config/marc_code_maps.js | 12 +- .../web/conify/global/permission/grp_tree.html | 42 +-- Open-ILS/web/conify/global/permission/grp_tree.js | 4 +- .../web/conify/global/permission/perm_list.html | 16 +- Open-ILS/web/conify/global/permission/perm_list.js | 6 +- Open-ILS/web/js/dojo/openils/conify/nls/aou.js | 31 -- Open-ILS/web/js/dojo/openils/conify/nls/aout.js | 16 -- Open-ILS/web/js/dojo/openils/conify/nls/cam.js | 15 - Open-ILS/web/js/dojo/openils/conify/nls/ccs.js | 17 -- Open-ILS/web/js/dojo/openils/conify/nls/conify.js | 78 +++++ Open-ILS/web/js/dojo/openils/conify/nls/pgt.js | 28 -- Open-ILS/web/js/dojo/openils/conify/nls/ppl.js | 15 - build/i18n/Makefile | 28 +- build/i18n/po/en-US/conify.aou.pot | 128 --------- build/i18n/po/en-US/conify.aout.pot | 68 ----- build/i18n/po/en-US/conify.cam.pot | 64 ----- build/i18n/po/en-US/conify.ccs.pot | 72 ----- build/i18n/po/en-US/conify.js.pot | 316 ++++++++++++++++++++ build/i18n/po/en-US/conify.pgt.pot | 116 -------- build/i18n/po/en-US/conify.ppl.pot | 64 ----- build/i18n/po/en-US/reports.js.pot | 310 ++++++++++++++++++++ build/i18n/po/fr-CA/conify.aou.po | 129 --------- build/i18n/po/fr-CA/conify.aout.po | 69 ----- build/i18n/po/fr-CA/conify.cam.po | 65 ----- build/i18n/po/fr-CA/conify.ccs.po | 73 ----- build/i18n/po/fr-CA/conify.js.po | 317 +++++++++++++++++++++ build/i18n/po/fr-CA/conify.pgt.po | 117 -------- build/i18n/po/fr-CA/conify.ppl.po | 65 ----- build/i18n/po/fr-CA/reports.js.po | 311 ++++++++++++++++++++ build/i18n/po/hy-AM/conify.aou.po | 129 --------- build/i18n/po/hy-AM/conify.aout.po | 69 ----- build/i18n/po/hy-AM/conify.cam.po | 65 ----- build/i18n/po/hy-AM/conify.ccs.po | 73 ----- build/i18n/po/hy-AM/conify.js.po | 317 +++++++++++++++++++++ build/i18n/po/hy-AM/conify.pgt.po | 117 -------- build/i18n/po/hy-AM/conify.ppl.po | 65 ----- build/i18n/po/hy-AM/reports.js.po | 311 ++++++++++++++++++++ 44 files changed, 2070 insertions(+), 1792 deletions(-) delete mode 100644 Open-ILS/web/js/dojo/openils/conify/nls/aou.js delete mode 100644 Open-ILS/web/js/dojo/openils/conify/nls/aout.js delete mode 100644 Open-ILS/web/js/dojo/openils/conify/nls/cam.js delete mode 100644 Open-ILS/web/js/dojo/openils/conify/nls/ccs.js create mode 100644 Open-ILS/web/js/dojo/openils/conify/nls/conify.js delete mode 100644 Open-ILS/web/js/dojo/openils/conify/nls/pgt.js delete mode 100644 Open-ILS/web/js/dojo/openils/conify/nls/ppl.js delete mode 100644 build/i18n/po/en-US/conify.aou.pot delete mode 100644 build/i18n/po/en-US/conify.aout.pot delete mode 100644 build/i18n/po/en-US/conify.cam.pot delete mode 100644 build/i18n/po/en-US/conify.ccs.pot create mode 100644 build/i18n/po/en-US/conify.js.pot delete mode 100644 build/i18n/po/en-US/conify.pgt.pot delete mode 100644 build/i18n/po/en-US/conify.ppl.pot create mode 100644 build/i18n/po/en-US/reports.js.pot delete mode 100644 build/i18n/po/fr-CA/conify.aou.po delete mode 100644 build/i18n/po/fr-CA/conify.aout.po delete mode 100644 build/i18n/po/fr-CA/conify.cam.po delete mode 100644 build/i18n/po/fr-CA/conify.ccs.po create mode 100644 build/i18n/po/fr-CA/conify.js.po delete mode 100644 build/i18n/po/fr-CA/conify.pgt.po delete mode 100644 build/i18n/po/fr-CA/conify.ppl.po create mode 100644 build/i18n/po/fr-CA/reports.js.po delete mode 100644 build/i18n/po/hy-AM/conify.aou.po delete mode 100644 build/i18n/po/hy-AM/conify.aout.po delete mode 100644 build/i18n/po/hy-AM/conify.cam.po delete mode 100644 build/i18n/po/hy-AM/conify.ccs.po create mode 100644 build/i18n/po/hy-AM/conify.js.po delete mode 100644 build/i18n/po/hy-AM/conify.pgt.po delete mode 100644 build/i18n/po/hy-AM/conify.ppl.po create mode 100644 build/i18n/po/hy-AM/reports.js.po diff --git a/Open-ILS/web/conify/global/actor/org_unit.html b/Open-ILS/web/conify/global/actor/org_unit.html index f2c4a37df4..9af91da917 100644 --- a/Open-ILS/web/conify/global/actor/org_unit.html +++ b/Open-ILS/web/conify/global/actor/org_unit.html @@ -68,7 +68,7 @@
@@ -325,12 +325,12 @@ this.disabled = true; @@ -408,6 +408,7 @@ this.disabled = true; @@ -493,7 +493,7 @@ @@ -572,7 +572,7 @@ this.disabled = true;
@@ -641,7 +641,7 @@ this.disabled = true; @@ -709,7 +709,7 @@ this.disabled = true; @@ -777,7 +777,7 @@ this.disabled = true; diff --git a/Open-ILS/web/conify/global/actor/org_unit.js b/Open-ILS/web/conify/global/actor/org_unit.js index 9b5cf64e86..cf5f4cc6f4 100644 --- a/Open-ILS/web/conify/global/actor/org_unit.js +++ b/Open-ILS/web/conify/global/actor/org_unit.js @@ -32,7 +32,7 @@ dojo.require('dijit.layout.LayoutContainer'); dojo.require('dijit.layout.SplitContainer'); dojo.require('dojox.widget.Toaster'); dojo.require('dojox.fx'); -dojo.requireLocalization("openils.conify", "aou"); +dojo.requireLocalization("openils.conify", "conify"); // some handy globals var cgi = new CGI(); @@ -43,7 +43,7 @@ var pCRUD = new OpenSRF.ClientSession('open-ils.permacrud'); var current_ou, current_ou_hoo; var virgin_ou_id = -1; -var aou_strings = dojo.i18n.getLocalization('openils.conify', 'aou'); +var aou_strings = dojo.i18n.getLocalization('openils.conify', 'conify'); //var ou_type_store = new dojo.data.ItemFileWriteStore({ data : aout.toStoreData( globalOrgTypes ) }); diff --git a/Open-ILS/web/conify/global/actor/org_unit_type.html b/Open-ILS/web/conify/global/actor/org_unit_type.html index 4f0f5f6dcd..d306660d8d 100644 --- a/Open-ILS/web/conify/global/actor/org_unit_type.html +++ b/Open-ILS/web/conify/global/actor/org_unit_type.html @@ -69,14 +69,14 @@
@@ -252,7 +252,7 @@ jsId="editor_pane_can_have_vols" type="checkbox" dojoType="dijit.form.CheckBox" - onChange='if (current_type) ou_type_store.setValue( current_type, "can_have_vols", this.checked ? "t" : "f" );' + onChange="if (current_type) ou_type_store.setValue( current_type, 'can_have_vols', this.checked ? 't' : 'f' );" /> @@ -283,11 +283,11 @@ this.disabled = true; @@ -370,6 +370,7 @@ this.disabled = true; diff --git a/Open-ILS/web/conify/global/actor/org_unit_type.js b/Open-ILS/web/conify/global/actor/org_unit_type.js index 0e71a1c72a..983b3c2828 100644 --- a/Open-ILS/web/conify/global/actor/org_unit_type.js +++ b/Open-ILS/web/conify/global/actor/org_unit_type.js @@ -33,7 +33,7 @@ dojo.require('dijit.layout.LayoutContainer'); dojo.require('dijit.layout.SplitContainer'); dojo.require('dojox.widget.Toaster'); dojo.require('dojox.fx'); -dojo.requireLocalization("openils.conify", "aout"); +dojo.requireLocalization("openils.conify", "conify"); // some handy globals var cgi = new CGI(); @@ -47,7 +47,7 @@ var virgin_out_id = -1; var highlighter = {}; -var aout_strings = dojo.i18n.getLocalization('openils.conify', 'aout'); +var aout_strings = dojo.i18n.getLocalization('openils.conify', 'conify'); function status_update (markup) { if (parent !== window && parent.status_update) parent.status_update( markup ); diff --git a/Open-ILS/web/conify/global/config/copy_status.html b/Open-ILS/web/conify/global/config/copy_status.html index 339718c4c7..d4d848e1b6 100644 --- a/Open-ILS/web/conify/global/config/copy_status.html +++ b/Open-ILS/web/conify/global/config/copy_status.html @@ -68,7 +68,7 @@
@@ -131,7 +131,7 @@
@@ -174,7 +174,7 @@
@@ -249,7 +249,7 @@ diff --git a/Open-ILS/web/conify/global/config/copy_status.js b/Open-ILS/web/conify/global/config/copy_status.js index 6eb9f66fbc..b572981a4a 100644 --- a/Open-ILS/web/conify/global/config/copy_status.js +++ b/Open-ILS/web/conify/global/config/copy_status.js @@ -29,7 +29,7 @@ dojo.require('dijit.layout.BorderContainer'); dojo.require('dojox.widget.Toaster'); dojo.require('dojox.fx'); dojo.require('dojox.grid.Grid'); -dojo.requireLocalization("openils.conify", "ccs"); +dojo.requireLocalization("openils.conify", "conify"); // some handy globals var cgi = new CGI(); @@ -40,7 +40,7 @@ var pCRUD = new OpenSRF.ClientSession('open-ils.permacrud'); var current_status; var virgin_out_id = -1; -var ccs_strings = dojo.i18n.getLocalization('openils.conify', 'ccs'); +var ccs_strings = dojo.i18n.getLocalization('openils.conify', 'conify'); var highlighter = {}; @@ -88,7 +88,7 @@ function save_them_all (event) { if (event && dirtyStore.length > 0) { confirmation = confirm( - ccs_strings.CONFIRM_EXIT + ccs_strings.CONFIRM_EXIT_CCS ); } diff --git a/Open-ILS/web/conify/global/config/marc_code_maps.html b/Open-ILS/web/conify/global/config/marc_code_maps.html index 9668de4cd4..24973696b7 100644 --- a/Open-ILS/web/conify/global/config/marc_code_maps.html +++ b/Open-ILS/web/conify/global/config/marc_code_maps.html @@ -62,7 +62,7 @@ diff --git a/Open-ILS/web/conify/global/config/marc_code_maps.js b/Open-ILS/web/conify/global/config/marc_code_maps.js index 2dc7a045d4..39e84b4d35 100644 --- a/Open-ILS/web/conify/global/config/marc_code_maps.js +++ b/Open-ILS/web/conify/global/config/marc_code_maps.js @@ -31,7 +31,7 @@ dojo.require('dijit.layout.BorderContainer'); dojo.require('dojox.widget.Toaster'); dojo.require('dojox.fx'); dojo.require('dojox.grid.Grid'); -dojo.requireLocalization("openils.conify", "cam"); +dojo.requireLocalization("openils.conify", "conify"); console.log('loading marc_code_maps.js'); @@ -45,7 +45,7 @@ console.log('initialized pcrud session'); var stores = {}; var current_item = {}; -var cam_strings = dojo.i18n.getLocalization('openils.conify', 'cam'); +var cam_strings = dojo.i18n.getLocalization('openils.conify', 'conify'); /* var highlighter = { @@ -81,7 +81,7 @@ function save_code (classname) { params : [ ses, modified_ppl ], onerror : function (r) { //highlighter.red.play(); - status_update( dojo.string.substitute(cam_strings.ERROR_SAVING_DATA, [classname, obj.code()]) ); + status_update( dojo.string.substitute(cam_strings.ERROR_SAVING_DATA_CAM, [classname, obj.code()]) ); }, oncomplete : function (r) { var res = r.recv(); @@ -91,7 +91,7 @@ function save_code (classname) { status_update( dojo.string.substitute(cam_strings.SUCCESS_SAVE, stores[classname].getValue( item, 'code' )) ); } else { //highlighter.red.play(); - status_update( dojo.string.substitute( cam_strings.ERROR_SAVING_DATA, [classname, stores[classname].getValue( item, 'code' )] ) ); + status_update( dojo.string.substitute( cam_strings.ERROR_SAVING_DATA_CAM, [classname, stores[classname].getValue( item, 'code' )] ) ); } }, }).send(); @@ -111,7 +111,7 @@ function save_them_all (event) { var confirmation = true; if (event && dirtyStore.length > 0) { - confirmation = confirm( cam_strings.CONFIRM_EXIT ); + confirmation = confirm( cam_strings.CONFIRM_EXIT_CAM ); event = null; } @@ -206,7 +206,7 @@ function create_marc_code (data) { params : [ ses, new_fm_obj ], onerror : function (r) { //highlighter.red.play(); - status_update( dojo.string.substitute( cam_strings.ERROR_CALLING_METHOD, [cl] ) ); + status_update( dojo.string.substitute( cam_strings.ERROR_CALLING_METHOD_CAM, [cl] ) ); err = true; }, oncomplete : function (r) { diff --git a/Open-ILS/web/conify/global/permission/grp_tree.html b/Open-ILS/web/conify/global/permission/grp_tree.html index 78afbb2ff2..eeac2cacaa 100644 --- a/Open-ILS/web/conify/global/permission/grp_tree.html +++ b/Open-ILS/web/conify/global/permission/grp_tree.html @@ -80,7 +80,7 @@
@@ -331,11 +331,11 @@ required="true" >
@@ -367,7 +367,7 @@ this.disabled = true; @@ -453,7 +453,7 @@ this.disabled = true; @@ -510,7 +510,7 @@
@@ -619,7 +619,7 @@ @@ -688,7 +688,7 @@ diff --git a/Open-ILS/web/conify/global/permission/grp_tree.js b/Open-ILS/web/conify/global/permission/grp_tree.js index 4ad25368e6..e373ce74e0 100644 --- a/Open-ILS/web/conify/global/permission/grp_tree.js +++ b/Open-ILS/web/conify/global/permission/grp_tree.js @@ -37,7 +37,7 @@ dojo.require('dijit.layout.SplitContainer'); dojo.require('dojox.widget.Toaster'); dojo.require('dojox.fx'); dojo.require('dojox.grid.Grid'); -dojo.requireLocalization("openils.conify", "pgt"); +dojo.requireLocalization("openils.conify", "conify"); // some handy globals var cgi = new CGI(); @@ -47,7 +47,7 @@ var server = {}; server.pCRUD = new OpenSRF.ClientSession('open-ils.permacrud'); server.actor = new OpenSRF.ClientSession('open-ils.actor'); -var pgt_strings = dojo.i18n.getLocalization('openils.conify', 'pgt'); +var pgt_strings = dojo.i18n.getLocalization('openils.conify', 'conify'); var current_group; var virgin_out_id = -1; diff --git a/Open-ILS/web/conify/global/permission/perm_list.html b/Open-ILS/web/conify/global/permission/perm_list.html index 5295fc659a..b5864cbf3c 100644 --- a/Open-ILS/web/conify/global/permission/perm_list.html +++ b/Open-ILS/web/conify/global/permission/perm_list.html @@ -67,7 +67,7 @@
@@ -155,7 +155,7 @@
@@ -210,7 +210,7 @@ diff --git a/Open-ILS/web/conify/global/permission/perm_list.js b/Open-ILS/web/conify/global/permission/perm_list.js index 1984109cf3..b974694029 100644 --- a/Open-ILS/web/conify/global/permission/perm_list.js +++ b/Open-ILS/web/conify/global/permission/perm_list.js @@ -29,7 +29,7 @@ dojo.require('dijit.layout.BorderContainer'); dojo.require('dojox.widget.Toaster'); dojo.require('dojox.fx'); dojo.require('dojox.grid.Grid'); -dojo.requireLocalization("openils.conify", "ppl"); +dojo.requireLocalization("openils.conify", "conify"); // some handy globals var cgi = new CGI(); @@ -37,7 +37,7 @@ var cookieManager = new HTTP.Cookies(); var ses = cookieManager.read('ses') || cgi.param('ses'); var pCRUD = new OpenSRF.ClientSession('open-ils.permacrud'); -var ppl_strings = dojo.i18n.getLocalization('openils.conify', 'ppl'); +var ppl_strings = dojo.i18n.getLocalization('openils.conify', 'conify'); var current_perm; var virgin_out_id = -1; @@ -89,7 +89,7 @@ function save_them_all (event) { if (event && dirtyStore.length > 0) { - confirmation = confirm( ppl_strings.CONFIRM_EXIT ); + confirmation = confirm( ppl_strings.CONFIRM_EXIT_PPL ); } if (confirmation) { diff --git a/Open-ILS/web/js/dojo/openils/conify/nls/aou.js b/Open-ILS/web/js/dojo/openils/conify/nls/aou.js deleted file mode 100644 index 039ba00d4b..0000000000 --- a/Open-ILS/web/js/dojo/openils/conify/nls/aou.js +++ /dev/null @@ -1,31 +0,0 @@ -{ - "CONFIRM_DELETE": "Are you sure you want to delete ${0}?", - "CONFIRM_EXIT": "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them.", - "ERROR_CREATING_CHILD": "Problem creating child Organizational Unit", - "ERROR_DELETING": "Problem deleting ${0}", - "ERROR_DELETING_LAST": "Cannot delete ${0}, you need at least one.", - "ERROR_FETCHING_HOLDS": "Problem fetching Holds Address for ${0}", - "ERROR_FETCHING_HOURS": "Problem fetching hours of operation for ${0}", - "ERROR_FETCHING_ILL": "Problem fetching ILL Address for ${0}", - "ERROR_FETCHING_MAILING": "Problem fetching Mailing Address for ${0}", - "ERROR_FETCHING_ORGS": "Problem fetching organizational unit data", - "ERROR_FETCHING_PHYSICAL": "Problem fetching Physical Address for ${0}", - "ERROR_FETCHING_TYPES": "Problem fetching organizational unit type data", - "ERROR_ORPHANS": "Cannot delete ${0}, ${1} subordinates still exist.", - "ERROR_SAVING_HOO": "Problem saving Hours of Operation data for ${0}", - "ERROR_SAVING_DATA": "Problem saving data for ${0}", - "ERROR_SAVING_HOLDS": "Problem saving Holds Address data for ${0}", - "ERROR_SAVING_ILL": "Problem saving ILL Address data for ${0}", - "ERROR_SAVING_MAILING": "Problem saving Mailing Address data for ${0}", - "ERROR_SAVING_PHYSICAL": "Problem saving Physical Address data for ${0}", - "LABEL_NEW_BRANCH": "New Branch", - "STATUS_DELETED": "${0} deleted", - "STATUS_EDITING": "Now editing ${0}", - "SUCCESS_CREATING_CHILD": "New child Organizational Unit created for ${0}", - "SUCCESS_SAVE": "Saved changes to ${0}", - "SUCCESS_SAVING_HOO": "Hours of Operation updated for ${0}", - "SUCCESS_SAVING_HOLDS": "Saved changes to the Holds Address of ${0}", - "SUCCESS_SAVING_ILL": "Saved changes to the ILL Address of ${0}", - "SUCCESS_SAVING_MAILING": "Saved changes to the Mailing Address of ${0}", - "SUCCESS_SAVING_PHYSICAL": "Saved changes to the Physical Address of ${0}" -} diff --git a/Open-ILS/web/js/dojo/openils/conify/nls/aout.js b/Open-ILS/web/js/dojo/openils/conify/nls/aout.js deleted file mode 100644 index cb486deb95..0000000000 --- a/Open-ILS/web/js/dojo/openils/conify/nls/aout.js +++ /dev/null @@ -1,16 +0,0 @@ -{ - "CONFIRM_UNSAVED_CHANGES": "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them.", - "CONFIRM_DELETE": "Are you sure you want to delete ${0}?", - "ERROR_CREATING_CHILD": "Problem creating child Organization Type", - "ERROR_CREATING_CHILD_METHOD": "Problem calling method to create child Organization Type", - "ERROR_DELETING": "Problem deleting ${0}", - "ERROR_DELETING_LAST": "Cannot delete ${0}. You need at least one organization type.", - "ERROR_ORPHANS": "Cannot delete ${0}; ${1} subordinates still exist.", - "ERROR_SAVING_DATA": "Problem saving data for ${0}", - "ERROR_FETCHING_TYPES": "Problem fetching organization types", - "LABEL_NEW_TYPE": "New Type", - "STATUS_DELETED": "${0} deleted", - "STATUS_EDITING": "Now editing ${0}", - "SUCCESS_CREATING_CHILD": "New child Organization Type created for ${0}", - "SUCCESS_SAVING_DATA": "Saved changes to ${0}" -} diff --git a/Open-ILS/web/js/dojo/openils/conify/nls/cam.js b/Open-ILS/web/js/dojo/openils/conify/nls/cam.js deleted file mode 100644 index b5408a106d..0000000000 --- a/Open-ILS/web/js/dojo/openils/conify/nls/cam.js +++ /dev/null @@ -1,15 +0,0 @@ -{ - "CONFIRM_DELETE": "Are you sure you want to delete ${0}?", - "CONFIRM_EXIT": "There are unsaved changes to one or more ${0} codes. Click OK to save these changes, or Cancel to abandon them.", - "ERROR_CALLING_METHOD": "Problem calling method to create new ${0}", - "ERROR_CREATING_PERMISSION": "Problem creating new Permission", - "ERROR_DELETING": "Problem deleting ${0}", - "ERROR_SAVING_DATA": "Problem saving data for ${0} ${1}", - "LABEL_CODE": "Code", - "LABEL_DESCRIPTION": "Description", - "LABEL_TRANSLATION": "Translation", - "LABEL_VALUE": "Value", - "STATUS_DELETED": "${0} deleted", - "SUCCESS_CREATING_CODE": "New ${0} ${1} created", - "SUCCESS_SAVE": "Saved changes to ${0}" -} diff --git a/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js b/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js deleted file mode 100644 index a528ae9b27..0000000000 --- a/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js +++ /dev/null @@ -1,17 +0,0 @@ -{ - "CONFIRM_DELETE": "Are you sure you want to delete ${0}?", - "CONFIRM_EXIT": "There are unsaved changes to one or more copy statuses. Click OK to save these changes, or Cancel to abandon them.", - "ERROR_CALLING_METHOD": "Problem calling method to create new copy status", - "ERROR_CREATING_STATUS": "Problem creating new Status", - "ERROR_DELETING": "Problem deleting ${0}", - "ERROR_FETCHING_STATUSES": "Problem fetching statuses", - "ERROR_SAVING_STATUS": "Problem saving ${0}", - "HOLDABLE": "Holdable", - "ID": "ID", - "NAME": "Name", - "OPAC_VISIBLE": "OPAC Visible", - "STATUS_DELETED": "${0} deleted", - "SUCCESS_CREATING_STATUS": "New ${0} status created", - "SUCCESS_SAVE": "Saved changes to ${0}", - "TRANSLATION": "Translation" -} diff --git a/Open-ILS/web/js/dojo/openils/conify/nls/conify.js b/Open-ILS/web/js/dojo/openils/conify/nls/conify.js new file mode 100644 index 0000000000..2be5574517 --- /dev/null +++ b/Open-ILS/web/js/dojo/openils/conify/nls/conify.js @@ -0,0 +1,78 @@ +{ + "CONFIRM_DELETE": "Are you sure you want to delete ${0}?", + "CONFIRM_EXIT_AOU": "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them.", + "CONFIRM_EXIT_CAM": "There are unsaved changes to one or more ${0} codes. Click OK to save these changes, or Cancel to abandon them.", + "CONFIRM_EXIT_CCS": "There are unsaved changes to one or more copy statuses. Click OK to save these changes, or Cancel to abandon them.", + "CONFIRM_EXIT_PGT": "There are unsaved modified permission maps. Click OK to save these changes, or Cancel to abandon them.", + "CONFIRM_EXIT_PPL": "There are unsaved modified permissions. Click OK to save these changes, or Cancel to abandon them.", + "CONFIRM_UNSAVED_CHANGES": "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them.", + "ERROR_CALLING_METHOD_AOUT": "Problem calling method to create child organization type", + "ERROR_CALLING_METHOD_CAM": "Problem calling method to create new ${0}", + "ERROR_CALLING_METHOD_CCS": "Problem calling method to create new copy status", + "ERROR_CALLING_METHOD_PERM_MAP": "Problem calling method to create new permission map", + "ERROR_CALLING_METHOD_PGT": "Problem calling method to create child Group", + "ERROR_CALLING_METHOD_PPL": "Problem calling method to create new permission", + "ERROR_CREATING_CHILD_AOU": "Problem creating child organizational unit", + "ERROR_CREATING_CHILD_AOUT": "Problem creating child organization type", + "ERROR_CREATING_CHILD_GROUP": "Problem creating child Group", + "ERROR_CREATING_PERMISSION": "Problem creating new Permission", + "ERROR_CREATING_PERM_MAP": "Problem creating new Permission Map", + "ERROR_CREATING_STATUS": "Problem creating new Status", + "ERROR_DELETING_LAST_AOU": "Cannot delete ${0}, you need at least one organization unit.", + "ERROR_DELETING_LAST_AOUT": "Cannot delete ${0}. You need at least one organization type.", + "ERROR_DELETING_PERM_MAPPING": "Problem deleting permission mapping ${0}", + "ERROR_DELETING": "Problem deleting ${0}", + "ERROR_FETCHING_GROUPS": "Problem fetching groups", + "ERROR_FETCHING_HOLDS": "Problem fetching Holds Address for ${0}", + "ERROR_FETCHING_HOURS": "Problem fetching hours of operation for ${0}", + "ERROR_FETCHING_ILL": "Problem fetching ILL Address for ${0}", + "ERROR_FETCHING_MAILING": "Problem fetching Mailing Address for ${0}", + "ERROR_FETCHING_ORGS": "Problem fetching organizational unit data", + "ERROR_FETCHING_PERM_MAPS": "Problem fetching perm maps", + "ERROR_FETCHING_PERMS": "Problem fetching perms", + "ERROR_FETCHING_PHYSICAL": "Problem fetching Physical Address for ${0}", + "ERROR_FETCHING_STATUSES": "Problem fetching statuses", + "ERROR_FETCHING_TYPES_AOUT": "Problem fetching organizational unit types", + "ERROR_ORPHANS": "Cannot delete ${0}, ${1} subordinates still exist.", + "ERROR_SAVING_DATA": "Problem saving data for ${0}", + "ERROR_SAVING_DATA_CAM": "Problem saving data for ${0} ${1}", + "ERROR_SAVING_HOLDS": "Problem saving Holds Address data for ${0}", + "ERROR_SAVING_HOO": "Problem saving Hours of Operation data for ${0}", + "ERROR_SAVING_ILL": "Problem saving ILL Address data for ${0}", + "ERROR_SAVING_MAILING": "Problem saving Mailing Address data for ${0}", + "ERROR_SAVING_PERM_DATA": "Problem saving permission data for ${0}", + "ERROR_SAVING_PHYSICAL": "Problem saving Physical Address data for ${0}", + "ERROR_SAVING_STATUS": "Problem saving ${0}", + "HOLDABLE": "Holdable", + "ID": "ID", + "LABEL_CODE": "Code", + "LABEL_DEPTH": "Depth", + "LABEL_DESCRIPTION": "Description", + "LABEL_GRANTABLE": "Grantable", + "LABEL_NEW_BRANCH": "New Branch", + "LABEL_NEW_GROUP": "New Group", + "LABEL_NEW_TYPE": "New Type", + "LABEL_TRANSLATION": "Translation", + "LABEL_VALUE": "Value", + "NAME": "Name", + "OPAC_VISIBLE": "OPAC Visible", + "STATUS_DELETED": "${0} deleted", + "STATUS_EDITING": "Now editing ${0}", + "SUCCESS_CREATING_CHILD_AOU": "New child Organizational Unit created for ${0}", + "SUCCESS_CREATING_CHILD_AOUT": "New child Organization Type created for ${0}", + "SUCCESS_CREATING_CODE": "New ${0} ${1} created", + "SUCCESS_CREATING_PERMISSION": "New ${0} permission created", + "SUCCESS_CREATING_STATUS": "New ${0} status created", + "SUCCESS_DELETED_PERM_MAP": "Permission mapping deleted", + "SUCCESS_NEW_CHILD_GROUP": "New child Group created for ${0}", + "SUCCESS_NEW_PERM_MAP": "New permission map created", + "SUCCESS_SAVE_PERM": "Saved permission changes to ${0}", + "SUCCESS_SAVE": "Saved changes to ${0}", + "SUCCESS_SAVING_DATA": "Saved changes to ${0}", + "SUCCESS_SAVING_HOLDS": "Saved changes to the Holds Address of ${0}", + "SUCCESS_SAVING_HOO": "Hours of Operation updated for ${0}", + "SUCCESS_SAVING_ILL": "Saved changes to the ILL Address of ${0}", + "SUCCESS_SAVING_MAILING": "Saved changes to the Mailing Address of ${0}", + "SUCCESS_SAVING_PHYSICAL": "Saved changes to the Physical Address of ${0}", + "TRANSLATION": "Translation" +} diff --git a/Open-ILS/web/js/dojo/openils/conify/nls/pgt.js b/Open-ILS/web/js/dojo/openils/conify/nls/pgt.js deleted file mode 100644 index 1cf90e3b1f..0000000000 --- a/Open-ILS/web/js/dojo/openils/conify/nls/pgt.js +++ /dev/null @@ -1,28 +0,0 @@ -{ - "CONFIRM_DELETE": "Are you sure you want to delete ${0}?", - "CONFIRM_EXIT": "There are unsaved modified Permission Maps! OK to save these changes, Cancel to abandon them.", - "ERROR_CALLING_METHOD": "Problem calling method to create child Group", - "ERROR_CALLING_METHOD_PERM_MAP": "Problem calling method to create new Permission Map", - "ERROR_CREATING_CHILD_GROUP": "Problem creating child Group", - "ERROR_CREATING_PERMISSION": "Problem creating new Permission", - "ERROR_CREATING_PERM_MAP": "Problem creating new Permission Map", - "ERROR_DELETING": "Problem deleting ${0}", - "ERROR_DELETING_PERM_MAPPING": "Problem deleting permission mapping ${0}", - "ERROR_FETCHING_GROUPS": "Problem fetching groups", - "ERROR_FETCHING_PERMS": "Problem fetching perms", - "ERROR_FETCHING_PERM_MAPS": "Problem fetching perm maps", - "ERROR_FETCHING_TYPES": "Problem fetching types", - "ERROR_SAVING_DATA": "Problem saving data for ${0}", - "ERROR_SAVING_PERM_DATA": "Problem saving permission data for ${0}", - "LABEL_CODE ": "Code", - "LABEL_DEPTH": "Depth", - "LABEL_GRANTABLE": "Grantable", - "LABEL_NEW_GROUP": "New Group", - "STATUS_DELETED": "${0} deleted", - "STATUS_EDITING": "Now editing ${0}", - "SUCCESS_DELETED_PERM_MAP": "Permission mapping deleted", - "SUCCESS_NEW_CHILD_GROUP": "New child Group created for ${0}", - "SUCCESS_NEW_PERM_MAP": "New permission map created", - "SUCCESS_SAVE": "Saved changes to ${0}", - "SUCCESS_SAVE_PERM": "Saved permission changes to ${0}" -} diff --git a/Open-ILS/web/js/dojo/openils/conify/nls/ppl.js b/Open-ILS/web/js/dojo/openils/conify/nls/ppl.js deleted file mode 100644 index 693c598047..0000000000 --- a/Open-ILS/web/js/dojo/openils/conify/nls/ppl.js +++ /dev/null @@ -1,15 +0,0 @@ -{ - "CONFIRM_DELETE": "Are you sure you want to delete ${0}?", - "CONFIRM_EXIT": "There are unsaved modified Permissions! OK to save these changes, Cancel to abandon them.", - "ERROR_CALLING_METHOD": "Problem calling method to create new Permission", - "ERROR_CREATING_PERMISSION": "Problem creating new Permission", - "ERROR_DELETING": "Problem deleting ${0}", - "ERROR_FETCHING_PERMS": "Problem fetching perms", - "ERROR_SAVING_DATA": "Problem saving data for ${0}", - "LABEL_CODE": "Code", - "LABEL_DESCRIPTION": "Description", - "LABEL_TRANSLATION": "Translation", - "STATUS_DELETED": "${0} deleted", - "SUCCESS_CREATING_PERMISSION": "New ${0} permission created", - "SUCCESS_SAVE": "Saved changes to ${0}" -} diff --git a/build/i18n/Makefile b/build/i18n/Makefile index 901b82343a..01643881ab 100644 --- a/build/i18n/Makefile +++ b/build/i18n/Makefile @@ -82,22 +82,14 @@ dtds2pot: @moz2po -P $(PROGRESS) -o $(POTSRC) -i $(DTDDIR)/en-US/ 2>&1 dojo2pot: - @scripts/dojo_resource.py --pot $(DOJO_CON_SRC)/aou.js --output $(POTSRC)/conify.aou.pot - @scripts/dojo_resource.py --pot $(DOJO_CON_SRC)/aout.js --output $(POTSRC)/conify.aout.pot - @scripts/dojo_resource.py --pot $(DOJO_CON_SRC)/cam.js --output $(POTSRC)/conify.cam.pot - @scripts/dojo_resource.py --pot $(DOJO_CON_SRC)/ccs.js --output $(POTSRC)/conify.ccs.pot - @scripts/dojo_resource.py --pot $(DOJO_CON_SRC)/pgt.js --output $(POTSRC)/conify.pgt.pot - @scripts/dojo_resource.py --pot $(DOJO_CON_SRC)/ppl.js --output $(POTSRC)/conify.ppl.pot - @scripts/dojo_resource.py --pot $(DOJO_RPT_SRC)/reports.js --output $(POTSRC)/dojo_reports.pot + @scripts/dojo_resource.py --pot $(DOJO_CON_SRC)/conify.js --output $(POTSRC)/conify.js.pot + @msghack --empty -o $(POTSRC)/conify.js.pot $(POTSRC)/conify.js.pot + @scripts/dojo_resource.py --pot $(DOJO_RPT_SRC)/reports.js --output $(POTSRC)/reports.js.pot + @msghack --empty -o $(POTSRC)/reports.js.pot $(POTSRC)/reports.js.pot po2dojo: - @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/conify.aou.po --output $(PROJECT)/$(LOCALE)/conify.aou.js - @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/conify.aout.po --output $(PROJECT)/$(LOCALE)/conify.aout.js - @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/conify.cam.po --output $(PROJECT)/$(LOCALE)/conify.cam.js - @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/conify.ccs.po --output $(PROJECT)/$(LOCALE)/conify.ccs.js - @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/conify.pgt.po --output $(PROJECT)/$(LOCALE)/conify.pgt.js - @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/conify.ppl.po --output $(PROJECT)/$(LOCALE)/conify.ppl.js - @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/dojo_reports.po --output $(PROJECT)/$(LOCALE)/reports.js + @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/conify.js.po --output $(PROJECT)/$(LOCALE)/conify.js + @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/reports.js.po --output $(PROJECT)/$(LOCALE)/reports.js ils2pot: @scripts/ils_events.py --pot $(EVTSRC) --output $(POTSRC)/$(EVTOUT) @@ -118,6 +110,7 @@ po2props: sql2pot: @scripts/db-seed-i18n.py --pot $(SQLSRCDIR)/$(SQLSRCFILE) --output $(POTSRC)/$(SQLPOT) + @msghack --empty -o $(POTSRC)/$(SQLPOT) $(POTSRC)/$(SQLPOT) po2sql: scripts/db-seed-i18n.py --sql $(POINDIR)/$(LOCALE)/$(SQLPO) --locale $(LOCALE) --output $(PROJECT)/$(LOCALE)/$(SQLOUT).sql @@ -163,11 +156,6 @@ install: updatepo project fmidl2fmidlent fmidlpo2entity-en cp $(PROJECT)/$(LOCALE)/$(SQLOUT).sql $(SQLSRCDIR)/$(SQLOUT)-$(LOCALE).sql cp $(POOUTDIR)/$(FMIDLENT) $(REPORTDIR)/$(FMIDLENT) mkdir -p $(DOJO_CON_SRC)/$(DOJO_LOCALE) - cp $(PROJECT)/$(LOCALE)/conify.aou.js $(DOJO_CON_SRC)/$(DOJO_LOCALE)/aou.js - cp $(PROJECT)/$(LOCALE)/conify.aout.js $(DOJO_CON_SRC)/$(DOJO_LOCALE)/aout.js - cp $(PROJECT)/$(LOCALE)/conify.cam.js $(DOJO_CON_SRC)/$(DOJO_LOCALE)/cam.js - cp $(PROJECT)/$(LOCALE)/conify.ccs.js $(DOJO_CON_SRC)/$(DOJO_LOCALE)/ccs.js - cp $(PROJECT)/$(LOCALE)/conify.pgt.js $(DOJO_CON_SRC)/$(DOJO_LOCALE)/pgt.js - cp $(PROJECT)/$(LOCALE)/conify.ppl.js $(DOJO_CON_SRC)/$(DOJO_LOCALE)/ppl.js + cp $(PROJECT)/$(LOCALE)/conify.js $(DOJO_CON_SRC)/$(DOJO_LOCALE)/conify.js mkdir -p $(DOJO_RPT_SRC)/$(DOJO_LOCALE) cp $(PROJECT)/$(LOCALE)/reports.js $(DOJO_RPT_SRC)/$(DOJO_LOCALE)/reports.js diff --git a/build/i18n/po/en-US/conify.aou.pot b/build/i18n/po/en-US/conify.aou.pot deleted file mode 100644 index 2c9b7fd1ce..0000000000 --- a/build/i18n/po/en-US/conify.aou.pot +++ /dev/null @@ -1,128 +0,0 @@ -# -msgid "" -msgstr "" -"Project-Id-Version: Evergreen 1.4\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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: 8-bit\n" - -#: aou.js:SUCCESS_SAVING_PHYSICAL -msgid "Saved changes to the Physical Address of ${0}" -msgstr "Saved changes to the Physical Address of ${0}" - -#: aou.js:ERROR_FETCHING_TYPES -msgid "Problem fetching organizational unit type data" -msgstr "Problem fetching organizational unit type data" - -#: aou.js:ERROR_FETCHING_PHYSICAL -msgid "Problem fetching Physical Address for ${0}" -msgstr "Problem fetching Physical Address for ${0}" - -#: aou.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" - -#: aou.js:LABEL_NEW_BRANCH -msgid "New Branch" -msgstr "New Branch" - -#: aou.js:ERROR_FETCHING_HOURS -msgid "Problem fetching hours of operation for ${0}" -msgstr "Problem fetching hours of operation for ${0}" - -#: aou.js:ERROR_FETCHING_ILL -msgid "Problem fetching ILL Address for ${0}" -msgstr "Problem fetching ILL Address for ${0}" - -#: aou.js:SUCCESS_CREATING_CHILD -msgid "New child Organizational Unit created for ${0}" -msgstr "New child Organizational Unit created for ${0}" - -#: aou.js:SUCCESS_SAVING_HOO -msgid "Hours of Operation updated for ${0}" -msgstr "Hours of Operation updated for ${0}" - -#: aou.js:ERROR_DELETING_LAST -msgid "Cannot delete ${0}, you need at least one." -msgstr "Cannot delete ${0}, you need at least one." - -#: aou.js:ERROR_SAVING_HOO -msgid "Problem saving Hours of Operation data for ${0}" -msgstr "Problem saving Hours of Operation data for ${0}" - -#: aou.js:ERROR_SAVING_PHYSICAL -msgid "Problem saving Physical Address data for ${0}" -msgstr "Problem saving Physical Address data for ${0}" - -#: aou.js:CONFIRM_EXIT -msgid "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them." - -#: aou.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: aou.js:SUCCESS_SAVING_MAILING -msgid "Saved changes to the Mailing Address of ${0}" -msgstr "Saved changes to the Mailing Address of ${0}" - -#: aou.js:ERROR_FETCHING_MAILING -msgid "Problem fetching Mailing Address for ${0}" -msgstr "Problem fetching Mailing Address for ${0}" - -#: aou.js:ERROR_FETCHING_ORGS -msgid "Problem fetching organizational unit data" -msgstr "Problem fetching organizational unit data" - -#: aou.js:SUCCESS_SAVING_HOLDS -msgid "Saved changes to the Holds Address of ${0}" -msgstr "Saved changes to the Holds Address of ${0}" - -#: aou.js:SUCCESS_SAVING_ILL -msgid "Saved changes to the ILL Address of ${0}" -msgstr "Saved changes to the ILL Address of ${0}" - -#: aou.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: aou.js:STATUS_EDITING -msgid "Now editing ${0}" -msgstr "Now editing ${0}" - -#: aou.js:ERROR_CREATING_CHILD -msgid "Problem creating child Organizational Unit" -msgstr "Problem creating child Organizational Unit" - -#: aou.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: aou.js:ERROR_ORPHANS -msgid "Cannot delete ${0}, ${1} subordinates still exist." -msgstr "Cannot delete ${0}, ${1} subordinates still exist." - -#: aou.js:ERROR_SAVING_HOLDS -msgid "Problem saving Holds Address data for ${0}" -msgstr "Problem saving Holds Address data for ${0}" - -#: aou.js:ERROR_FETCHING_HOLDS -msgid "Problem fetching Holds Address for ${0}" -msgstr "Problem fetching Holds Address for ${0}" - -#: aou.js:ERROR_SAVING_MAILING -msgid "Problem saving Mailing Address data for ${0}" -msgstr "Problem saving Mailing Address data for ${0}" - -#: aou.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: aou.js:ERROR_SAVING_ILL -msgid "Problem saving ILL Address data for ${0}" -msgstr "Problem saving ILL Address data for ${0}" diff --git a/build/i18n/po/en-US/conify.aout.pot b/build/i18n/po/en-US/conify.aout.pot deleted file mode 100644 index cbaca4b48d..0000000000 --- a/build/i18n/po/en-US/conify.aout.pot +++ /dev/null @@ -1,68 +0,0 @@ -# -msgid "" -msgstr "" -"Project-Id-Version: Evergreen 1.4\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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: 8-bit\n" - -#: aout.js:ERROR_FETCHING_TYPES -msgid "Problem fetching organization types" -msgstr "Problem fetching organization types" - -#: aout.js:SUCCESS_SAVING_DATA -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: aout.js:LABEL_NEW_TYPE -msgid "New Type" -msgstr "New Type" - -#: aout.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: aout.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: aout.js:STATUS_EDITING -msgid "Now editing ${0}" -msgstr "Now editing ${0}" - -#: aout.js:SUCCESS_CREATING_CHILD -msgid "New child Organization Type created for ${0}" -msgstr "New child Organization Type created for ${0}" - -#: aout.js:ERROR_CREATING_CHILD -msgid "Problem creating child Organization Type" -msgstr "Problem creating child Organization Type" - -#: aout.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: aout.js:CONFIRM_UNSAVED_CHANGES -msgid "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them." - -#: aout.js:ERROR_ORPHANS -msgid "Cannot delete ${0}; ${1} subordinates still exist." -msgstr "Cannot delete ${0}; ${1} subordinates still exist." - -#: aout.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" - -#: aout.js:ERROR_CREATING_CHILD_METHOD -msgid "Problem calling method to create child Organization Type" -msgstr "Problem calling method to create child Organization Type" - -#: aout.js:ERROR_DELETING_LAST -msgid "Cannot delete ${0}. You need at least one organization type." -msgstr "Cannot delete ${0}. You need at least one organization type." diff --git a/build/i18n/po/en-US/conify.cam.pot b/build/i18n/po/en-US/conify.cam.pot deleted file mode 100644 index 73ebc722d9..0000000000 --- a/build/i18n/po/en-US/conify.cam.pot +++ /dev/null @@ -1,64 +0,0 @@ -# -msgid "" -msgstr "" -"Project-Id-Version: Evergreen 1.4\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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: 8-bit\n" - -#: cam.js:SUCCESS_CREATING_CODE -msgid "New ${0} ${1} created" -msgstr "New ${0} ${1} created" - -#: cam.js:LABEL_VALUE -msgid "Value" -msgstr "Value" - -#: cam.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create new ${0}" -msgstr "Problem calling method to create new ${0}" - -#: cam.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: cam.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0} ${1}" -msgstr "Problem saving data for ${0} ${1}" - -#: cam.js:CONFIRM_EXIT -msgid "There are unsaved changes to one or more ${0} codes. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more ${0} codes. Click OK to save these changes, or Cancel to abandon them." - -#: cam.js:LABEL_CODE -msgid "Code" -msgstr "Code" - -#: cam.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: cam.js:LABEL_TRANSLATION -msgid "Translation" -msgstr "Translation" - -#: cam.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: cam.js:ERROR_CREATING_PERMISSION -msgid "Problem creating new Permission" -msgstr "Problem creating new Permission" - -#: cam.js:LABEL_DESCRIPTION -msgid "Description" -msgstr "Description" - -#: cam.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" diff --git a/build/i18n/po/en-US/conify.ccs.pot b/build/i18n/po/en-US/conify.ccs.pot deleted file mode 100644 index 52485a4eb2..0000000000 --- a/build/i18n/po/en-US/conify.ccs.pot +++ /dev/null @@ -1,72 +0,0 @@ -# -msgid "" -msgstr "" -"Project-Id-Version: Evergreen 1.4\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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: 8-bit\n" - -#: ccs.js:NAME -msgid "Name" -msgstr "Name" - -#: ccs.js:HOLDABLE -msgid "Holdable" -msgstr "Holdable" - -#: ccs.js:ERROR_FETCHING_STATUSES -msgid "Problem fetching statuses" -msgstr "Problem fetching statuses" - -#: ccs.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: ccs.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create new copy status" -msgstr "Problem calling method to create new copy status" - -#: ccs.js:CONFIRM_EXIT -msgid "There are unsaved changes to one or more copy statuses. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more copy statuses. Click OK to save these changes, or Cancel to abandon them." - -#: ccs.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: ccs.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: ccs.js:SUCCESS_CREATING_STATUS -msgid "New ${0} status created" -msgstr "New ${0} status created" - -#: ccs.js:TRANSLATION -msgid "Translation" -msgstr "Translation" - -#: ccs.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: ccs.js:ERROR_CREATING_STATUS -msgid "Problem creating new Status" -msgstr "Problem creating new Status" - -#: ccs.js:ID -msgid "ID" -msgstr "ID" - -#: ccs.js:OPAC_VISIBLE -msgid "OPAC Visible" -msgstr "OPAC Visible" - -#: ccs.js:ERROR_SAVING_STATUS -msgid "Problem saving ${0}" -msgstr "Problem saving ${0}" diff --git a/build/i18n/po/en-US/conify.js.pot b/build/i18n/po/en-US/conify.js.pot new file mode 100644 index 0000000000..2c91b4a51f --- /dev/null +++ b/build/i18n/po/en-US/conify.js.pot @@ -0,0 +1,316 @@ +# +msgid "" +msgstr "Project-Id-Version: Evergreen 1.4\n" +"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" +"POT-Creation-Date: 2008-11-07 15:35:55-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: 8-bit\n" + +#: conify.js:SUCCESS_SAVING_PHYSICAL +msgid "Saved changes to the Physical Address of ${0}" +msgstr "" + +#: conify.js:CONFIRM_EXIT_AOU +msgid "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_FETCHING_PHYSICAL +msgid "Problem fetching Physical Address for ${0}" +msgstr "" + +#: conify.js:ERROR_CREATING_PERM_MAP +msgid "Problem creating new Permission Map" +msgstr "" + +#: conify.js:SUCCESS_CREATING_CODE +msgid "New ${0} ${1} created" +msgstr "" + +#: conify.js:CONFIRM_EXIT_CCS +msgid "There are unsaved changes to one or more copy statuses. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:SUCCESS_SAVING_HOO +msgid "Hours of Operation updated for ${0}" +msgstr "" + +#: conify.js:CONFIRM_EXIT_PPL +msgid "There are unsaved modified permissions. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_FETCHING_ILL +msgid "Problem fetching ILL Address for ${0}" +msgstr "" + +#: conify.js:LABEL_TRANSLATION +msgid "Translation" +msgstr "" + +#: conify.js:ERROR_FETCHING_PERMS +msgid "Problem fetching perms" +msgstr "" + +#: conify.js:ERROR_SAVING_DATA +msgid "Problem saving data for ${0}" +msgstr "" + +#: conify.js:LABEL_NEW_GROUP +msgid "New Group" +msgstr "" + +#: conify.js:ERROR_DELETING_LAST_AOUT +msgid "Cannot delete ${0}. You need at least one organization type." +msgstr "" + +#: conify.js:ERROR_FETCHING_HOURS +msgid "Problem fetching hours of operation for ${0}" +msgstr "" + +#: conify.js:CONFIRM_EXIT_CAM +msgid "There are unsaved changes to one or more ${0} codes. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_CREATING_CHILD_AOUT +msgid "Problem creating child organization type" +msgstr "" + +#: conify.js:ERROR_CREATING_PERMISSION +msgid "Problem creating new Permission" +msgstr "" + +#: conify.js:LABEL_DESCRIPTION +msgid "Description" +msgstr "" + +#: conify.js:LABEL_DEPTH +msgid "Depth" +msgstr "" + +#: conify.js:ERROR_CREATING_CHILD_AOU +msgid "Problem creating child organizational unit" +msgstr "" + +#: conify.js:SUCCESS_SAVE_PERM +msgid "Saved permission changes to ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_HOO +msgid "Problem saving Hours of Operation data for ${0}" +msgstr "" + +#: conify.js:SUCCESS_CREATING_CHILD_AOUT +msgid "New child Organization Type created for ${0}" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_PPL +msgid "Problem calling method to create new permission" +msgstr "" + +#: conify.js:CONFIRM_EXIT_PGT +msgid "There are unsaved modified permission maps. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ID +msgid "ID" +msgstr "" + +#: conify.js:ERROR_DELETING_PERM_MAPPING +msgid "Problem deleting permission mapping ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_PERM_MAPS +msgid "Problem fetching perm maps" +msgstr "" + +#: conify.js:ERROR_SAVING_DATA_CAM +msgid "Problem saving data for ${0} ${1}" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_PERM_MAP +msgid "Problem calling method to create new permission map" +msgstr "" + +#: conify.js:CONFIRM_UNSAVED_CHANGES +msgid "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_SAVING_STATUS +msgid "Problem saving ${0}" +msgstr "" + +#: conify.js:OPAC_VISIBLE +msgid "OPAC Visible" +msgstr "" + +#: conify.js:ERROR_FETCHING_MAILING +msgid "Problem fetching Mailing Address for ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_ORGS +msgid "Problem fetching organizational unit data" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_PGT +msgid "Problem calling method to create child Group" +msgstr "" + +#: conify.js:SUCCESS_DELETED_PERM_MAP +msgid "Permission mapping deleted" +msgstr "" + +#: conify.js:SUCCESS_SAVING_HOLDS +msgid "Saved changes to the Holds Address of ${0}" +msgstr "" + +#: conify.js:SUCCESS_SAVE +msgid "Saved changes to ${0}" +msgstr "" + +#: conify.js:SUCCESS_SAVING_ILL +msgid "Saved changes to the ILL Address of ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_STATUSES +msgid "Problem fetching statuses" +msgstr "" + +#: conify.js:ERROR_DELETING +msgid "Problem deleting ${0}" +msgstr "" + +#: conify.js:STATUS_EDITING +msgid "Now editing ${0}" +msgstr "" + +#: conify.js:TRANSLATION +msgid "Translation" +msgstr "" + +#: conify.js:ERROR_FETCHING_TYPES_AOUT +msgid "Problem fetching organizational unit types" +msgstr "" + +#: conify.js:NAME +msgid "Name" +msgstr "" + +#: conify.js:SUCCESS_SAVING_DATA +msgid "Saved changes to ${0}" +msgstr "" + +#: conify.js:CONFIRM_DELETE +msgid "Are you sure you want to delete ${0}?" +msgstr "" + +#: conify.js:ERROR_ORPHANS +msgid "Cannot delete ${0}, ${1} subordinates still exist." +msgstr "" + +#: conify.js:ERROR_CREATING_CHILD_GROUP +msgid "Problem creating child Group" +msgstr "" + +#: conify.js:SUCCESS_CREATING_STATUS +msgid "New ${0} status created" +msgstr "" + +#: conify.js:ERROR_DELETING_LAST_AOU +msgid "Cannot delete ${0}, you need at least one organization unit." +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_CAM +msgid "Problem calling method to create new ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_HOLDS +msgid "Problem saving Holds Address data for ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_PERM_DATA +msgid "Problem saving permission data for ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_HOLDS +msgid "Problem fetching Holds Address for ${0}" +msgstr "" + +#: conify.js:HOLDABLE +msgid "Holdable" +msgstr "" + +#: conify.js:ERROR_SAVING_MAILING +msgid "Problem saving Mailing Address data for ${0}" +msgstr "" + +#: conify.js:LABEL_NEW_TYPE +msgid "New Type" +msgstr "" + +#: conify.js:LABEL_VALUE +msgid "Value" +msgstr "" + +#: conify.js:SUCCESS_NEW_PERM_MAP +msgid "New permission map created" +msgstr "" + +#: conify.js:STATUS_DELETED +msgid "${0} deleted" +msgstr "" + +#: conify.js:SUCCESS_CREATING_CHILD_AOU +msgid "New child Organizational Unit created for ${0}" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_CCS +msgid "Problem calling method to create new copy status" +msgstr "" + +#: conify.js:LABEL_GRANTABLE +msgid "Grantable" +msgstr "" + +#: conify.js:ERROR_SAVING_ILL +msgid "Problem saving ILL Address data for ${0}" +msgstr "" + +#: conify.js:LABEL_CODE +msgid "Code" +msgstr "" + +#: conify.js:SUCCESS_SAVING_MAILING +msgid "Saved changes to the Mailing Address of ${0}" +msgstr "" + +#: conify.js:LABEL_NEW_BRANCH +msgid "New Branch" +msgstr "" + +#: conify.js:ERROR_FETCHING_GROUPS +msgid "Problem fetching groups" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_AOUT +msgid "Problem calling method to create child organization type" +msgstr "" + +#: conify.js:ERROR_CREATING_STATUS +msgid "Problem creating new Status" +msgstr "" + +#: conify.js:SUCCESS_CREATING_PERMISSION +msgid "New ${0} permission created" +msgstr "" + +#: conify.js:SUCCESS_NEW_CHILD_GROUP +msgid "New child Group created for ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_PHYSICAL +msgid "Problem saving Physical Address data for ${0}" +msgstr "" + diff --git a/build/i18n/po/en-US/conify.pgt.pot b/build/i18n/po/en-US/conify.pgt.pot deleted file mode 100644 index e654a0639e..0000000000 --- a/build/i18n/po/en-US/conify.pgt.pot +++ /dev/null @@ -1,116 +0,0 @@ -# -msgid "" -msgstr "" -"Project-Id-Version: Evergreen 1.4\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-30 15:12:35-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: 8-bit\n" - -#: pgt.js:ERROR_FETCHING_TYPES -msgid "Problem fetching types" -msgstr "Problem fetching types" - -#: pgt.js:ERROR_CREATING_PERM_MAP -msgid "Problem creating new Permission Map" -msgstr "Problem creating new Permission Map" - -#: pgt.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create child Group" -msgstr "Problem calling method to create child Group" - -#: pgt.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" - -#: pgt.js:LABEL_NEW_GROUP -msgid "New Group" -msgstr "New Group" - -#: pgt.js:ERROR_FETCHING_PERMS -msgid "Problem fetching perms" -msgstr "Problem fetching perms" - -#: pgt.js:ERROR_CREATING_PERMISSION -msgid "Problem creating new Permission" -msgstr "Problem creating new Permission" - -#: pgt.js:SUCCESS_NEW_PERM_MAP -msgid "New permission map created" -msgstr "New permission map created" - -#: pgt.js:ERROR_DELETING_PERM_MAPPING -msgid "Problem deleting permission mapping ${0}" -msgstr "Problem deleting permission mapping ${0}" - -#: pgt.js:CONFIRM_EXIT -msgid "There are unsaved modified Permission Maps! OK to save these changes, Cancel to abandon them." -msgstr "There are unsaved modified Permission Maps! OK to save these changes, Cancel to abandon them." - -#: pgt.js:ERROR_FETCHING_PERM_MAPS -msgid "Problem fetching perm maps" -msgstr "Problem fetching perm maps" - -#: pgt.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: pgt.js:ERROR_CALLING_METHOD_PERM_MAP -msgid "Problem calling method to create new Permission Map" -msgstr "Problem calling method to create new Permission Map" - -#: pgt.js:LABEL_DEPTH -msgid "Depth" -msgstr "Depth" - -#: pgt.js:SUCCESS_SAVE_PERM -msgid "Saved permission changes to ${0}" -msgstr "Saved permission changes to ${0}" - -#: pgt.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: pgt.js:STATUS_EDITING -msgid "Now editing ${0}" -msgstr "Now editing ${0}" - -#: pgt.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: pgt.js:ERROR_CREATING_CHILD_GROUP -msgid "Problem creating child Group" -msgstr "Problem creating child Group" - -#: pgt.js:SUCCESS_DELETED_PERM_MAP -msgid "Permission mapping deleted" -msgstr "Permission mapping deleted" - -#: pgt.js:ERROR_SAVING_PERM_DATA -msgid "Problem saving permission data for ${0}" -msgstr "Problem saving permission data for ${0}" - -#: pgt.js:LABEL_CODE -msgid "Code" -msgstr "Code" - -#: pgt.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: pgt.js:LABEL_GRANTABLE -msgid "Grantable" -msgstr "Grantable" - -#: pgt.js:ERROR_FETCHING_GROUPS -msgid "Problem fetching groups" -msgstr "Problem fetching groups" - -#: pgt.js:SUCCESS_NEW_CHILD_GROUP -msgid "New child Group created for ${0}" -msgstr "New child Group created for ${0}" diff --git a/build/i18n/po/en-US/conify.ppl.pot b/build/i18n/po/en-US/conify.ppl.pot deleted file mode 100644 index c67c672eb4..0000000000 --- a/build/i18n/po/en-US/conify.ppl.pot +++ /dev/null @@ -1,64 +0,0 @@ -# -msgid "" -msgstr "" -"Project-Id-Version: Evergreen 1.4\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-30 15:12:35-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: 8-bit\n" - -#: ppl.js:LABEL_DESCRIPTION -msgid "Description" -msgstr "Description" - -#: ppl.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: ppl.js:ERROR_FETCHING_PERMS -msgid "Problem fetching perms" -msgstr "Problem fetching perms" - -#: ppl.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: ppl.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create new Permission" -msgstr "Problem calling method to create new Permission" - -#: ppl.js:CONFIRM_EXIT -msgid "There are unsaved modified Permissions! OK to save these changes, Cancel to abandon them." -msgstr "There are unsaved modified Permissions! OK to save these changes, Cancel to abandon them." - -#: ppl.js:LABEL_CODE -msgid "Code" -msgstr "Code" - -#: ppl.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: ppl.js:LABEL_TRANSLATION -msgid "Translation" -msgstr "Translation" - -#: ppl.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: ppl.js:SUCCESS_CREATING_PERMISSION -msgid "New ${0} permission created" -msgstr "New ${0} permission created" - -#: ppl.js:ERROR_CREATING_PERMISSION -msgid "Problem creating new Permission" -msgstr "Problem creating new Permission" - -#: ppl.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" diff --git a/build/i18n/po/en-US/reports.js.pot b/build/i18n/po/en-US/reports.js.pot new file mode 100644 index 0000000000..3240be97ec --- /dev/null +++ b/build/i18n/po/en-US/reports.js.pot @@ -0,0 +1,310 @@ +# +msgid "" +msgstr "Project-Id-Version: Evergreen 1.4\n" +"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" +"POT-Creation-Date: 2008-11-07 15:35:55-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: 8-bit\n" + +#: reports.js:RPT_BUILDER_CONFIRM_SAVE +msgid "Name : ${0}\n" +"Description: ${1}\n" +"Save Template?" +msgstr "" + +#: reports.js:TFORMS_LABEL_DOY +msgid "Day of Year" +msgstr "" + +#: reports.js:REPORT_EDITOR_ENTER_NAME_ALERT +msgid "Please enter a report name" +msgstr "" + +#: reports.js:FILTERS_LABEL_BETWEEN +msgid "Between" +msgstr "" + +#: reports.js:TFORMS_LABEL_FIRST5 +msgid "First 5 characters (for US ZIP code)" +msgstr "" + +#: reports.js:FILTERS_LABEL_NULL_BLANK +msgid "Is NULL or Blank" +msgstr "" + +#: reports.js:FOLDERS_REPORT +msgid "Report" +msgstr "" + +#: reports.js:WIDGET_YEARS +msgid "Year(s)" +msgstr "" + +#: reports.js:TFORMS_LABEL_DOW +msgid "Day of Week" +msgstr "" + +#: reports.js:FILTERS_LABEL_LT_EQUAL +msgid "Less than or equal to" +msgstr "" + +#: reports.js:WIDGET_MONTHS +msgid "Month(s)" +msgstr "" + +#: reports.js:TFORMS_LABEL_COUNT +msgid "Count" +msgstr "" + +#: reports.js:REPORT_EDITOR_INVALID_DATE_ALERT +msgid "invalid start date - YYYY-MM-DD" +msgstr "" + +#: reports.js:FILTERS_LABEL_LT_TIME +msgid "Before (Date/Time)" +msgstr "" + +#: reports.js:TFORMS_LABEL_DOM +msgid "Day of Month" +msgstr "" + +#: reports.js:FOLDER_WINDOW_COLNAME_NONE +msgid "None" +msgstr "" + +#: reports.js:TFORMS_LABEL_MONTH_NAME +msgid "Month Name'" +msgstr "" + +#: reports.js:TFORMS_LABEL_MAX +msgid "Max" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_IN +msgid "Not in list" +msgstr "" + +#: reports.js:FOLDERS_OUTPUT +msgid "Output" +msgstr "" + +#: reports.js:TFORMS_LABEL_LAST +msgid "Last Value" +msgstr "" + +#: reports.js:FILTERS_LABEL_GT_TIME +msgid "After (Date/Time)" +msgstr "" + +#: reports.js:TFORMS_LABEL_MONTHS_AGO +msgid "Months ago" +msgstr "" + +#: reports.js:FILTERS_LABEL_EQUALS +msgid "Equals" +msgstr "" + +#: reports.js:TFORMS_LABEL_FIRST_WORD +msgid "First contiguous non-space string" +msgstr "" + +#: reports.js:FOLDER_WINDOW_COLNAME_ALL +msgid "All" +msgstr "" + +#: reports.js:TFORMS_LABEL_RAW_DATA +msgid "Raw Data" +msgstr "" + +#: reports.js:TFORMS_LABEL_COUNT_DISTINCT +msgid "Count Distinct" +msgstr "" + +#: reports.js:FOLDER_WINDOW_REPORT_OUTPUT +msgid "Report Output: ${0}" +msgstr "" + +#: reports.js:TFORMS_LABEL_DATE +msgid "Date" +msgstr "" + +#: reports.js:TFORMS_LABEL_AVERAGE +msgid "Average" +msgstr "" + +#: reports.js:TFORMS_LABEL_MIN +msgid "Min" +msgstr "" + +#: reports.js:REPORT_EDITOR_REPORT_FOLDERS +msgid "Report Folders" +msgstr "" + +#: reports.js:FILTERS_LABEL_LSE_TIME +msgid "On or Before (Date/Time)" +msgstr "" + +#: reports.js:FILTERS_LABEL_GTE_TIME +msgid "On or After (Date/Time)" +msgstr "" + +#: reports.js:TFORMS_LABEL_FIRST +msgid "First Value" +msgstr "" + +#: reports.js:FILTERS_LABEL_NULL +msgid "Is NULL" +msgstr "" + +#: reports.js:TFORMS_LABEL_YEAR_TRUNC +msgid "Year" +msgstr "" + +#: reports.js:FILTERS_LABEL_LIKE +msgid "Contains Matching substring" +msgstr "" + +#: reports.js:TFORMS_LABEL_ROUND +msgid "Round" +msgstr "" + +#: reports.js:TFORMS_LABEL_SUM +msgid "Sum" +msgstr "" + +#: reports.js:REPORT_EDITOR_PROVIDE_FOLDER_ALERT +msgid "Please provide a report folder" +msgstr "" + +#: reports.js:FILTERS_LABEL_ILIKE +msgid "Contains Matching substring (ignore case)" +msgstr "" + +#: reports.js:TFORMS_LABEL_QUARTERS_AGO +msgid "Quarters ago" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_NULL +msgid "Is not NULL" +msgstr "" + +#: reports.js:WIDGET_QUARTERS +msgid "Quarter(s)" +msgstr "" + +#: reports.js:REPORT_EDITOR_PROVIDE_OUTPUT_ALERT +msgid "Please provide an output folder" +msgstr "" + +#: reports.js:FILTERS_LABEL_GREATER_THAN +msgid "Greater than" +msgstr "" + +#: reports.js:FOLDERS_REPORTS +msgid "Reports" +msgstr "" + +#: reports.js:TFORMS_LABEL_UPPER +msgid "Upper case" +msgstr "" + +#: reports.js:WIDGET_DAYS +msgid "Day(s)" +msgstr "" + +#: reports.js:FILTERS_LABEL_GT_EQUAL +msgid "Greater than or equal to" +msgstr "" + +#: reports.js:FOLDER_WINDOW_COLNAME_SELECT +msgid "Select" +msgstr "" + +#: reports.js:FOLDER_WINDOW_SELECT_ITEM +msgid "Please select an item from the list" +msgstr "" + +#: reports.js:TFORMS_LABEL_HOD +msgid "Hour of day" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_NULL_BLANK +msgid "Is not NULL or Blank" +msgstr "" + +#: reports.js:TFORMS_LABEL_WOY +msgid "Week of Year" +msgstr "" + +#: reports.js:TFORMS_LABEL_LOWER +msgid "Lower case" +msgstr "" + +#: reports.js:TFORMS_LABEL_INT +msgid "Drop trailing decimals" +msgstr "" + +#: reports.js:FOLDERS_TEMPLATES +msgid "Templates" +msgstr "" + +#: reports.js:FILTERS_LABEL_IN +msgid "In list" +msgstr "" + +#: reports.js:WIDGET_RELATIVE_DATE +msgid "Relative Date" +msgstr "" + +#: reports.js:FILTERS_LABEL_LESS_THAN +msgid "Less than" +msgstr "" + +#: reports.js:TFORMS_LABEL_DAY_NAME +msgid "Day Name" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_BETWEEN +msgid "Not between" +msgstr "" + +#: reports.js:TFORMS_LABEL_MOY +msgid "Month of Year" +msgstr "" + +#: reports.js:TFORMS_LABEL_AGE +msgid "Age" +msgstr "" + +#: reports.js:WIDGET_REAL_DATE +msgid "Real Date" +msgstr "" + +#: reports.js:FOLDERS_TEMPLATE +msgid "Template" +msgstr "" + +#: reports.js:TFORMS_LABEL_MONTH_TRUNC +msgid "Year + Month" +msgstr "" + +#: reports.js:REPORT_EDITOR_OUTPUT_FOLDERS +msgid "Output Folders" +msgstr "" + +#: reports.js:TFORMS_LABEL_QOY +msgid "Quarter of Year" +msgstr "" + +#: reports.js:TFORMS_LABEL_HOUR_TRUNC +msgid "Hour" +msgstr "" + +#: reports.js:FOLDER_WINDOW_CHANGE_FOLDERS +msgid "Change Folders" +msgstr "" + diff --git a/build/i18n/po/fr-CA/conify.aou.po b/build/i18n/po/fr-CA/conify.aou.po deleted file mode 100644 index 72528c0a08..0000000000 --- a/build/i18n/po/fr-CA/conify.aou.po +++ /dev/null @@ -1,129 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: aou.js:SUCCESS_SAVING_PHYSICAL -msgid "Saved changes to the Physical Address of ${0}" -msgstr "Saved changes to the Physical Address of ${0}" - -#: aou.js:ERROR_FETCHING_TYPES -msgid "Problem fetching organizational unit type data" -msgstr "Problem fetching organizational unit type data" - -#: aou.js:ERROR_FETCHING_PHYSICAL -msgid "Problem fetching Physical Address for ${0}" -msgstr "Problem fetching Physical Address for ${0}" - -#: aou.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" - -#: aou.js:LABEL_NEW_BRANCH -msgid "New Branch" -msgstr "New Branch" - -#: aou.js:ERROR_FETCHING_HOURS -msgid "Problem fetching hours of operation for ${0}" -msgstr "Problem fetching hours of operation for ${0}" - -#: aou.js:ERROR_FETCHING_ILL -msgid "Problem fetching ILL Address for ${0}" -msgstr "Problem fetching ILL Address for ${0}" - -#: aou.js:SUCCESS_CREATING_CHILD -msgid "New child Organizational Unit created for ${0}" -msgstr "New child Organizational Unit created for ${0}" - -#: aou.js:SUCCESS_SAVING_HOO -msgid "Hours of Operation updated for ${0}" -msgstr "Hours of Operation updated for ${0}" - -#: aou.js:ERROR_DELETING_LAST -msgid "Cannot delete ${0}, you need at least one." -msgstr "Cannot delete ${0}, you need at least one." - -#: aou.js:ERROR_SAVING_HOO -msgid "Problem saving Hours of Operation data for ${0}" -msgstr "Problem saving Hours of Operation data for ${0}" - -#: aou.js:ERROR_SAVING_PHYSICAL -msgid "Problem saving Physical Address data for ${0}" -msgstr "Problem saving Physical Address data for ${0}" - -#: aou.js:CONFIRM_EXIT -msgid "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them." - -#: aou.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: aou.js:SUCCESS_SAVING_MAILING -msgid "Saved changes to the Mailing Address of ${0}" -msgstr "Saved changes to the Mailing Address of ${0}" - -#: aou.js:ERROR_FETCHING_MAILING -msgid "Problem fetching Mailing Address for ${0}" -msgstr "Problem fetching Mailing Address for ${0}" - -#: aou.js:ERROR_FETCHING_ORGS -msgid "Problem fetching organizational unit data" -msgstr "Problem fetching organizational unit data" - -#: aou.js:SUCCESS_SAVING_HOLDS -msgid "Saved changes to the Holds Address of ${0}" -msgstr "Saved changes to the Holds Address of ${0}" - -#: aou.js:SUCCESS_SAVING_ILL -msgid "Saved changes to the ILL Address of ${0}" -msgstr "Saved changes to the ILL Address of ${0}" - -#: aou.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: aou.js:STATUS_EDITING -msgid "Now editing ${0}" -msgstr "Now editing ${0}" - -#: aou.js:ERROR_CREATING_CHILD -msgid "Problem creating child Organizational Unit" -msgstr "Problem creating child Organizational Unit" - -#: aou.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: aou.js:ERROR_ORPHANS -msgid "Cannot delete ${0}, ${1} subordinates still exist." -msgstr "Cannot delete ${0}, ${1} subordinates still exist." - -#: aou.js:ERROR_SAVING_HOLDS -msgid "Problem saving Holds Address data for ${0}" -msgstr "Problem saving Holds Address data for ${0}" - -#: aou.js:ERROR_FETCHING_HOLDS -msgid "Problem fetching Holds Address for ${0}" -msgstr "Problem fetching Holds Address for ${0}" - -#: aou.js:ERROR_SAVING_MAILING -msgid "Problem saving Mailing Address data for ${0}" -msgstr "Problem saving Mailing Address data for ${0}" - -#: aou.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: aou.js:ERROR_SAVING_ILL -msgid "Problem saving ILL Address data for ${0}" -msgstr "Problem saving ILL Address data for ${0}" diff --git a/build/i18n/po/fr-CA/conify.aout.po b/build/i18n/po/fr-CA/conify.aout.po deleted file mode 100644 index 911066983c..0000000000 --- a/build/i18n/po/fr-CA/conify.aout.po +++ /dev/null @@ -1,69 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: aout.js:ERROR_FETCHING_TYPES -msgid "Problem fetching organization types" -msgstr "Problem fetching organization types" - -#: aout.js:SUCCESS_SAVING_DATA -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: aout.js:LABEL_NEW_TYPE -msgid "New Type" -msgstr "New Type" - -#: aout.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: aout.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: aout.js:STATUS_EDITING -msgid "Now editing ${0}" -msgstr "Now editing ${0}" - -#: aout.js:SUCCESS_CREATING_CHILD -msgid "New child Organization Type created for ${0}" -msgstr "New child Organization Type created for ${0}" - -#: aout.js:ERROR_CREATING_CHILD -msgid "Problem creating child Organization Type" -msgstr "Problem creating child Organization Type" - -#: aout.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: aout.js:CONFIRM_UNSAVED_CHANGES -msgid "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them." - -#: aout.js:ERROR_ORPHANS -msgid "Cannot delete ${0}; ${1} subordinates still exist." -msgstr "Cannot delete ${0}; ${1} subordinates still exist." - -#: aout.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" - -#: aout.js:ERROR_CREATING_CHILD_METHOD -msgid "Problem calling method to create child Organization Type" -msgstr "Problem calling method to create child Organization Type" - -#: aout.js:ERROR_DELETING_LAST -msgid "Cannot delete ${0}. You need at least one organization type." -msgstr "Cannot delete ${0}. You need at least one organization type." diff --git a/build/i18n/po/fr-CA/conify.cam.po b/build/i18n/po/fr-CA/conify.cam.po deleted file mode 100644 index 00483d9aae..0000000000 --- a/build/i18n/po/fr-CA/conify.cam.po +++ /dev/null @@ -1,65 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: cam.js:SUCCESS_CREATING_CODE -msgid "New ${0} ${1} created" -msgstr "New ${0} ${1} created" - -#: cam.js:LABEL_VALUE -msgid "Value" -msgstr "Value" - -#: cam.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create new ${0}" -msgstr "Problem calling method to create new ${0}" - -#: cam.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: cam.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0} ${1}" -msgstr "Problem saving data for ${0} ${1}" - -#: cam.js:CONFIRM_EXIT -msgid "There are unsaved changes to one or more ${0} codes. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more ${0} codes. Click OK to save these changes, or Cancel to abandon them." - -#: cam.js:LABEL_CODE -msgid "Code" -msgstr "Code" - -#: cam.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: cam.js:LABEL_TRANSLATION -msgid "Translation" -msgstr "Translation" - -#: cam.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: cam.js:ERROR_CREATING_PERMISSION -msgid "Problem creating new Permission" -msgstr "Problem creating new Permission" - -#: cam.js:LABEL_DESCRIPTION -msgid "Description" -msgstr "Description" - -#: cam.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" diff --git a/build/i18n/po/fr-CA/conify.ccs.po b/build/i18n/po/fr-CA/conify.ccs.po deleted file mode 100644 index 106d3cf91f..0000000000 --- a/build/i18n/po/fr-CA/conify.ccs.po +++ /dev/null @@ -1,73 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: ccs.js:NAME -msgid "Name" -msgstr "Name" - -#: ccs.js:HOLDABLE -msgid "Holdable" -msgstr "Holdable" - -#: ccs.js:ERROR_FETCHING_STATUSES -msgid "Problem fetching statuses" -msgstr "Problem fetching statuses" - -#: ccs.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: ccs.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create new copy status" -msgstr "Problem calling method to create new copy status" - -#: ccs.js:CONFIRM_EXIT -msgid "There are unsaved changes to one or more copy statuses. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more copy statuses. Click OK to save these changes, or Cancel to abandon them." - -#: ccs.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: ccs.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: ccs.js:SUCCESS_CREATING_STATUS -msgid "New ${0} status created" -msgstr "New ${0} status created" - -#: ccs.js:TRANSLATION -msgid "Translation" -msgstr "Translation" - -#: ccs.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: ccs.js:ERROR_CREATING_STATUS -msgid "Problem creating new Status" -msgstr "Problem creating new Status" - -#: ccs.js:ID -msgid "ID" -msgstr "ID" - -#: ccs.js:OPAC_VISIBLE -msgid "OPAC Visible" -msgstr "OPAC Visible" - -#: ccs.js:ERROR_SAVING_STATUS -msgid "Problem saving ${0}" -msgstr "Problem saving ${0}" diff --git a/build/i18n/po/fr-CA/conify.js.po b/build/i18n/po/fr-CA/conify.js.po new file mode 100644 index 0000000000..962d616375 --- /dev/null +++ b/build/i18n/po/fr-CA/conify.js.po @@ -0,0 +1,317 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" +"POT-Creation-Date: 2008-11-07 15:35:55-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" +"X-Generator: Translate Toolkit 1.1.1\n" + +#: conify.js:SUCCESS_SAVING_PHYSICAL +msgid "Saved changes to the Physical Address of ${0}" +msgstr "" + +#: conify.js:CONFIRM_EXIT_AOU +msgid "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_FETCHING_PHYSICAL +msgid "Problem fetching Physical Address for ${0}" +msgstr "" + +#: conify.js:ERROR_CREATING_PERM_MAP +msgid "Problem creating new Permission Map" +msgstr "" + +#: conify.js:SUCCESS_CREATING_CODE +msgid "New ${0} ${1} created" +msgstr "" + +#: conify.js:CONFIRM_EXIT_CCS +msgid "There are unsaved changes to one or more copy statuses. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:SUCCESS_SAVING_HOO +msgid "Hours of Operation updated for ${0}" +msgstr "" + +#: conify.js:CONFIRM_EXIT_PPL +msgid "There are unsaved modified permissions. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_FETCHING_ILL +msgid "Problem fetching ILL Address for ${0}" +msgstr "" + +#: conify.js:LABEL_TRANSLATION +msgid "Translation" +msgstr "" + +#: conify.js:ERROR_FETCHING_PERMS +msgid "Problem fetching perms" +msgstr "" + +#: conify.js:ERROR_SAVING_DATA +msgid "Problem saving data for ${0}" +msgstr "" + +#: conify.js:LABEL_NEW_GROUP +msgid "New Group" +msgstr "" + +#: conify.js:ERROR_DELETING_LAST_AOUT +msgid "Cannot delete ${0}. You need at least one organization type." +msgstr "" + +#: conify.js:ERROR_FETCHING_HOURS +msgid "Problem fetching hours of operation for ${0}" +msgstr "" + +#: conify.js:CONFIRM_EXIT_CAM +msgid "There are unsaved changes to one or more ${0} codes. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_CREATING_CHILD_AOUT +msgid "Problem creating child organization type" +msgstr "" + +#: conify.js:ERROR_CREATING_PERMISSION +msgid "Problem creating new Permission" +msgstr "" + +#: conify.js:LABEL_DESCRIPTION +msgid "Description" +msgstr "" + +#: conify.js:LABEL_DEPTH +msgid "Depth" +msgstr "" + +#: conify.js:ERROR_CREATING_CHILD_AOU +msgid "Problem creating child organizational unit" +msgstr "" + +#: conify.js:SUCCESS_SAVE_PERM +msgid "Saved permission changes to ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_HOO +msgid "Problem saving Hours of Operation data for ${0}" +msgstr "" + +#: conify.js:SUCCESS_CREATING_CHILD_AOUT +msgid "New child Organization Type created for ${0}" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_PPL +msgid "Problem calling method to create new permission" +msgstr "" + +#: conify.js:CONFIRM_EXIT_PGT +msgid "There are unsaved modified permission maps. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ID +msgid "ID" +msgstr "" + +#: conify.js:ERROR_DELETING_PERM_MAPPING +msgid "Problem deleting permission mapping ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_PERM_MAPS +msgid "Problem fetching perm maps" +msgstr "" + +#: conify.js:ERROR_SAVING_DATA_CAM +msgid "Problem saving data for ${0} ${1}" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_PERM_MAP +msgid "Problem calling method to create new permission map" +msgstr "" + +#: conify.js:CONFIRM_UNSAVED_CHANGES +msgid "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_SAVING_STATUS +msgid "Problem saving ${0}" +msgstr "" + +#: conify.js:OPAC_VISIBLE +msgid "OPAC Visible" +msgstr "" + +#: conify.js:ERROR_FETCHING_MAILING +msgid "Problem fetching Mailing Address for ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_ORGS +msgid "Problem fetching organizational unit data" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_PGT +msgid "Problem calling method to create child Group" +msgstr "" + +#: conify.js:SUCCESS_DELETED_PERM_MAP +msgid "Permission mapping deleted" +msgstr "" + +#: conify.js:SUCCESS_SAVING_HOLDS +msgid "Saved changes to the Holds Address of ${0}" +msgstr "" + +#: conify.js:SUCCESS_SAVE +msgid "Saved changes to ${0}" +msgstr "" + +#: conify.js:SUCCESS_SAVING_ILL +msgid "Saved changes to the ILL Address of ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_STATUSES +msgid "Problem fetching statuses" +msgstr "" + +#: conify.js:ERROR_DELETING +msgid "Problem deleting ${0}" +msgstr "" + +#: conify.js:STATUS_EDITING +msgid "Now editing ${0}" +msgstr "" + +#: conify.js:TRANSLATION +msgid "Translation" +msgstr "" + +#: conify.js:ERROR_FETCHING_TYPES_AOUT +msgid "Problem fetching organizational unit types" +msgstr "" + +#: conify.js:NAME +msgid "Name" +msgstr "" + +#: conify.js:SUCCESS_SAVING_DATA +msgid "Saved changes to ${0}" +msgstr "" + +#: conify.js:CONFIRM_DELETE +msgid "Are you sure you want to delete ${0}?" +msgstr "" + +#: conify.js:ERROR_ORPHANS +msgid "Cannot delete ${0}, ${1} subordinates still exist." +msgstr "" + +#: conify.js:ERROR_CREATING_CHILD_GROUP +msgid "Problem creating child Group" +msgstr "" + +#: conify.js:SUCCESS_CREATING_STATUS +msgid "New ${0} status created" +msgstr "" + +#: conify.js:ERROR_DELETING_LAST_AOU +msgid "Cannot delete ${0}, you need at least one organization unit." +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_CAM +msgid "Problem calling method to create new ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_HOLDS +msgid "Problem saving Holds Address data for ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_PERM_DATA +msgid "Problem saving permission data for ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_HOLDS +msgid "Problem fetching Holds Address for ${0}" +msgstr "" + +#: conify.js:HOLDABLE +msgid "Holdable" +msgstr "" + +#: conify.js:ERROR_SAVING_MAILING +msgid "Problem saving Mailing Address data for ${0}" +msgstr "" + +#: conify.js:LABEL_NEW_TYPE +msgid "New Type" +msgstr "" + +#: conify.js:LABEL_VALUE +msgid "Value" +msgstr "" + +#: conify.js:SUCCESS_NEW_PERM_MAP +msgid "New permission map created" +msgstr "" + +#: conify.js:STATUS_DELETED +msgid "${0} deleted" +msgstr "" + +#: conify.js:SUCCESS_CREATING_CHILD_AOU +msgid "New child Organizational Unit created for ${0}" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_CCS +msgid "Problem calling method to create new copy status" +msgstr "" + +#: conify.js:LABEL_GRANTABLE +msgid "Grantable" +msgstr "" + +#: conify.js:ERROR_SAVING_ILL +msgid "Problem saving ILL Address data for ${0}" +msgstr "" + +#: conify.js:LABEL_CODE +msgid "Code" +msgstr "" + +#: conify.js:SUCCESS_SAVING_MAILING +msgid "Saved changes to the Mailing Address of ${0}" +msgstr "" + +#: conify.js:LABEL_NEW_BRANCH +msgid "New Branch" +msgstr "" + +#: conify.js:ERROR_FETCHING_GROUPS +msgid "Problem fetching groups" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_AOUT +msgid "Problem calling method to create child organization type" +msgstr "" + +#: conify.js:ERROR_CREATING_STATUS +msgid "Problem creating new Status" +msgstr "" + +#: conify.js:SUCCESS_CREATING_PERMISSION +msgid "New ${0} permission created" +msgstr "" + +#: conify.js:SUCCESS_NEW_CHILD_GROUP +msgid "New child Group created for ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_PHYSICAL +msgid "Problem saving Physical Address data for ${0}" +msgstr "" diff --git a/build/i18n/po/fr-CA/conify.pgt.po b/build/i18n/po/fr-CA/conify.pgt.po deleted file mode 100644 index ebee9bca2d..0000000000 --- a/build/i18n/po/fr-CA/conify.pgt.po +++ /dev/null @@ -1,117 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-30 15:12:35-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: pgt.js:ERROR_FETCHING_TYPES -msgid "Problem fetching types" -msgstr "Problem fetching types" - -#: pgt.js:ERROR_CREATING_PERM_MAP -msgid "Problem creating new Permission Map" -msgstr "Problem creating new Permission Map" - -#: pgt.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create child Group" -msgstr "Problem calling method to create child Group" - -#: pgt.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" - -#: pgt.js:LABEL_NEW_GROUP -msgid "New Group" -msgstr "New Group" - -#: pgt.js:ERROR_FETCHING_PERMS -msgid "Problem fetching perms" -msgstr "Problem fetching perms" - -#: pgt.js:ERROR_CREATING_PERMISSION -msgid "Problem creating new Permission" -msgstr "Problem creating new Permission" - -#: pgt.js:SUCCESS_NEW_PERM_MAP -msgid "New permission map created" -msgstr "New permission map created" - -#: pgt.js:ERROR_DELETING_PERM_MAPPING -msgid "Problem deleting permission mapping ${0}" -msgstr "Problem deleting permission mapping ${0}" - -#: pgt.js:CONFIRM_EXIT -msgid "There are unsaved modified Permission Maps! OK to save these changes, Cancel to abandon them." -msgstr "There are unsaved modified Permission Maps! OK to save these changes, Cancel to abandon them." - -#: pgt.js:ERROR_FETCHING_PERM_MAPS -msgid "Problem fetching perm maps" -msgstr "Problem fetching perm maps" - -#: pgt.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: pgt.js:ERROR_CALLING_METHOD_PERM_MAP -msgid "Problem calling method to create new Permission Map" -msgstr "Problem calling method to create new Permission Map" - -#: pgt.js:LABEL_DEPTH -msgid "Depth" -msgstr "Depth" - -#: pgt.js:SUCCESS_SAVE_PERM -msgid "Saved permission changes to ${0}" -msgstr "Saved permission changes to ${0}" - -#: pgt.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: pgt.js:STATUS_EDITING -msgid "Now editing ${0}" -msgstr "Now editing ${0}" - -#: pgt.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: pgt.js:ERROR_CREATING_CHILD_GROUP -msgid "Problem creating child Group" -msgstr "Problem creating child Group" - -#: pgt.js:SUCCESS_DELETED_PERM_MAP -msgid "Permission mapping deleted" -msgstr "Permission mapping deleted" - -#: pgt.js:ERROR_SAVING_PERM_DATA -msgid "Problem saving permission data for ${0}" -msgstr "Problem saving permission data for ${0}" - -#: pgt.js:LABEL_CODE -msgid "Code" -msgstr "Code" - -#: pgt.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: pgt.js:LABEL_GRANTABLE -msgid "Grantable" -msgstr "Grantable" - -#: pgt.js:ERROR_FETCHING_GROUPS -msgid "Problem fetching groups" -msgstr "Problem fetching groups" - -#: pgt.js:SUCCESS_NEW_CHILD_GROUP -msgid "New child Group created for ${0}" -msgstr "New child Group created for ${0}" diff --git a/build/i18n/po/fr-CA/conify.ppl.po b/build/i18n/po/fr-CA/conify.ppl.po deleted file mode 100644 index 8edc596cad..0000000000 --- a/build/i18n/po/fr-CA/conify.ppl.po +++ /dev/null @@ -1,65 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-30 15:12:35-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: ppl.js:LABEL_DESCRIPTION -msgid "Description" -msgstr "Description" - -#: ppl.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: ppl.js:ERROR_FETCHING_PERMS -msgid "Problem fetching perms" -msgstr "Problem fetching perms" - -#: ppl.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: ppl.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create new Permission" -msgstr "Problem calling method to create new Permission" - -#: ppl.js:CONFIRM_EXIT -msgid "There are unsaved modified Permissions! OK to save these changes, Cancel to abandon them." -msgstr "There are unsaved modified Permissions! OK to save these changes, Cancel to abandon them." - -#: ppl.js:LABEL_CODE -msgid "Code" -msgstr "Code" - -#: ppl.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: ppl.js:LABEL_TRANSLATION -msgid "Translation" -msgstr "Translation" - -#: ppl.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: ppl.js:SUCCESS_CREATING_PERMISSION -msgid "New ${0} permission created" -msgstr "New ${0} permission created" - -#: ppl.js:ERROR_CREATING_PERMISSION -msgid "Problem creating new Permission" -msgstr "Problem creating new Permission" - -#: ppl.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" diff --git a/build/i18n/po/fr-CA/reports.js.po b/build/i18n/po/fr-CA/reports.js.po new file mode 100644 index 0000000000..be1f4da7c6 --- /dev/null +++ b/build/i18n/po/fr-CA/reports.js.po @@ -0,0 +1,311 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" +"POT-Creation-Date: 2008-11-07 15:35:55-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" +"X-Generator: Translate Toolkit 1.1.1\n" + +#: reports.js:RPT_BUILDER_CONFIRM_SAVE +msgid "Name : ${0}\n" +"Description: ${1}\n" +"Save Template?" +msgstr "" + +#: reports.js:TFORMS_LABEL_DOY +msgid "Day of Year" +msgstr "" + +#: reports.js:REPORT_EDITOR_ENTER_NAME_ALERT +msgid "Please enter a report name" +msgstr "" + +#: reports.js:FILTERS_LABEL_BETWEEN +msgid "Between" +msgstr "" + +#: reports.js:TFORMS_LABEL_FIRST5 +msgid "First 5 characters (for US ZIP code)" +msgstr "" + +#: reports.js:FILTERS_LABEL_NULL_BLANK +msgid "Is NULL or Blank" +msgstr "" + +#: reports.js:FOLDERS_REPORT +msgid "Report" +msgstr "" + +#: reports.js:WIDGET_YEARS +msgid "Year(s)" +msgstr "" + +#: reports.js:TFORMS_LABEL_DOW +msgid "Day of Week" +msgstr "" + +#: reports.js:FILTERS_LABEL_LT_EQUAL +msgid "Less than or equal to" +msgstr "" + +#: reports.js:WIDGET_MONTHS +msgid "Month(s)" +msgstr "" + +#: reports.js:TFORMS_LABEL_COUNT +msgid "Count" +msgstr "" + +#: reports.js:REPORT_EDITOR_INVALID_DATE_ALERT +msgid "invalid start date - YYYY-MM-DD" +msgstr "" + +#: reports.js:FILTERS_LABEL_LT_TIME +msgid "Before (Date/Time)" +msgstr "" + +#: reports.js:TFORMS_LABEL_DOM +msgid "Day of Month" +msgstr "" + +#: reports.js:FOLDER_WINDOW_COLNAME_NONE +msgid "None" +msgstr "" + +#: reports.js:TFORMS_LABEL_MONTH_NAME +msgid "Month Name'" +msgstr "" + +#: reports.js:TFORMS_LABEL_MAX +msgid "Max" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_IN +msgid "Not in list" +msgstr "" + +#: reports.js:FOLDERS_OUTPUT +msgid "Output" +msgstr "" + +#: reports.js:TFORMS_LABEL_LAST +msgid "Last Value" +msgstr "" + +#: reports.js:FILTERS_LABEL_GT_TIME +msgid "After (Date/Time)" +msgstr "" + +#: reports.js:TFORMS_LABEL_MONTHS_AGO +msgid "Months ago" +msgstr "" + +#: reports.js:FILTERS_LABEL_EQUALS +msgid "Equals" +msgstr "" + +#: reports.js:TFORMS_LABEL_FIRST_WORD +msgid "First contiguous non-space string" +msgstr "" + +#: reports.js:FOLDER_WINDOW_COLNAME_ALL +msgid "All" +msgstr "" + +#: reports.js:TFORMS_LABEL_RAW_DATA +msgid "Raw Data" +msgstr "" + +#: reports.js:TFORMS_LABEL_COUNT_DISTINCT +msgid "Count Distinct" +msgstr "" + +#: reports.js:FOLDER_WINDOW_REPORT_OUTPUT +msgid "Report Output: ${0}" +msgstr "" + +#: reports.js:TFORMS_LABEL_DATE +msgid "Date" +msgstr "" + +#: reports.js:TFORMS_LABEL_AVERAGE +msgid "Average" +msgstr "" + +#: reports.js:TFORMS_LABEL_MIN +msgid "Min" +msgstr "" + +#: reports.js:REPORT_EDITOR_REPORT_FOLDERS +msgid "Report Folders" +msgstr "" + +#: reports.js:FILTERS_LABEL_LSE_TIME +msgid "On or Before (Date/Time)" +msgstr "" + +#: reports.js:FILTERS_LABEL_GTE_TIME +msgid "On or After (Date/Time)" +msgstr "" + +#: reports.js:TFORMS_LABEL_FIRST +msgid "First Value" +msgstr "" + +#: reports.js:FILTERS_LABEL_NULL +msgid "Is NULL" +msgstr "" + +#: reports.js:TFORMS_LABEL_YEAR_TRUNC +msgid "Year" +msgstr "" + +#: reports.js:FILTERS_LABEL_LIKE +msgid "Contains Matching substring" +msgstr "" + +#: reports.js:TFORMS_LABEL_ROUND +msgid "Round" +msgstr "" + +#: reports.js:TFORMS_LABEL_SUM +msgid "Sum" +msgstr "" + +#: reports.js:REPORT_EDITOR_PROVIDE_FOLDER_ALERT +msgid "Please provide a report folder" +msgstr "" + +#: reports.js:FILTERS_LABEL_ILIKE +msgid "Contains Matching substring (ignore case)" +msgstr "" + +#: reports.js:TFORMS_LABEL_QUARTERS_AGO +msgid "Quarters ago" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_NULL +msgid "Is not NULL" +msgstr "" + +#: reports.js:WIDGET_QUARTERS +msgid "Quarter(s)" +msgstr "" + +#: reports.js:REPORT_EDITOR_PROVIDE_OUTPUT_ALERT +msgid "Please provide an output folder" +msgstr "" + +#: reports.js:FILTERS_LABEL_GREATER_THAN +msgid "Greater than" +msgstr "" + +#: reports.js:FOLDERS_REPORTS +msgid "Reports" +msgstr "" + +#: reports.js:TFORMS_LABEL_UPPER +msgid "Upper case" +msgstr "" + +#: reports.js:WIDGET_DAYS +msgid "Day(s)" +msgstr "" + +#: reports.js:FILTERS_LABEL_GT_EQUAL +msgid "Greater than or equal to" +msgstr "" + +#: reports.js:FOLDER_WINDOW_COLNAME_SELECT +msgid "Select" +msgstr "" + +#: reports.js:FOLDER_WINDOW_SELECT_ITEM +msgid "Please select an item from the list" +msgstr "" + +#: reports.js:TFORMS_LABEL_HOD +msgid "Hour of day" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_NULL_BLANK +msgid "Is not NULL or Blank" +msgstr "" + +#: reports.js:TFORMS_LABEL_WOY +msgid "Week of Year" +msgstr "" + +#: reports.js:TFORMS_LABEL_LOWER +msgid "Lower case" +msgstr "" + +#: reports.js:TFORMS_LABEL_INT +msgid "Drop trailing decimals" +msgstr "" + +#: reports.js:FOLDERS_TEMPLATES +msgid "Templates" +msgstr "" + +#: reports.js:FILTERS_LABEL_IN +msgid "In list" +msgstr "" + +#: reports.js:WIDGET_RELATIVE_DATE +msgid "Relative Date" +msgstr "" + +#: reports.js:FILTERS_LABEL_LESS_THAN +msgid "Less than" +msgstr "" + +#: reports.js:TFORMS_LABEL_DAY_NAME +msgid "Day Name" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_BETWEEN +msgid "Not between" +msgstr "" + +#: reports.js:TFORMS_LABEL_MOY +msgid "Month of Year" +msgstr "" + +#: reports.js:TFORMS_LABEL_AGE +msgid "Age" +msgstr "" + +#: reports.js:WIDGET_REAL_DATE +msgid "Real Date" +msgstr "" + +#: reports.js:FOLDERS_TEMPLATE +msgid "Template" +msgstr "" + +#: reports.js:TFORMS_LABEL_MONTH_TRUNC +msgid "Year + Month" +msgstr "" + +#: reports.js:REPORT_EDITOR_OUTPUT_FOLDERS +msgid "Output Folders" +msgstr "" + +#: reports.js:TFORMS_LABEL_QOY +msgid "Quarter of Year" +msgstr "" + +#: reports.js:TFORMS_LABEL_HOUR_TRUNC +msgid "Hour" +msgstr "" + +#: reports.js:FOLDER_WINDOW_CHANGE_FOLDERS +msgid "Change Folders" +msgstr "" diff --git a/build/i18n/po/hy-AM/conify.aou.po b/build/i18n/po/hy-AM/conify.aou.po deleted file mode 100644 index 72528c0a08..0000000000 --- a/build/i18n/po/hy-AM/conify.aou.po +++ /dev/null @@ -1,129 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: aou.js:SUCCESS_SAVING_PHYSICAL -msgid "Saved changes to the Physical Address of ${0}" -msgstr "Saved changes to the Physical Address of ${0}" - -#: aou.js:ERROR_FETCHING_TYPES -msgid "Problem fetching organizational unit type data" -msgstr "Problem fetching organizational unit type data" - -#: aou.js:ERROR_FETCHING_PHYSICAL -msgid "Problem fetching Physical Address for ${0}" -msgstr "Problem fetching Physical Address for ${0}" - -#: aou.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" - -#: aou.js:LABEL_NEW_BRANCH -msgid "New Branch" -msgstr "New Branch" - -#: aou.js:ERROR_FETCHING_HOURS -msgid "Problem fetching hours of operation for ${0}" -msgstr "Problem fetching hours of operation for ${0}" - -#: aou.js:ERROR_FETCHING_ILL -msgid "Problem fetching ILL Address for ${0}" -msgstr "Problem fetching ILL Address for ${0}" - -#: aou.js:SUCCESS_CREATING_CHILD -msgid "New child Organizational Unit created for ${0}" -msgstr "New child Organizational Unit created for ${0}" - -#: aou.js:SUCCESS_SAVING_HOO -msgid "Hours of Operation updated for ${0}" -msgstr "Hours of Operation updated for ${0}" - -#: aou.js:ERROR_DELETING_LAST -msgid "Cannot delete ${0}, you need at least one." -msgstr "Cannot delete ${0}, you need at least one." - -#: aou.js:ERROR_SAVING_HOO -msgid "Problem saving Hours of Operation data for ${0}" -msgstr "Problem saving Hours of Operation data for ${0}" - -#: aou.js:ERROR_SAVING_PHYSICAL -msgid "Problem saving Physical Address data for ${0}" -msgstr "Problem saving Physical Address data for ${0}" - -#: aou.js:CONFIRM_EXIT -msgid "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them." - -#: aou.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: aou.js:SUCCESS_SAVING_MAILING -msgid "Saved changes to the Mailing Address of ${0}" -msgstr "Saved changes to the Mailing Address of ${0}" - -#: aou.js:ERROR_FETCHING_MAILING -msgid "Problem fetching Mailing Address for ${0}" -msgstr "Problem fetching Mailing Address for ${0}" - -#: aou.js:ERROR_FETCHING_ORGS -msgid "Problem fetching organizational unit data" -msgstr "Problem fetching organizational unit data" - -#: aou.js:SUCCESS_SAVING_HOLDS -msgid "Saved changes to the Holds Address of ${0}" -msgstr "Saved changes to the Holds Address of ${0}" - -#: aou.js:SUCCESS_SAVING_ILL -msgid "Saved changes to the ILL Address of ${0}" -msgstr "Saved changes to the ILL Address of ${0}" - -#: aou.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: aou.js:STATUS_EDITING -msgid "Now editing ${0}" -msgstr "Now editing ${0}" - -#: aou.js:ERROR_CREATING_CHILD -msgid "Problem creating child Organizational Unit" -msgstr "Problem creating child Organizational Unit" - -#: aou.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: aou.js:ERROR_ORPHANS -msgid "Cannot delete ${0}, ${1} subordinates still exist." -msgstr "Cannot delete ${0}, ${1} subordinates still exist." - -#: aou.js:ERROR_SAVING_HOLDS -msgid "Problem saving Holds Address data for ${0}" -msgstr "Problem saving Holds Address data for ${0}" - -#: aou.js:ERROR_FETCHING_HOLDS -msgid "Problem fetching Holds Address for ${0}" -msgstr "Problem fetching Holds Address for ${0}" - -#: aou.js:ERROR_SAVING_MAILING -msgid "Problem saving Mailing Address data for ${0}" -msgstr "Problem saving Mailing Address data for ${0}" - -#: aou.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: aou.js:ERROR_SAVING_ILL -msgid "Problem saving ILL Address data for ${0}" -msgstr "Problem saving ILL Address data for ${0}" diff --git a/build/i18n/po/hy-AM/conify.aout.po b/build/i18n/po/hy-AM/conify.aout.po deleted file mode 100644 index 911066983c..0000000000 --- a/build/i18n/po/hy-AM/conify.aout.po +++ /dev/null @@ -1,69 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: aout.js:ERROR_FETCHING_TYPES -msgid "Problem fetching organization types" -msgstr "Problem fetching organization types" - -#: aout.js:SUCCESS_SAVING_DATA -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: aout.js:LABEL_NEW_TYPE -msgid "New Type" -msgstr "New Type" - -#: aout.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: aout.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: aout.js:STATUS_EDITING -msgid "Now editing ${0}" -msgstr "Now editing ${0}" - -#: aout.js:SUCCESS_CREATING_CHILD -msgid "New child Organization Type created for ${0}" -msgstr "New child Organization Type created for ${0}" - -#: aout.js:ERROR_CREATING_CHILD -msgid "Problem creating child Organization Type" -msgstr "Problem creating child Organization Type" - -#: aout.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: aout.js:CONFIRM_UNSAVED_CHANGES -msgid "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them." - -#: aout.js:ERROR_ORPHANS -msgid "Cannot delete ${0}; ${1} subordinates still exist." -msgstr "Cannot delete ${0}; ${1} subordinates still exist." - -#: aout.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" - -#: aout.js:ERROR_CREATING_CHILD_METHOD -msgid "Problem calling method to create child Organization Type" -msgstr "Problem calling method to create child Organization Type" - -#: aout.js:ERROR_DELETING_LAST -msgid "Cannot delete ${0}. You need at least one organization type." -msgstr "Cannot delete ${0}. You need at least one organization type." diff --git a/build/i18n/po/hy-AM/conify.cam.po b/build/i18n/po/hy-AM/conify.cam.po deleted file mode 100644 index 00483d9aae..0000000000 --- a/build/i18n/po/hy-AM/conify.cam.po +++ /dev/null @@ -1,65 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: cam.js:SUCCESS_CREATING_CODE -msgid "New ${0} ${1} created" -msgstr "New ${0} ${1} created" - -#: cam.js:LABEL_VALUE -msgid "Value" -msgstr "Value" - -#: cam.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create new ${0}" -msgstr "Problem calling method to create new ${0}" - -#: cam.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: cam.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0} ${1}" -msgstr "Problem saving data for ${0} ${1}" - -#: cam.js:CONFIRM_EXIT -msgid "There are unsaved changes to one or more ${0} codes. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more ${0} codes. Click OK to save these changes, or Cancel to abandon them." - -#: cam.js:LABEL_CODE -msgid "Code" -msgstr "Code" - -#: cam.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: cam.js:LABEL_TRANSLATION -msgid "Translation" -msgstr "Translation" - -#: cam.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: cam.js:ERROR_CREATING_PERMISSION -msgid "Problem creating new Permission" -msgstr "Problem creating new Permission" - -#: cam.js:LABEL_DESCRIPTION -msgid "Description" -msgstr "Description" - -#: cam.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" diff --git a/build/i18n/po/hy-AM/conify.ccs.po b/build/i18n/po/hy-AM/conify.ccs.po deleted file mode 100644 index 106d3cf91f..0000000000 --- a/build/i18n/po/hy-AM/conify.ccs.po +++ /dev/null @@ -1,73 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:43-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: ccs.js:NAME -msgid "Name" -msgstr "Name" - -#: ccs.js:HOLDABLE -msgid "Holdable" -msgstr "Holdable" - -#: ccs.js:ERROR_FETCHING_STATUSES -msgid "Problem fetching statuses" -msgstr "Problem fetching statuses" - -#: ccs.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: ccs.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create new copy status" -msgstr "Problem calling method to create new copy status" - -#: ccs.js:CONFIRM_EXIT -msgid "There are unsaved changes to one or more copy statuses. Click OK to save these changes, or Cancel to abandon them." -msgstr "There are unsaved changes to one or more copy statuses. Click OK to save these changes, or Cancel to abandon them." - -#: ccs.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: ccs.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: ccs.js:SUCCESS_CREATING_STATUS -msgid "New ${0} status created" -msgstr "New ${0} status created" - -#: ccs.js:TRANSLATION -msgid "Translation" -msgstr "Translation" - -#: ccs.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: ccs.js:ERROR_CREATING_STATUS -msgid "Problem creating new Status" -msgstr "Problem creating new Status" - -#: ccs.js:ID -msgid "ID" -msgstr "ID" - -#: ccs.js:OPAC_VISIBLE -msgid "OPAC Visible" -msgstr "OPAC Visible" - -#: ccs.js:ERROR_SAVING_STATUS -msgid "Problem saving ${0}" -msgstr "Problem saving ${0}" diff --git a/build/i18n/po/hy-AM/conify.js.po b/build/i18n/po/hy-AM/conify.js.po new file mode 100644 index 0000000000..962d616375 --- /dev/null +++ b/build/i18n/po/hy-AM/conify.js.po @@ -0,0 +1,317 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" +"POT-Creation-Date: 2008-11-07 15:35:55-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" +"X-Generator: Translate Toolkit 1.1.1\n" + +#: conify.js:SUCCESS_SAVING_PHYSICAL +msgid "Saved changes to the Physical Address of ${0}" +msgstr "" + +#: conify.js:CONFIRM_EXIT_AOU +msgid "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_FETCHING_PHYSICAL +msgid "Problem fetching Physical Address for ${0}" +msgstr "" + +#: conify.js:ERROR_CREATING_PERM_MAP +msgid "Problem creating new Permission Map" +msgstr "" + +#: conify.js:SUCCESS_CREATING_CODE +msgid "New ${0} ${1} created" +msgstr "" + +#: conify.js:CONFIRM_EXIT_CCS +msgid "There are unsaved changes to one or more copy statuses. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:SUCCESS_SAVING_HOO +msgid "Hours of Operation updated for ${0}" +msgstr "" + +#: conify.js:CONFIRM_EXIT_PPL +msgid "There are unsaved modified permissions. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_FETCHING_ILL +msgid "Problem fetching ILL Address for ${0}" +msgstr "" + +#: conify.js:LABEL_TRANSLATION +msgid "Translation" +msgstr "" + +#: conify.js:ERROR_FETCHING_PERMS +msgid "Problem fetching perms" +msgstr "" + +#: conify.js:ERROR_SAVING_DATA +msgid "Problem saving data for ${0}" +msgstr "" + +#: conify.js:LABEL_NEW_GROUP +msgid "New Group" +msgstr "" + +#: conify.js:ERROR_DELETING_LAST_AOUT +msgid "Cannot delete ${0}. You need at least one organization type." +msgstr "" + +#: conify.js:ERROR_FETCHING_HOURS +msgid "Problem fetching hours of operation for ${0}" +msgstr "" + +#: conify.js:CONFIRM_EXIT_CAM +msgid "There are unsaved changes to one or more ${0} codes. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_CREATING_CHILD_AOUT +msgid "Problem creating child organization type" +msgstr "" + +#: conify.js:ERROR_CREATING_PERMISSION +msgid "Problem creating new Permission" +msgstr "" + +#: conify.js:LABEL_DESCRIPTION +msgid "Description" +msgstr "" + +#: conify.js:LABEL_DEPTH +msgid "Depth" +msgstr "" + +#: conify.js:ERROR_CREATING_CHILD_AOU +msgid "Problem creating child organizational unit" +msgstr "" + +#: conify.js:SUCCESS_SAVE_PERM +msgid "Saved permission changes to ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_HOO +msgid "Problem saving Hours of Operation data for ${0}" +msgstr "" + +#: conify.js:SUCCESS_CREATING_CHILD_AOUT +msgid "New child Organization Type created for ${0}" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_PPL +msgid "Problem calling method to create new permission" +msgstr "" + +#: conify.js:CONFIRM_EXIT_PGT +msgid "There are unsaved modified permission maps. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ID +msgid "ID" +msgstr "" + +#: conify.js:ERROR_DELETING_PERM_MAPPING +msgid "Problem deleting permission mapping ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_PERM_MAPS +msgid "Problem fetching perm maps" +msgstr "" + +#: conify.js:ERROR_SAVING_DATA_CAM +msgid "Problem saving data for ${0} ${1}" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_PERM_MAP +msgid "Problem calling method to create new permission map" +msgstr "" + +#: conify.js:CONFIRM_UNSAVED_CHANGES +msgid "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them." +msgstr "" + +#: conify.js:ERROR_SAVING_STATUS +msgid "Problem saving ${0}" +msgstr "" + +#: conify.js:OPAC_VISIBLE +msgid "OPAC Visible" +msgstr "" + +#: conify.js:ERROR_FETCHING_MAILING +msgid "Problem fetching Mailing Address for ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_ORGS +msgid "Problem fetching organizational unit data" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_PGT +msgid "Problem calling method to create child Group" +msgstr "" + +#: conify.js:SUCCESS_DELETED_PERM_MAP +msgid "Permission mapping deleted" +msgstr "" + +#: conify.js:SUCCESS_SAVING_HOLDS +msgid "Saved changes to the Holds Address of ${0}" +msgstr "" + +#: conify.js:SUCCESS_SAVE +msgid "Saved changes to ${0}" +msgstr "" + +#: conify.js:SUCCESS_SAVING_ILL +msgid "Saved changes to the ILL Address of ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_STATUSES +msgid "Problem fetching statuses" +msgstr "" + +#: conify.js:ERROR_DELETING +msgid "Problem deleting ${0}" +msgstr "" + +#: conify.js:STATUS_EDITING +msgid "Now editing ${0}" +msgstr "" + +#: conify.js:TRANSLATION +msgid "Translation" +msgstr "" + +#: conify.js:ERROR_FETCHING_TYPES_AOUT +msgid "Problem fetching organizational unit types" +msgstr "" + +#: conify.js:NAME +msgid "Name" +msgstr "" + +#: conify.js:SUCCESS_SAVING_DATA +msgid "Saved changes to ${0}" +msgstr "" + +#: conify.js:CONFIRM_DELETE +msgid "Are you sure you want to delete ${0}?" +msgstr "" + +#: conify.js:ERROR_ORPHANS +msgid "Cannot delete ${0}, ${1} subordinates still exist." +msgstr "" + +#: conify.js:ERROR_CREATING_CHILD_GROUP +msgid "Problem creating child Group" +msgstr "" + +#: conify.js:SUCCESS_CREATING_STATUS +msgid "New ${0} status created" +msgstr "" + +#: conify.js:ERROR_DELETING_LAST_AOU +msgid "Cannot delete ${0}, you need at least one organization unit." +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_CAM +msgid "Problem calling method to create new ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_HOLDS +msgid "Problem saving Holds Address data for ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_PERM_DATA +msgid "Problem saving permission data for ${0}" +msgstr "" + +#: conify.js:ERROR_FETCHING_HOLDS +msgid "Problem fetching Holds Address for ${0}" +msgstr "" + +#: conify.js:HOLDABLE +msgid "Holdable" +msgstr "" + +#: conify.js:ERROR_SAVING_MAILING +msgid "Problem saving Mailing Address data for ${0}" +msgstr "" + +#: conify.js:LABEL_NEW_TYPE +msgid "New Type" +msgstr "" + +#: conify.js:LABEL_VALUE +msgid "Value" +msgstr "" + +#: conify.js:SUCCESS_NEW_PERM_MAP +msgid "New permission map created" +msgstr "" + +#: conify.js:STATUS_DELETED +msgid "${0} deleted" +msgstr "" + +#: conify.js:SUCCESS_CREATING_CHILD_AOU +msgid "New child Organizational Unit created for ${0}" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_CCS +msgid "Problem calling method to create new copy status" +msgstr "" + +#: conify.js:LABEL_GRANTABLE +msgid "Grantable" +msgstr "" + +#: conify.js:ERROR_SAVING_ILL +msgid "Problem saving ILL Address data for ${0}" +msgstr "" + +#: conify.js:LABEL_CODE +msgid "Code" +msgstr "" + +#: conify.js:SUCCESS_SAVING_MAILING +msgid "Saved changes to the Mailing Address of ${0}" +msgstr "" + +#: conify.js:LABEL_NEW_BRANCH +msgid "New Branch" +msgstr "" + +#: conify.js:ERROR_FETCHING_GROUPS +msgid "Problem fetching groups" +msgstr "" + +#: conify.js:ERROR_CALLING_METHOD_AOUT +msgid "Problem calling method to create child organization type" +msgstr "" + +#: conify.js:ERROR_CREATING_STATUS +msgid "Problem creating new Status" +msgstr "" + +#: conify.js:SUCCESS_CREATING_PERMISSION +msgid "New ${0} permission created" +msgstr "" + +#: conify.js:SUCCESS_NEW_CHILD_GROUP +msgid "New child Group created for ${0}" +msgstr "" + +#: conify.js:ERROR_SAVING_PHYSICAL +msgid "Problem saving Physical Address data for ${0}" +msgstr "" diff --git a/build/i18n/po/hy-AM/conify.pgt.po b/build/i18n/po/hy-AM/conify.pgt.po deleted file mode 100644 index ebee9bca2d..0000000000 --- a/build/i18n/po/hy-AM/conify.pgt.po +++ /dev/null @@ -1,117 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-30 15:12:35-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: pgt.js:ERROR_FETCHING_TYPES -msgid "Problem fetching types" -msgstr "Problem fetching types" - -#: pgt.js:ERROR_CREATING_PERM_MAP -msgid "Problem creating new Permission Map" -msgstr "Problem creating new Permission Map" - -#: pgt.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create child Group" -msgstr "Problem calling method to create child Group" - -#: pgt.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" - -#: pgt.js:LABEL_NEW_GROUP -msgid "New Group" -msgstr "New Group" - -#: pgt.js:ERROR_FETCHING_PERMS -msgid "Problem fetching perms" -msgstr "Problem fetching perms" - -#: pgt.js:ERROR_CREATING_PERMISSION -msgid "Problem creating new Permission" -msgstr "Problem creating new Permission" - -#: pgt.js:SUCCESS_NEW_PERM_MAP -msgid "New permission map created" -msgstr "New permission map created" - -#: pgt.js:ERROR_DELETING_PERM_MAPPING -msgid "Problem deleting permission mapping ${0}" -msgstr "Problem deleting permission mapping ${0}" - -#: pgt.js:CONFIRM_EXIT -msgid "There are unsaved modified Permission Maps! OK to save these changes, Cancel to abandon them." -msgstr "There are unsaved modified Permission Maps! OK to save these changes, Cancel to abandon them." - -#: pgt.js:ERROR_FETCHING_PERM_MAPS -msgid "Problem fetching perm maps" -msgstr "Problem fetching perm maps" - -#: pgt.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: pgt.js:ERROR_CALLING_METHOD_PERM_MAP -msgid "Problem calling method to create new Permission Map" -msgstr "Problem calling method to create new Permission Map" - -#: pgt.js:LABEL_DEPTH -msgid "Depth" -msgstr "Depth" - -#: pgt.js:SUCCESS_SAVE_PERM -msgid "Saved permission changes to ${0}" -msgstr "Saved permission changes to ${0}" - -#: pgt.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: pgt.js:STATUS_EDITING -msgid "Now editing ${0}" -msgstr "Now editing ${0}" - -#: pgt.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: pgt.js:ERROR_CREATING_CHILD_GROUP -msgid "Problem creating child Group" -msgstr "Problem creating child Group" - -#: pgt.js:SUCCESS_DELETED_PERM_MAP -msgid "Permission mapping deleted" -msgstr "Permission mapping deleted" - -#: pgt.js:ERROR_SAVING_PERM_DATA -msgid "Problem saving permission data for ${0}" -msgstr "Problem saving permission data for ${0}" - -#: pgt.js:LABEL_CODE -msgid "Code" -msgstr "Code" - -#: pgt.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: pgt.js:LABEL_GRANTABLE -msgid "Grantable" -msgstr "Grantable" - -#: pgt.js:ERROR_FETCHING_GROUPS -msgid "Problem fetching groups" -msgstr "Problem fetching groups" - -#: pgt.js:SUCCESS_NEW_CHILD_GROUP -msgid "New child Group created for ${0}" -msgstr "New child Group created for ${0}" diff --git a/build/i18n/po/hy-AM/conify.ppl.po b/build/i18n/po/hy-AM/conify.ppl.po deleted file mode 100644 index 8edc596cad..0000000000 --- a/build/i18n/po/hy-AM/conify.ppl.po +++ /dev/null @@ -1,65 +0,0 @@ -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-30 15:12:35-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" -"X-Generator: Translate Toolkit 1.1.1\n" - -#: ppl.js:LABEL_DESCRIPTION -msgid "Description" -msgstr "Description" - -#: ppl.js:SUCCESS_SAVE -msgid "Saved changes to ${0}" -msgstr "Saved changes to ${0}" - -#: ppl.js:ERROR_FETCHING_PERMS -msgid "Problem fetching perms" -msgstr "Problem fetching perms" - -#: ppl.js:ERROR_DELETING -msgid "Problem deleting ${0}" -msgstr "Problem deleting ${0}" - -#: ppl.js:ERROR_CALLING_METHOD -msgid "Problem calling method to create new Permission" -msgstr "Problem calling method to create new Permission" - -#: ppl.js:CONFIRM_EXIT -msgid "There are unsaved modified Permissions! OK to save these changes, Cancel to abandon them." -msgstr "There are unsaved modified Permissions! OK to save these changes, Cancel to abandon them." - -#: ppl.js:LABEL_CODE -msgid "Code" -msgstr "Code" - -#: ppl.js:STATUS_DELETED -msgid "${0} deleted" -msgstr "${0} deleted" - -#: ppl.js:LABEL_TRANSLATION -msgid "Translation" -msgstr "Translation" - -#: ppl.js:CONFIRM_DELETE -msgid "Are you sure you want to delete ${0}?" -msgstr "Are you sure you want to delete ${0}?" - -#: ppl.js:SUCCESS_CREATING_PERMISSION -msgid "New ${0} permission created" -msgstr "New ${0} permission created" - -#: ppl.js:ERROR_CREATING_PERMISSION -msgid "Problem creating new Permission" -msgstr "Problem creating new Permission" - -#: ppl.js:ERROR_SAVING_DATA -msgid "Problem saving data for ${0}" -msgstr "Problem saving data for ${0}" diff --git a/build/i18n/po/hy-AM/reports.js.po b/build/i18n/po/hy-AM/reports.js.po new file mode 100644 index 0000000000..be1f4da7c6 --- /dev/null +++ b/build/i18n/po/hy-AM/reports.js.po @@ -0,0 +1,311 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" +"POT-Creation-Date: 2008-11-07 15:35:55-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" +"X-Generator: Translate Toolkit 1.1.1\n" + +#: reports.js:RPT_BUILDER_CONFIRM_SAVE +msgid "Name : ${0}\n" +"Description: ${1}\n" +"Save Template?" +msgstr "" + +#: reports.js:TFORMS_LABEL_DOY +msgid "Day of Year" +msgstr "" + +#: reports.js:REPORT_EDITOR_ENTER_NAME_ALERT +msgid "Please enter a report name" +msgstr "" + +#: reports.js:FILTERS_LABEL_BETWEEN +msgid "Between" +msgstr "" + +#: reports.js:TFORMS_LABEL_FIRST5 +msgid "First 5 characters (for US ZIP code)" +msgstr "" + +#: reports.js:FILTERS_LABEL_NULL_BLANK +msgid "Is NULL or Blank" +msgstr "" + +#: reports.js:FOLDERS_REPORT +msgid "Report" +msgstr "" + +#: reports.js:WIDGET_YEARS +msgid "Year(s)" +msgstr "" + +#: reports.js:TFORMS_LABEL_DOW +msgid "Day of Week" +msgstr "" + +#: reports.js:FILTERS_LABEL_LT_EQUAL +msgid "Less than or equal to" +msgstr "" + +#: reports.js:WIDGET_MONTHS +msgid "Month(s)" +msgstr "" + +#: reports.js:TFORMS_LABEL_COUNT +msgid "Count" +msgstr "" + +#: reports.js:REPORT_EDITOR_INVALID_DATE_ALERT +msgid "invalid start date - YYYY-MM-DD" +msgstr "" + +#: reports.js:FILTERS_LABEL_LT_TIME +msgid "Before (Date/Time)" +msgstr "" + +#: reports.js:TFORMS_LABEL_DOM +msgid "Day of Month" +msgstr "" + +#: reports.js:FOLDER_WINDOW_COLNAME_NONE +msgid "None" +msgstr "" + +#: reports.js:TFORMS_LABEL_MONTH_NAME +msgid "Month Name'" +msgstr "" + +#: reports.js:TFORMS_LABEL_MAX +msgid "Max" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_IN +msgid "Not in list" +msgstr "" + +#: reports.js:FOLDERS_OUTPUT +msgid "Output" +msgstr "" + +#: reports.js:TFORMS_LABEL_LAST +msgid "Last Value" +msgstr "" + +#: reports.js:FILTERS_LABEL_GT_TIME +msgid "After (Date/Time)" +msgstr "" + +#: reports.js:TFORMS_LABEL_MONTHS_AGO +msgid "Months ago" +msgstr "" + +#: reports.js:FILTERS_LABEL_EQUALS +msgid "Equals" +msgstr "" + +#: reports.js:TFORMS_LABEL_FIRST_WORD +msgid "First contiguous non-space string" +msgstr "" + +#: reports.js:FOLDER_WINDOW_COLNAME_ALL +msgid "All" +msgstr "" + +#: reports.js:TFORMS_LABEL_RAW_DATA +msgid "Raw Data" +msgstr "" + +#: reports.js:TFORMS_LABEL_COUNT_DISTINCT +msgid "Count Distinct" +msgstr "" + +#: reports.js:FOLDER_WINDOW_REPORT_OUTPUT +msgid "Report Output: ${0}" +msgstr "" + +#: reports.js:TFORMS_LABEL_DATE +msgid "Date" +msgstr "" + +#: reports.js:TFORMS_LABEL_AVERAGE +msgid "Average" +msgstr "" + +#: reports.js:TFORMS_LABEL_MIN +msgid "Min" +msgstr "" + +#: reports.js:REPORT_EDITOR_REPORT_FOLDERS +msgid "Report Folders" +msgstr "" + +#: reports.js:FILTERS_LABEL_LSE_TIME +msgid "On or Before (Date/Time)" +msgstr "" + +#: reports.js:FILTERS_LABEL_GTE_TIME +msgid "On or After (Date/Time)" +msgstr "" + +#: reports.js:TFORMS_LABEL_FIRST +msgid "First Value" +msgstr "" + +#: reports.js:FILTERS_LABEL_NULL +msgid "Is NULL" +msgstr "" + +#: reports.js:TFORMS_LABEL_YEAR_TRUNC +msgid "Year" +msgstr "" + +#: reports.js:FILTERS_LABEL_LIKE +msgid "Contains Matching substring" +msgstr "" + +#: reports.js:TFORMS_LABEL_ROUND +msgid "Round" +msgstr "" + +#: reports.js:TFORMS_LABEL_SUM +msgid "Sum" +msgstr "" + +#: reports.js:REPORT_EDITOR_PROVIDE_FOLDER_ALERT +msgid "Please provide a report folder" +msgstr "" + +#: reports.js:FILTERS_LABEL_ILIKE +msgid "Contains Matching substring (ignore case)" +msgstr "" + +#: reports.js:TFORMS_LABEL_QUARTERS_AGO +msgid "Quarters ago" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_NULL +msgid "Is not NULL" +msgstr "" + +#: reports.js:WIDGET_QUARTERS +msgid "Quarter(s)" +msgstr "" + +#: reports.js:REPORT_EDITOR_PROVIDE_OUTPUT_ALERT +msgid "Please provide an output folder" +msgstr "" + +#: reports.js:FILTERS_LABEL_GREATER_THAN +msgid "Greater than" +msgstr "" + +#: reports.js:FOLDERS_REPORTS +msgid "Reports" +msgstr "" + +#: reports.js:TFORMS_LABEL_UPPER +msgid "Upper case" +msgstr "" + +#: reports.js:WIDGET_DAYS +msgid "Day(s)" +msgstr "" + +#: reports.js:FILTERS_LABEL_GT_EQUAL +msgid "Greater than or equal to" +msgstr "" + +#: reports.js:FOLDER_WINDOW_COLNAME_SELECT +msgid "Select" +msgstr "" + +#: reports.js:FOLDER_WINDOW_SELECT_ITEM +msgid "Please select an item from the list" +msgstr "" + +#: reports.js:TFORMS_LABEL_HOD +msgid "Hour of day" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_NULL_BLANK +msgid "Is not NULL or Blank" +msgstr "" + +#: reports.js:TFORMS_LABEL_WOY +msgid "Week of Year" +msgstr "" + +#: reports.js:TFORMS_LABEL_LOWER +msgid "Lower case" +msgstr "" + +#: reports.js:TFORMS_LABEL_INT +msgid "Drop trailing decimals" +msgstr "" + +#: reports.js:FOLDERS_TEMPLATES +msgid "Templates" +msgstr "" + +#: reports.js:FILTERS_LABEL_IN +msgid "In list" +msgstr "" + +#: reports.js:WIDGET_RELATIVE_DATE +msgid "Relative Date" +msgstr "" + +#: reports.js:FILTERS_LABEL_LESS_THAN +msgid "Less than" +msgstr "" + +#: reports.js:TFORMS_LABEL_DAY_NAME +msgid "Day Name" +msgstr "" + +#: reports.js:FILTERS_LABEL_NOT_BETWEEN +msgid "Not between" +msgstr "" + +#: reports.js:TFORMS_LABEL_MOY +msgid "Month of Year" +msgstr "" + +#: reports.js:TFORMS_LABEL_AGE +msgid "Age" +msgstr "" + +#: reports.js:WIDGET_REAL_DATE +msgid "Real Date" +msgstr "" + +#: reports.js:FOLDERS_TEMPLATE +msgid "Template" +msgstr "" + +#: reports.js:TFORMS_LABEL_MONTH_TRUNC +msgid "Year + Month" +msgstr "" + +#: reports.js:REPORT_EDITOR_OUTPUT_FOLDERS +msgid "Output Folders" +msgstr "" + +#: reports.js:TFORMS_LABEL_QOY +msgid "Quarter of Year" +msgstr "" + +#: reports.js:TFORMS_LABEL_HOUR_TRUNC +msgid "Hour" +msgstr "" + +#: reports.js:FOLDER_WINDOW_CHANGE_FOLDERS +msgid "Change Folders" +msgstr "" -- 2.11.0