diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/note_pad | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/note_pad')
84 files changed, 3115 insertions, 0 deletions
diff --git a/addons/note_pad/__init__.py b/addons/note_pad/__init__.py new file mode 100644 index 00000000..dc5e6b69 --- /dev/null +++ b/addons/note_pad/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/addons/note_pad/__manifest__.py b/addons/note_pad/__manifest__.py new file mode 100644 index 00000000..17abd678 --- /dev/null +++ b/addons/note_pad/__manifest__.py @@ -0,0 +1,28 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Memos pad', + 'version': '0.1', + 'category': 'Productivity/Notes', + 'description': """ +This module update memos inside Odoo for using an external pad +================================================================= + +Use for update your text memo in real time with the following user that you invite. + +""", + 'summary': 'Sticky memos, Collaborative', + 'depends': [ + 'mail', + 'pad', + 'note', + ], + 'data': [ + 'views/note_views.xml', + ], + 'installable': True, + 'application': False, + 'auto_install': True, + 'license': 'LGPL-3', +} diff --git a/addons/note_pad/i18n/af.po b/addons/note_pad/i18n/af.po new file mode 100644 index 00000000..09eceea2 --- /dev/null +++ b/addons/note_pad/i18n/af.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/am.po b/addons/note_pad/i18n/am.po new file mode 100644 index 00000000..451940bb --- /dev/null +++ b/addons/note_pad/i18n/am.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/ar.po b/addons/note_pad/i18n/ar.po new file mode 100644 index 00000000..34fb4a28 --- /dev/null +++ b/addons/note_pad/i18n/ar.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# Mosaab Alzoubi <moceap@hotmail.com>, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Osama Ahmaro <osamaahmaro@gmail.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "المُعرف" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "الملاحظات" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "رابط باد" diff --git a/addons/note_pad/i18n/az.po b/addons/note_pad/i18n/az.po new file mode 100644 index 00000000..d8891cdf --- /dev/null +++ b/addons/note_pad/i18n/az.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-08-24 09:21+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/bg.po b/addons/note_pad/i18n/bg.po new file mode 100644 index 00000000..7f17b6b2 --- /dev/null +++ b/addons/note_pad/i18n/bg.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Maria Boyadjieva <marabo2000@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Забележка" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad Url" diff --git a/addons/note_pad/i18n/bn.po b/addons/note_pad/i18n/bn.po new file mode 100644 index 00000000..3599da01 --- /dev/null +++ b/addons/note_pad/i18n/bn.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "আইডি " + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/bs.po b/addons/note_pad/i18n/bs.po new file mode 100644 index 00000000..573dd934 --- /dev/null +++ b/addons/note_pad/i18n/bs.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Boško Stojaković <bluesoft83@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\n" +"Last-Translator: Boško Stojaković <bluesoft83@gmail.com>, 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Zabilješka" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/ca.po b/addons/note_pad/i18n/ca.po new file mode 100644 index 00000000..edca848f --- /dev/null +++ b/addons/note_pad/i18n/ca.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Manel Fernandez Ramirez <manelfera@outlook.com>, 2020 +# Josep Anton Belchi, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Josep Anton Belchi, 2021\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Nota" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Url llibreta" diff --git a/addons/note_pad/i18n/ckb.po b/addons/note_pad/i18n/ckb.po new file mode 100644 index 00000000..011f9a4f --- /dev/null +++ b/addons/note_pad/i18n/ckb.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ناسنامە" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "تێبینی" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "بەستەری پاد" diff --git a/addons/note_pad/i18n/cs.po b/addons/note_pad/i18n/cs.po new file mode 100644 index 00000000..ef48f24a --- /dev/null +++ b/addons/note_pad/i18n/cs.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# Jiří Podhorecký, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Jiří Podhorecký, 2020\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Poznámka" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad Url" diff --git a/addons/note_pad/i18n/da.po b/addons/note_pad/i18n/da.po new file mode 100644 index 00000000..2cf7877c --- /dev/null +++ b/addons/note_pad/i18n/da.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Pernille Kristensen <pernillekristensen1994@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Pernille Kristensen <pernillekristensen1994@gmail.com>, 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Notat" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad URL" diff --git a/addons/note_pad/i18n/de.po b/addons/note_pad/i18n/de.po new file mode 100644 index 00000000..507ded1e --- /dev/null +++ b/addons/note_pad/i18n/de.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Notiz" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad URL" diff --git a/addons/note_pad/i18n/el.po b/addons/note_pad/i18n/el.po new file mode 100644 index 00000000..e505085a --- /dev/null +++ b/addons/note_pad/i18n/el.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis <goutoudis@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "Κωδικός" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Σημείωση" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Διεύθυνση Url Pad" diff --git a/addons/note_pad/i18n/en_GB.po b/addons/note_pad/i18n/en_GB.po new file mode 100644 index 00000000..7bd322a8 --- /dev/null +++ b/addons/note_pad/i18n/en_GB.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/eo.po b/addons/note_pad/i18n/eo.po new file mode 100644 index 00000000..f3182927 --- /dev/null +++ b/addons/note_pad/i18n/eo.po @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/es.po b/addons/note_pad/i18n/es.po new file mode 100644 index 00000000..365c8dc5 --- /dev/null +++ b/addons/note_pad/i18n/es.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Nota" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Dirección del PAD" diff --git a/addons/note_pad/i18n/es_BO.po b/addons/note_pad/i18n/es_BO.po new file mode 100644 index 00000000..4e038db3 --- /dev/null +++ b/addons/note_pad/i18n/es_BO.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_BO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/es_CL.po b/addons/note_pad/i18n/es_CL.po new file mode 100644 index 00000000..de6e20cf --- /dev/null +++ b/addons/note_pad/i18n/es_CL.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/es_CO.po b/addons/note_pad/i18n/es_CO.po new file mode 100644 index 00000000..4732d375 --- /dev/null +++ b/addons/note_pad/i18n/es_CO.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/es_CR.po b/addons/note_pad/i18n/es_CR.po new file mode 100644 index 00000000..ade4be20 --- /dev/null +++ b/addons/note_pad/i18n/es_CR.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/es_DO.po b/addons/note_pad/i18n/es_DO.po new file mode 100644 index 00000000..95da3e82 --- /dev/null +++ b/addons/note_pad/i18n/es_DO.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/es_EC.po b/addons/note_pad/i18n/es_EC.po new file mode 100644 index 00000000..bbf837ce --- /dev/null +++ b/addons/note_pad/i18n/es_EC.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/es_MX.po b/addons/note_pad/i18n/es_MX.po new file mode 100644 index 00000000..32bf04bb --- /dev/null +++ b/addons/note_pad/i18n/es_MX.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# Daniela Cervantes <dace@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Daniela Cervantes <dace@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Nombre en pantalla" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Nota" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Dirección del PAD" diff --git a/addons/note_pad/i18n/es_PE.po b/addons/note_pad/i18n/es_PE.po new file mode 100644 index 00000000..efe5e723 --- /dev/null +++ b/addons/note_pad/i18n/es_PE.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/es_PY.po b/addons/note_pad/i18n/es_PY.po new file mode 100644 index 00000000..1ac8910f --- /dev/null +++ b/addons/note_pad/i18n/es_PY.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PY\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/es_VE.po b/addons/note_pad/i18n/es_VE.po new file mode 100644 index 00000000..e9c95f41 --- /dev/null +++ b/addons/note_pad/i18n/es_VE.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/et.po b/addons/note_pad/i18n/et.po new file mode 100644 index 00000000..a19cc9bc --- /dev/null +++ b/addons/note_pad/i18n/et.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Triine Aavik <triine@avalah.ee>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Triine Aavik <triine@avalah.ee>, 2020\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Märkus" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/eu.po b/addons/note_pad/i18n/eu.po new file mode 100644 index 00000000..11060212 --- /dev/null +++ b/addons/note_pad/i18n/eu.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2021 +# oihane <oihanecruce@gmail.com>, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Eneko <eastigarraga@codesyntax.com>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Oharra" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "PAD-aren url-a" diff --git a/addons/note_pad/i18n/fa.po b/addons/note_pad/i18n/fa.po new file mode 100644 index 00000000..beb6b7b6 --- /dev/null +++ b/addons/note_pad/i18n/fa.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Hamid Darabi, 2020 +# Hamed Mohammadi <hamed@dehongi.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Hamed Mohammadi <hamed@dehongi.com>, 2020\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "شناسه" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "یادداشت" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/fi.po b/addons/note_pad/i18n/fi.po new file mode 100644 index 00000000..396ee2ad --- /dev/null +++ b/addons/note_pad/i18n/fi.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Muistiinpano" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad URL" diff --git a/addons/note_pad/i18n/fo.po b/addons/note_pad/i18n/fo.po new file mode 100644 index 00000000..208683ce --- /dev/null +++ b/addons/note_pad/i18n/fo.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/fr.po b/addons/note_pad/i18n/fr.po new file mode 100644 index 00000000..d82464b2 --- /dev/null +++ b/addons/note_pad/i18n/fr.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Gilles Mangin <gilles.mangin@phidias.fr>, 2020\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Note" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Lien du pad" diff --git a/addons/note_pad/i18n/fr_BE.po b/addons/note_pad/i18n/fr_BE.po new file mode 100644 index 00000000..fc43dbbf --- /dev/null +++ b/addons/note_pad/i18n/fr_BE.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2015-08-25 10:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/" +"language/fr_BE/)\n" +"Language: fr_BE\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: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Note" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/fr_CA.po b/addons/note_pad/i18n/fr_CA.po new file mode 100644 index 00000000..18bad3e8 --- /dev/null +++ b/addons/note_pad/i18n/fr_CA.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/gl.po b/addons/note_pad/i18n/gl.po new file mode 100644 index 00000000..54977334 --- /dev/null +++ b/addons/note_pad/i18n/gl.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/gu.po b/addons/note_pad/i18n/gu.po new file mode 100644 index 00000000..d320028f --- /dev/null +++ b/addons/note_pad/i18n/gu.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-22 14:10+0000\n" +"PO-Revision-Date: 2018-03-22 14:10+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "નોંધ" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/he.po b/addons/note_pad/i18n/he.po new file mode 100644 index 00000000..2658b3d5 --- /dev/null +++ b/addons/note_pad/i18n/he.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# ExcaliberX <excaliberx@gmail.com>, 2020 +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# Lilach Gilliam <lilach.gilliam@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Lilach Gilliam <lilach.gilliam@gmail.com>, 2021\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "שם תצוגה" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "מזהה" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "שונה לאחרונה ב - " + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "הערה" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "קישור ל- Pad" diff --git a/addons/note_pad/i18n/hi.po b/addons/note_pad/i18n/hi.po new file mode 100644 index 00000000..5898cf63 --- /dev/null +++ b/addons/note_pad/i18n/hi.po @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/hr.po b/addons/note_pad/i18n/hr.po new file mode 100644 index 00000000..b501d9cb --- /dev/null +++ b/addons/note_pad/i18n/hr.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Vladimir Olujić <olujic.vladimir@storm.hr>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Vladimir Olujić <olujic.vladimir@storm.hr>, 2020\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Bilješka" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad Url" diff --git a/addons/note_pad/i18n/hu.po b/addons/note_pad/i18n/hu.po new file mode 100644 index 00000000..a364b7ab --- /dev/null +++ b/addons/note_pad/i18n/hu.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# krnkris, 2021 +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "Azonosító" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Megjegyzés" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad/szerkesztő URL elérési útja" diff --git a/addons/note_pad/i18n/id.po b/addons/note_pad/i18n/id.po new file mode 100644 index 00000000..1405cf33 --- /dev/null +++ b/addons/note_pad/i18n/id.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Wahyu Setiawan <wahyusetiaaa@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Wahyu Setiawan <wahyusetiaaa@gmail.com>, 2020\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Catatan" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad Url" diff --git a/addons/note_pad/i18n/is.po b/addons/note_pad/i18n/is.po new file mode 100644 index 00000000..5c7c2a5c --- /dev/null +++ b/addons/note_pad/i18n/is.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Bjorn Ingvarsson <boi@exigo.is>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-08-24 09:21+0000\n" +"Last-Translator: Bjorn Ingvarsson <boi@exigo.is>, 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Athugasemd" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/it.po b/addons/note_pad/i18n/it.po new file mode 100644 index 00000000..95e85f31 --- /dev/null +++ b/addons/note_pad/i18n/it.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Sergio Zanchetta <primes2h@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2020\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Nota" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "URL del pad" diff --git a/addons/note_pad/i18n/ja.po b/addons/note_pad/i18n/ja.po new file mode 100644 index 00000000..449a0f6d --- /dev/null +++ b/addons/note_pad/i18n/ja.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# Norimichi Sugimoto <norimichi.sugimoto@tls-ltd.co.jp>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Norimichi Sugimoto <norimichi.sugimoto@tls-ltd.co.jp>, 2020\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "ノート" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad Url" diff --git a/addons/note_pad/i18n/ka.po b/addons/note_pad/i18n/ka.po new file mode 100644 index 00000000..d5fb7719 --- /dev/null +++ b/addons/note_pad/i18n/ka.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# Temur, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Temur, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "შენიშვნა" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/kab.po b/addons/note_pad/i18n/kab.po new file mode 100644 index 00000000..a8303b9a --- /dev/null +++ b/addons/note_pad/i18n/kab.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/km.po b/addons/note_pad/i18n/km.po new file mode 100644 index 00000000..30b8b1c7 --- /dev/null +++ b/addons/note_pad/i18n/km.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2020 +# Lux Sok <sok.lux@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2020\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "អត្តសញ្ញាណ" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "កំណត់សម្គាល់" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad Url" diff --git a/addons/note_pad/i18n/ko.po b/addons/note_pad/i18n/ko.po new file mode 100644 index 00000000..65dfa9b6 --- /dev/null +++ b/addons/note_pad/i18n/ko.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Seongseok Shin <shinss61@hotmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Seongseok Shin <shinss61@hotmail.com>, 2020\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "메모" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "패드 Url" diff --git a/addons/note_pad/i18n/lb.po b/addons/note_pad/i18n/lb.po new file mode 100644 index 00000000..684770aa --- /dev/null +++ b/addons/note_pad/i18n/lb.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2019-08-26 09:12+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/lo.po b/addons/note_pad/i18n/lo.po new file mode 100644 index 00000000..07057c20 --- /dev/null +++ b/addons/note_pad/i18n/lo.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/lt.po b/addons/note_pad/i18n/lt.po new file mode 100644 index 00000000..01720aee --- /dev/null +++ b/addons/note_pad/i18n/lt.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Pastaba" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Nuorodą į užrašinę" diff --git a/addons/note_pad/i18n/lv.po b/addons/note_pad/i18n/lv.po new file mode 100644 index 00000000..57eb342c --- /dev/null +++ b/addons/note_pad/i18n/lv.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Arnis Putniņš <arnis@allegro.lv>, 2020 +# ievaputnina <ievai.putninai@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: ievaputnina <ievai.putninai@gmail.com>, 2020\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Attēlotais nosaukums" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Pēdējoreiz modificēts" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Piezīmes" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/mk.po b/addons/note_pad/i18n/mk.po new file mode 100644 index 00000000..3002cb97 --- /dev/null +++ b/addons/note_pad/i18n/mk.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/mn.po b/addons/note_pad/i18n/mn.po new file mode 100644 index 00000000..69bd4155 --- /dev/null +++ b/addons/note_pad/i18n/mn.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Тэмдэглэл" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Хавтангийн Url" diff --git a/addons/note_pad/i18n/nb.po b/addons/note_pad/i18n/nb.po new file mode 100644 index 00000000..4847db30 --- /dev/null +++ b/addons/note_pad/i18n/nb.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Marius Stedjan <marius@stedjan.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Notat" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Notatblokklink" diff --git a/addons/note_pad/i18n/ne.po b/addons/note_pad/i18n/ne.po new file mode 100644 index 00000000..9859ca6d --- /dev/null +++ b/addons/note_pad/i18n/ne.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/nl.po b/addons/note_pad/i18n/nl.po new file mode 100644 index 00000000..0301c17c --- /dev/null +++ b/addons/note_pad/i18n/nl.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Notitie" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "URL pad" diff --git a/addons/note_pad/i18n/nl_BE.po b/addons/note_pad/i18n/nl_BE.po new file mode 100644 index 00000000..52057600 --- /dev/null +++ b/addons/note_pad/i18n/nl_BE.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/note_pad.pot b/addons/note_pad/i18n/note_pad.pot new file mode 100644 index 00000000..63926905 --- /dev/null +++ b/addons/note_pad/i18n/note_pad.pot @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-01 07:29+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/pl.po b/addons/note_pad/i18n/pl.po new file mode 100644 index 00000000..4105d390 --- /dev/null +++ b/addons/note_pad/i18n/pl.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl>, 2020 +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Notatka" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad Url" diff --git a/addons/note_pad/i18n/pt.po b/addons/note_pad/i18n/pt.po new file mode 100644 index 00000000..b1414a9d --- /dev/null +++ b/addons/note_pad/i18n/pt.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Manuela Silva <manuelarodsilva@gmail.com>, 2020 +# Joao Felix <jrmfelix@gmail.com>, 2020 +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Nota" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "URL de Pad" diff --git a/addons/note_pad/i18n/pt_BR.po b/addons/note_pad/i18n/pt_BR.po new file mode 100644 index 00000000..41fe3e90 --- /dev/null +++ b/addons/note_pad/i18n/pt_BR.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Martin Trigaux, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Nota" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Url do Pad" diff --git a/addons/note_pad/i18n/ro.po b/addons/note_pad/i18n/ro.po new file mode 100644 index 00000000..e32a5e6e --- /dev/null +++ b/addons/note_pad/i18n/ro.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Notă" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad Url" diff --git a/addons/note_pad/i18n/ru.po b/addons/note_pad/i18n/ru.po new file mode 100644 index 00000000..5a875088 --- /dev/null +++ b/addons/note_pad/i18n/ru.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# ILMIR <karamov@it-projects.info>, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Irina Fedulova <istartlin@gmail.com>, 2020\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "Идентификатор" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Заметка" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Url планшета" diff --git a/addons/note_pad/i18n/si.po b/addons/note_pad/i18n/si.po new file mode 100644 index 00000000..1cb10aa1 --- /dev/null +++ b/addons/note_pad/i18n/si.po @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/sk.po b/addons/note_pad/i18n/sk.po new file mode 100644 index 00000000..240c9734 --- /dev/null +++ b/addons/note_pad/i18n/sk.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Poznámka" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "URL adresa bloku" diff --git a/addons/note_pad/i18n/sl.po b/addons/note_pad/i18n/sl.po new file mode 100644 index 00000000..7fc9ef78 --- /dev/null +++ b/addons/note_pad/i18n/sl.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2021 +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: matjaz k <matjaz@mentis.si>, 2021\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Opomba" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "URL zvezka" diff --git a/addons/note_pad/i18n/sq.po b/addons/note_pad/i18n/sq.po new file mode 100644 index 00000000..88bc12c9 --- /dev/null +++ b/addons/note_pad/i18n/sq.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/sr.po b/addons/note_pad/i18n/sr.po new file mode 100644 index 00000000..fa541e9c --- /dev/null +++ b/addons/note_pad/i18n/sr.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Napomena" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/sr@latin.po b/addons/note_pad/i18n/sr@latin.po new file mode 100644 index 00000000..fbba2e02 --- /dev/null +++ b/addons/note_pad/i18n/sr@latin.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Zabilješka" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/sv.po b/addons/note_pad/i18n/sv.po new file mode 100644 index 00000000..28e77407 --- /dev/null +++ b/addons/note_pad/i18n/sv.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# Martin Wilderoth <martin.wilderoth@linserv.se>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Martin Wilderoth <martin.wilderoth@linserv.se>, 2021\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Anteckning" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad-url" diff --git a/addons/note_pad/i18n/te.po b/addons/note_pad/i18n/te.po new file mode 100644 index 00000000..76db1e20 --- /dev/null +++ b/addons/note_pad/i18n/te.po @@ -0,0 +1,28 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2015-08-25 10:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: Telugu (http://www.transifex.com/odoo/odoo-9/language/te/)\n" +"Language: te\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: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "గమనిక" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note_note_pad_url +msgid "Pad Url" +msgstr "పలక యొక్క అంతర్జాల లింక్ " diff --git a/addons/note_pad/i18n/th.po b/addons/note_pad/i18n/th.po new file mode 100644 index 00000000..09599119 --- /dev/null +++ b/addons/note_pad/i18n/th.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "รหัส" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "โน้ต" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/tr.po b/addons/note_pad/i18n/tr.po new file mode 100644 index 00000000..9914d105 --- /dev/null +++ b/addons/note_pad/i18n/tr.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Not" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "PAD adresi" diff --git a/addons/note_pad/i18n/uk.po b/addons/note_pad/i18n/uk.po new file mode 100644 index 00000000..a2c3cd58 --- /dev/null +++ b/addons/note_pad/i18n/uk.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2021\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Останні зміни" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Примітка" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad Url" diff --git a/addons/note_pad/i18n/ur.po b/addons/note_pad/i18n/ur.po new file mode 100644 index 00000000..2b073c70 --- /dev/null +++ b/addons/note_pad/i18n/ur.po @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "" diff --git a/addons/note_pad/i18n/vi.po b/addons/note_pad/i18n/vi.po new file mode 100644 index 00000000..02dee41e --- /dev/null +++ b/addons/note_pad/i18n/vi.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Duy BQ <duybq86@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: Duy BQ <duybq86@gmail.com>, 2020\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "Ghi chú" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Đường dẫn Pad" diff --git a/addons/note_pad/i18n/zh_CN.po b/addons/note_pad/i18n/zh_CN.po new file mode 100644 index 00000000..3bde8e9d --- /dev/null +++ b/addons/note_pad/i18n/zh_CN.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# inspur qiuguodong <qiuguodong@inspur.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020 +# as co02 <asco02@163.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: as co02 <asco02@163.com>, 2020\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "便签" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "缓冲区URL" diff --git a/addons/note_pad/i18n/zh_TW.po b/addons/note_pad/i18n/zh_TW.po new file mode 100644 index 00000000..3025543c --- /dev/null +++ b/addons/note_pad/i18n/zh_TW.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * note_pad +# +# Translators: +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:15+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__id +msgid "ID" +msgstr "ID" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: note_pad +#: model:ir.model,name:note_pad.model_note_note +msgid "Note" +msgstr "代辦事項" + +#. module: note_pad +#: model:ir.model.fields,field_description:note_pad.field_note_note__note_pad_url +msgid "Pad Url" +msgstr "Pad Url" diff --git a/addons/note_pad/models/__init__.py b/addons/note_pad/models/__init__.py new file mode 100644 index 00000000..266ecc6a --- /dev/null +++ b/addons/note_pad/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import note diff --git a/addons/note_pad/models/note.py b/addons/note_pad/models/note.py new file mode 100644 index 00000000..49536d79 --- /dev/null +++ b/addons/note_pad/models/note.py @@ -0,0 +1,14 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import fields, models + + +class NotePad(models.Model): + + _name = 'note.note' + _inherit = ['pad.common', 'note.note'] + + _pad_fields = ['note_pad'] + + note_pad_url = fields.Char('Pad Url', pad_content_field='memo', copy=False) diff --git a/addons/note_pad/views/note_views.xml b/addons/note_pad/views/note_views.xml new file mode 100644 index 00000000..b36586fe --- /dev/null +++ b/addons/note_pad/views/note_views.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" ?> +<odoo> + + <record id="view_note_note_pad_form" model="ir.ui.view"> + <field name="name">note_pad.view.form</field> + <field name="model">note.note</field> + <field name="inherit_id" ref="note.view_note_note_form"/> + <field name="arch" type="xml"> + <field name="memo" position="replace"> + <field name="note_pad_url" widget="pad" class="oe_memo"/> + </field> + </field> + </record> + +</odoo> |
