[MIG] report_wkhtmltopdf_param: Migraton to 11.0
parent
0069cabf64
commit
5889dfb983
|
@ -1,5 +1,5 @@
|
|||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
|
||||
========================
|
||||
|
@ -23,12 +23,11 @@ Usage
|
|||
#. Go to *Settings* and press 'Activate the developer mode (with assets)'
|
||||
#. Go to *Settings - Technical - Reports - Paper Format*
|
||||
#. Add additional parameters indicating the command argument name (remember to
|
||||
add prefix -- or -) and value.
|
||||
|
||||
add prefix -- or -) and value.
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/143/10.0
|
||||
:target: https://runbot.odoo-community.org/runbot/143/11.0
|
||||
|
||||
|
||||
Bug Tracker
|
||||
|
@ -53,7 +52,6 @@ Contributors
|
|||
* Miku Laitinen <miku@avoin.systems>
|
||||
* Jordi Ballester <jordi.ballester@eficent.com>
|
||||
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Avoin.Systems
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import models
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Avoin.Systems
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
# noinspection PyStatementEffect
|
||||
{
|
||||
"name": "Report Wkhtmltopdf Param",
|
||||
"version": "10.0.1.0.1",
|
||||
"version": "11.0.1.0.1",
|
||||
"license": "AGPL-3",
|
||||
"summary": """
|
||||
Add new parameters for a paper format to be used by wkhtmltopdf
|
||||
|
@ -17,7 +16,7 @@
|
|||
"website": "https://avoin.systems",
|
||||
"category": "Technical Settings",
|
||||
"depends": [
|
||||
"report",
|
||||
"web",
|
||||
],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr ""
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "اسم العرض"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "الاسم"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Име за Показване"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Име"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Prikaži naziv"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Ime"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Veure el nom"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Nom"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Informe"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +94,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Informe"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Zobrazovaný název"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Název"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Vist navn"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Navn"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +94,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Rapport"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Anzeigename"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Bezeichnung"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Bericht"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +94,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Bericht"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr ""
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Αναφορά"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +95,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Αναφορά"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Display Name"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Name"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Fernando Lara <gennesis45@gmail.com>, 2017
|
||||
|
@ -13,10 +13,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-11-22 01:45+0000\n"
|
||||
"Last-Translator: Fernando Lara <gennesis45@gmail.com>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -50,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -85,11 +85,6 @@ msgstr "Nombre"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Informe"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -100,7 +95,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Informe"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Mostrar Nombre"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nombre"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nombre"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Nombre Público"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nombre"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Iforme"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +95,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Iforme"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nombre"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nombre"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nombre"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr ""
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Nombre desplegado"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nombre"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nombre"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nombre"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Mostrar nombre"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nombre"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Näidatav nimi"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Nimi"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Izena erakutsi"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Izena"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "نام نمایشی"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "نام"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Nimi"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Nimi"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-11-22 01:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Nom à afficher"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Nom"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +94,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Rapport"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Afficher le nom"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nom"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Nom affiché"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr ""
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr ""
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Informe"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +94,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Informe"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr ""
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "השם המוצג"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "שם"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Naziv "
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Naziv"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Bole <bole@dajmi5.com>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
|
@ -12,12 +12,14 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-11-22 01:45+0000\n"
|
||||
"PO-Revision-Date: 2017-11-22 01:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -50,7 +52,7 @@ msgid "Display Name"
|
|||
msgstr "Naziv"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -85,11 +87,6 @@ msgstr "Naziv"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Izvještaj"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -100,7 +97,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Izvještaj"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Név megjelenítése"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Név"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Nama"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Nome da visualizzare"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Nome"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Report"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +94,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Report"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "表示名"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "名称"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "표시 이름"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "이름"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Vaizduojamas pavadinimas"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Pavadinimas"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,12 +11,14 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +51,7 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +86,6 @@ msgstr ""
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +96,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nosaukums"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Прикажи име"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Име"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Дэлгэцийн Нэр"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Нэр"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Visnings navn"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Navn"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Vis navn"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr ""
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +95,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Rapport"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Te tonen naam"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Naam"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Schermnaam"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Naam:"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Peter Hageman <hageman.p@gmail.com>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-23 00:28+0000\n"
|
||||
"PO-Revision-Date: 2017-06-23 00:28+0000\n"
|
||||
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Weergavenaam"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Naam"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +95,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Rapport"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,11 +12,13 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
|
||||
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
|
||||
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +51,7 @@ msgid "Display Name"
|
|||
msgstr "Wyświetlana nazwa "
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +86,6 @@ msgstr "Nazwa"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Raport"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +96,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Raport"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Nome"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Nome"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Relatório"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +94,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Relatório"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Cezar José Sant Anna Junior <cezar.santanna@gmail.com>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-11-22 01:45+0000\n"
|
||||
"PO-Revision-Date: 2017-11-22 01:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -50,7 +51,7 @@ msgid "Display Name"
|
|||
msgstr "Nome para Mostrar"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -85,11 +86,6 @@ msgstr "Nome"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Relatório"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -100,7 +96,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Relatório"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Nome a Apresentar"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Nome"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Relatório"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +95,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Relatório"
|
||||
|
|
|
@ -0,0 +1,101 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
msgid "Allows customization of a report."
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_custom_params
|
||||
msgid "Custom Parameters"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_custom_params
|
||||
msgid "Custom Parameters passed forward as wkhtmltopdf command arguments"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_paperformat_id
|
||||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,field_description:report_wkhtmltopdf_param.field_report_paperformat_parameter_value
|
||||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Nume Afişat"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr ""
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,11 +12,13 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +51,7 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +86,6 @@ msgstr "Название"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +96,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Zobraziť meno"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Meno"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Prikazni naziv"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Naziv"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Poročilo"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +95,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Poročilo"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Ime"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,12 +11,14 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +51,7 @@ msgid "Display Name"
|
|||
msgstr "Ime za prikaz"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +86,6 @@ msgstr "Ime:"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +96,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Visa namn"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Namn"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "ชื่อที่ใช้แสดง"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "ชื่อ"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Görünen İsim"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Adı"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Görünen ad"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Ad"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr "Rapor"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,7 +95,15 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Report"
|
||||
#~ msgstr "Rapor"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "Назва для відображення"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "Name"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -12,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +49,7 @@ msgid "Display Name"
|
|||
msgstr "Tên hiển thị"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +84,6 @@ msgstr "Tên"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +94,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr ""
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "显示名称"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "名称"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_wkhtmltopdf_param
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-08-17 02:52+0000\n"
|
||||
"PO-Revision-Date: 2017-08-17 02:52+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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: report_wkhtmltopdf_param
|
||||
|
@ -49,7 +50,7 @@ msgid "Display Name"
|
|||
msgstr "顯示名稱"
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:41
|
||||
#: code:addons/report_wkhtmltopdf_param/models/report_paperformat.py:42
|
||||
#, python-format
|
||||
msgid "Failed to create a PDF using the provided parameters."
|
||||
msgstr ""
|
||||
|
@ -84,11 +85,6 @@ msgstr "名稱"
|
|||
msgid "Paper Format"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model.fields,help:report_wkhtmltopdf_param.field_report_paperformat_parameter_name
|
||||
msgid "The command argument name. Remember to add prefix -- or -"
|
||||
|
@ -99,6 +95,11 @@ msgstr ""
|
|||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_ir_actions_report
|
||||
msgid "ir.actions.report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_wkhtmltopdf_param
|
||||
#: model:ir.model,name:report_wkhtmltopdf_param.model_report_paperformat_parameter
|
||||
msgid "wkhtmltopdf parameters"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Avoin.Systems
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import report_paperformat_parameter
|
||||
from . import report_paperformat
|
||||
|
|
|
@ -1,23 +1,29 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Avoin.Systems
|
||||
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import models
|
||||
from odoo import api, models
|
||||
|
||||
|
||||
class Report(models.Model):
|
||||
_inherit = 'report'
|
||||
class IrActionsReport(models.Model):
|
||||
_inherit = 'ir.actions.report'
|
||||
|
||||
def _build_wkhtmltopdf_args(self, paperformat,
|
||||
specific_paperformat_args=None):
|
||||
@api.model
|
||||
def _build_wkhtmltopdf_args(
|
||||
self,
|
||||
paperformat_id,
|
||||
landscape,
|
||||
specific_paperformat_args=None,
|
||||
set_viewport_size=False):
|
||||
# noinspection PyUnresolvedReferences,PyProtectedMember
|
||||
command_args = super(Report, self)._build_wkhtmltopdf_args(
|
||||
paperformat,
|
||||
specific_paperformat_args
|
||||
command_args = super(IrActionsReport, self)._build_wkhtmltopdf_args(
|
||||
paperformat_id,
|
||||
landscape,
|
||||
specific_paperformat_args,
|
||||
set_viewport_size
|
||||
)
|
||||
|
||||
for param in paperformat.custom_params:
|
||||
for param in paperformat_id.custom_params:
|
||||
command_args.extend([param.name])
|
||||
if param.value:
|
||||
command_args.extend([param.value])
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Avoin.Systems
|
||||
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import api, fields, models, _
|
||||
from odoo.exceptions import ValidationError
|
||||
|
@ -34,9 +33,11 @@ class Paper(models.Model):
|
|||
</body>
|
||||
</html>
|
||||
"""
|
||||
contenthtml = [tuple([1, sample_html])]
|
||||
content = self.env['report']._run_wkhtmltopdf(
|
||||
[], [], contenthtml, False, paperformat, False, False, False)
|
||||
contenthtml = [bytes(sample_html, 'utf-8')]
|
||||
report = self.env['ir.actions.report'].new({
|
||||
'paperformat_id': paperformat.id
|
||||
})
|
||||
content = report._run_wkhtmltopdf(contenthtml)
|
||||
if not content:
|
||||
raise ValidationError(_(
|
||||
"Failed to create a PDF using the provided parameters."))
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Avoin.Systems
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import models, fields
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Avoin.Systems
|
||||
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import test_report_paperformat
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Avoin.Systems
|
||||
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
import odoo.tests
|
||||
from odoo.exceptions import ValidationError
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<record id="paperformat_view_form_custom" model="ir.ui.view">
|
||||
<field name="name">paperformat with custom parameters</field>
|
||||
<field name="model">report.paperformat</field>
|
||||
<field name="inherit_id" ref="report.paperformat_view_form"/>
|
||||
<field name="inherit_id" ref="base.paperformat_view_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="report_ids" position="after">
|
||||
<field name="custom_params">
|
||||
|
|
Loading…
Reference in New Issue