Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 136 additions & 0 deletions project_task_stage_auto_state/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_task_stage_auto_state
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\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"

#. module: project_task_stage_auto_state
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_cancel_from_approved
msgid "Allow Cancel from Approved"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_cancel_from_changes_requested
msgid "Allow Cancel from Changes Requested"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_cancel_from_in_progress
msgid "Allow Cancel from In Progress"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_cancel_from_waiting
msgid "Allow Cancel from Waiting"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_done_from_approved
msgid "Allow Done from Approved"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_done_from_changes_requested
msgid "Allow Done from Changes Requested"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_done_from_in_progress
msgid "Allow Done from In Progress"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__allow_done_from_waiting
msgid "Allow Done from Waiting"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.constraint,message:project_task_stage_auto_state.constraint_project_task_type_check_auto_cancel_days
msgid "Auto Cancel days must be non-negative."
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.constraint,message:project_task_stage_auto_state.constraint_project_task_type_check_auto_done_days
msgid "Auto Done days must be non-negative."
msgstr ""

#. module: project_task_stage_auto_state
#: model_terms:ir.ui.view,arch_db:project_task_stage_auto_state.project_task_type_form_view_inherit
msgid "Auto-Cancel"
msgstr ""

#. module: project_task_stage_auto_state
#: model_terms:ir.ui.view,arch_db:project_task_stage_auto_state.project_task_type_form_view_inherit
msgid "Auto-Done"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__auto_cancel_days
msgid "Auto-cancel after days"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.fields,field_description:project_task_stage_auto_state.field_project_task_type__auto_done_days
msgid "Auto-mark as done after days"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.fields,help:project_task_stage_auto_state.field_project_task_type__auto_cancel_days
msgid ""
"Automatically cancel tasks after staying in this stage for the specified "
"number of days. Set to 0 to disable this feature."
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model.fields,help:project_task_stage_auto_state.field_project_task_type__auto_done_days
msgid ""
"Automatically mark tasks as done after staying in this stage for the "
"specified number of days. Set to 0 to disable this feature."
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.actions.server,name:project_task_stage_auto_state.ir_cron_auto_change_task_state_ir_actions_server
msgid "Project: Auto-change task state by stage"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model,name:project_task_stage_auto_state.model_project_task
msgid "Task"
msgstr ""

#. module: project_task_stage_auto_state
#: model:ir.model,name:project_task_stage_auto_state.model_project_task_type
msgid "Task Stage"
msgstr ""

#. module: project_task_stage_auto_state
#. odoo-python
#: code:addons/project_task_stage_auto_state/models/project_task.py:0
msgid "Task automatically %(mode)s after %(days)i days in stage '%(stage)s'."
msgstr ""

#. module: project_task_stage_auto_state
#. odoo-python
#: code:addons/project_task_stage_auto_state/models/project_task_type.py:0
msgid ""
"When 'Auto-cancel after days' is set for stage '%(stage)s', at least one "
"state must be selected to allow auto-cancel."
msgstr ""

#. module: project_task_stage_auto_state
#. odoo-python
#: code:addons/project_task_stage_auto_state/models/project_task_type.py:0
msgid ""
"When 'Auto-mark as done after days' is set for stage '%(stage)s', at least "
"one state must be selected to allow marking as done."
msgstr ""
Loading