diff --git a/base_report_to_printer/i18n/am.po b/base_report_to_printer/i18n/am.po index a7e1f68..4d53630 100644 --- a/base_report_to_printer/i18n/am.po +++ b/base_report_to_printer/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-11-08 23:07+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/ar.po b/base_report_to_printer/i18n/ar.po index cbc4998..5d0d8a8 100644 --- a/base_report_to_printer/i18n/ar.po +++ b/base_report_to_printer/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-07-01 07:49+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/base_report_to_printer.pot b/base_report_to_printer/i18n/base_report_to_printer.pot new file mode 100644 index 0000000..fde0083 --- /dev/null +++ b/base_report_to_printer/i18n/base_report_to_printer.pot @@ -0,0 +1,316 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_to_printer +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \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 "" + +#. 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 "" + +#. 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 "" + +#. 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/base_report_to_printer/i18n/bg.po b/base_report_to_printer/i18n/bg.po index 923a13d..986c72e 100644 --- a/base_report_to_printer/i18n/bg.po +++ b/base_report_to_printer/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # Kaloyan Naumov , 2016 # OCA Transbot , 2016 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2016-11-08 23:07+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -100,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/bs.po b/base_report_to_printer/i18n/bs.po index b807423..40435c7 100644 --- a/base_report_to_printer/i18n/bs.po +++ b/base_report_to_printer/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bs\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/ca.po b/base_report_to_printer/i18n/ca.po index 344d58c..a384aaa 100644 --- a/base_report_to_printer/i18n/ca.po +++ b/base_report_to_printer/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-07-01 07:49+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/ca_ES.po b/base_report_to_printer/i18n/ca_ES.po index aa040d0..bb6ab0b 100644 --- a/base_report_to_printer/i18n/ca_ES.po +++ b/base_report_to_printer/i18n/ca_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 # Carlos Hormigo, 2018 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2017-11-25 09:18+0000\n" "PO-Revision-Date: 2017-11-25 09:18+0000\n" "Last-Translator: Carlos Hormigo, 2018\n" -"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/ca_ES/)\n" +"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/" +"ca_ES/)\n" +"Language: ca_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -100,8 +101,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/cs.po b/base_report_to_printer/i18n/cs.po index ddebc86..d6bd20e 100644 --- a/base_report_to_printer/i18n/cs.po +++ b/base_report_to_printer/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-01-07 05:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/da.po b/base_report_to_printer/i18n/da.po index 666d64d..6c2e4d4 100644 --- a/base_report_to_printer/i18n/da.po +++ b/base_report_to_printer/i18n/da.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-01-07 05:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/da_DK.po b/base_report_to_printer/i18n/da_DK.po index dafc94d..65b2852 100644 --- a/base_report_to_printer/i18n/da_DK.po +++ b/base_report_to_printer/i18n/da_DK.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # Hans Henrik Gabelgaard , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-09-02 12:27+0000\n" "PO-Revision-Date: 2017-09-02 12:27+0000\n" "Last-Translator: Hans Henrik Gabelgaard , 2017\n" -"Language-Team: Danish (Denmark) (https://www.transifex.com/oca/teams/23907/da_DK/)\n" +"Language-Team: Danish (Denmark) (https://www.transifex.com/oca/teams/23907/" +"da_DK/)\n" +"Language: da_DK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da_DK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/de.po b/base_report_to_printer/i18n/de.po index ced39e2..eb2d9b3 100644 --- a/base_report_to_printer/i18n/de.po +++ b/base_report_to_printer/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 # Rudolf Schnapka , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-03-04 06:00+0000\n" "Last-Translator: Rudolf Schnapka , 2017\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -100,8 +100,8 @@ msgstr "Fehler, beim Versenden des Dokuments an den Drucker" #: 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." +"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 "" "Konnte nicht mit CUPS-Server %s:%s verbinden. Prüfen Sie, ob der Server " "läuft und Sie diesem vom Odoo-Server aus erreichen können." @@ -277,8 +277,7 @@ msgstr "" msgid "" "This process will create all missing printers from the current CUPS server." msgstr "" -"Dieser Schritt wird alle fehlenden Drucker vom aktuellen CUPS-Server " -"anlegen." +"Dieser Schritt wird alle fehlenden Drucker vom aktuellen CUPS-Server anlegen." #. module: base_report_to_printer #: field:printing.action,type:0 diff --git a/base_report_to_printer/i18n/el_GR.po b/base_report_to_printer/i18n/el_GR.po index 2e81797..c858372 100644 --- a/base_report_to_printer/i18n/el_GR.po +++ b/base_report_to_printer/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-07-01 07:49+0000\n" "PO-Revision-Date: 2017-07-01 07:49+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/en_AU.po b/base_report_to_printer/i18n/en_AU.po index 5f514e5..7dbde8e 100644 --- a/base_report_to_printer/i18n/en_AU.po +++ b/base_report_to_printer/i18n/en_AU.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-24 04:42+0000\n" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: English (Australia) (https://www.transifex.com/oca/teams/23907/en_AU/)\n" +"Language-Team: English (Australia) (https://www.transifex.com/oca/" +"teams/23907/en_AU/)\n" +"Language: en_AU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en_AU\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/en_GB.po b/base_report_to_printer/i18n/en_GB.po index 1c8bd7e..aa69610 100644 --- a/base_report_to_printer/i18n/en_GB.po +++ b/base_report_to_printer/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-06 22:56+0000\n" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es.po b/base_report_to_printer/i18n/es.po index 65d7478..1e02066 100644 --- a/base_report_to_printer/i18n/es.po +++ b/base_report_to_printer/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-05-13 06:31+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es_AR.po b/base_report_to_printer/i18n/es_AR.po index 3bc5989..19a3c82 100644 --- a/base_report_to_printer/i18n/es_AR.po +++ b/base_report_to_printer/i18n/es_AR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-24 04:42+0000\n" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" +"teams/23907/es_AR/)\n" +"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es_CL.po b/base_report_to_printer/i18n/es_CL.po index ac4e245..b80e501 100644 --- a/base_report_to_printer/i18n/es_CL.po +++ b/base_report_to_printer/i18n/es_CL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-24 04:42+0000\n" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" +"es_CL/)\n" +"Language: es_CL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es_CO.po b/base_report_to_printer/i18n/es_CO.po index d0b7bb0..e651078 100644 --- a/base_report_to_printer/i18n/es_CO.po +++ b/base_report_to_printer/i18n/es_CO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-24 04:42+0000\n" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es_CR.po b/base_report_to_printer/i18n/es_CR.po index 9bd1e44..00007fa 100644 --- a/base_report_to_printer/i18n/es_CR.po +++ b/base_report_to_printer/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-06 22:56+0000\n" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es_DO.po b/base_report_to_printer/i18n/es_DO.po index 9cdebd4..126706b 100644 --- a/base_report_to_printer/i18n/es_DO.po +++ b/base_report_to_printer/i18n/es_DO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-24 04:42+0000\n" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_DO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es_EC.po b/base_report_to_printer/i18n/es_EC.po index 54fabf6..6289861 100644 --- a/base_report_to_printer/i18n/es_EC.po +++ b/base_report_to_printer/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-01-07 05:44+0000\n" "PO-Revision-Date: 2017-01-07 05:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es_ES.po b/base_report_to_printer/i18n/es_ES.po index 6e8fc7a..f2f4177 100644 --- a/base_report_to_printer/i18n/es_ES.po +++ b/base_report_to_printer/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-08-19 08:15+0000\n" "PO-Revision-Date: 2017-08-19 08:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es_MX.po b/base_report_to_printer/i18n/es_MX.po index 54f645d..73142ce 100644 --- a/base_report_to_printer/i18n/es_MX.po +++ b/base_report_to_printer/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-07-01 07:49+0000\n" "PO-Revision-Date: 2017-07-01 07:49+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es_PE.po b/base_report_to_printer/i18n/es_PE.po index 94d61a8..23b391f 100644 --- a/base_report_to_printer/i18n/es_PE.po +++ b/base_report_to_printer/i18n/es_PE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-11-08 23:07+0000\n" "PO-Revision-Date: 2016-11-08 23:07+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es_PY.po b/base_report_to_printer/i18n/es_PY.po index 07325ef..33c32c5 100644 --- a/base_report_to_printer/i18n/es_PY.po +++ b/base_report_to_printer/i18n/es_PY.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-24 04:42+0000\n" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" +"es_PY/)\n" +"Language: es_PY\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PY\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/es_VE.po b/base_report_to_printer/i18n/es_VE.po index 0657e55..e4b65dd 100644 --- a/base_report_to_printer/i18n/es_VE.po +++ b/base_report_to_printer/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-01-07 05:44+0000\n" "PO-Revision-Date: 2017-01-07 05:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/et.po b/base_report_to_printer/i18n/et.po index 62e3868..2d12a90 100644 --- a/base_report_to_printer/i18n/et.po +++ b/base_report_to_printer/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/eu.po b/base_report_to_printer/i18n/eu.po index 2ebba59..d6d595d 100644 --- a/base_report_to_printer/i18n/eu.po +++ b/base_report_to_printer/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 # Esther Martín Menéndez , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-02-18 06:00+0000\n" "Last-Translator: Esther Martín Menéndez , 2017\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -100,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/fa.po b/base_report_to_printer/i18n/fa.po index 21fdfff..27e6cf3 100644 --- a/base_report_to_printer/i18n/fa.po +++ b/base_report_to_printer/i18n/fa.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/fi.po b/base_report_to_printer/i18n/fi.po index f9327b5..2de948c 100644 --- a/base_report_to_printer/i18n/fi.po +++ b/base_report_to_printer/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 # Jarmo Kortetjärvi , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-05-01 22:13+0000\n" "Last-Translator: Jarmo Kortetjärvi , 2017\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -100,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/fr.po b/base_report_to_printer/i18n/fr.po index cdcbf5d..bda88d9 100644 --- a/base_report_to_printer/i18n/fr.po +++ b/base_report_to_printer/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-08-15 21:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: base_report_to_printer @@ -100,8 +100,8 @@ msgstr "Erreur lors de l'envoi du document à l'imprimante " #: 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." +"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 "" "La connexion au serveur CUPS %s:%s a échoué. Veuillez contrôler que le " "serveur soit démarré et qu'il soit atteignable depuis le serveur Odoo. " @@ -269,16 +269,15 @@ msgstr "Nom système" #: help:ir.actions.report.xml,printing_action_ids:0 msgid "This field allows configuring action and printer on a per user basis" msgstr "" -"Ce champs permet de configurer les actions et les imprimantes par " -"utilisateur" +"Ce champs permet de configurer les actions et les imprimantes par utilisateur" #. 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 "" -"Cette opération va créer les imprimantes manquantes à partir du serveur CUPS" -" courant." +"Cette opération va créer les imprimantes manquantes à partir du serveur CUPS " +"courant." #. module: base_report_to_printer #: field:printing.action,type:0 diff --git a/base_report_to_printer/i18n/fr_CA.po b/base_report_to_printer/i18n/fr_CA.po index 67d4da5..2ec6e9c 100644 --- a/base_report_to_printer/i18n/fr_CA.po +++ b/base_report_to_printer/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-24 04:42+0000\n" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/fr_CH.po b/base_report_to_printer/i18n/fr_CH.po index 04ba83e..d9ce52f 100644 --- a/base_report_to_printer/i18n/fr_CH.po +++ b/base_report_to_printer/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-05-01 22:13+0000\n" "PO-Revision-Date: 2017-05-01 22:13+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/fr_FR.po b/base_report_to_printer/i18n/fr_FR.po index 6870e69..b51b180 100644 --- a/base_report_to_printer/i18n/fr_FR.po +++ b/base_report_to_printer/i18n/fr_FR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-24 04:42+0000\n" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/" +"fr_FR/)\n" +"Language: fr_FR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_FR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/gl.po b/base_report_to_printer/i18n/gl.po index 677e47f..5b04acc 100644 --- a/base_report_to_printer/i18n/gl.po +++ b/base_report_to_printer/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-11-11 07:51+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/gl_ES.po b/base_report_to_printer/i18n/gl_ES.po index a8f0f1b..6aa3978 100644 --- a/base_report_to_printer/i18n/gl_ES.po +++ b/base_report_to_printer/i18n/gl_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-11-08 23:07+0000\n" "PO-Revision-Date: 2016-11-08 23:07+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/" +"gl_ES/)\n" +"Language: gl_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/he.po b/base_report_to_printer/i18n/he.po index 7efc4ce..1716ae5 100644 --- a/base_report_to_printer/i18n/he.po +++ b/base_report_to_printer/i18n/he.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/hi.po b/base_report_to_printer/i18n/hi.po index 63abba9..74b86b3 100644 --- a/base_report_to_printer/i18n/hi.po +++ b/base_report_to_printer/i18n/hi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n" +"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/hr.po b/base_report_to_printer/i18n/hr.po index ee97f09..6a1f56b 100644 --- a/base_report_to_printer/i18n/hr.po +++ b/base_report_to_printer/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/hr_HR.po b/base_report_to_printer/i18n/hr_HR.po index 1846651..2230480 100644 --- a/base_report_to_printer/i18n/hr_HR.po +++ b/base_report_to_printer/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2017-07-01 07:49+0000\n" "PO-Revision-Date: 2017-07-01 07:49+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr_HR\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +101,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/hu.po b/base_report_to_printer/i18n/hu.po index 078cac2..485ce53 100644 --- a/base_report_to_printer/i18n/hu.po +++ b/base_report_to_printer/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-07-01 07:49+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/id.po b/base_report_to_printer/i18n/id.po index f410131..5dfe04e 100644 --- a/base_report_to_printer/i18n/id.po +++ b/base_report_to_printer/i18n/id.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 # Wahyu Setiawan , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-10-28 09:37+0000\n" "Last-Translator: Wahyu Setiawan , 2017\n" "Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: base_report_to_printer @@ -100,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/it.po b/base_report_to_printer/i18n/it.po index 701a49a..beb9702 100644 --- a/base_report_to_printer/i18n/it.po +++ b/base_report_to_printer/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 # Paolo Valier , 2016 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2017-01-14 06:22+0000\n" "Last-Translator: Paolo Valier , 2016\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -100,8 +100,8 @@ msgstr "Errore nell'invio del documento alla stampante" #: 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." +"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 "" "Impossibile connettersi al server CUPS su %s:%s. Controllare che il server " "CUPS sia in esecuzione e che sia raggiungibile dal server Odoo." diff --git a/base_report_to_printer/i18n/ja.po b/base_report_to_printer/i18n/ja.po index f249c60..1ce8f8b 100644 --- a/base_report_to_printer/i18n/ja.po +++ b/base_report_to_printer/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-01-07 05:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/ko.po b/base_report_to_printer/i18n/ko.po index a63c4e0..fc45be9 100644 --- a/base_report_to_printer/i18n/ko.po +++ b/base_report_to_printer/i18n/ko.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/lo.po b/base_report_to_printer/i18n/lo.po index d045e3a..3e29e4b 100644 --- a/base_report_to_printer/i18n/lo.po +++ b/base_report_to_printer/i18n/lo.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n" +"Language: lo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lo\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/lt.po b/base_report_to_printer/i18n/lt.po index c0b506d..c683c08 100644 --- a/base_report_to_printer/i18n/lt.po +++ b/base_report_to_printer/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/lt_LT.po b/base_report_to_printer/i18n/lt_LT.po index 4fc5868..c8228a3 100644 --- a/base_report_to_printer/i18n/lt_LT.po +++ b/base_report_to_printer/i18n/lt_LT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2016-12-24 04:42+0000\n" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/" +"teams/23907/lt_LT/)\n" +"Language: lt_LT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt_LT\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +101,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/lv.po b/base_report_to_printer/i18n/lv.po index 6664ef8..7537737 100644 --- a/base_report_to_printer/i18n/lv.po +++ b/base_report_to_printer/i18n/lv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/mk.po b/base_report_to_printer/i18n/mk.po index e291e04..6c8caea 100644 --- a/base_report_to_printer/i18n/mk.po +++ b/base_report_to_printer/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/mn.po b/base_report_to_printer/i18n/mn.po index 76b33ad..8af4d9a 100644 --- a/base_report_to_printer/i18n/mn.po +++ b/base_report_to_printer/i18n/mn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/nb.po b/base_report_to_printer/i18n/nb.po index 8ef288d..3b94b89 100644 --- a/base_report_to_printer/i18n/nb.po +++ b/base_report_to_printer/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-06 22:56+0000\n" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/nb_NO.po b/base_report_to_printer/i18n/nb_NO.po index c18b47a..d5c482f 100644 --- a/base_report_to_printer/i18n/nb_NO.po +++ b/base_report_to_printer/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-06 22:56+0000\n" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/nl.po b/base_report_to_printer/i18n/nl.po index 75bb9c0..d37d796 100644 --- a/base_report_to_printer/i18n/nl.po +++ b/base_report_to_printer/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-07-01 07:49+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/nl_BE.po b/base_report_to_printer/i18n/nl_BE.po index 547a175..e3be8e7 100644 --- a/base_report_to_printer/i18n/nl_BE.po +++ b/base_report_to_printer/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-04-06 22:56+0000\n" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/nl_NL.po b/base_report_to_printer/i18n/nl_NL.po index 8abb23a..99ec36c 100644 --- a/base_report_to_printer/i18n/nl_NL.po +++ b/base_report_to_printer/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2017 # Peter Hageman , 2017 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2017-09-02 12:27+0000\n" "PO-Revision-Date: 2017-09-02 12:27+0000\n" "Last-Translator: Peter Hageman , 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: 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 @@ -100,8 +101,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/pl.po b/base_report_to_printer/i18n/pl.po index 0cd4eb0..c354396 100644 --- a/base_report_to_printer/i18n/pl.po +++ b/base_report_to_printer/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-01-07 05:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/pt.po b/base_report_to_printer/i18n/pt.po index 10b7a71..ebabadd 100644 --- a/base_report_to_printer/i18n/pt.po +++ b/base_report_to_printer/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/pt_BR.po b/base_report_to_printer/i18n/pt_BR.po index 303e4c5..69ee0e3 100644 --- a/base_report_to_printer/i18n/pt_BR.po +++ b/base_report_to_printer/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-07-01 07:49+0000\n" "PO-Revision-Date: 2017-07-01 07:49+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/pt_PT.po b/base_report_to_printer/i18n/pt_PT.po index 81a6a39..34bbafc 100644 --- a/base_report_to_printer/i18n/pt_PT.po +++ b/base_report_to_printer/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 # Carla Berjano , 2017 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2017-02-25 05:55+0000\n" "PO-Revision-Date: 2017-02-25 05:55+0000\n" "Last-Translator: Carla Berjano , 2017\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -100,8 +101,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/ro.po b/base_report_to_printer/i18n/ro.po index f4fdd9f..a6deec4 100644 --- a/base_report_to_printer/i18n/ro.po +++ b/base_report_to_printer/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-07-01 07:49+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/ru.po b/base_report_to_printer/i18n/ru.po index e1971c9..bc9b5fd 100644 --- a/base_report_to_printer/i18n/ru.po +++ b/base_report_to_printer/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 # Victor Safronovich , 2017 @@ -13,11 +13,13 @@ msgstr "" "PO-Revision-Date: 2017-05-01 22:13+0000\n" "Last-Translator: Victor Safronovich , 2017\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -100,8 +102,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/sk.po b/base_report_to_printer/i18n/sk.po index 2cfa683..5e85198 100644 --- a/base_report_to_printer/i18n/sk.po +++ b/base_report_to_printer/i18n/sk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/sl.po b/base_report_to_printer/i18n/sl.po index a084530..48f14f4 100644 --- a/base_report_to_printer/i18n/sl.po +++ b/base_report_to_printer/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # Matjaž Mozetič , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2016-07-12 10:08+0000\n" "Last-Translator: Matjaž Mozetič , 2016\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -43,8 +44,7 @@ msgstr "Preklic" #: 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 "" -"Ni bilo mogoče pridobiti seznama tiskalnikov iz CUPS strežnika (%s:%s)" +msgstr "Ni bilo mogoče pridobiti seznama tiskalnikov iz CUPS strežnika (%s:%s)" #. module: base_report_to_printer #: field:printing.action,create_uid:0 field:printing.printer,create_uid:0 @@ -100,8 +100,8 @@ msgstr "Napaka pri pošiljanju dokumenta tiskalniku" #: 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." +"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 "" "Neuspešna povezaba s CUPS strežnikom na %s:%s. Preverite če CUPS strežnik " "obratuje in če je dosegljiv iz Odoo strežnika." diff --git a/base_report_to_printer/i18n/sr.po b/base_report_to_printer/i18n/sr.po index 8a7856a..b2255f5 100644 --- a/base_report_to_printer/i18n/sr.po +++ b/base_report_to_printer/i18n/sr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/sr@latin.po b/base_report_to_printer/i18n/sr@latin.po index 3bb36d0..d47bfac 100644 --- a/base_report_to_printer/i18n/sr@latin.po +++ b/base_report_to_printer/i18n/sr@latin.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2017-01-07 05:44+0000\n" "PO-Revision-Date: 2017-01-07 05:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/" +"sr@latin/)\n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr@latin\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +101,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/sv.po b/base_report_to_printer/i18n/sv.po index b001ff3..2b8c086 100644 --- a/base_report_to_printer/i18n/sv.po +++ b/base_report_to_printer/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-01-07 05:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/th.po b/base_report_to_printer/i18n/th.po index b62498e..ac14f48 100644 --- a/base_report_to_printer/i18n/th.po +++ b/base_report_to_printer/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-04-06 22:56+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/tr.po b/base_report_to_printer/i18n/tr.po index 6b856be..5ceea7f 100644 --- a/base_report_to_printer/i18n/tr.po +++ b/base_report_to_printer/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-07-01 07:49+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/tr_TR.po b/base_report_to_printer/i18n/tr_TR.po index 3785f56..f9bc020 100644 --- a/base_report_to_printer/i18n/tr_TR.po +++ b/base_report_to_printer/i18n/tr_TR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # Ozge Altinisik , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-12-31 06:57+0000\n" "PO-Revision-Date: 2016-12-31 06:57+0000\n" "Last-Translator: Ozge Altinisik , 2017\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "Belgeyi yazıcıya gönderirken bir hata oluştu" #: 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." +"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 "" "%s:%s üzerindeki CUPS sunucusuna bağlanırken hata oluştu. CUPS sunucunun " "çalıştığından emin olun ve Odoo sunucusundan ulaşabildiğinizi kontrol edin. " diff --git a/base_report_to_printer/i18n/uk.po b/base_report_to_printer/i18n/uk.po index d0fc419..cc9c09f 100644 --- a/base_report_to_printer/i18n/uk.po +++ b/base_report_to_printer/i18n/uk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2016-12-24 04:42+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: uk\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: base_report_to_printer #: field:ir.actions.report.xml,property_printing_action:0 @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/vi.po b/base_report_to_printer/i18n/vi.po index cc6a352..5654396 100644 --- a/base_report_to_printer/i18n/vi.po +++ b/base_report_to_printer/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-01-07 05:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: base_report_to_printer @@ -99,8 +99,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/vi_VN.po b/base_report_to_printer/i18n/vi_VN.po index 49c35f0..47fa4de 100644 --- a/base_report_to_printer/i18n/vi_VN.po +++ b/base_report_to_printer/i18n/vi_VN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-11-11 07:51+0000\n" "PO-Revision-Date: 2017-11-11 07:51+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/zh_CN.po b/base_report_to_printer/i18n/zh_CN.po index 311b2d5..933e791 100644 --- a/base_report_to_printer/i18n/zh_CN.po +++ b/base_report_to_printer/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-07-01 07:49+0000\n" "PO-Revision-Date: 2017-07-01 07:49+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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 diff --git a/base_report_to_printer/i18n/zh_TW.po b/base_report_to_printer/i18n/zh_TW.po index c7ad87a..600422b 100644 --- a/base_report_to_printer/i18n/zh_TW.po +++ b/base_report_to_printer/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_report_to_printer -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-01-07 05:44+0000\n" "PO-Revision-Date: 2017-01-07 05:44+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: base_report_to_printer @@ -99,8 +100,8 @@ msgstr "" #: 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." +"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