mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-15 10:42:08 +00:00
49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
|
# Translation of Odoo Server.
|
||
|
# This file contains the translation of the following modules:
|
||
|
# * base_optional_quick_create
|
||
|
#
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2018-03-19 17:10+0000\n"
|
||
|
"PO-Revision-Date: 2023-12-28 15:22+0000\n"
|
||
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
||
|
"Language-Team: \n"
|
||
|
"Language: it\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
"Content-Transfer-Encoding: \n"
|
||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||
|
"X-Generator: Weblate 4.17\n"
|
||
|
|
||
|
#. module: base_optional_quick_create
|
||
|
#: model:ir.model.fields,field_description:base_optional_quick_create.field_ir_model__avoid_quick_create
|
||
|
msgid "Avoid Quick Create"
|
||
|
msgstr "Impedisci creazione rapida"
|
||
|
|
||
|
#. module: base_optional_quick_create
|
||
|
#. odoo-python
|
||
|
#: code:addons/base_optional_quick_create/models/ir_model.py:0
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"Can't create %(model)s with name %(name)s quickly.\n"
|
||
|
"Please contact your system administrator to disable this behaviour."
|
||
|
msgstr ""
|
||
|
"Non è possibile creare rapidamente %(model)s con nome %(name)s.\n"
|
||
|
"Contattare l'amministratore di sistema per disabilitare questa funzionalità."
|
||
|
|
||
|
#. module: base_optional_quick_create
|
||
|
#: model:ir.model,name:base_optional_quick_create.model_ir_model
|
||
|
msgid "Models"
|
||
|
msgstr "Modelli"
|
||
|
|
||
|
#, python-format
|
||
|
#~ msgid ""
|
||
|
#~ "Can't create %s with name %s quickly.\n"
|
||
|
#~ "Please contact your system administrator to disable this behaviour."
|
||
|
#~ msgstr ""
|
||
|
#~ "Non è possibile creare velocemente un %s con nome %s.\n"
|
||
|
#~ "Si prega di contattare l'amministratore di sistema per disabilitare "
|
||
|
#~ "questo comportamento."
|