Skip to content

Commit 09b12c4

Browse files
mymageweblate
authored andcommitted
Added translation using Weblate (Italian)
1 parent 1ceceec commit 09b12c4

File tree

1 file changed

+101
-0
lines changed
  • report_qweb_encrypt/i18n

1 file changed

+101
-0
lines changed

report_qweb_encrypt/i18n/it.po

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * report_qweb_encrypt
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: it\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: \n"
15+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
16+
17+
#. module: report_qweb_encrypt
18+
#: model:ir.model.fields,help:report_qweb_encrypt.field_ir_actions_report__encrypt
19+
msgid ""
20+
"* Manual Input Password: allow user to key in password on the fly. This option available only on document print action.\n"
21+
"* Auto Generated Password: system will auto encrypt password when PDF created, based on provided python syntax."
22+
msgstr ""
23+
24+
#. module: report_qweb_encrypt
25+
#: model:ir.model.fields.selection,name:report_qweb_encrypt.selection__ir_actions_report__encrypt__auto
26+
msgid "Auto Generated Password"
27+
msgstr ""
28+
29+
#. module: report_qweb_encrypt
30+
#. openerp-web
31+
#: code:addons/report_qweb_encrypt/static/src/js/report/action_manager_report.js:0
32+
#, python-format
33+
msgid "Cancel"
34+
msgstr ""
35+
36+
#. module: report_qweb_encrypt
37+
#: model:ir.model.fields,field_description:report_qweb_encrypt.field_ir_actions_report__display_name
38+
msgid "Display Name"
39+
msgstr ""
40+
41+
#. module: report_qweb_encrypt
42+
#. openerp-web
43+
#: code:addons/report_qweb_encrypt/static/src/js/report/action_manager_report.js:0
44+
#, python-format
45+
msgid "Encrypt"
46+
msgstr ""
47+
48+
#. module: report_qweb_encrypt
49+
#: model:ir.model.fields,field_description:report_qweb_encrypt.field_ir_actions_report__encrypt_password
50+
msgid "Encrypt Password"
51+
msgstr ""
52+
53+
#. module: report_qweb_encrypt
54+
#: model:ir.model.fields,field_description:report_qweb_encrypt.field_ir_actions_report__encrypt
55+
msgid "Encryption"
56+
msgstr ""
57+
58+
#. module: report_qweb_encrypt
59+
#: model:ir.model.fields,field_description:report_qweb_encrypt.field_ir_actions_report__id
60+
msgid "ID"
61+
msgstr ""
62+
63+
#. module: report_qweb_encrypt
64+
#: model:ir.model.fields,field_description:report_qweb_encrypt.field_ir_actions_report____last_update
65+
msgid "Last Modified on"
66+
msgstr ""
67+
68+
#. module: report_qweb_encrypt
69+
#: model:ir.model.fields.selection,name:report_qweb_encrypt.selection__ir_actions_report__encrypt__manual
70+
msgid "Manual Input Password"
71+
msgstr ""
72+
73+
#. module: report_qweb_encrypt
74+
#. openerp-web
75+
#: code:addons/report_qweb_encrypt/static/src/js/report/action_manager_report.js:0
76+
#, python-format
77+
msgid "Ok"
78+
msgstr ""
79+
80+
#. module: report_qweb_encrypt
81+
#: model:ir.model.fields,help:report_qweb_encrypt.field_ir_actions_report__encrypt_password
82+
msgid "Python code syntax to gnerate password."
83+
msgstr ""
84+
85+
#. module: report_qweb_encrypt
86+
#: code:addons/report_qweb_encrypt/models/ir_actions_report.py:0
87+
#, python-format
88+
msgid ""
89+
"Python code used for encryption password is invalid.\n"
90+
"%s"
91+
msgstr ""
92+
93+
#. module: report_qweb_encrypt
94+
#: model:ir.model,name:report_qweb_encrypt.model_ir_actions_report
95+
msgid "Report Action"
96+
msgstr ""
97+
98+
#. module: report_qweb_encrypt
99+
#: model_terms:ir.ui.view,arch_db:report_qweb_encrypt.ir_actions_report_form_view
100+
msgid "python syntax, i.e., (object.default_code or 'secretcode')"
101+
msgstr ""

0 commit comments

Comments
 (0)