mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-18 15:32:03 +02:00
44 lines
1.5 KiB
Text
44 lines
1.5 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * project_task_code
|
|
#
|
|
# Translators:
|
|
# OCA Transbot <transbot@odoo-community.org>, 2016
|
|
# Paolo Valier <paolo.valier@hotmail.it>, 2016
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2016-12-23 03:43+0000\n"
|
|
"PO-Revision-Date: 2024-01-20 17:36+0000\n"
|
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
|
"Language: it\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
"X-Generator: Weblate 4.17\n"
|
|
|
|
#. module: project_task_code
|
|
#: model_terms:ir.ui.view,arch_db:project_task_code.project_task_code_form_view
|
|
msgid "<span class=\"oe_inline\"> - </span>"
|
|
msgstr "<span class=\"oe_inline\"> - </span>"
|
|
|
|
#. module: project_task_code
|
|
#: model:ir.model,name:project_task_code.model_project_task
|
|
msgid "Task"
|
|
msgstr "Lavoro"
|
|
|
|
#. module: project_task_code
|
|
#: model:ir.model.fields,field_description:project_task_code.field_project_task__code
|
|
msgid "Task Number"
|
|
msgstr "Numero lavoro"
|
|
|
|
#. module: project_task_code
|
|
#. odoo-python
|
|
#: code:addons/project_task_code/models/project_task.py:0
|
|
#: model:ir.model.constraint,message:project_task_code.constraint_project_task_project_task_unique_code
|
|
#, python-format
|
|
msgid "The code must be unique!"
|
|
msgstr "Il codice deve essere univoco!"
|