From c40bbf85d238ec50213e095ad1035966ff38db7a Mon Sep 17 00:00:00 2001 From: Nikul Chaudhary Date: Wed, 30 Aug 2017 17:43:16 +0530 Subject: [PATCH] [MIG] account_invoice_kanban v10 --- account_invoice_kanban/README.rst | 84 ++++++++ account_invoice_kanban/__init__.py | 4 + account_invoice_kanban/__manifest__.py | 22 ++ .../demo/account_invoice_demo.xml | 33 +++ account_invoice_kanban/i18n/am.po | 147 ++++++++++++++ account_invoice_kanban/i18n/ar.po | 147 ++++++++++++++ account_invoice_kanban/i18n/bg.po | 147 ++++++++++++++ account_invoice_kanban/i18n/bs.po | 147 ++++++++++++++ account_invoice_kanban/i18n/ca.po | 148 ++++++++++++++ account_invoice_kanban/i18n/ca_ES.po | 147 ++++++++++++++ account_invoice_kanban/i18n/cs.po | 147 ++++++++++++++ account_invoice_kanban/i18n/da.po | 147 ++++++++++++++ account_invoice_kanban/i18n/de.po | 148 ++++++++++++++ account_invoice_kanban/i18n/el_GR.po | 148 ++++++++++++++ account_invoice_kanban/i18n/en_GB.po | 147 ++++++++++++++ account_invoice_kanban/i18n/es.po | 148 ++++++++++++++ account_invoice_kanban/i18n/es_AR.po | 147 ++++++++++++++ account_invoice_kanban/i18n/es_CL.po | 147 ++++++++++++++ account_invoice_kanban/i18n/es_CO.po | 147 ++++++++++++++ account_invoice_kanban/i18n/es_CR.po | 147 ++++++++++++++ account_invoice_kanban/i18n/es_DO.po | 147 ++++++++++++++ account_invoice_kanban/i18n/es_EC.po | 147 ++++++++++++++ account_invoice_kanban/i18n/es_MX.po | 147 ++++++++++++++ account_invoice_kanban/i18n/es_PE.po | 147 ++++++++++++++ account_invoice_kanban/i18n/es_PY.po | 147 ++++++++++++++ account_invoice_kanban/i18n/es_VE.po | 147 ++++++++++++++ account_invoice_kanban/i18n/et.po | 147 ++++++++++++++ account_invoice_kanban/i18n/eu.po | 147 ++++++++++++++ account_invoice_kanban/i18n/fa.po | 147 ++++++++++++++ account_invoice_kanban/i18n/fi.po | 147 ++++++++++++++ account_invoice_kanban/i18n/fr.po | 147 ++++++++++++++ account_invoice_kanban/i18n/fr_CA.po | 148 ++++++++++++++ account_invoice_kanban/i18n/fr_CH.po | 147 ++++++++++++++ account_invoice_kanban/i18n/gl.po | 147 ++++++++++++++ account_invoice_kanban/i18n/gl_ES.po | 147 ++++++++++++++ account_invoice_kanban/i18n/he.po | 147 ++++++++++++++ account_invoice_kanban/i18n/hr.po | 148 ++++++++++++++ account_invoice_kanban/i18n/hr_HR.po | 148 ++++++++++++++ account_invoice_kanban/i18n/hu.po | 147 ++++++++++++++ account_invoice_kanban/i18n/id.po | 147 ++++++++++++++ account_invoice_kanban/i18n/it.po | 147 ++++++++++++++ account_invoice_kanban/i18n/ja.po | 147 ++++++++++++++ account_invoice_kanban/i18n/ko.po | 147 ++++++++++++++ account_invoice_kanban/i18n/lt.po | 147 ++++++++++++++ account_invoice_kanban/i18n/lt_LT.po | 147 ++++++++++++++ account_invoice_kanban/i18n/lv.po | 147 ++++++++++++++ account_invoice_kanban/i18n/mk.po | 147 ++++++++++++++ account_invoice_kanban/i18n/mn.po | 147 ++++++++++++++ account_invoice_kanban/i18n/nb.po | 147 ++++++++++++++ account_invoice_kanban/i18n/nb_NO.po | 147 ++++++++++++++ account_invoice_kanban/i18n/nl.po | 147 ++++++++++++++ account_invoice_kanban/i18n/nl_BE.po | 147 ++++++++++++++ account_invoice_kanban/i18n/nl_NL.po | 147 ++++++++++++++ account_invoice_kanban/i18n/pl.po | 147 ++++++++++++++ account_invoice_kanban/i18n/pt.po | 147 ++++++++++++++ account_invoice_kanban/i18n/pt_BR.po | 148 ++++++++++++++ account_invoice_kanban/i18n/pt_PT.po | 147 ++++++++++++++ account_invoice_kanban/i18n/ro.po | 147 ++++++++++++++ account_invoice_kanban/i18n/ru.po | 147 ++++++++++++++ account_invoice_kanban/i18n/sk.po | 147 ++++++++++++++ account_invoice_kanban/i18n/sk_SK.po | 147 ++++++++++++++ account_invoice_kanban/i18n/sl.po | 148 ++++++++++++++ account_invoice_kanban/i18n/sr.po | 147 ++++++++++++++ account_invoice_kanban/i18n/sr@latin.po | 147 ++++++++++++++ account_invoice_kanban/i18n/sv.po | 147 ++++++++++++++ account_invoice_kanban/i18n/th.po | 147 ++++++++++++++ account_invoice_kanban/i18n/tr.po | 147 ++++++++++++++ account_invoice_kanban/i18n/tr_TR.po | 148 ++++++++++++++ account_invoice_kanban/i18n/uk.po | 147 ++++++++++++++ account_invoice_kanban/i18n/vi.po | 147 ++++++++++++++ account_invoice_kanban/i18n/vi_VN.po | 147 ++++++++++++++ account_invoice_kanban/i18n/zh_CN.po | 147 ++++++++++++++ account_invoice_kanban/i18n/zh_TW.po | 147 ++++++++++++++ account_invoice_kanban/models/__init__.py | 4 + .../models/account_invoice.py | 29 +++ .../security/ir.model.access.csv | 4 + .../views/account_invoice_view.xml | 190 ++++++++++++++++++ 77 files changed, 10523 insertions(+) create mode 100644 account_invoice_kanban/README.rst create mode 100644 account_invoice_kanban/__init__.py create mode 100644 account_invoice_kanban/__manifest__.py create mode 100644 account_invoice_kanban/demo/account_invoice_demo.xml create mode 100644 account_invoice_kanban/i18n/am.po create mode 100644 account_invoice_kanban/i18n/ar.po create mode 100644 account_invoice_kanban/i18n/bg.po create mode 100644 account_invoice_kanban/i18n/bs.po create mode 100644 account_invoice_kanban/i18n/ca.po create mode 100644 account_invoice_kanban/i18n/ca_ES.po create mode 100644 account_invoice_kanban/i18n/cs.po create mode 100644 account_invoice_kanban/i18n/da.po create mode 100644 account_invoice_kanban/i18n/de.po create mode 100644 account_invoice_kanban/i18n/el_GR.po create mode 100644 account_invoice_kanban/i18n/en_GB.po create mode 100644 account_invoice_kanban/i18n/es.po create mode 100644 account_invoice_kanban/i18n/es_AR.po create mode 100644 account_invoice_kanban/i18n/es_CL.po create mode 100644 account_invoice_kanban/i18n/es_CO.po create mode 100644 account_invoice_kanban/i18n/es_CR.po create mode 100644 account_invoice_kanban/i18n/es_DO.po create mode 100644 account_invoice_kanban/i18n/es_EC.po create mode 100644 account_invoice_kanban/i18n/es_MX.po create mode 100644 account_invoice_kanban/i18n/es_PE.po create mode 100644 account_invoice_kanban/i18n/es_PY.po create mode 100644 account_invoice_kanban/i18n/es_VE.po create mode 100644 account_invoice_kanban/i18n/et.po create mode 100644 account_invoice_kanban/i18n/eu.po create mode 100644 account_invoice_kanban/i18n/fa.po create mode 100644 account_invoice_kanban/i18n/fi.po create mode 100644 account_invoice_kanban/i18n/fr.po create mode 100644 account_invoice_kanban/i18n/fr_CA.po create mode 100644 account_invoice_kanban/i18n/fr_CH.po create mode 100644 account_invoice_kanban/i18n/gl.po create mode 100644 account_invoice_kanban/i18n/gl_ES.po create mode 100644 account_invoice_kanban/i18n/he.po create mode 100644 account_invoice_kanban/i18n/hr.po create mode 100644 account_invoice_kanban/i18n/hr_HR.po create mode 100644 account_invoice_kanban/i18n/hu.po create mode 100644 account_invoice_kanban/i18n/id.po create mode 100644 account_invoice_kanban/i18n/it.po create mode 100644 account_invoice_kanban/i18n/ja.po create mode 100644 account_invoice_kanban/i18n/ko.po create mode 100644 account_invoice_kanban/i18n/lt.po create mode 100644 account_invoice_kanban/i18n/lt_LT.po create mode 100644 account_invoice_kanban/i18n/lv.po create mode 100644 account_invoice_kanban/i18n/mk.po create mode 100644 account_invoice_kanban/i18n/mn.po create mode 100644 account_invoice_kanban/i18n/nb.po create mode 100644 account_invoice_kanban/i18n/nb_NO.po create mode 100644 account_invoice_kanban/i18n/nl.po create mode 100644 account_invoice_kanban/i18n/nl_BE.po create mode 100644 account_invoice_kanban/i18n/nl_NL.po create mode 100644 account_invoice_kanban/i18n/pl.po create mode 100644 account_invoice_kanban/i18n/pt.po create mode 100644 account_invoice_kanban/i18n/pt_BR.po create mode 100644 account_invoice_kanban/i18n/pt_PT.po create mode 100644 account_invoice_kanban/i18n/ro.po create mode 100644 account_invoice_kanban/i18n/ru.po create mode 100644 account_invoice_kanban/i18n/sk.po create mode 100644 account_invoice_kanban/i18n/sk_SK.po create mode 100644 account_invoice_kanban/i18n/sl.po create mode 100644 account_invoice_kanban/i18n/sr.po create mode 100644 account_invoice_kanban/i18n/sr@latin.po create mode 100644 account_invoice_kanban/i18n/sv.po create mode 100644 account_invoice_kanban/i18n/th.po create mode 100644 account_invoice_kanban/i18n/tr.po create mode 100644 account_invoice_kanban/i18n/tr_TR.po create mode 100644 account_invoice_kanban/i18n/uk.po create mode 100644 account_invoice_kanban/i18n/vi.po create mode 100644 account_invoice_kanban/i18n/vi_VN.po create mode 100644 account_invoice_kanban/i18n/zh_CN.po create mode 100644 account_invoice_kanban/i18n/zh_TW.po create mode 100644 account_invoice_kanban/models/__init__.py create mode 100644 account_invoice_kanban/models/account_invoice.py create mode 100644 account_invoice_kanban/security/ir.model.access.csv create mode 100644 account_invoice_kanban/views/account_invoice_view.xml diff --git a/account_invoice_kanban/README.rst b/account_invoice_kanban/README.rst new file mode 100644 index 000000000000..f03587037813 --- /dev/null +++ b/account_invoice_kanban/README.rst @@ -0,0 +1,84 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +======================= +Account Invoice Kanban +======================= + + + +Introduction +============ +Currently Odoo just provides a status for Draft/open/paid status which is not +enough to follow the full administrative process. + +This administrative process can be sometimes quite complex with workflow that +might be different by customers. + +Some are usual steps: + +* Timesheets created +* Timesheets report internal validation +* Timesheets Validated by the customer +* ERP invoice created +* ERP invoice validated +* Other documents (contracts, official invoice) printing +* Other documents (contracts, official invoice) delivery +* PR/PO or contract reception for payment (some customers) +* Payment received (=done) + +This list may vary over time and from customers. + +This module provides administrative stage management similar to the tasks in Odoo: + +* Add a Stage in Invoice (like in tasks) with the separate field for the additional + workflow on top of current one. +* No button to switch from stages: simply clicking on it is enough (like tasks) +* Add Kanban view, default with stage group by. +* Kanban becomes the default view. + +Configuration +============= +Stage are set up in the Invoicing application: + +#. Invoicing menu --> Configuration --> Stages --> Invoice Stages +#. Create a new stage + +Usage +===== +#. Go to Invoicing menu --> Customers --> Customer Invoices +#. Enjoy the new kanban view +#. Drag and drop the invoices from stage to stage +#. In the form view, click on any new stage to change it + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Eric Caudal +* Victor M. Martin + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/account_invoice_kanban/__init__.py b/account_invoice_kanban/__init__.py new file mode 100644 index 000000000000..d2142ece79db --- /dev/null +++ b/account_invoice_kanban/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# © 2017 Elico Corp (https://www.elico-corp.com). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import models diff --git a/account_invoice_kanban/__manifest__.py b/account_invoice_kanban/__manifest__.py new file mode 100644 index 000000000000..3b6ccb0cf8f7 --- /dev/null +++ b/account_invoice_kanban/__manifest__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +# © 2017 Elico Corp (https://www.elico-corp.com). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + 'name': 'Account Invoice Kanban', + 'summary': 'Add Kanban view in Invoice to follow administrative tasks', + 'version': '10.0.1.0.0', + 'website': 'https://www.elico-corp.com/', + 'author': 'Elico Corp, Odoo Community Association (OCA)', + 'depends': [ + 'account', + ], + 'data': [ + 'security/ir.model.access.csv', + 'views/account_invoice_view.xml', + ], + 'demo': [ + 'demo/account_invoice_demo.xml', + ], + 'license': 'AGPL-3', + 'installable': True, +} diff --git a/account_invoice_kanban/demo/account_invoice_demo.xml b/account_invoice_kanban/demo/account_invoice_demo.xml new file mode 100644 index 000000000000..5215f416c2fa --- /dev/null +++ b/account_invoice_kanban/demo/account_invoice_demo.xml @@ -0,0 +1,33 @@ + + + + + 1 + New + + + 2 + Invoice Created + + + 3 + Invoice Validated + + + 4 + Documentation Sent + + + 5 + Documentation Received + + + 6 + Contract Signed + + + 7 + Payment Received + + + diff --git a/account_invoice_kanban/i18n/am.po b/account_invoice_kanban/i18n/am.po new file mode 100644 index 000000000000..587d4372e273 --- /dev/null +++ b/account_invoice_kanban/i18n/am.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/ar.po b/account_invoice_kanban/i18n/ar.po new file mode 100644 index 000000000000..997046d319b4 --- /dev/null +++ b/account_invoice_kanban/i18n/ar.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "أنشئ في" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "الوصف" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "اسم العرض" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "المعرف" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "فاتورة" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "مسلسل" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "الحالة" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/bg.po b/account_invoice_kanban/i18n/bg.po new file mode 100644 index 000000000000..938028b66696 --- /dev/null +++ b/account_invoice_kanban/i18n/bg.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Създадено от" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Създадено на" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Описание" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Име за Показване" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Фактура" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Последователност" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/bs.po b/account_invoice_kanban/i18n/bs.po new file mode 100644 index 000000000000..5c95dd104889 --- /dev/null +++ b/account_invoice_kanban/i18n/bs.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Kreirano" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Opis" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sekvenca" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Status" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/ca.po b/account_invoice_kanban/i18n/ca.po new file mode 100644 index 000000000000..8f2b871c9067 --- /dev/null +++ b/account_invoice_kanban/i18n/ca.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +# Marc Tormo i Bochaca , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: Marc Tormo i Bochaca , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "Índex de color " + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creat per" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creat el" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripció" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Veure el nom" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Seqüència" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Estat" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/ca_ES.po b/account_invoice_kanban/i18n/ca_ES.po new file mode 100644 index 000000000000..c3b55afd116b --- /dev/null +++ b/account_invoice_kanban/i18n/ca_ES.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/ca_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Estat" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/cs.po b/account_invoice_kanban/i18n/cs.po new file mode 100644 index 000000000000..833678868256 --- /dev/null +++ b/account_invoice_kanban/i18n/cs.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Vytvořeno" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Popis" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Číselná řada" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/da.po b/account_invoice_kanban/i18n/da.po new file mode 100644 index 000000000000..805b4e8bf16e --- /dev/null +++ b/account_invoice_kanban/i18n/da.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Oprettet af" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Oprettet den" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Beskrivelse" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Vist navn" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "Id" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Rækkefølge" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/de.po b/account_invoice_kanban/i18n/de.po new file mode 100644 index 000000000000..be482f907f28 --- /dev/null +++ b/account_invoice_kanban/i18n/de.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +# Rudolf Schnapka , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: Rudolf Schnapka , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "Farbindex" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Erstellt von" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Erstellt am:" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Beschreibung" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Anzeigename" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Rechnung" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert von" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Reihenfolge" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "Stufe" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "Stufenbezeichnung" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "Stufen" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Status" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/el_GR.po b/account_invoice_kanban/i18n/el_GR.po new file mode 100644 index 000000000000..3865f637c062 --- /dev/null +++ b/account_invoice_kanban/i18n/el_GR.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +# Kostas Goutoudis , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: Kostas Goutoudis , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Περιγραφή" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "Κωδικός" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Τιμολόγιο" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Ιεράρχηση" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Κατάσταση" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/en_GB.po b/account_invoice_kanban/i18n/en_GB.po new file mode 100644 index 000000000000..3f0208c53ba5 --- /dev/null +++ b/account_invoice_kanban/i18n/en_GB.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Created by" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Created on" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Description" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Display Name" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Invoice" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sequence" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Status" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/es.po b/account_invoice_kanban/i18n/es.po new file mode 100644 index 000000000000..0ad20eda7fab --- /dev/null +++ b/account_invoice_kanban/i18n/es.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +# Antonio Trueba , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: Antonio Trueba , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado el" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripción" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Actualizado por última vez por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Actualizado por última vez el" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "Etapa" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "Nombre de etapa" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "Etapas" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Estado" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/es_AR.po b/account_invoice_kanban/i18n/es_AR.po new file mode 100644 index 000000000000..006479c707c5 --- /dev/null +++ b/account_invoice_kanban/i18n/es_AR.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripción" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/es_CL.po b/account_invoice_kanban/i18n/es_CL.po new file mode 100644 index 000000000000..778b1624883c --- /dev/null +++ b/account_invoice_kanban/i18n/es_CL.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripción" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID (identificación)" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/es_CO.po b/account_invoice_kanban/i18n/es_CO.po new file mode 100644 index 000000000000..80cbf814af0b --- /dev/null +++ b/account_invoice_kanban/i18n/es_CO.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripción" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nombre Público" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/es_CR.po b/account_invoice_kanban/i18n/es_CR.po new file mode 100644 index 000000000000..8f392e7c7dbb --- /dev/null +++ b/account_invoice_kanban/i18n/es_CR.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripción" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Estado" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/es_DO.po b/account_invoice_kanban/i18n/es_DO.po new file mode 100644 index 000000000000..3fb6a8db67c2 --- /dev/null +++ b/account_invoice_kanban/i18n/es_DO.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripción" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/es_EC.po b/account_invoice_kanban/i18n/es_EC.po new file mode 100644 index 000000000000..2704f456d844 --- /dev/null +++ b/account_invoice_kanban/i18n/es_EC.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripción" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID (identificación)" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/es_MX.po b/account_invoice_kanban/i18n/es_MX.po new file mode 100644 index 000000000000..814465db7daa --- /dev/null +++ b/account_invoice_kanban/i18n/es_MX.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripción" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Estado" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/es_PE.po b/account_invoice_kanban/i18n/es_PE.po new file mode 100644 index 000000000000..1016c36dd8ef --- /dev/null +++ b/account_invoice_kanban/i18n/es_PE.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripción" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/es_PY.po b/account_invoice_kanban/i18n/es_PY.po new file mode 100644 index 000000000000..defa2cae5625 --- /dev/null +++ b/account_invoice_kanban/i18n/es_PY.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripción" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/es_VE.po b/account_invoice_kanban/i18n/es_VE.po new file mode 100644 index 000000000000..57b0ae8a5915 --- /dev/null +++ b/account_invoice_kanban/i18n/es_VE.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descripción" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/et.po b/account_invoice_kanban/i18n/et.po new file mode 100644 index 000000000000..8bad123d53a1 --- /dev/null +++ b/account_invoice_kanban/i18n/et.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Loonud" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Loodud" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Kirjeldus" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Arve" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Järjekord" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Olek" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/eu.po b/account_invoice_kanban/i18n/eu.po new file mode 100644 index 000000000000..4b56293d51bf --- /dev/null +++ b/account_invoice_kanban/i18n/eu.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Nork sortua" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Created on" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Deskribapena" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sekuentzia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/fa.po b/account_invoice_kanban/i18n/fa.po new file mode 100644 index 000000000000..f12d6d06533f --- /dev/null +++ b/account_invoice_kanban/i18n/fa.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/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=1; plural=0;\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "توصیف" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "شناسه" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "دنباله" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/fi.po b/account_invoice_kanban/i18n/fi.po new file mode 100644 index 000000000000..7c486a82aeb5 --- /dev/null +++ b/account_invoice_kanban/i18n/fi.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Luonut" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Luotu" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Kuvaus" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nimi" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Lasku" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sekvenssi" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Tila" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/fr.po b/account_invoice_kanban/i18n/fr.po new file mode 100644 index 000000000000..bcf242ddc113 --- /dev/null +++ b/account_invoice_kanban/i18n/fr.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Créé par" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Créé le" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Description" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nom affiché" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Dernière mise-à-jour le" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Dernière mise-à-jour par" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Dernière mise-à-jour le" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Séquence" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "Étape" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "Étape" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "Étapes" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Statut" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/fr_CA.po b/account_invoice_kanban/i18n/fr_CA.po new file mode 100644 index 000000000000..f8cd92857e47 --- /dev/null +++ b/account_invoice_kanban/i18n/fr_CA.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +# Adriana Ierfino , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: Adriana Ierfino , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Créé par" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Créé le" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Description" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "Identifiant" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/fr_CH.po b/account_invoice_kanban/i18n/fr_CH.po new file mode 100644 index 000000000000..4e4e70d58840 --- /dev/null +++ b/account_invoice_kanban/i18n/fr_CH.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CH\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Créé par" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Créé le" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nom affiché" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/gl.po b/account_invoice_kanban/i18n/gl.po new file mode 100644 index 000000000000..bd8526838f56 --- /dev/null +++ b/account_invoice_kanban/i18n/gl.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creado en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descrición" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Estado" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/gl_ES.po b/account_invoice_kanban/i18n/gl_ES.po new file mode 100644 index 000000000000..199cea262067 --- /dev/null +++ b/account_invoice_kanban/i18n/gl_ES.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/he.po b/account_invoice_kanban/i18n/he.po new file mode 100644 index 000000000000..354aa70e9376 --- /dev/null +++ b/account_invoice_kanban/i18n/he.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/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=2; plural=(n != 1);\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "נוצר ב-" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "תיאור" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "השם המוצג" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "מזהה" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "רצף" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/hr.po b/account_invoice_kanban/i18n/hr.po new file mode 100644 index 000000000000..40d773f8e718 --- /dev/null +++ b/account_invoice_kanban/i18n/hr.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +# Ana-Maria Olujić , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: Ana-Maria Olujić , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Stvorio/la" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Stvoreno dana" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Opis" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnju izmjenu izvršio/la" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Redoslijed" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "Stupanj" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "Naziv stupnja" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "Stupnjevi" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Status" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/hr_HR.po b/account_invoice_kanban/i18n/hr_HR.po new file mode 100644 index 000000000000..0f0e9ab9fae4 --- /dev/null +++ b/account_invoice_kanban/i18n/hr_HR.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: Bole , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Kreirano" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Opis" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Naziv" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Status" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/hu.po b/account_invoice_kanban/i18n/hu.po new file mode 100644 index 000000000000..d0c36323d94d --- /dev/null +++ b/account_invoice_kanban/i18n/hu.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Készítette" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Leírás" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Számla" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sorszám" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Állapot" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/id.po b/account_invoice_kanban/i18n/id.po new file mode 100644 index 000000000000..d57474117308 --- /dev/null +++ b/account_invoice_kanban/i18n/id.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Dibuat pada" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Keterangan" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Faktur" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Berurutan" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/it.po b/account_invoice_kanban/i18n/it.po new file mode 100644 index 000000000000..34cdbdfa463d --- /dev/null +++ b/account_invoice_kanban/i18n/it.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creato da" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creato il" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descrizione" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nome da visualizzare" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Fattura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima Modifica il" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sequenza" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Stato" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/ja.po b/account_invoice_kanban/i18n/ja.po new file mode 100644 index 000000000000..2e75fe18f103 --- /dev/null +++ b/account_invoice_kanban/i18n/ja.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "作成者" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "作成日" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "説明" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "表示名" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "請求書" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "順序" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/ko.po b/account_invoice_kanban/i18n/ko.po new file mode 100644 index 000000000000..92f2fa3dec51 --- /dev/null +++ b/account_invoice_kanban/i18n/ko.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "작성자" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "작성일" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "설명" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "표시 이름" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "순서" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/lt.po b/account_invoice_kanban/i18n/lt.po new file mode 100644 index 000000000000..ca36a8a9ec46 --- /dev/null +++ b/account_invoice_kanban/i18n/lt.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Sukūrė" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Sukurta" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Aprašymas" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Sąskaita faktūra" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Seka" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Būsena" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/lt_LT.po b/account_invoice_kanban/i18n/lt_LT.po new file mode 100644 index 000000000000..924609b956ed --- /dev/null +++ b/account_invoice_kanban/i18n/lt_LT.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt_LT\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Sukūrė" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Sukurta" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/lv.po b/account_invoice_kanban/i18n/lv.po new file mode 100644 index 000000000000..e736ddf755e6 --- /dev/null +++ b/account_invoice_kanban/i18n/lv.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Izveidoja" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Izveidots" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Apraksts" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secība" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "Stadija" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Statuss" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/mk.po b/account_invoice_kanban/i18n/mk.po new file mode 100644 index 000000000000..a65d258a7cf4 --- /dev/null +++ b/account_invoice_kanban/i18n/mk.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Креирано од" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Креирано на" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Опис" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Прикажи име" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Фактура" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Секвенца" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Статус" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/mn.po b/account_invoice_kanban/i18n/mn.po new file mode 100644 index 000000000000..d4fc31c8cb80 --- /dev/null +++ b/account_invoice_kanban/i18n/mn.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Тодорхойлолт" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Нэхэмжлэл" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Дараалал" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Төлөв" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/nb.po b/account_invoice_kanban/i18n/nb.po new file mode 100644 index 000000000000..06ca4a0e065c --- /dev/null +++ b/account_invoice_kanban/i18n/nb.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Opprettet av" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Opprettet den" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Beskrivelse" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Visnings navn" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sekvens" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "Nivå" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "Stadier" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Status" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/nb_NO.po b/account_invoice_kanban/i18n/nb_NO.po new file mode 100644 index 000000000000..da866901aebf --- /dev/null +++ b/account_invoice_kanban/i18n/nb_NO.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Laget av" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Laget den" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Vis navn" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Innmelding" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Status" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/nl.po b/account_invoice_kanban/i18n/nl.po new file mode 100644 index 000000000000..b5e90958d528 --- /dev/null +++ b/account_invoice_kanban/i18n/nl.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Omschrijving" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Reeks" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Status" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/nl_BE.po b/account_invoice_kanban/i18n/nl_BE.po new file mode 100644 index 000000000000..0d32ad533557 --- /dev/null +++ b/account_invoice_kanban/i18n/nl_BE.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Gemaakt door" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Gemaakt op" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Omschrijving" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Schermnaam" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Volgorde" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Status" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/nl_NL.po b/account_invoice_kanban/i18n/nl_NL.po new file mode 100644 index 000000000000..200d4e3a46d2 --- /dev/null +++ b/account_invoice_kanban/i18n/nl_NL.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-30 02:59+0000\n" +"PO-Revision-Date: 2017-06-30 02:59+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/pl.po b/account_invoice_kanban/i18n/pl.po new file mode 100644 index 000000000000..6996d858f519 --- /dev/null +++ b/account_invoice_kanban/i18n/pl.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Utworzone przez" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Utworzono" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Opis" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Numeracja" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/pt.po b/account_invoice_kanban/i18n/pt.po new file mode 100644 index 000000000000..9ef4d489180c --- /dev/null +++ b/account_invoice_kanban/i18n/pt.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Criado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Criado em" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descrição" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nome" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sequência" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "Etapa" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Estado" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/pt_BR.po b/account_invoice_kanban/i18n/pt_BR.po new file mode 100644 index 000000000000..4b2810a81432 --- /dev/null +++ b/account_invoice_kanban/i18n/pt_BR.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +# Claudio Araujo Santos , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: Claudio Araujo Santos , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Criado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Criado em" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descrição" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Última atualização em" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sequência" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "Estágio" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "Nome do estágio" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "Estágios" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Status" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "oe_kanban_text_red" diff --git a/account_invoice_kanban/i18n/pt_PT.po b/account_invoice_kanban/i18n/pt_PT.po new file mode 100644 index 000000000000..bee6d8969072 --- /dev/null +++ b/account_invoice_kanban/i18n/pt_PT.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Criado por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Criado em" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Descrição" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Estado" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/ro.po b/account_invoice_kanban/i18n/ro.po new file mode 100644 index 000000000000..6f6065fe159e --- /dev/null +++ b/account_invoice_kanban/i18n/ro.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Creat de" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Creat la" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Secventa" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "Stadiu" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Stare" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/ru.po b/account_invoice_kanban/i18n/ru.po new file mode 100644 index 000000000000..0c71caed6ab6 --- /dev/null +++ b/account_invoice_kanban/i18n/ru.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Создано" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Создан" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Описание" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Счет" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Последовательность" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Статус" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/sk.po b/account_invoice_kanban/i18n/sk.po new file mode 100644 index 000000000000..c037e42959f1 --- /dev/null +++ b/account_invoice_kanban/i18n/sk.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Vytvoril" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Vytvorené" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Popis" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Postupnosť" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/sk_SK.po b/account_invoice_kanban/i18n/sk_SK.po new file mode 100644 index 000000000000..97f5b4c27447 --- /dev/null +++ b/account_invoice_kanban/i18n/sk_SK.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/sk_SK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk_SK\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Faktúra" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/sl.po b/account_invoice_kanban/i18n/sl.po new file mode 100644 index 000000000000..ecbe3a144d56 --- /dev/null +++ b/account_invoice_kanban/i18n/sl.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +# Matjaž Mozetič , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-19 23:32+0000\n" +"PO-Revision-Date: 2017-05-19 23:32+0000\n" +"Last-Translator: Matjaž Mozetič , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "Stopnja računa" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "Dodaj opis..." + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "Stanje -" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "Barvni indeks" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Ustvaril" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Opis" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Prikazni naziv" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "Zapade dne -" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "Prepognjeno v kanbanskem prikazu" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "Stopnja računa" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "Stopnje računov" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnjič posodobil" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Zaporedje" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "Vir -" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "Stopnja" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "Naziv stopnje" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "Stopnje" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Status" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "Skupaj račun -" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "oe_kanban_text_red" diff --git a/account_invoice_kanban/i18n/sr.po b/account_invoice_kanban/i18n/sr.po new file mode 100644 index 000000000000..a1142026b789 --- /dev/null +++ b/account_invoice_kanban/i18n/sr.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Kreiran" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Opis" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Niz" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/sr@latin.po b/account_invoice_kanban/i18n/sr@latin.po new file mode 100644 index 000000000000..3c3208687199 --- /dev/null +++ b/account_invoice_kanban/i18n/sr@latin.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Kreirao" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Kreiran" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Opis" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sekvenca" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/sv.po b/account_invoice_kanban/i18n/sv.po new file mode 100644 index 000000000000..48105bfdf9ed --- /dev/null +++ b/account_invoice_kanban/i18n/sv.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Skapad av" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Skapad den" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Beskrivnig" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Visa namn" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sequence" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "Steg" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "Stadier" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/th.po b/account_invoice_kanban/i18n/th.po new file mode 100644 index 000000000000..15268353b57d --- /dev/null +++ b/account_invoice_kanban/i18n/th.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "สร้างโดย" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "รายละเอียด" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "รหัส" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "ใบแจ้งหนี้" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "กำหนดเลขที่เอกสาร" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "สถานะ" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/tr.po b/account_invoice_kanban/i18n/tr.po new file mode 100644 index 000000000000..074456ac4266 --- /dev/null +++ b/account_invoice_kanban/i18n/tr.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Oluşturan" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Açıklama" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Son değişiklik" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Son güncelleme" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sıralama" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Durum" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/tr_TR.po b/account_invoice_kanban/i18n/tr_TR.po new file mode 100644 index 000000000000..7cb7c34220f3 --- /dev/null +++ b/account_invoice_kanban/i18n/tr_TR.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +# Ozge Altinisik , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: Ozge Altinisik , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Oluşturan" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Açıklama" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Görünen ad" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "Kimlik" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Sıra" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "Durum" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/uk.po b/account_invoice_kanban/i18n/uk.po new file mode 100644 index 000000000000..619a210cd64e --- /dev/null +++ b/account_invoice_kanban/i18n/uk.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/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=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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Створив" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Дата створення" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Опис" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Послідовність" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/vi.po b/account_invoice_kanban/i18n/vi.po new file mode 100644 index 000000000000..bbf71fc97bd3 --- /dev/null +++ b/account_invoice_kanban/i18n/vi.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Được tạo vào" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Miêu tả" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "Trình tự" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/vi_VN.po b/account_invoice_kanban/i18n/vi_VN.po new file mode 100644 index 000000000000..42c99c303e71 --- /dev/null +++ b/account_invoice_kanban/i18n/vi_VN.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "Tạo bởi" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "Tạo vào" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "Mô tả" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/zh_CN.po b/account_invoice_kanban/i18n/zh_CN.po new file mode 100644 index 000000000000..ab41267ca8e5 --- /dev/null +++ b/account_invoice_kanban/i18n/zh_CN.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "创建者" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "创建时间" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "说明" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "显示名称" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "ID" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "发票" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "上次更新日期" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "序列" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "状态" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/i18n/zh_TW.po b/account_invoice_kanban/i18n/zh_TW.po new file mode 100644 index 000000000000..a43c43fb3cce --- /dev/null +++ b/account_invoice_kanban/i18n/zh_TW.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_invoice_kanban +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-17 02:54+0000\n" +"PO-Revision-Date: 2017-05-17 02:54+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/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: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice_stage +msgid "Account Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +msgid "Add a description..." +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Balance -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,color:0 +msgid "Color Index" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_uid:0 +msgid "Created by" +msgstr "建立者" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,create_date:0 +msgid "Created on" +msgstr "建立於" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,description:0 +msgid "Description" +msgstr "說明" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,display_name:0 +msgid "Display Name" +msgstr "顯示名稱" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Due date -" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,fold:0 +msgid "Folded in Kanban View" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,id:0 +msgid "ID" +msgstr "編號" + +#. module: account_invoice_kanban +#: model:ir.model,name:account_invoice_kanban.model_account_invoice +msgid "Invoice" +msgstr "發票" + +#. module: account_invoice_kanban +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_form_view +#: view:account.invoice.stage:account_invoice_kanban.account_invoice_stage_tree_view +msgid "Invoice Stage" +msgstr "" + +#. module: account_invoice_kanban +#: model:ir.ui.menu,name:account_invoice_kanban.menu_account_invoice_types_view +msgid "Invoice Stages" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,__last_update:0 +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_uid:0 +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,write_date:0 +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,sequence:0 +msgid "Sequence" +msgstr "序列" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Source -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Stage" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice.stage,name:0 +msgid "Stage Name" +msgstr "" + +#. module: account_invoice_kanban +#: field:account.invoice,stage_id:0 +#: model:ir.actions.act_window,name:account_invoice_kanban.account_invoice_stage_action +#: model:ir.ui.menu,name:account_invoice_kanban.menu_parent_invoice_types_view +msgid "Stages" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_filter +msgid "Status" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "Total Invoice -" +msgstr "" + +#. module: account_invoice_kanban +#: view:account.invoice:account_invoice_kanban.view_account_invoice_kanban +msgid "oe_kanban_text_red" +msgstr "" diff --git a/account_invoice_kanban/models/__init__.py b/account_invoice_kanban/models/__init__.py new file mode 100644 index 000000000000..da6ece819055 --- /dev/null +++ b/account_invoice_kanban/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# © 2017 Elico Corp (https://www.elico-corp.com). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import account_invoice diff --git a/account_invoice_kanban/models/account_invoice.py b/account_invoice_kanban/models/account_invoice.py new file mode 100644 index 000000000000..3917d00f6853 --- /dev/null +++ b/account_invoice_kanban/models/account_invoice.py @@ -0,0 +1,29 @@ +# -*- coding: utf-8 -*- +# © 2017 Elico Corp (https://www.elico-corp.com). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import api, fields, models + + +class AccountInvoice(models.Model): + _inherit = 'account.invoice' + _order = 'date_due asc' + + stage_id = fields.Many2one( + 'account.invoice.stage', + 'Stages' + ) + color = fields.Integer( + 'Color Index', + default=0 + ) + + +class AccountInvoiceStage(models.Model): + _name = 'account.invoice.stage' + _description = 'Account Invoice Stage' + + name = fields.Char('Stage Name', required=True) + description = fields.Char('Description') + sequence = fields.Integer('Sequence', default=1) + fold = fields.Boolean('Folded in Kanban View') diff --git a/account_invoice_kanban/security/ir.model.access.csv b/account_invoice_kanban/security/ir.model.access.csv new file mode 100644 index 000000000000..19b756c180a1 --- /dev/null +++ b/account_invoice_kanban/security/ir.model.access.csv @@ -0,0 +1,4 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_account_invoice_stage,account.invoice.stage,model_account_invoice_stage,account.group_account_invoice,1,0,0,0 +access_account_invoice_stage_user,account.invoice.stage,model_account_invoice_stage,account.group_account_user,1,0,0,0 +access_account_invoice_stage_manager,account.invoice.stage,model_account_invoice_stage,account.group_account_manager,1,1,1,1 diff --git a/account_invoice_kanban/views/account_invoice_view.xml b/account_invoice_kanban/views/account_invoice_view.xml new file mode 100644 index 000000000000..c15aeabfff0f --- /dev/null +++ b/account_invoice_kanban/views/account_invoice_view.xml @@ -0,0 +1,190 @@ + + + + + account.invoice.form + account.invoice + + + + + + + + + + account.invoice.supplier.form + account.invoice + + + + + + + + + + + account.invoice.kanban + account.invoice + + + + + + + + + + + + + +
+
+
+ + +
+ + +
+ oe_kanban_text_red + + Due date - +
+ Source -
+ Total Invoice -
+ Balance - +
+
+
+ +
+
+
+
+
+
+
+
+
+
+ + + account.invoice.select + account.invoice + + + + + + + + + + Customer Invoices + account.invoice + form + kanban,tree,form,calendar,graph + + [('type','=','out_invoice')] + {'default_type':'out_invoice', 'type':'out_invoice', 'journal_type': 'sale'} + + +

+ Click to create a customer invoice. +

+ Odoo's electronic invoicing allows to ease and fasten the + collection of customer payments. Your customer receives the + invoice by email and he can pay online and/or import it + in his own system. +

+ The discussions with your customer are automatically displayed at + the bottom of each invoice. +

+
+
+ + + Supplier Invoices + account.invoice + form + kanban,tree,form,calendar,graph + + [('type','=','in_invoice')] + {'default_type': 'in_invoice', 'type': 'in_invoice', 'journal_type': 'purchase'} + + +

+ Click to record a new supplier invoice. +

+ You can control the invoice from your supplier according to + what you purchased or received. Odoo can also generate + draft invoices automatically from purchase orders or receipts. +

+
+
+ + + + kanban + + + + + + + kanban + + + + + + + account.invoice.stage.tree + account.invoice.stage + + + + + + + + + + + account.invoice.stage.form + account.invoice.stage + +
+ + + + + + + + +
+
+
+ + + Stages + account.invoice.stage + form + + + + + + + +