diff --git a/pos_order_load/README.rst b/pos_order_load/README.rst new file mode 100644 index 00000000..4d46e76e --- /dev/null +++ b/pos_order_load/README.rst @@ -0,0 +1,42 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License: AGPL-3 + +POS Order Load and Save +======================= + +This module allows to: +* save a PoS order from PoS front UI to PoS back UI (server); +* recover (load) a draft PoS Order from PoS back UI to PoS front UI; +In this version, when the order is loaded again, the draft order is unlinked +in the server (in database); + +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 +`here `_. + +Credits +======= + +Contributors +------------ + +* Sylvain Calador +* Sylvain Le Gal (https://twitter.com/legalsylvain) + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://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 http://odoo-community.org. + diff --git a/pos_order_load/__init__.py b/pos_order_load/__init__.py new file mode 100644 index 00000000..a0fdc10f --- /dev/null +++ b/pos_order_load/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +from . import models diff --git a/pos_order_load/__manifest__.py b/pos_order_load/__manifest__.py new file mode 100644 index 00000000..eeb2440b --- /dev/null +++ b/pos_order_load/__manifest__.py @@ -0,0 +1,39 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2014-TODAY Akretion (). +# Copyright (C) 2014 Sylvain Calador (sylvain.calador@akretion.com). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## + +{ + 'name': 'POS Order Load and Save', + 'version': '12.0.1.0.0', + 'author': 'Akretion,GRAP,Odoo Community Association (OCA)', + 'category': 'Point Of Sale', + 'license': 'AGPL-3', + 'depends': [ + 'point_of_sale', + ], + 'website': 'https://www.akretion.com', + 'data': [ + 'view/pos_order_load.xml', + ], + 'qweb': [ + 'static/src/xml/pos_order_load.xml', + ], +} diff --git a/pos_order_load/i18n/am.po b/pos_order_load/i18n/am.po new file mode 100644 index 00000000..e5e52bdf --- /dev/null +++ b/pos_order_load/i18n/am.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/ar.po b/pos_order_load/i18n/ar.po new file mode 100644 index 00000000..e20701f5 --- /dev/null +++ b/pos_order_load/i18n/ar.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "إلغاء" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/bg.po b/pos_order_load/i18n/bg.po new file mode 100644 index 00000000..a66a2fc0 --- /dev/null +++ b/pos_order_load/i18n/bg.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Kaloyan Naumov , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: Kaloyan Naumov , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Откажи" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Клиент" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Поръчка" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/bs.po b/pos_order_load/i18n/bs.po new file mode 100644 index 00000000..69f0996e --- /dev/null +++ b/pos_order_load/i18n/bs.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/ca.po b/pos_order_load/i18n/ca.po new file mode 100644 index 00000000..a87a0c92 --- /dev/null +++ b/pos_order_load/i18n/ca.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Marc Tormo i Bochaca , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 00:49+0000\n" +"PO-Revision-Date: 2017-04-29 00:49+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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancel·la" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Client " + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Comanda" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "Punt de Venda" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Validar" diff --git a/pos_order_load/i18n/ca_ES.po b/pos_order_load/i18n/ca_ES.po new file mode 100644 index 00000000..2b982ae1 --- /dev/null +++ b/pos_order_load/i18n/ca_ES.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancel·la" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/cs.po b/pos_order_load/i18n/cs.po new file mode 100644 index 00000000..3cf089c4 --- /dev/null +++ b/pos_order_load/i18n/cs.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Zrušit" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/da.po b/pos_order_load/i18n/da.po new file mode 100644 index 00000000..cf4627bf --- /dev/null +++ b/pos_order_load/i18n/da.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Annuller" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/de.po b/pos_order_load/i18n/de.po new file mode 100644 index 00000000..6d27a19f --- /dev/null +++ b/pos_order_load/i18n/de.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Rudolf Schnapka , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-21 05:04+0000\n" +"PO-Revision-Date: 2017-01-21 05:04+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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Löschen" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Kunde" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Auftrag" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "Verkaufsstelle" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "Gesamtbetrag" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Prüfen" diff --git a/pos_order_load/i18n/el_GR.po b/pos_order_load/i18n/el_GR.po new file mode 100644 index 00000000..a382ab04 --- /dev/null +++ b/pos_order_load/i18n/el_GR.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# Kostas Goutoudis , 2016 +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Άκυρο" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Πελάτης" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Παραγγελία" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/en_AU.po b/pos_order_load/i18n/en_AU.po new file mode 100644 index 00000000..a4787bc2 --- /dev/null +++ b/pos_order_load/i18n/en_AU.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: English (Australia) (https://www.transifex.com/oca/teams/23907/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancel" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/en_GB.po b/pos_order_load/i18n/en_GB.po new file mode 100644 index 00000000..08ac8963 --- /dev/null +++ b/pos_order_load/i18n/en_GB.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-29 01:16+0000\n" +"PO-Revision-Date: 2017-08-29 01:16+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancel" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "Total Amount" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/es.po b/pos_order_load/i18n/es.po new file mode 100644 index 00000000..a39e2404 --- /dev/null +++ b/pos_order_load/i18n/es.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Janire Olagibel , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-15 03:43+0000\n" +"PO-Revision-Date: 2016-12-15 03:43+0000\n" +"Last-Translator: Janire Olagibel , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" +"No se puede ejecutar esta acción porque el TPV está actualmente sin conexión" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" +"No se puede cargar la Orden seleccionada porque el TPV está actualmente sin " +"conexión" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "Error de conexión" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Cliente" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "Cargar Pedido en Borrador" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Pedido" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "Terminal Punto de Venta" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "Guardar Pedido Actual" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "¿Guardar Pedido Actual?" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "Buscar Pedidos" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "Seleccionar Pedido" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" +"Esta operación guardará el pedido actual en estado borrador. Tendrá que " +"marcarlo como pagado después." + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "Importe total" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" +"No es posible cargar algunas líneas de pedido porque los productos no están disponibles en la caché del TPV.\n" +"Por favor, compruebe las líneas :" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "Productos Desconocidos" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Validar" diff --git a/pos_order_load/i18n/es_AR.po b/pos_order_load/i18n/es_AR.po new file mode 100644 index 00000000..eb33e086 --- /dev/null +++ b/pos_order_load/i18n/es_AR.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/es_CL.po b/pos_order_load/i18n/es_CL.po new file mode 100644 index 00000000..fb4847e8 --- /dev/null +++ b/pos_order_load/i18n/es_CL.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/es_CO.po b/pos_order_load/i18n/es_CO.po new file mode 100644 index 00000000..4e3327b6 --- /dev/null +++ b/pos_order_load/i18n/es_CO.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/es_CR.po b/pos_order_load/i18n/es_CR.po new file mode 100644 index 00000000..ed6aea1e --- /dev/null +++ b/pos_order_load/i18n/es_CR.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/es_DO.po b/pos_order_load/i18n/es_DO.po new file mode 100644 index 00000000..f5221e9e --- /dev/null +++ b/pos_order_load/i18n/es_DO.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/es_EC.po b/pos_order_load/i18n/es_EC.po new file mode 100644 index 00000000..770a7af3 --- /dev/null +++ b/pos_order_load/i18n/es_EC.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/es_ES.po b/pos_order_load/i18n/es_ES.po new file mode 100644 index 00000000..222b3445 --- /dev/null +++ b/pos_order_load/i18n/es_ES.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/es_MX.po b/pos_order_load/i18n/es_MX.po new file mode 100644 index 00000000..b1116ad8 --- /dev/null +++ b/pos_order_load/i18n/es_MX.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/es_PY.po b/pos_order_load/i18n/es_PY.po new file mode 100644 index 00000000..fdd0fea5 --- /dev/null +++ b/pos_order_load/i18n/es_PY.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/es_VE.po b/pos_order_load/i18n/es_VE.po new file mode 100644 index 00000000..d8b63daa --- /dev/null +++ b/pos_order_load/i18n/es_VE.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/et.po b/pos_order_load/i18n/et.po new file mode 100644 index 00000000..e2698235 --- /dev/null +++ b/pos_order_load/i18n/et.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Loobu" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/eu.po b/pos_order_load/i18n/eu.po new file mode 100644 index 00000000..0615598e --- /dev/null +++ b/pos_order_load/i18n/eu.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Ezeztatu" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/eu_ES.po b/pos_order_load/i18n/eu_ES.po new file mode 100644 index 00000000..2c5ee8ab --- /dev/null +++ b/pos_order_load/i18n/eu_ES.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# oihane , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: oihane , 2016\n" +"Language-Team: Basque (Spain) (https://www.transifex.com/oca/teams/23907/eu_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Bezeroa" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/fa.po b/pos_order_load/i18n/fa.po new file mode 100644 index 00000000..e13b5349 --- /dev/null +++ b/pos_order_load/i18n/fa.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "لغو" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/fi.po b/pos_order_load/i18n/fi.po new file mode 100644 index 00000000..5caff806 --- /dev/null +++ b/pos_order_load/i18n/fi.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Jarmo Kortetjärvi , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-11 04:29+0000\n" +"PO-Revision-Date: 2017-02-11 04:29+0000\n" +"Last-Translator: Jarmo Kortetjärvi , 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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Peruuta" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Asiakas" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Hyväksy" diff --git a/pos_order_load/i18n/fr.po b/pos_order_load/i18n/fr.po new file mode 100644 index 00000000..38e4c6d3 --- /dev/null +++ b/pos_order_load/i18n/fr.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" +"Impossible d'exécuter cette action car le Point de vente est actuellement " +"hors ligne" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" +"Impossible de charger la vente sélectionnée car le Point de vente est " +"actuellement hors ligne" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Annuler" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "Erreur de connection" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Client" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "Charger la vente en brouillon" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Vente" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "Point de Vente" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "Sauvegarder la vente" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "Sauvegarder la vente en cours ?" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "Chercher des ventes" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "Choisir une vente" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" +"Cette opération va sauvegarder la vente en cours à l'état de brouillon. Vous" +" devrez la marquer comme payée ultérieurement" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "Montant Total" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" +"Impossible de charger certaines lignes de ventes parce que les produits ne sont pas disponibles dans le cache du point de vente.\n" +"\n" +"Veuillez vérifier ces lignes :\n" +"\n" +" * " + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "Produits Iconnu" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Valider" diff --git a/pos_order_load/i18n/fr_CA.po b/pos_order_load/i18n/fr_CA.po new file mode 100644 index 00000000..95c8f5f7 --- /dev/null +++ b/pos_order_load/i18n/fr_CA.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Annuler" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/fr_CH.po b/pos_order_load/i18n/fr_CH.po new file mode 100644 index 00000000..0e2ae462 --- /dev/null +++ b/pos_order_load/i18n/fr_CH.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Annuler" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "Montant total" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Valider" diff --git a/pos_order_load/i18n/fr_FR.po b/pos_order_load/i18n/fr_FR.po new file mode 100644 index 00000000..bee80942 --- /dev/null +++ b/pos_order_load/i18n/fr_FR.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# Mohamed HABOU , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: Mohamed HABOU , 2016\n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Annuler" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/gl.po b/pos_order_load/i18n/gl.po new file mode 100644 index 00000000..b6c0d613 --- /dev/null +++ b/pos_order_load/i18n/gl.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# César Castro Cruz , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: César Castro Cruz , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Cliente" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "Punto de venda" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/he.po b/pos_order_load/i18n/he.po new file mode 100644 index 00000000..b639da99 --- /dev/null +++ b/pos_order_load/i18n/he.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "בטל" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/hi.po b/pos_order_load/i18n/hi.po new file mode 100644 index 00000000..093cc4f6 --- /dev/null +++ b/pos_order_load/i18n/hi.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "रद्द" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/hr.po b/pos_order_load/i18n/hr.po new file mode 100644 index 00000000..30c7819c --- /dev/null +++ b/pos_order_load/i18n/hr.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Ana-Maria Olujić , 2016 +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: Bole , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Odustani" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Kupac" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Potvrdi" diff --git a/pos_order_load/i18n/hr_HR.po b/pos_order_load/i18n/hr_HR.po new file mode 100644 index 00000000..8eb31930 --- /dev/null +++ b/pos_order_load/i18n/hr_HR.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: Bole , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/hu.po b/pos_order_load/i18n/hu.po new file mode 100644 index 00000000..d1f575db --- /dev/null +++ b/pos_order_load/i18n/hu.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Mégsem" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/id.po b/pos_order_load/i18n/id.po new file mode 100644 index 00000000..391888d8 --- /dev/null +++ b/pos_order_load/i18n/id.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Batalkan" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/it.po b/pos_order_load/i18n/it.po new file mode 100644 index 00000000..bfaf4324 --- /dev/null +++ b/pos_order_load/i18n/it.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Paolo Valier , 2016 +# Andrea Cometa , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: Andrea Cometa , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Annulla" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Cliente" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Ordine" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "Punto Vendita" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "Importo Totale" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Valida" diff --git a/pos_order_load/i18n/ja.po b/pos_order_load/i18n/ja.po new file mode 100644 index 00000000..69bd4711 --- /dev/null +++ b/pos_order_load/i18n/ja.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "キャンセル" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/ko.po b/pos_order_load/i18n/ko.po new file mode 100644 index 00000000..96d47c63 --- /dev/null +++ b/pos_order_load/i18n/ko.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "취소" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/lo.po b/pos_order_load/i18n/lo.po new file mode 100644 index 00000000..eeb5a82a --- /dev/null +++ b/pos_order_load/i18n/lo.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "ຍົກເລີອກ" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/lt.po b/pos_order_load/i18n/lt.po new file mode 100644 index 00000000..8a7eaaf3 --- /dev/null +++ b/pos_order_load/i18n/lt.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Atšaukti" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/lt_LT.po b/pos_order_load/i18n/lt_LT.po new file mode 100644 index 00000000..ee915761 --- /dev/null +++ b/pos_order_load/i18n/lt_LT.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# Arminas Grigonis , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: Arminas Grigonis , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Atšaukti" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/lv.po b/pos_order_load/i18n/lv.po new file mode 100644 index 00000000..74c980a2 --- /dev/null +++ b/pos_order_load/i18n/lv.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Atcelt" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/mk.po b/pos_order_load/i18n/mk.po new file mode 100644 index 00000000..37ed7132 --- /dev/null +++ b/pos_order_load/i18n/mk.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Откажи" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/mn.po b/pos_order_load/i18n/mn.po new file mode 100644 index 00000000..fffd01c3 --- /dev/null +++ b/pos_order_load/i18n/mn.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Цуцлах" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/nb.po b/pos_order_load/i18n/nb.po new file mode 100644 index 00000000..8558a50c --- /dev/null +++ b/pos_order_load/i18n/nb.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Avbryt" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/nb_NO.po b/pos_order_load/i18n/nb_NO.po new file mode 100644 index 00000000..506ea005 --- /dev/null +++ b/pos_order_load/i18n/nb_NO.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# Imre Kristoffer Eilertsen , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: Imre Kristoffer Eilertsen , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Lukk" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Ordre" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "Totalsum" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/nl.po b/pos_order_load/i18n/nl.po new file mode 100644 index 00000000..0ca4a88a --- /dev/null +++ b/pos_order_load/i18n/nl.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Erwin van der Ploeg , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: Erwin van der Ploeg , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Annuleren" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Klant" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Volgorde" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "Totaalbedrag" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Bevestig" diff --git a/pos_order_load/i18n/nl_BE.po b/pos_order_load/i18n/nl_BE.po new file mode 100644 index 00000000..bbedd336 --- /dev/null +++ b/pos_order_load/i18n/nl_BE.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Annuleren" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/nl_NL.po b/pos_order_load/i18n/nl_NL.po new file mode 100644 index 00000000..307b760b --- /dev/null +++ b/pos_order_load/i18n/nl_NL.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-29 01:16+0000\n" +"PO-Revision-Date: 2017-08-29 01:16+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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Verwijderen" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Klant" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Order" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "Kassa" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/pl.po b/pos_order_load/i18n/pl.po new file mode 100644 index 00000000..3c6dadd6 --- /dev/null +++ b/pos_order_load/i18n/pl.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Anuluj" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/pt.po b/pos_order_load/i18n/pt.po new file mode 100644 index 00000000..0b17ee0d --- /dev/null +++ b/pos_order_load/i18n/pt.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/pt_BR.po b/pos_order_load/i18n/pt_BR.po new file mode 100644 index 00000000..57434552 --- /dev/null +++ b/pos_order_load/i18n/pt_BR.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Claudio Araujo Santos , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: Claudio Araujo Santos , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Cliente" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Pedido" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "Valor total" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Validar" diff --git a/pos_order_load/i18n/pt_PT.po b/pos_order_load/i18n/pt_PT.po new file mode 100644 index 00000000..08b7b79e --- /dev/null +++ b/pos_order_load/i18n/pt_PT.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Pedro Castro Silva , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-15 03:43+0000\n" +"PO-Revision-Date: 2016-12-15 03:43+0000\n" +"Last-Translator: Pedro Castro Silva , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Cancelar" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Cliente" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Validar" diff --git a/pos_order_load/i18n/ro.po b/pos_order_load/i18n/ro.po new file mode 100644 index 00000000..05be9597 --- /dev/null +++ b/pos_order_load/i18n/ro.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Anuleaza" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/ru.po b/pos_order_load/i18n/ru.po new file mode 100644 index 00000000..7b125d6f --- /dev/null +++ b/pos_order_load/i18n/ru.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Victor Safronovich , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-01 20:52+0000\n" +"PO-Revision-Date: 2017-05-01 20:52+0000\n" +"Last-Translator: Victor Safronovich , 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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Отменена" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Заказ" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/sk.po b/pos_order_load/i18n/sk.po new file mode 100644 index 00000000..cadc397a --- /dev/null +++ b/pos_order_load/i18n/sk.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# gebri , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-15 03:43+0000\n" +"PO-Revision-Date: 2016-12-15 03:43+0000\n" +"Last-Translator: gebri , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Zrušiť" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Zákazník" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/sl.po b/pos_order_load/i18n/sl.po new file mode 100644 index 00000000..9be1e3f3 --- /dev/null +++ b/pos_order_load/i18n/sl.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: Matjaž Mozetič , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "Dejanja ni mogoče izvesti, ker je POS trenutno nedosegljiv." + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "Izbranega naloga ni mogoče naložiti, ker je POS trenutno nedosegljiv." + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Preklic" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "Napaka pri povezavi" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Kupec" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "Naloži osnutek naloga" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "Nalog" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "POS Prodajna točka" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "Shrani trenutni nalog" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "Shrani trenutni nalog?" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "Iskanje nalogov" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "Izberi nalog" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" +"Ta postopek bo shranil trenutni nalog v stanju osnutka. Kasneje ga boste " +"morali označiti, da je plačan." + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "Skupni znesek" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" +"Nekaterih postavk naloga ni bilo mogoče naložiti, ker v predpomnilniku proizvodi niso na voljo.\n" +"\n" +"Preverite te postavke :\n" +"\n" +" * " + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "Neznani proizvodi" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Overi" diff --git a/pos_order_load/i18n/sr.po b/pos_order_load/i18n/sr.po new file mode 100644 index 00000000..3c5f3581 --- /dev/null +++ b/pos_order_load/i18n/sr.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/sr@latin.po b/pos_order_load/i18n/sr@latin.po new file mode 100644 index 00000000..d48cbf3b --- /dev/null +++ b/pos_order_load/i18n/sr@latin.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Otkaži" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/sv.po b/pos_order_load/i18n/sv.po new file mode 100644 index 00000000..a33705d4 --- /dev/null +++ b/pos_order_load/i18n/sv.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Avbryt" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/th.po b/pos_order_load/i18n/th.po new file mode 100644 index 00000000..2a3eadd8 --- /dev/null +++ b/pos_order_load/i18n/th.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "ยกเลิก" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/tr.po b/pos_order_load/i18n/tr.po new file mode 100644 index 00000000..5a7687b8 --- /dev/null +++ b/pos_order_load/i18n/tr.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Ivan BARAYEV , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-07 04:35+0000\n" +"PO-Revision-Date: 2017-01-07 04:35+0000\n" +"Last-Translator: Ivan BARAYEV , 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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Vazgeç" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "Müşteri" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "Doğrula" diff --git a/pos_order_load/i18n/tr_TR.po b/pos_order_load/i18n/tr_TR.po new file mode 100644 index 00000000..3827a142 --- /dev/null +++ b/pos_order_load/i18n/tr_TR.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# Ozge Altinisik , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 05:41+0000\n" +"PO-Revision-Date: 2016-12-31 05:41+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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "İptal et" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/uk.po b/pos_order_load/i18n/uk.po new file mode 100644 index 00000000..4c0cbc0c --- /dev/null +++ b/pos_order_load/i18n/uk.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Скасувати" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/vi.po b/pos_order_load/i18n/vi.po new file mode 100644 index 00000000..e5136c60 --- /dev/null +++ b/pos_order_load/i18n/vi.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Hủy bỏ" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/vi_VN.po b/pos_order_load/i18n/vi_VN.po new file mode 100644 index 00000000..fe3bcc15 --- /dev/null +++ b/pos_order_load/i18n/vi_VN.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "Hủy" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/zh_CN.po b/pos_order_load/i18n/zh_CN.po new file mode 100644 index 00000000..b1bd65e6 --- /dev/null +++ b/pos_order_load/i18n/zh_CN.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +# Jeffery CHEN , 2016 +# liAnGjiA , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-29 00:49+0000\n" +"PO-Revision-Date: 2017-04-29 00:49+0000\n" +"Last-Translator: liAnGjiA , 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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "取消" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "客户" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "POS" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/i18n/zh_TW.po b/pos_order_load/i18n/zh_TW.po new file mode 100644 index 00000000..aa3fb2b0 --- /dev/null +++ b/pos_order_load/i18n/zh_TW.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_order_load +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-02 03:44+0000\n" +"PO-Revision-Date: 2016-12-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2016\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: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:289 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:315 +#, python-format +msgid "Can not execute this action because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:181 +#, python-format +msgid "Can not load the Selected Order because the POS is currently offline" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:28 +#, python-format +msgid "Cancel" +msgstr "刪除" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:180 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:288 +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:314 +#, python-format +msgid "Connection error" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:60 +#, python-format +msgid "Customer" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:5 +#, python-format +msgid "Load Draft Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:59 +#, python-format +msgid "Order" +msgstr "" + +#. module: pos_order_load +#: model:ir.model,name:pos_order_load.model_pos_order +msgid "Point of Sale" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:10 +#, python-format +msgid "Save Current Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:71 +#, python-format +msgid "Save The current Order ?" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:36 +#, python-format +msgid "Search Orders" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:40 +#, python-format +msgid "Select Order" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:72 +#, python-format +msgid "" +"This operation will save the current order in a draft state. You'll have to " +"mark it as paid after." +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:61 +#, python-format +msgid "Total Amount" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:267 +#, python-format +msgid "" +"Unable to load some order lines because the products are not available in the POS cache.\n" +"\n" +"Please check that lines :\n" +"\n" +" * " +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/js/pos_order_load.js:266 +#, python-format +msgid "Unknown Products" +msgstr "" + +#. module: pos_order_load +#. openerp-web +#: code:addons/pos_order_load/static/src/xml/pos_order_load.xml:32 +#, python-format +msgid "Validate" +msgstr "" diff --git a/pos_order_load/models/__init__.py b/pos_order_load/models/__init__.py new file mode 100644 index 00000000..9e9e7ad7 --- /dev/null +++ b/pos_order_load/models/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +from . import pos_order diff --git a/pos_order_load/models/pos_order.py b/pos_order_load/models/pos_order.py new file mode 100644 index 00000000..fa7a1455 --- /dev/null +++ b/pos_order_load/models/pos_order.py @@ -0,0 +1,97 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2014 Akretion (). +# @author Sylvain LE GAL (https://twitter.com/legalsylvain) +# @author Sylvain Calador (sylvain.calador@akretion.com). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## + +from odoo import models, api + + +class PosOrder(models.Model): + _inherit = 'pos.order' + + # Overload Section + @api.model + def _order_fields(self, ui_order): + res = super(PosOrder, self)._order_fields(ui_order) + if 'order_id' in ui_order: + res['order_id'] = ui_order['order_id'] + return res + + @api.model + def create_from_ui(self, orders): + """ + Remove from the 'orders' list all orders where amount_return is < 0 + (because that means they are not paid, but just in draft state). + * call a specific function for the draft orders list + * call the parent create_from_ui() for the remaining orders""" + draft_orders = [] + for tmp_order in orders: + if tmp_order['data']['amount_return'] < 0\ + and abs(tmp_order['data']['amount_return']) > 0.000001: + draft_orders.append(tmp_order) + orders.remove(tmp_order) + + # Save Draft Orders + self._create_draft_order_from_ui(draft_orders) + + # Save Paid Orders + return super(PosOrder, self).create_from_ui(orders) + + # Custom Section + @api.model + def search_read_orders(self, query): + condition = [ + ('state', '=', 'draft'), + ('statement_ids', '=', False), + '|', + ('name', 'ilike', query), + ('partner_id', 'ilike', query) + ] + fields = ['name', 'partner_id', 'amount_total'] + return self.search_read(condition, fields, limit=10) + + @api.model + def load_order(self, order_id): + order = self.browse(order_id) + condition = [('order_id', '=', order_id)] + fields = ['product_id', 'price_unit', 'qty', 'discount'] + orderlines = self.lines.search_read(condition, fields) + return { + 'id': order.id, + 'name': order.pos_reference, + 'partner_id': order.partner_id.id, + 'orderlines': orderlines, + } + + @api.model + def _create_draft_order_from_ui(self, orders): + for order_tmp in orders: + order_data = order_tmp['data'] + statements_data = order_data['statement_ids'] + order_data.pop('statement_ids') + + # create Order + order = self.create(self._order_fields(order_data)) + + # Create payment + for statement_data in statements_data: + self.add_payment( + order.id, self._payment_fields(statement_data[2])) diff --git a/pos_order_load/static/src/css/pos_order_load.css b/pos_order_load/static/src/css/pos_order_load.css new file mode 100644 index 00000000..62bf9b5a --- /dev/null +++ b/pos_order_load/static/src/css/pos_order_load.css @@ -0,0 +1,54 @@ +.screen .top-content .button.validate { + left: 0px; + margin-left: 150px; +} + +.pos .orderlist-screen .order-list{ + font-size: 16px; + width: 100%; + line-height: 40px; +} +.pos .orderlist-screen .order-list th, +.pos .orderlist-screen .order-list td { + padding: 0px 8px; +} +.pos .orderlist-screen .order-list tr{ + transition: all 150ms linear; + background: rgb(230,230,230); + cursor: pointer; +} +.pos .orderlist-screen .order-list thead > tr, +.pos .orderlist-screen .order-list tr:nth-child(even) { + background: rgb(247,247,247); +} +.pos .orderlist-screen .order-list tr.highlight{ + transition: all 150ms linear; + background: rgb(110,200,155) !important; + color: white; +} +.pos .orderlist-screen .order-list tr.lowlight{ + transition: all 150ms linear; + background: rgb(216, 238, 227); +} +.pos .orderlist-screen .order-list tr.lowlight:nth-child(even){ + transition: all 150ms linear; + background: rgb(227, 246, 237); +} +.pos .orderlist-screen .order-details{ + padding: 16px; + border-bottom: solid 5px rgb(110,200,155); +} + +.pos .orderlist-screen .searchbox{ + right: auto; + margin-left: -90px; + margin-top:8px; + left: 50%; +} +.pos .orderlist-screen .searchbox input{ + width: 120px; +} + +.pos .order-line .total { + text-align: right; +} diff --git a/pos_order_load/static/src/js/pos_order_load.js b/pos_order_load/static/src/js/pos_order_load.js new file mode 100644 index 00000000..7b84587d --- /dev/null +++ b/pos_order_load/static/src/js/pos_order_load.js @@ -0,0 +1,385 @@ +/****************************************************************************** + * Point Of Sale - Product Template module for Odoo + * Copyright (C) 2014-Today Akretion (http://www.akretion.com) + * @author Sylvain Calador (sylvain.calador@akretion.com) + * @author Sylvain Le Gal (https://twitter.com/legalsylvain) + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + *****************************************************************************/ + +odoo.define('pos_order_load', function (require) { +"use strict"; + + var PosBaseWidget = require('point_of_sale.BaseWidget'); + var chrome = require('point_of_sale.chrome'); + var gui = require('point_of_sale.gui'); + var models = require('point_of_sale.models'); + var screens = require('point_of_sale.screens'); + var rpc = require('web.rpc'); + + var utils = require('web.utils'); + var round_pr = utils.round_precision; + + var core = require('web.core'); + var QWeb = core.qweb; + var _t = core._t; + + + /************************************************************************* + Extend Model Order: + * Add getter and setter function for field 'order_id'; + */ + + var _super_order = models.Order.prototype; + models.Order = models.Order.extend({ + + + set_order_id: function(id) { + this.set({ + order_id: id, + }); + }, + + get_order_id: function() { + return this.get('order_id'); + }, + + }); + + /************************************************************************* + New Widget LoadButtonWidget: + * On click, display a new screen to select draft orders; + */ + var LoadButtonWidget = PosBaseWidget.extend({ + template: 'LoadButtonWidget', + + renderElement: function() { + var self = this; + this._super(); + this.$el.click(function(){ + self.gui.show_screen('orderlist'); + }); + }, + }); + + /************************************************************************* + New Widget SaveButtonWidget: + * On click, save the current draft order; + */ + var SaveButtonWidget = PosBaseWidget.extend({ + template: 'SaveButtonWidget', + + renderElement: function() { + var self = this; + this._super(); + this.$el.click(function(){ + self.gui.show_popup('confirm',{ + 'title': _t('Save The current Order ?'), + 'body': _t('This operation will save the current order in a draft state. You\'ll have to mark it as paid after.'), + confirm: function(){ + var currentOrder = this.pos.get('selectedOrder'); + this.pos.push_order(currentOrder); + self.pos.get('selectedOrder').destroy(); + }, + }); + }); + }, + }); + + + /************************************************************************* + Extend PosWidget: + * Create new screen; + * Add load and save button; + */ + chrome.Chrome.include({ + build_widgets: function() { + this._super(); + + this.load_button = new LoadButtonWidget(this, {}); + this.load_button.appendTo(this.$('div.order-empty')); + + this.save_button = new SaveButtonWidget(this, {}); + + }, + }); + + + /************************************************************************* + * Extend OrderWidget: + */ + screens.OrderWidget.include({ + renderElement: function(scrollbottom){ + this._super(scrollbottom); + if (this.chrome.load_button) { + this.chrome.load_button.appendTo( + this.chrome.$('div.order-empty') + ); + } + if (this.pos.get_order()) { + if (this.chrome.save_button && (this.pos.get_order().get_orderlines().length > 0)) { + this.chrome.save_button.appendTo( + this.chrome.$('div.summary') + ); + } + } + } + }); + + /************************************************************************* + * New ScreenWidget OrderListScreenWidget: + * On show, display all draft orders; + * on click on an order, display the content; + * on click on 'validate', allow to use this POS Order; + * on click on 'cancel', display the preview screen; + */ + // + var OrderListScreenWidget = screens.ScreenWidget.extend({ + template: 'OrderListScreenWidget', + show_leftpane: true, + model: 'pos.order', + current_order_id: 0, + + init: function(parent, options){ + this._super(parent, options); + }, + + reset_order: function(order) { + order.set_client(undefined); + order.set_order_id(undefined); + order.orderlines.reset(); + return order; + }, + + start: function() { + var self = this; + this._super(); + this.$el.find('span.button.back').click(function(){ + var order = self.pos.get('selectedOrder'); + self.reset_order(order); + self.chrome.screens.products.order_widget.change_selected_order(); + self.gui.show_screen('products'); + }); + this.$el.find('span.button.validate').click(function(){ + var orderModel = rpc.query({ + model: 'pos.order', + method: 'unlink', + args: [self.current_order_id], + }); + return orderModel.then(function (result) { + self.gui.show_screen('products'); + }).fail(function (error, event){ + if (parseInt(error.code) === 200) { + // Business Logic Error, not a connection problem + self.gui.show_popup( + 'error-traceback', { + message: error.data.message, + comment: error.data.debug + }); + } + else{ + self.gui.show_popup('error',{ + message: _t('Connection error'), + comment: _t('Can not load the Selected Order because the POS is currently offline'), + }); + } + event.preventDefault(); + }); + }); + + var search_timeout = null; + + this.$('.searchbox input').on('keyup',function(event){ + clearTimeout(search_timeout); + + var query = this.value; + + search_timeout = setTimeout(function(){ + self.perform_search(query); + },70); + + }); + + this.$('.searchbox .search-clear').click(function(){ + self.clear_search(); + }); + + }, + + // to override if necessary + add_product_attribute: function(product, key, orderline){ + return product; + }, + + load_order_fields: function(order, fields) { + order.set_order_id(fields.id); + var partner = this.pos.db.get_partner_by_id( + fields.partner_id); + order.set_client(partner || undefined); + return order; + }, + + prepare_orderline_options: function(orderline) { + return { + quantity: orderline.qty, + price: orderline.price_unit, + discount: orderline.discount, + }; + }, + + load_order: function(order_id) { + var self = this; + var orderModel = rpc.query({ + model: this.model, + method: 'load_order', + args: [order_id], + }); + return orderModel.then(function (result) { + var order = self.pos.get('selectedOrder'); + order = self.load_order_fields(order, result); + order.orderlines.reset(); + var orderlines = result.orderlines || []; + var unknown_products = []; + for (var i=0, len=orderlines.length; i 0){ + self.gui.show_popup( + 'error-traceback', { + message: _t('Unknown Products'), + comment: _t('Unable to load some order lines because the ' + + 'products are not available in the POS cache.\n\n' + + 'Please check that lines :\n\n * ') + unknown_products.join("; \n *") + }); + self.$el.find('span.button.validate').hide(); + } + else{ + self.$el.find('span.button.validate').show(); + } + + }).fail(function (error, event){ + if (parseInt(error.code) === 200) { + // Business Logic Error, not a connection problem + self.gui.show_popup( + 'error-traceback', { + message: error.data.message, + comment: error.data.debug + }); + } + else{ + self.gui.show_popup('error',{ + message: _t('Connection error'), + comment: _t('Can not execute this action because the POS is currently offline'), + }); + } + event.preventDefault(); + }); + }, + + load_orders: function(query) { + var self = this; + var orderModel = rpc.query({ + model: this.model, + method: 'search_read_orders', + args: [query || ''], + }) + return orderModel.then(function (result) { + self.render_list(result); + }).fail(function (error, event){ + if (parseInt(error.code) === 200) { + // Business Logic Error, not a connection problem + self.gui.show_popup( + 'error-traceback', { + message: error.data.message, + comment: error.data.debug + } + ); + } + else{ + self.gui.show_popup('error',{ + message: _t('Connection error'), + comment: _t('Can not execute this action because the POS is currently offline'), + }); + } + event.preventDefault(); + }); + }, + + show: function() { + this._super(); + if (this.gui.get_current_screen() == 'orderlist') { + this.load_orders(); + } + }, + + on_click_draft_order: function(event){ + this.$('.order-list .highlight').removeClass('highlight'); + this.current_order_id = parseInt(event.target.parentNode.dataset.orderId); + this.load_order(this.current_order_id); + $(event.target.parentNode).addClass('highlight'); + }, + + render_list: function(orders){ + var self = this; + var contents = this.$el[0].querySelector('.order-list-contents'); + contents.innerHTML = ""; + for (var i = 0, len = orders.length; i < len; i++){ + var order = orders[i]; + var orderline_html = QWeb.render('LoadOrderLine', + {widget: this, order:orders[i]}); + var orderline = document.createElement('tbody'); + orderline.innerHTML = orderline_html; + orderline = orderline.childNodes[1]; + orderline.addEventListener('click', this.on_click_draft_order); + contents.appendChild(orderline); + } + }, + + perform_search: function(query){ + this.load_orders(query); + }, + + clear_search: function(){ + this.load_orders(); + this.$('.searchbox input')[0].value = ''; + this.$('.searchbox input').focus(); + }, + + }); +gui.define_screen({'name': 'orderlist', 'widget': OrderListScreenWidget}); +return { + LoadButtonButton: LoadButtonWidget, + SaveButtonButton: SaveButtonWidget, + OrderListScreenWidget: OrderListScreenWidget, +}; +}); diff --git a/pos_order_load/static/src/xml/pos_order_load.xml b/pos_order_load/static/src/xml/pos_order_load.xml new file mode 100644 index 00000000..87808478 --- /dev/null +++ b/pos_order_load/static/src/xml/pos_order_load.xml @@ -0,0 +1,70 @@ + + diff --git a/pos_order_load/view/pos_order_load.xml b/pos_order_load/view/pos_order_load.xml new file mode 100644 index 00000000..e630bb60 --- /dev/null +++ b/pos_order_load/view/pos_order_load.xml @@ -0,0 +1,14 @@ + + + + + +