From fcdd3ed17b335440fdb9362b779bd92eb481bdf9 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 30 Apr 2015 12:52:27 +0200 Subject: [PATCH] pos_payment_terminal: Add POT file, FR translation and demo data --- pos_payment_terminal/__openerp__.py | 1 + pos_payment_terminal/i18n/fr.po | 49 +++++++++++++++++++ .../i18n/pos_payment_terminal.pot | 49 +++++++++++++++++++ .../pos_payment_terminal_demo.xml | 10 ++++ 4 files changed, 109 insertions(+) create mode 100644 pos_payment_terminal/i18n/fr.po create mode 100644 pos_payment_terminal/i18n/pos_payment_terminal.pot create mode 100644 pos_payment_terminal/pos_payment_terminal_demo.xml diff --git a/pos_payment_terminal/__openerp__.py b/pos_payment_terminal/__openerp__.py index 1f9f2f51..cc29b533 100644 --- a/pos_payment_terminal/__openerp__.py +++ b/pos_payment_terminal/__openerp__.py @@ -53,5 +53,6 @@ Association ! 'pos_payment_terminal.xml', 'pos_payment_terminal_view.xml', ], + 'demo': ['pos_payment_terminal_demo.xml'], 'qweb': ['static/src/xml/pos_payment_terminal.xml'], } diff --git a/pos_payment_terminal/i18n/fr.po b/pos_payment_terminal/i18n/fr.po new file mode 100644 index 00000000..f247bbc6 --- /dev/null +++ b/pos_payment_terminal/i18n/fr.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_payment_terminal +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-04-30 10:04+0000\n" +"PO-Revision-Date: 2015-04-30 10:04+0000\n" +"Last-Translator: Alexis de Lattre \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: pos_payment_terminal +#: selection:account.journal,payment_mode:0 +msgid "Card" +msgstr "Carte" + +#. module: pos_payment_terminal +#: selection:account.journal,payment_mode:0 +msgid "Check" +msgstr "Chèque" + +#. module: pos_payment_terminal +#: model:ir.model,name:pos_payment_terminal.model_account_journal +msgid "Journal" +msgstr "Journal" + +#. module: pos_payment_terminal +#: field:account.journal,payment_mode:0 +msgid "Payment mode" +msgstr "Mode de paiement" + +#. module: pos_payment_terminal +#: help:account.journal,payment_mode:0 +msgid "Select the payment mode sent to the payment terminal" +msgstr "Sélectionner le mode de paiement envoyé au terminal de paiement" + +#. module: pos_payment_terminal +#. openerp-web +#: code:addons/pos_payment_terminal/static/src/xml/pos_payment_terminal.xml:8 +#, python-format +msgid "Start transaction" +msgstr "Démarrer la transaction" + diff --git a/pos_payment_terminal/i18n/pos_payment_terminal.pot b/pos_payment_terminal/i18n/pos_payment_terminal.pot new file mode 100644 index 00000000..18c841e4 --- /dev/null +++ b/pos_payment_terminal/i18n/pos_payment_terminal.pot @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_payment_terminal +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-04-30 10:03+0000\n" +"PO-Revision-Date: 2015-04-30 10:03+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: pos_payment_terminal +#: selection:account.journal,payment_mode:0 +msgid "Card" +msgstr "" + +#. module: pos_payment_terminal +#: selection:account.journal,payment_mode:0 +msgid "Check" +msgstr "" + +#. module: pos_payment_terminal +#: model:ir.model,name:pos_payment_terminal.model_account_journal +msgid "Journal" +msgstr "" + +#. module: pos_payment_terminal +#: field:account.journal,payment_mode:0 +msgid "Payment mode" +msgstr "" + +#. module: pos_payment_terminal +#: help:account.journal,payment_mode:0 +msgid "Select the payment mode sent to the payment terminal" +msgstr "" + +#. module: pos_payment_terminal +#. openerp-web +#: code:addons/pos_payment_terminal/static/src/xml/pos_payment_terminal.xml:8 +#, python-format +msgid "Start transaction" +msgstr "" + diff --git a/pos_payment_terminal/pos_payment_terminal_demo.xml b/pos_payment_terminal/pos_payment_terminal_demo.xml new file mode 100644 index 00000000..edf218ae --- /dev/null +++ b/pos_payment_terminal/pos_payment_terminal_demo.xml @@ -0,0 +1,10 @@ + + + + + + check + + + +