From 17d61b0bf40873c9a947b0a514d0e731f19109dd Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 1 Jul 2017 09:23:16 +0200 Subject: [PATCH] OCA Transbot updated translations from Transifex --- base_report_to_printer/i18n/nl_NL.po | 316 +++++++++++++++++++++++++++ printer_tray/i18n/nl_NL.po | 106 +++++++++ 2 files changed, 422 insertions(+) create mode 100644 base_report_to_printer/i18n/nl_NL.po create mode 100644 printer_tray/i18n/nl_NL.po diff --git a/base_report_to_printer/i18n/nl_NL.po b/base_report_to_printer/i18n/nl_NL.po new file mode 100644 index 0000000..2191e46 --- /dev/null +++ b/base_report_to_printer/i18n/nl_NL.po @@ -0,0 +1,316 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_to_printer +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-20 06:31+0000\n" +"PO-Revision-Date: 2017-05-20 06:31+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_report_to_printer +#: field:ir.actions.report.xml,property_printing_action:0 +#: field:printing.report.xml.action,action:0 +msgid "Action" +msgstr "" + +#. module: base_report_to_printer +#: field:ir.actions.report.xml,printing_action_ids:0 +msgid "Actions" +msgstr "" + +#. module: base_report_to_printer +#: selection:printing.printer,status:0 +msgid "Available" +msgstr "" + +#. module: base_report_to_printer +#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard +msgid "Cancel" +msgstr "" + +#. module: base_report_to_printer +#: code:addons/base_report_to_printer/wizard/update_printers.py:55 +#, python-format +msgid "Could not get the list of printers from the CUPS server (%s:%s)" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.action,create_uid:0 field:printing.printer,create_uid:0 +#: field:printing.printer.update.wizard,create_uid:0 +#: field:printing.report.xml.action,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.action,create_date:0 field:printing.printer,create_date:0 +#: field:printing.printer.update.wizard,create_date:0 +#: field:printing.report.xml.action,create_date:0 +msgid "Created on" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.printer,default:0 +msgid "Default" +msgstr "" + +#. module: base_report_to_printer +#: field:res.users,printing_printer_id:0 +msgid "Default Printer" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.action,display_name:0 field:printing.printer,display_name:0 +#: field:printing.printer.update.wizard,display_name:0 +#: field:printing.report.xml.action,display_name:0 +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: base_report_to_printer +#. openerp-web +#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:27 +#, python-format +msgid "Document sent to the printer " +msgstr "" + +#. module: base_report_to_printer +#: selection:printing.printer,status:0 +msgid "Error" +msgstr "" + +#. module: base_report_to_printer +#. openerp-web +#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:30 +#, python-format +msgid "Error when sending the document to the printer " +msgstr "" + +#. module: base_report_to_printer +#: code:addons/base_report_to_printer/printing.py:149 +#, python-format +msgid "" +"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is" +" running and that you can reach it from the Odoo server." +msgstr "" + +#. module: base_report_to_printer +#: field:printing.action,id:0 field:printing.printer,id:0 +#: field:printing.printer.update.wizard,id:0 +#: field:printing.report.xml.action,id:0 +msgid "ID" +msgstr "ID" + +#. module: base_report_to_printer +#: field:printing.action,__last_update:0 +#: field:printing.printer,__last_update:0 +#: field:printing.printer.update.wizard,__last_update:0 +#: field:printing.report.xml.action,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: base_report_to_printer +#: field:printing.action,write_uid:0 field:printing.printer,write_uid:0 +#: field:printing.printer.update.wizard,write_uid:0 +#: field:printing.report.xml.action,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.action,write_date:0 field:printing.printer,write_date:0 +#: field:printing.printer.update.wizard,write_date:0 +#: field:printing.report.xml.action,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.printer,location:0 +msgid "Location" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.printer,model:0 +msgid "Model" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.action,name:0 field:printing.printer,name:0 +msgid "Name" +msgstr "" + +#. module: base_report_to_printer +#: code:addons/base_report_to_printer/report.py:43 +#, python-format +msgid "No printer configured to print this report." +msgstr "" + +#. module: base_report_to_printer +#: view:res.users:base_report_to_printer.view_printing_users_form +msgid "Preferences" +msgstr "" + +#. module: base_report_to_printer +#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form +msgid "Print" +msgstr "" + +#. module: base_report_to_printer +#: model:ir.model,name:base_report_to_printer.model_printing_action +msgid "Print Job Action" +msgstr "" + +#. module: base_report_to_printer +#: field:ir.actions.report.xml,printing_printer_id:0 +#: model:ir.model,name:base_report_to_printer.model_printing_printer +#: field:printing.report.xml.action,printer_id:0 +msgid "Printer" +msgstr "" + +#. module: base_report_to_printer +#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_printer_form +#: view:printing.printer:base_report_to_printer.view_printing_printer_form +#: view:printing.printer:base_report_to_printer.view_printing_printer_search +#: view:printing.printer:base_report_to_printer.view_printing_printer_tree +msgid "Printers" +msgstr "" + +#. module: base_report_to_printer +#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_main +#: selection:printing.printer,status:0 +#: view:res.users:base_report_to_printer.view_printing_users_prefs +msgid "Printing" +msgstr "" + +#. module: base_report_to_printer +#: model:res.groups,name:base_report_to_printer.res_groups_printingprintoperator0 +msgid "Printing / Print Operator" +msgstr "" + +#. module: base_report_to_printer +#: field:res.users,printing_action:0 +msgid "Printing action" +msgstr "" + +#. module: base_report_to_printer +#. openerp-web +#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:26 +#: code:addons/base_report_to_printer/static/src/js/qwebactionmanager.js:29 +#: model:ir.model,name:base_report_to_printer.model_report +#: field:printing.report.xml.action,report_id:0 +#, python-format +msgid "Report" +msgstr "" + +#. module: base_report_to_printer +#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action +#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_form +#: view:printing.report.xml.action:base_report_to_printer.printing_report_xml_action_tree +msgid "Report Printing Actions" +msgstr "" + +#. module: base_report_to_printer +#: model:ir.ui.menu,name:base_report_to_printer.menu_printing_reports +msgid "Reports" +msgstr "" + +#. module: base_report_to_printer +#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form +msgid "Security" +msgstr "" + +#. module: base_report_to_printer +#: selection:printing.printer,status:0 +msgid "Server Error" +msgstr "" + +#. module: base_report_to_printer +#: view:printing.printer:base_report_to_printer.view_printing_printer_form +msgid "Set Default" +msgstr "" + +#. module: base_report_to_printer +#: model:ir.actions.act_window,name:base_report_to_printer.action_printing_printer_form +msgid "Show Printers" +msgstr "" + +#. module: base_report_to_printer +#: view:ir.actions.report.xml:base_report_to_printer.action_report_xml_form +msgid "Specific actions per user" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.printer,status:0 +msgid "Status" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.printer,status_message:0 +msgid "Status message" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.printer,system_name:0 +msgid "System name" +msgstr "" + +#. module: base_report_to_printer +#: help:ir.actions.report.xml,printing_action_ids:0 +msgid "This field allows configuring action and printer on a per user basis" +msgstr "" + +#. module: base_report_to_printer +#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard +msgid "" +"This process will create all missing printers from the current CUPS server." +msgstr "" + +#. module: base_report_to_printer +#: field:printing.action,type:0 +msgid "Type" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.printer,uri:0 +msgid "URI" +msgstr "" + +#. module: base_report_to_printer +#: selection:printing.printer,status:0 +msgid "Unavailable" +msgstr "" + +#. module: base_report_to_printer +#: selection:printing.printer,status:0 +msgid "Unknown" +msgstr "" + +#. module: base_report_to_printer +#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard +#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard +#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard +msgid "Update Printers from CUPS" +msgstr "" + +#. module: base_report_to_printer +#: field:printing.report.xml.action,user_id:0 +msgid "User" +msgstr "" + +#. module: base_report_to_printer +#: model:ir.model,name:base_report_to_printer.model_res_users +msgid "Users" +msgstr "" + +#. module: base_report_to_printer +#: view:printing.printer.update.wizard:base_report_to_printer.printer_update_wizard +msgid "or" +msgstr "" diff --git a/printer_tray/i18n/nl_NL.po b/printer_tray/i18n/nl_NL.po new file mode 100644 index 0000000..2b2aa33 --- /dev/null +++ b/printer_tray/i18n/nl_NL.po @@ -0,0 +1,106 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * printer_tray +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-20 06:31+0000\n" +"PO-Revision-Date: 2017-05-20 06:31+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: printer_tray +#: field:printing.tray,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: printer_tray +#: field:printing.tray,create_date:0 +msgid "Created on" +msgstr "" + +#. module: printer_tray +#: field:res.users,printer_tray_id:0 +msgid "Default Printer Paper Source" +msgstr "" + +#. module: printer_tray +#: field:printing.tray,display_name:0 +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: printer_tray +#: field:printing.tray,id:0 +msgid "ID" +msgstr "ID" + +#. module: printer_tray +#: field:printing.tray,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: printer_tray +#: field:printing.tray,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: printer_tray +#: field:printing.tray,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: printer_tray +#: field:printing.tray,name:0 +msgid "Name" +msgstr "" + +#. module: printer_tray +#: field:ir.actions.report.xml,printer_tray_id:0 +#: field:printing.report.xml.action,printer_tray_id:0 +msgid "Paper Source" +msgstr "" + +#. module: printer_tray +#: field:printing.printer,tray_ids:0 +msgid "Paper Sources" +msgstr "" + +#. module: printer_tray +#: model:ir.model,name:printer_tray.model_printing_printer +#: field:printing.tray,printer_id:0 +msgid "Printer" +msgstr "" + +#. module: printer_tray +#: model:ir.model,name:printer_tray.model_printing_tray +msgid "Printer Tray" +msgstr "" + +#. module: printer_tray +#: model:ir.model,name:printer_tray.model_printing_report_xml_action +msgid "Report Printing Actions" +msgstr "" + +#. module: printer_tray +#: field:printing.tray,system_name:0 +msgid "System name" +msgstr "" + +#. module: printer_tray +#: view:printing.printer:printer_tray.view_printing_printer_form +msgid "Trays" +msgstr "" + +#. module: printer_tray +#: model:ir.model,name:printer_tray.model_res_users +msgid "Users" +msgstr ""