Browse Source

Merge 8eae59cdf3 into 45a15ac568

pull/517/merge
Cyril VINH-TUNG 4 years ago
committed by GitHub
parent
commit
2fc9a7dc16
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 42
      pos_order_load/README.rst
  2. 2
      pos_order_load/__init__.py
  3. 39
      pos_order_load/__manifest__.py
  4. 146
      pos_order_load/i18n/am.po
  5. 146
      pos_order_load/i18n/ar.po
  6. 147
      pos_order_load/i18n/bg.po
  7. 146
      pos_order_load/i18n/bs.po
  8. 147
      pos_order_load/i18n/ca.po
  9. 146
      pos_order_load/i18n/ca_ES.po
  10. 146
      pos_order_load/i18n/cs.po
  11. 146
      pos_order_load/i18n/da.po
  12. 147
      pos_order_load/i18n/de.po
  13. 147
      pos_order_load/i18n/el_GR.po
  14. 146
      pos_order_load/i18n/en_AU.po
  15. 146
      pos_order_load/i18n/en_GB.po
  16. 154
      pos_order_load/i18n/es.po
  17. 146
      pos_order_load/i18n/es_AR.po
  18. 146
      pos_order_load/i18n/es_CL.po
  19. 146
      pos_order_load/i18n/es_CO.po
  20. 146
      pos_order_load/i18n/es_CR.po
  21. 146
      pos_order_load/i18n/es_DO.po
  22. 146
      pos_order_load/i18n/es_EC.po
  23. 146
      pos_order_load/i18n/es_ES.po
  24. 146
      pos_order_load/i18n/es_MX.po
  25. 146
      pos_order_load/i18n/es_PY.po
  26. 146
      pos_order_load/i18n/es_VE.po
  27. 146
      pos_order_load/i18n/et.po
  28. 146
      pos_order_load/i18n/eu.po
  29. 146
      pos_order_load/i18n/eu_ES.po
  30. 146
      pos_order_load/i18n/fa.po
  31. 147
      pos_order_load/i18n/fi.po
  32. 157
      pos_order_load/i18n/fr.po
  33. 146
      pos_order_load/i18n/fr_CA.po
  34. 146
      pos_order_load/i18n/fr_CH.po
  35. 146
      pos_order_load/i18n/fr_FR.po
  36. 147
      pos_order_load/i18n/gl.po
  37. 146
      pos_order_load/i18n/he.po
  38. 146
      pos_order_load/i18n/hi.po
  39. 148
      pos_order_load/i18n/hr.po
  40. 146
      pos_order_load/i18n/hr_HR.po
  41. 146
      pos_order_load/i18n/hu.po
  42. 146
      pos_order_load/i18n/id.po
  43. 148
      pos_order_load/i18n/it.po
  44. 146
      pos_order_load/i18n/ja.po
  45. 146
      pos_order_load/i18n/ko.po
  46. 146
      pos_order_load/i18n/lo.po
  47. 146
      pos_order_load/i18n/lt.po
  48. 146
      pos_order_load/i18n/lt_LT.po
  49. 146
      pos_order_load/i18n/lv.po
  50. 146
      pos_order_load/i18n/mk.po
  51. 146
      pos_order_load/i18n/mn.po
  52. 146
      pos_order_load/i18n/nb.po
  53. 146
      pos_order_load/i18n/nb_NO.po
  54. 147
      pos_order_load/i18n/nl.po
  55. 146
      pos_order_load/i18n/nl_BE.po
  56. 147
      pos_order_load/i18n/nl_NL.po
  57. 146
      pos_order_load/i18n/pl.po
  58. 146
      pos_order_load/i18n/pt.po
  59. 147
      pos_order_load/i18n/pt_BR.po
  60. 147
      pos_order_load/i18n/pt_PT.po
  61. 146
      pos_order_load/i18n/ro.po
  62. 147
      pos_order_load/i18n/ru.po
  63. 147
      pos_order_load/i18n/sk.po
  64. 154
      pos_order_load/i18n/sl.po
  65. 146
      pos_order_load/i18n/sr.po
  66. 146
      pos_order_load/i18n/sr@latin.po
  67. 146
      pos_order_load/i18n/sv.po
  68. 146
      pos_order_load/i18n/th.po
  69. 147
      pos_order_load/i18n/tr.po
  70. 146
      pos_order_load/i18n/tr_TR.po
  71. 146
      pos_order_load/i18n/uk.po
  72. 146
      pos_order_load/i18n/vi.po
  73. 146
      pos_order_load/i18n/vi_VN.po
  74. 148
      pos_order_load/i18n/zh_CN.po
  75. 146
      pos_order_load/i18n/zh_TW.po
  76. 2
      pos_order_load/models/__init__.py
  77. 97
      pos_order_load/models/pos_order.py
  78. 54
      pos_order_load/static/src/css/pos_order_load.css
  79. 385
      pos_order_load/static/src/js/pos_order_load.js
  80. 70
      pos_order_load/static/src/xml/pos_order_load.xml
  81. 14
      pos_order_load/view/pos_order_load.xml

42
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 <https://github.com/OCA/pos/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 <https://github.com/OCA/pos/issues/new?body=module:%20pos_order_load%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits
=======
Contributors
------------
* Sylvain Calador <sylvain.calador@akretion.com>
* 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.

2
pos_order_load/__init__.py

@ -0,0 +1,2 @@
# -*- coding: utf-8 -*-
from . import models

39
pos_order_load/__manifest__.py

@ -0,0 +1,39 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2014-TODAY Akretion (<http://www.akretion.com>).
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'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',
],
}

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

147
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 <transbot@odoo-community.org>, 2016
# Kaloyan Naumov <kaloyan@lumnus.net>, 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 <kaloyan@lumnus.net>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

147
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 <transbot@odoo-community.org>, 2016
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 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 <mtbochaca@gmail.com>, 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"

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

147
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 <transbot@odoo-community.org>, 2016
# Rudolf Schnapka <rs@techno-flex.de>, 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 <rs@techno-flex.de>, 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"

147
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 <goutoudis@gmail.com>, 2016
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

154
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 <transbot@odoo-community.org>, 2016
# Janire Olagibel <janire.olagibel@factorlibre.com>, 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 <janire.olagibel@factorlibre.com>, 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"

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <oihanecruce@gmail.com>, 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 <oihanecruce@gmail.com>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

147
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 <transbot@odoo-community.org>, 2016
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 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 <jarmo.kortetjarvi@gmail.com>, 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"

157
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"

146
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 <m.habou@agoradeveloppement.com>, 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 <m.habou@agoradeveloppement.com>, 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 ""

147
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 <transbot@odoo-community.org>, 2016
# César Castro Cruz <ulmroan@gmail.com>, 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 <ulmroan@gmail.com>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

148
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 <transbot@odoo-community.org>, 2016
# Ana-Maria Olujić <ana-maria.olujic@slobodni-programi.hr>, 2016
# Bole <bole@dajmi5.com>, 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 <bole@dajmi5.com>, 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"

146
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 <bole@dajmi5.com>, 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 <bole@dajmi5.com>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

148
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 <transbot@odoo-community.org>, 2016
# Paolo Valier <paolo.valier@hotmail.it>, 2016
# Andrea Cometa <a.cometa@apuliasoftware.it>, 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 <a.cometa@apuliasoftware.it>, 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"

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <arminas@versada.lt>, 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 <arminas@versada.lt>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <imreeil42@gmail.com>, 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 <imreeil42@gmail.com>, 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 ""

147
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 <transbot@odoo-community.org>, 2016
# Erwin van der Ploeg <erwin@odooexperts.nl>, 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 <erwin@odooexperts.nl>, 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"

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

147
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 <transbot@odoo-community.org>, 2016
# Peter Hageman <hageman.p@gmail.com>, 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 <hageman.p@gmail.com>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

147
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 <transbot@odoo-community.org>, 2016
# Claudio Araujo Santos <claudioaraujosantos@gmail.com>, 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 <claudioaraujosantos@gmail.com>, 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"

147
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 <transbot@odoo-community.org>, 2016
# Pedro Castro Silva <pedrocs@sossia.pt>, 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 <pedrocs@sossia.pt>, 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"

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

147
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 <transbot@odoo-community.org>, 2016
# Victor Safronovich <vsafronovich@suvit.ru>, 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 <vsafronovich@suvit.ru>, 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 ""

147
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 <transbot@odoo-community.org>, 2016
# gebri <gebri@inmail.sk>, 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 <gebri@inmail.sk>, 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 ""

154
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 <transbot@odoo-community.org>, 2016
# Matjaž Mozetič <m.mozetic@matmoz.si>, 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č <m.mozetic@matmoz.si>, 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"

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

147
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 <transbot@odoo-community.org>, 2016
# Ivan BARAYEV <ivanbarayev@hotmail.com>, 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 <ivanbarayev@hotmail.com>, 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"

146
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 <ozge@altinkaya.com.tr>, 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 <ozge@altinkaya.com.tr>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

148
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 <transbot@odoo-community.org>, 2016
# Jeffery CHEN <jeffery9@gmail.com>, 2016
# liAnGjiA <liangjia@qq.com>, 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 <liangjia@qq.com>, 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 ""

146
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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 ""

2
pos_order_load/models/__init__.py

@ -0,0 +1,2 @@
# -*- coding: utf-8 -*-
from . import pos_order

97
pos_order_load/models/pos_order.py

@ -0,0 +1,97 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2014 Akretion (<http://www.akretion.com>).
# @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 <http://www.gnu.org/licenses/>.
#
##############################################################################
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]))

54
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;
}

385
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 <http://www.gnu.org/licenses/>.
*****************************************************************************/
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<len; i++) {
var orderline = orderlines[i];
var product_id = orderline.product_id[0];
var product_name = orderline.product_id[1];
var product = self.pos.db.get_product_by_id(product_id);
if (_.isUndefined(product)) {
unknown_products.push(product_name);
continue;
}
for (var key in orderline) {
if (!key.indexOf('product__')) {
product = self.add_product_attribute(
product, key, orderline
);
}
}
order.add_product(product,
self.prepare_orderline_options(orderline)
);
var last_orderline = order.get_last_orderline();
last_orderline = jQuery.extend(last_orderline, orderline);
}
// Forbid POS Order loading if some products are unknown
if (unknown_products.length > 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,
};
});

70
pos_order_load/static/src/xml/pos_order_load.xml

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="utf-8"?>
<template>
<t t-name="LoadButtonWidget">
<button class="order-load">Load Draft Order</button>
</t>
<t t-name="SaveButtonWidget">
<li class="orderline">
<button class="order-save">Save Current Order</button>
</li>
</t>
<t t-name="LoadOrderLine">
<tr class="order-line" t-att-data-order-id="order.id">
<td><t t-esc="order.name"/></td>
<td t-if="order.partner_id"><t t-esc="order.partner_id[1]"/></td>
<td t-if="!order.partner_id"></td>
<td class="total"><t t-esc="widget.format_currency(order.amount_total)"/></td>
</tr>
</t>
<t t-name="OrderListScreenWidget">
<div class="orderlist-screen screen">
<div class="screen-content">
<section class="top-content">
<span class="button back">
<i class="fa fa-angle-double-left"></i>
Cancel
</span>
<span class="button validate">
<i class="fa fa-angle-double-left"></i>
Validate
</span>
<span class="searchbox">
<input placeholder="Search Orders" />
<span class="search-clear"></span>
</span>
<span class="searchbox"></span>
<span class="button next oe_hidden highlight">
Select Order
<i class="fa fa-angle-double-right"></i>
</span>
</section>
<section class="full-content">
<div class="window">
<section class="subwindow">
<div class="subwindow-container">
<div class="subwindow-container-fix touch-scrollable scrollable-y">
<table class="order-list">
<thead>
<tr>
<th>Order</th>
<th>Customer</th>
<th>Total Amount</th>
</tr>
</thead>
<tbody class="order-list-contents">
</tbody>
</table>
</div>
</div>
</section>
</div>
</section>
</div>
</div>
</t>
</template>

14
pos_order_load/view/pos_order_load.xml

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_backend" name="pos_order_load assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/pos_order_load/static/src/js/pos_order_load.js"></script>
</xpath>
</template>
<template id="index_pos_order_load" name="POS Index Order Load" inherit_id="point_of_sale.index">
<xpath expr="//head" position="inside">
<link rel="stylesheet" href="/pos_order_load/static/src/css/pos_order_load.css"/>
</xpath>
</template>
</odoo>
Loading…
Cancel
Save