[FIX] report_qweb_signer: Remove hardcoded memory limits

These limits were being hit when printing PDF reports with just 80 pages.

OCA Transbot updated translations from Transifex

[UPD] Update report_qweb_signer.pot
pull/534/head
Jairo Llopis 2017-11-17 13:21:29 +01:00 committed by Omar (Comunitea)
parent f3a9d76229
commit 69bc797722
74 changed files with 792 additions and 532 deletions

View File

@ -41,6 +41,16 @@ For example, if you want to sign only customer invoices in open or paid state:
**Note**: Linux user that executes Odoo server process must have **Note**: Linux user that executes Odoo server process must have
read access to certificate file and password file read access to certificate file and password file
Java Memory Settings
--------------------
If you are signing large amounts of reports at the same time, or if you have a
lower worker memory size than the JVM defaults, you may need to tune the JVM
heap memory limits. Do so by adding a ``$JVM_ARGS`` environment variable that
contains the required flags. Check out these links too:
- `StackOverflow answer <https://stackoverflow.com/a/14763095/1468388>`_.
- `Java docs <https://docs.oracle.com/cd/E15523_01/web.1111/e13814/jvm_tuning.htm#PERFM161>`_.
Usage Usage
===== =====
@ -100,6 +110,7 @@ Contributors
* Rafael Blasco <rafael.blasco@tecnativa.com> * Rafael Blasco <rafael.blasco@tecnativa.com>
* Antonio Espinosa <antonio.espinosa@tecnativa.com> * Antonio Espinosa <antonio.espinosa@tecnativa.com>
* Pedro M. Baeza <pedro.baeza@tecnativa.com> * Pedro M. Baeza <pedro.baeza@tecnativa.com>
* Jairo Llopis <jairo.llopis@tecnativa.com>
Maintainer Maintainer
---------- ----------

View File

@ -6,7 +6,7 @@
{ {
"name": "Qweb PDF reports signer", "name": "Qweb PDF reports signer",
"summary": "Sign Qweb PDFs usign a PKCS#12 certificate", "summary": "Sign Qweb PDFs usign a PKCS#12 certificate",
"version": "10.0.1.0.0", "version": "10.0.1.0.1",
"category": "Reporting", "category": "Reporting",
"website": "https://www.tecnativa.com", "website": "https://www.tecnativa.com",
"author": "Tecnativa, " "author": "Tecnativa, "

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
"Language: am\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: am\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 "
"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" "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: bs\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=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" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/ca_ES/)\n" "Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/"
"ca_ES/)\n"
"Language: ca_ES\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: ca_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
"Language: da\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr "Domäne zur Auswahl, ob das Dokument abgezeichnet wird oder nicht."
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
"Dateiname für das gespeicherte, abgezeichnete Dokument. Leer lassen, um das " "Dateiname für das gespeicherte, abgezeichnete Dokument. Leer lassen, um das "
"gezeichnete Dokument nicht abzuspeichern." "gezeichnete Dokument nicht abzuspeichern."
@ -190,15 +190,14 @@ msgstr "Reihenfolge"
#: code:addons/report_qweb_signer/models/report.py:121 #: code:addons/report_qweb_signer/models/report.py:121
#, python-format #, python-format
msgid "Signing report (PDF): Certificate or password file not found" msgid "Signing report (PDF): Certificate or password file not found"
msgstr "" msgstr "Bericht abzeichnen (PDF): Zertifikat oder Passwortdatei nicht gefunden"
"Bericht abzeichnen (PDF): Zertifikat oder Passwortdatei nicht gefunden"
#. module: report_qweb_signer #. module: report_qweb_signer
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
"Bericht abzeichnen (PDF): jPdfSign scheiterte (Fehlerkennzeichen: %s). " "Bericht abzeichnen (PDF): jPdfSign scheiterte (Fehlerkennzeichen: %s). "
"Meldung; %s. Ausgabe: %s" "Meldung; %s. Ausgabe: %s"

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: el_GR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -4,24 +4,26 @@
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2017
# Fernando Lara <gennesis45@gmail.com>, 2017
# enjolras <yo@miguelrevilla.com>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2018-02-16 01:44+0000\n"
"PO-Revision-Date: 2017-08-17 02:52+0000\n" "PO-Revision-Date: 2018-02-16 01:44+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" "Last-Translator: enjolras <yo@miguelrevilla.com>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
msgid "<span>This is a sample report for testing PDF certificates.</span>" msgid "<span>This is a sample report for testing PDF certificates.</span>"
msgstr "" msgstr "<span>Informe de ejemplo para probar certificados PDF.</span>"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -41,7 +43,7 @@ msgstr "Ruta al certificado"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.view_company_form #: model:ir.ui.view,arch_db:report_qweb_signer.view_company_form
msgid "Certificates (PDF signing)" msgid "Certificates (PDF signing)"
msgstr "" msgstr "Certificados (firma PDF)"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model,name:report_qweb_signer.model_res_company #: model:ir.model,name:report_qweb_signer.model_res_company
@ -61,7 +63,7 @@ msgstr "Creado por"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_create_date #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado el"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_display_name #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_display_name
@ -81,8 +83,8 @@ msgstr "Dominio para filrar si firmar o no el documento"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
"Nombre de fichero usado para guardar el documento firmado como adjunto. " "Nombre de fichero usado para guardar el documento firmado como adjunto. "
"Dejar en blanco para no guardar el documento firmado." "Dejar en blanco para no guardar el documento firmado."
@ -104,7 +106,7 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate___last_update #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate___last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación el"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_write_uid #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_write_uid
@ -114,7 +116,7 @@ msgstr "Última actualización por"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_write_date #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización el"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_model_id #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_model_id
@ -173,7 +175,7 @@ msgstr "Informe"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_attachment
msgid "Save as attachment" msgid "Save as attachment"
msgstr "Salvar como adjunto" msgstr "Guardar como adjunto"
#. module: report_qweb_signer #. module: report_qweb_signer
#: code:addons/report_qweb_signer/models/report.py:105 #: code:addons/report_qweb_signer/models/report.py:105
@ -200,8 +202,8 @@ msgstr "Firmar informes (PDF): Certificado o archivo contraseña no encontrado"
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
"Firmar informes (PDF): jPdfSign falló (código de error: %s). Mensaje: %s. " "Firmar informes (PDF): jPdfSign falló (código de error: %s). Mensaje: %s. "
"Salida: %s" "Salida: %s"
@ -209,9 +211,9 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.actions.report.xml,name:report_qweb_signer.partner_demo_report #: model:ir.actions.report.xml,name:report_qweb_signer.partner_demo_report
msgid "Test PDF certificate" msgid "Test PDF certificate"
msgstr "Test certificado PDF" msgstr "Probar certificado PDF"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model,name:report_qweb_signer.model_report_certificate #: model:ir.model,name:report_qweb_signer.model_report_certificate
msgid "report.certificate" msgid "report.certificate"
msgstr "" msgstr "report.certificate"

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_CL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_CO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_CR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_DO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_EC\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_PE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_PY\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es_VE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
"Language: et\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
"Language: eu\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: fr_CA\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: fr_CH\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -10,26 +10,37 @@ msgstr ""
"POT-Creation-Date: 2016-12-24 04:38+0000\n" "POT-Creation-Date: 2016-12-24 04:38+0000\n"
"PO-Revision-Date: 2016-12-27 08:20+0000\n" "PO-Revision-Date: 2016-12-27 08:20+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: French (France) (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/fr_FR/)\n" "Language-Team: French (France) (http://www.transifex.com/oca/OCA-reporting-"
"engine-8-0/language/fr_FR/)\n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: fr_FR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,allow_only_one:0 #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
msgid "<span>This is a sample report for testing PDF certificates.</span>"
msgstr ""
#. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
msgid "<strong>Partner:</strong>"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_allow_only_one
msgid "Allow only one document" msgid "Allow only one document"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,path:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_path
msgid "Certificate file path" msgid "Certificate file path"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: view:res.company:report_qweb_signer.view_company_form #: model:ir.ui.view,arch_db:report_qweb_signer.view_company_form
msgid "Certificates" msgid "Certificates (PDF signing)"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -38,81 +49,81 @@ msgid "Companies"
msgstr "Sociétés" msgstr "Sociétés"
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,company_id:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_company_id
msgid "Company" msgid "Company"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,create_uid:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_create_uid
msgid "Created by" msgid "Created by"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,create_date:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_create_date
msgid "Created on" msgid "Created on"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,display_name:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,domain:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_domain
msgid "Domain" msgid "Domain"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: help:report.certificate,domain:0 #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_domain
msgid "Domain for filtering if sign or not the document" msgid "Domain for filtering if sign or not the document"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: help:report.certificate,attachment:0 #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,id:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: help:report.certificate,allow_only_one:0 #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_allow_only_one
msgid "" msgid ""
"If True, this certificate can not be useb to sign a PDF from several " "If True, this certificate can not be useb to sign a PDF from several "
"documents." "documents."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,__last_update:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate___last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,write_uid:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,write_date:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,model_id:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_model_id
msgid "Model" msgid "Model"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: help:report.certificate,model_id:0 #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_model_id
msgid "Model where apply this certificate" msgid "Model where apply this certificate"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,name:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_name
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -123,33 +134,28 @@ msgid "PDF certificates"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: view:report.certificate:report_qweb_signer.view_report_certificate_form #: model:ir.ui.view,arch_db:report_qweb_signer.view_report_certificate_form
msgid "PDF report certificate" msgid "PDF report certificate"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: view:report.certificate:report_qweb_signer.view_report_certificate_tree #: model:ir.model.fields,field_description:report_qweb_signer.field_res_company_report_certificate_ids
#: field:res.company,report_certificate_ids:0 #: model:ir.ui.view,arch_db:report_qweb_signer.view_report_certificate_tree
msgid "PDF report certificates" msgid "PDF report certificates"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: view:website:report_qweb_signer.report_partner_demo_document #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_password_file
msgid "Partner:"
msgstr ""
#. module: report_qweb_signer
#: field:report.certificate,password_file:0
msgid "Password file path" msgid "Password file path"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: help:report.certificate,path:0 #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_path
msgid "Path to PKCS#12 certificate file" msgid "Path to PKCS#12 certificate file"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: help:report.certificate,password_file:0 #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_password_file
msgid "Path to certificate password file" msgid "Path to certificate password file"
msgstr "" msgstr ""
@ -159,43 +165,43 @@ msgid "Report"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,attachment:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_attachment
msgid "Save as attachment" msgid "Save as attachment"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: code:addons/report_qweb_signer/models/report.py:119 #: code:addons/report_qweb_signer/models/report.py:105
#, python-format #, python-format
msgid "" msgid ""
"Saving signed report (PDF): You do not have enought access rights to save " "Saving signed report (PDF): You do not have enough access rights to save "
"attachments" "attachments"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: field:report.certificate,sequence:0 #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_sequence
msgid "Sequence" msgid "Sequence"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: code:addons/report_qweb_signer/models/report.py:139 #: code:addons/report_qweb_signer/models/report.py:121
#, python-format #, python-format
msgid "Signing report (PDF): Certificate or password file not found" msgid "Signing report (PDF): Certificate or password file not found"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: code:addons/report_qweb_signer/models/report.py:148 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.actions.report.xml,name:report_qweb_signer.partner_demo #: model:ir.actions.report.xml,name:report_qweb_signer.partner_demo_report
msgid "Test PDF certificate" msgid "Test PDF certificate"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: view:website:report_qweb_signer.report_partner_demo_document #: model:ir.model,name:report_qweb_signer.model_report_certificate
msgid "This is a sample report for testing PDF certificates" msgid "report.certificate"
msgstr "" msgstr ""

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
"Language: gl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: gl_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" "Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n"
"Language: he\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -4,34 +4,36 @@
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017 # OCA Transbot <transbot@odoo-community.org>, 2017
# Bole <bole@dajmi5.com>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 10.0\n" "Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2018-02-16 01:44+0000\n"
"PO-Revision-Date: 2017-08-17 02:52+0000\n" "PO-Revision-Date: 2018-02-16 01:44+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" "Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: hr\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=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" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
msgid "<span>This is a sample report for testing PDF certificates.</span>" msgid "<span>This is a sample report for testing PDF certificates.</span>"
msgstr "" msgstr "<span>Ovo je uzorak izvještaja za testiranje PDF certifikata.</span>"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
msgid "<strong>Partner:</strong>" msgid "<strong>Partner:</strong>"
msgstr "" msgstr "<strong>Partner:</strong>"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_allow_only_one #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_allow_only_one
msgid "Allow only one document" msgid "Allow only one document"
msgstr "" msgstr "Dozvoli samo jedan dokument"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_path #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_path
@ -66,7 +68,7 @@ msgstr "Kreirano"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_display_name #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_display_name
msgid "Display Name" msgid "Display Name"
msgstr "Naziv " msgstr "Naziv"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_domain #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_domain
@ -81,8 +83,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -110,7 +112,7 @@ msgstr "Zadnji ažurirao"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_write_date #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Zadnje ažuriranje" msgstr "Zadnje ažurirano"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_model_id #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_model_id
@ -157,17 +159,17 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_password_file #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_password_file
msgid "Path to certificate password file" msgid "Path to certificate password file"
msgstr "" msgstr "Putanja do datoteke za zaporkom certifikata"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model,name:report_qweb_signer.model_report #: model:ir.model,name:report_qweb_signer.model_report
msgid "Report" msgid "Report"
msgstr "" msgstr "Izvještaj"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_attachment
msgid "Save as attachment" msgid "Save as attachment"
msgstr "" msgstr "Spremi kao prilog"
#. module: report_qweb_signer #. module: report_qweb_signer
#: code:addons/report_qweb_signer/models/report.py:105 #: code:addons/report_qweb_signer/models/report.py:105
@ -192,16 +194,16 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.actions.report.xml,name:report_qweb_signer.partner_demo_report #: model:ir.actions.report.xml,name:report_qweb_signer.partner_demo_report
msgid "Test PDF certificate" msgid "Test PDF certificate"
msgstr "" msgstr "Test PDF certifikata"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model,name:report_qweb_signer.model_report_certificate #: model:ir.model,name:report_qweb_signer.model_report_certificate
msgid "report.certificate" msgid "report.certificate"
msgstr "" msgstr "report.certificate"

View File

@ -12,12 +12,14 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-Date: 2017-08-17 02:52+0000\n" "PO-Revision-Date: 2017-08-17 02:52+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n" "Last-Translator: Bole <bole@dajmi5.com>, 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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"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" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -82,8 +84,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -193,8 +195,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
"Language: hu\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" "Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" "Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
"Language: ko\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
"Language: lt\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=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" "%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,12 +11,14 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +83,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +194,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
"Language: lv\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" "2);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
"Language: mk\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
"Language: mn\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: mn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: nb_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: nl_BE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-Date: 2017-08-17 02:52+0000\n" "PO-Revision-Date: 2017-08-17 02:52+0000\n"
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: nl_NL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,11 +12,13 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (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" "%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_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +83,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +194,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
"Language: pt\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -0,0 +1,195 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * report_qweb_signer
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.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_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
msgid "<span>This is a sample report for testing PDF certificates.</span>"
msgstr ""
#. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
msgid "<strong>Partner:</strong>"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_allow_only_one
msgid "Allow only one document"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_path
msgid "Certificate file path"
msgstr ""
#. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.view_company_form
msgid "Certificates (PDF signing)"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model,name:report_qweb_signer.model_res_company
msgid "Companies"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_company_id
msgid "Company"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_create_uid
msgid "Created by"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_create_date
msgid "Created on"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_display_name
msgid "Display Name"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_domain
msgid "Domain"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_domain
msgid "Domain for filtering if sign or not the document"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "Filename used to store signed document as attachment. Keep empty to not save signed document."
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_id
msgid "ID"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_allow_only_one
msgid "If True, this certificate can not be useb to sign a PDF from several documents."
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate___last_update
msgid "Last Modified on"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_write_uid
msgid "Last Updated by"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_write_date
msgid "Last Updated on"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_model_id
msgid "Model"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_model_id
msgid "Model where apply this certificate"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_name
msgid "Name"
msgstr ""
#. module: report_qweb_signer
#: model:ir.actions.act_window,name:report_qweb_signer.action_report_certificate
#: model:ir.ui.menu,name:report_qweb_signer.menu_report_certificate
msgid "PDF certificates"
msgstr ""
#. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.view_report_certificate_form
msgid "PDF report certificate"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_res_company_report_certificate_ids
#: model:ir.ui.view,arch_db:report_qweb_signer.view_report_certificate_tree
msgid "PDF report certificates"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_password_file
msgid "Password file path"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_path
msgid "Path to PKCS#12 certificate file"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_password_file
msgid "Path to certificate password file"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model,name:report_qweb_signer.model_report
msgid "Report"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_attachment
msgid "Save as attachment"
msgstr ""
#. module: report_qweb_signer
#: code:addons/report_qweb_signer/models/report.py:105
#, python-format
msgid "Saving signed report (PDF): You do not have enough access rights to save attachments"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model.fields,field_description:report_qweb_signer.field_report_certificate_sequence
msgid "Sequence"
msgstr ""
#. module: report_qweb_signer
#: code:addons/report_qweb_signer/models/report.py:121
#, python-format
msgid "Signing report (PDF): Certificate or password file not found"
msgstr ""
#. module: report_qweb_signer
#: code:addons/report_qweb_signer/models/report.py:130
#, python-format
msgid "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: %s"
msgstr ""
#. module: report_qweb_signer
#: model:ir.actions.report.xml,name:report_qweb_signer.partner_demo_report
msgid "Test PDF certificate"
msgstr ""
#. module: report_qweb_signer
#: model:ir.model,name:report_qweb_signer.model_report_certificate
msgid "report.certificate"
msgstr ""

View File

@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
"Language: ro\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" "2:1));\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,11 +12,13 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 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" "%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_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +83,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +194,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
"Language: sk\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" "%100==4 ? 2 : 3);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +82,8 @@ msgstr "Domena, ki določa če naj se dokument podpiše ali ne"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
"Naziv datoteke za shranjevanje podpisanega dokumenta kot priponke. Da bi " "Naziv datoteke za shranjevanje podpisanega dokumenta kot priponke. Da bi "
"pustili dokument nepodpisan pustite prazno." "pustili dokument nepodpisan pustite prazno."
@ -197,8 +198,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
"Podpisovanje poročila (PDF): jPdfSign neuspešno (koda napake: %s). " "Podpisovanje poročila (PDF): jPdfSign neuspešno (koda napake: %s). "
"Sporočilo: %s. Izid: %s" "Sporočilo: %s. Izid: %s"

View File

@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" "Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
"Language: sr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: sr\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=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" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,12 +11,14 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"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" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +83,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +194,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
"Language: sv\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
"Language: th\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: th\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: tr_TR\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
"Language: uk\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: uk\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=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" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document #: model:ir.ui.view,arch_db:report_qweb_signer.report_partner_demo_document
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-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" "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n"
"Language: vi\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +81,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +192,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: vi_VN\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-08-17 02:52+0000\n" "POT-Creation-Date: 2017-08-17 02:52+0000\n"
"PO-Revision-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" "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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#. module: report_qweb_signer #. module: report_qweb_signer
@ -81,8 +82,8 @@ msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
#: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment #: model:ir.model.fields,help:report_qweb_signer.field_report_certificate_attachment
msgid "" msgid ""
"Filename used to store signed document as attachment. Keep empty to not save" "Filename used to store signed document as attachment. Keep empty to not save "
" signed document." "signed document."
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer
@ -192,8 +193,8 @@ msgstr ""
#: code:addons/report_qweb_signer/models/report.py:130 #: code:addons/report_qweb_signer/models/report.py:130
#, python-format #, python-format
msgid "" msgid ""
"Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output:" "Signing report (PDF): jPdfSign failed (error code: %s). Message: %s. Output: "
" %s" "%s"
msgstr "" msgstr ""
#. module: report_qweb_signer #. module: report_qweb_signer

View File

@ -108,7 +108,7 @@ class Report(models.Model):
def _signer_bin(self, opts): def _signer_bin(self, opts):
me = os.path.dirname(__file__) me = os.path.dirname(__file__)
java_bin = 'java -jar -Xms4M -Xmx4M' java_bin = 'java -jar'
jar = '{}/../static/jar/jPdfSign.jar'.format(me) jar = '{}/../static/jar/jPdfSign.jar'.format(me)
return '%s %s %s' % (java_bin, jar, opts) return '%s %s %s' % (java_bin, jar, opts)