From 3c72b4f372272e5eb44d7abf5f5f5b69c85f20d7 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 30 Oct 2008 19:23:46 +0000 Subject: [PATCH] Add and update fr-CA PO files git-svn-id: svn://svn.open-ils.org/ILS/trunk@10994 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- build/i18n/po/fr-CA/conify.dtd.po | 125 +++++++++++++++++++++++++++++++++- build/i18n/po/fr-CA/conify.pgt.po | 117 +++++++++++++++++++++++++++++++ build/i18n/po/fr-CA/conify.ppl.po | 65 ++++++++++++++++++ build/i18n/po/fr-CA/db.seed.po | 26 +++++-- build/i18n/po/fr-CA/ils_events.xml.po | 11 +-- build/i18n/po/fr-CA/vandelay.dtd.po | 14 +++- 6 files changed, 347 insertions(+), 11 deletions(-) create mode 100644 build/i18n/po/fr-CA/conify.pgt.po create mode 100644 build/i18n/po/fr-CA/conify.ppl.po diff --git a/build/i18n/po/fr-CA/conify.dtd.po b/build/i18n/po/fr-CA/conify.dtd.po index 3a71735e23..c5b753dabc 100644 --- a/build/i18n/po/fr-CA/conify.dtd.po +++ b/build/i18n/po/fr-CA/conify.dtd.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-29 00:21-0400\n" +"POT-Creation-Date: 2008-10-30 15:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,14 +17,17 @@ msgstr "" #. Common entities #: conify.save_button.label +msgctxt "conify.save_button.label" msgid "Save" msgstr "" #: conify.delete_button.label +msgctxt "conify.delete_button.label" msgid "Delete" msgstr "" #: conify.new_kid_button.label +msgctxt "conify.new_kid_button.label" msgid "New Child" msgstr "" @@ -57,6 +60,7 @@ msgid "Organizational Units" msgstr "" #: conify.admin.grp_tree.link +msgctxt "conify.admin.grp_tree.link" msgid "Permission Groups" msgstr "" @@ -295,6 +299,7 @@ msgid "New Audience Map:" msgstr "" #: conify.marc_code_maps.new_code +msgctxt "conify.marc_code_maps.new_code" msgid "New Code" msgstr "" @@ -303,6 +308,7 @@ msgid "New Value" msgstr "" #: conify.marc_code_maps.audience_map.description +msgctxt "conify.marc_code_maps.audience_map.description" msgid "Description" msgstr "" @@ -368,3 +374,120 @@ msgstr "" #: conify.marc_code_maps.video.new.label msgid "New Video Recording Format:" msgstr "" + +#. perm_list.html Entities +#: conify.perm_list.permission_list.title +msgid "Global :: Permission :: Permission List" +msgstr "" + +#: conify.perm_list.new_code.label +msgctxt "conify.perm_list.new_code.label" +msgid "New Code" +msgstr "" + +#: conify.perm_list.add_button.label +msgctxt "conify.perm_list.add_button.label" +msgid "Add" +msgstr "" + +#: conify.perm_list.save_changes.label +msgctxt "conify.perm_list.save_changes.label" +msgid "Save Changes" +msgstr "" + +#: conify.perm_list.delete_selected.label +msgctxt "conify.perm_list.delete_selected.label" +msgid "Delete Selected" +msgstr "" + +#: conify.perm_list.new_permission.label +msgid "New Permission:" +msgstr "" + +#. grp_tree.html Entities +#: conify.grp_tree.group_tree.title +msgid "Global :: Permission :: Group Tree" +msgstr "" + +#: conify.grp_tree.permission_groups.label +msgctxt "conify.grp_tree.permission_groups.label" +msgid "Permission Groups" +msgstr "" + +#: conify.grp_tree.group_config.label +msgid "Group Configuration" +msgstr "" + +#: conify.grp_tree.group_name.label +msgid "Group Name" +msgstr "" + +#: conify.grp_tree.description.label +msgctxt "conify.grp_tree.description.label" +msgid "Description" +msgstr "" + +#: conify.grp_tree.permission_interval.label +msgid "Permission Interval" +msgstr "" + +#: conify.grp_tree.editing_permission.label +msgid "Editing Permission" +msgstr "" + +#: conify.grp_tree.parent_group.label +msgid "Parent Group" +msgstr "" + +#: conify.grp_tree.user_group.label +msgid "User Group" +msgstr "" + +#: conify.grp_tree.save_button.label +msgctxt "conify.grp_tree.save_button.label" +msgid "Save" +msgstr "" + +#: conify.grp_tree.delete_button.label +msgctxt "conify.grp_tree.delete_button.label" +msgid "Delete" +msgstr "" + +#: conify.grp_tree.new_child_button.label +msgctxt "conify.grp_tree.new_child_button.label" +msgid "New Child" +msgstr "" + +#: conify.grp_tree.group_permissions.title +msgid "Group Permissions" +msgstr "" + +#: conify.grp_tree.new_mapping.label +msgid "New Mapping" +msgstr "" + +#: conify.grp_tree.permission.label +msgid "Permission:" +msgstr "" + +#: conify.grp_tree.depth.label +msgid "Depth:" +msgstr "" + +#: conify.grp_tree.grantable.label +msgid "Grantable:" +msgstr "" + +#: conify.grp_tree.add_mapping_button.label +msgid "Add Mapping" +msgstr "" + +#: conify.grp_tree.save_changes.label +msgctxt "conify.grp_tree.save_changes.label" +msgid "Save Changes" +msgstr "" + +#: conify.grp_tree.remove_selected.label +msgctxt "conify.grp_tree.remove_selected.label" +msgid "Delete Selected" +msgstr "" diff --git a/build/i18n/po/fr-CA/conify.pgt.po b/build/i18n/po/fr-CA/conify.pgt.po new file mode 100644 index 0000000000..ebee9bca2d --- /dev/null +++ b/build/i18n/po/fr-CA/conify.pgt.po @@ -0,0 +1,117 @@ +#, 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 new file mode 100644 index 0000000000..8edc596cad --- /dev/null +++ b/build/i18n/po/fr-CA/conify.ppl.po @@ -0,0 +1,65 @@ +#, 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/db.seed.po b/build/i18n/po/fr-CA/db.seed.po index 6d951816ed..92191894a0 100644 --- a/build/i18n/po/fr-CA/db.seed.po +++ b/build/i18n/po/fr-CA/db.seed.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Evergreen ILS > db.seed.po\n" "Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:42-0400\n" +"POT-Creation-Date: 2008-10-30 15:12:33-0400\n" "PO-Revision-Date: 2008-08-28 09:21-0500\n" "Last-Translator: Warren Layton\n" "Language-Team: NRCan Library\n" @@ -4280,19 +4280,31 @@ msgid "Allow a user to create a new funding source" msgstr "Permet à un utilisateur de créer une nouvelle note sur un exemplaire" # id::154 +# id::153 +# id::157 +# id::88 #: ppl.description:1127 +#, fuzzy msgid "Allow a user to delete a funding source" -msgstr "" +msgstr "Permet à un utilisateur de créer une nouvelle note sur un exemplaire" # id::155 +# id::153 +# id::157 +# id::88 #: ppl.description:1128 +#, fuzzy msgid "Allow a user to view a funding source" -msgstr "" +msgstr "Permet à un utilisateur de créer une nouvelle note sur un exemplaire" # id::156 +# id::153 +# id::157 +# id::88 #: ppl.description:1129 +#, fuzzy msgid "Allow a user to update a funding source" -msgstr "" +msgstr "Permet à un utilisateur de créer une nouvelle note sur un exemplaire" # id::157 # id::88 @@ -4310,9 +4322,13 @@ msgid "Allow a user to delete a fund" msgstr "Permet à un utilisateur de créer une nouvelle note sur un exemplaire" # id::159 +# id::158 +# id::157 +# id::88 #: ppl.description:1132 +#, fuzzy msgid "Allow a user to view a fund" -msgstr "" +msgstr "Permet à un utilisateur de créer une nouvelle note sur un exemplaire" # id::160 # id::157 diff --git a/build/i18n/po/fr-CA/ils_events.xml.po b/build/i18n/po/fr-CA/ils_events.xml.po index dda6ebe33a..25fbbc7d6e 100644 --- a/build/i18n/po/fr-CA/ils_events.xml.po +++ b/build/i18n/po/fr-CA/ils_events.xml.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Evergreen ILS > ils_events.xml.po\n" "Report-Msgid-Bugs-To: open-ils-dev@list.georgialibraries.org\n" -"POT-Creation-Date: 2008-10-29 00:22:41-0400\n" +"POT-Creation-Date: 2008-10-30 15:12:31-0400\n" "PO-Revision-Date: 2008-09-08 11:30-0500\n" "Last-Translator: Warren Layton\n" "Language-Team: NRCan Library\n" @@ -200,8 +200,9 @@ msgstr "" "Un fichier hors ligne existe pour ce poste de travail dans cette session" #: 1851.ACQ_FUND_ENCUMBRANCE_TOTAL_NOT_FOUND:622 +#, fuzzy msgid "The requested acq.fund_encumbrance_total was not found" -msgstr "" +msgstr "L’article demandé appelé config_bib_source n’a pas été trouvé" #: 1529.ACTOR_WORKSTATION_NOT_FOUND:236 msgid "The requested actor_workstation was not found" @@ -380,8 +381,9 @@ msgstr "" "\t\t" #: 1850.ACQ_FUND_ALLOCATION_TOTAL_NOT_FOUND:619 +#, fuzzy msgid "The requested acq.fund_allocation_total was not found" -msgstr "" +msgstr "L’article demandé appelé config_bib_source n’a pas été trouvé" #: 1504.ACTION_TRANSIT_COPY_NOT_FOUND:191 msgid "" @@ -1088,8 +1090,9 @@ msgid "The requested actor_card was not found" msgstr "L’article demandé appelé actor_carte n’a pas été trouvé" #: 1856.ACQ_FUNDING_SOURCE_ALLOCATION_TOTAL_NOT_FOUND:637 +#, fuzzy msgid "The requested acq.funding_source_allocation_total was not found" -msgstr "" +msgstr "L’article demandé appelé config_bib_source n’a pas été trouvé" #: 1216.PATRON_CARD_INACTIVE:98 msgid "The patron's card is not active" diff --git a/build/i18n/po/fr-CA/vandelay.dtd.po b/build/i18n/po/fr-CA/vandelay.dtd.po index 8e5ad83bd6..46a56b8eec 100644 --- a/build/i18n/po/fr-CA/vandelay.dtd.po +++ b/build/i18n/po/fr-CA/vandelay.dtd.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-10-29 00:21-0400\n" +"POT-Creation-Date: 2008-10-30 15:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -425,3 +425,15 @@ msgstr "" #: vandelay.export.bucket msgid "Record Bucket ID" msgstr "" + +#: vandelay.select_actions +msgid "-- Actions --" +msgstr "" + +#: vandelay.queue.total +msgid "Total:" +msgstr "" + +#: vandelay.queue.imported +msgid "Imported:" +msgstr "" -- 2.11.0