-
-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by guewen
- Loading branch information
Showing
5 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,15 @@ msgstr "" | |
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-04-05 00:42+0000\n" | ||
"PO-Revision-Date: 2017-04-05 00:42+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"PO-Revision-Date: 2022-12-20 15:46+0000\n" | ||
"Last-Translator: mymage <[email protected]>\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" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.14.1\n" | ||
|
||
#. module: queue_job_subscribe | ||
#: model_terms:ir.ui.view,arch_db:queue_job_subscribe.view_user_connector_form | ||
|
@@ -29,11 +30,13 @@ msgid "" | |
"If this flag is checked and the user is Connector Manager, he will receive " | ||
"job notifications." | ||
msgstr "" | ||
"Se questa selezione è attiva e l'utente è un responsabile connettore, " | ||
"riceverà le notifiche di lavoro." | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model.fields,field_description:queue_job_subscribe.field_res_users__subscribe_job | ||
msgid "Job Notifications" | ||
msgstr "" | ||
msgstr "Notifiche lavoro" | ||
|
||
#. module: queue_job_subscribe | ||
#: model:ir.model,name:queue_job_subscribe.model_queue_job | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../queue_job_subscribe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import setuptools | ||
|
||
setuptools.setup( | ||
setup_requires=['setuptools-odoo'], | ||
odoo_addon=True, | ||
) |