diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/website_payment | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/website_payment')
92 files changed, 5590 insertions, 0 deletions
diff --git a/addons/website_payment/__init__.py b/addons/website_payment/__init__.py new file mode 100644 index 00000000..e9917144 --- /dev/null +++ b/addons/website_payment/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models
\ No newline at end of file diff --git a/addons/website_payment/__manifest__.py b/addons/website_payment/__manifest__.py new file mode 100644 index 00000000..1ddad136 --- /dev/null +++ b/addons/website_payment/__manifest__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- + +{ + 'name': 'Website Payment', + 'category': 'Hidden', + 'summary': 'Payment integration with website', + 'version': '1.0', + 'description': """ +This is a bridge module which integrates payment acquirers with Website app. + """, + 'depends': [ + 'website', + 'payment', + 'portal', + ], + 'data': [ + 'views/payment_acquirer.xml', + ], + 'auto_install': False, + 'license': 'LGPL-3', +} diff --git a/addons/website_payment/i18n/af.po b/addons/website_payment/i18n/af.po new file mode 100644 index 00000000..a0cc21f2 --- /dev/null +++ b/addons/website_payment/i18n/af.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-11-26 09:29+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Afrikaans (http://www.transifex.com/odoo/odoo-9/language/" +"af/)\n" +"Language: af\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Bedrag" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "Van" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Betaling" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Verwysing" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Webtuiste" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "account.config.settings" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/ar.po b/addons/website_payment/i18n/ar.po new file mode 100644 index 00000000..94b14e1f --- /dev/null +++ b/addons/website_payment/i18n/ar.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# Akram Alfusayal <akram_ma@hotmail.com>, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Osama Ahmaro <osamaahmaro@gmail.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "المُعرف" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "معالج السداد" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "الموقع الإلكتروني" diff --git a/addons/website_payment/i18n/az.po b/addons/website_payment/i18n/az.po new file mode 100644 index 00000000..3b7c4c08 --- /dev/null +++ b/addons/website_payment/i18n/az.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-08-24 09:35+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "" diff --git a/addons/website_payment/i18n/bg.po b/addons/website_payment/i18n/bg.po new file mode 100644 index 00000000..a3b840f3 --- /dev/null +++ b/addons/website_payment/i18n/bg.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Maria Boyadjieva <marabo2000@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Обработчик на плащане" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Уебсайт" diff --git a/addons/website_payment/i18n/bn.po b/addons/website_payment/i18n/bn.po new file mode 100644 index 00000000..9bee6ce6 --- /dev/null +++ b/addons/website_payment/i18n/bn.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "আইডি " + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "পেমেন্ট অর্জিত" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "ওয়েবসাইট" diff --git a/addons/website_payment/i18n/bs.po b/addons/website_payment/i18n/bs.po new file mode 100644 index 00000000..b08258bc --- /dev/null +++ b/addons/website_payment/i18n/bs.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2018 +# Boško Stojaković <bluesoft83@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\n" +"Last-Translator: Boško Stojaković <bluesoft83@gmail.com>, 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Sticaoc plaćanja" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Web stranica" diff --git a/addons/website_payment/i18n/ca.po b/addons/website_payment/i18n/ca.po new file mode 100644 index 00000000..cd3a4a07 --- /dev/null +++ b/addons/website_payment/i18n/ca.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Josep Anton Belchi, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Josep Anton Belchi, 2021\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Mètode de pagament" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Lloc web" diff --git a/addons/website_payment/i18n/ckb.po b/addons/website_payment/i18n/ckb.po new file mode 100644 index 00000000..c3fb2a15 --- /dev/null +++ b/addons/website_payment/i18n/ckb.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ناسنامە" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "پارەوەرگر" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "ماڵپەڕ" diff --git a/addons/website_payment/i18n/cs.po b/addons/website_payment/i18n/cs.po new file mode 100644 index 00000000..92fcb866 --- /dev/null +++ b/addons/website_payment/i18n/cs.po @@ -0,0 +1,49 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# Michal Veselý <michal@veselyberanek.net>, 2020 +# Jiří Podhorecký, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Platební brána" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Webstránka" diff --git a/addons/website_payment/i18n/da.po b/addons/website_payment/i18n/da.po new file mode 100644 index 00000000..462efd9b --- /dev/null +++ b/addons/website_payment/i18n/da.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Sanne Kristensen <sanne@vkdata.dk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Sanne Kristensen <sanne@vkdata.dk>, 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Betalingsindløser" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Hjemmeside" diff --git a/addons/website_payment/i18n/de.po b/addons/website_payment/i18n/de.po new file mode 100644 index 00000000..cbe7755f --- /dev/null +++ b/addons/website_payment/i18n/de.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Zahlungsanbieter" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Website" diff --git a/addons/website_payment/i18n/el.po b/addons/website_payment/i18n/el.po new file mode 100644 index 00000000..b0cb8696 --- /dev/null +++ b/addons/website_payment/i18n/el.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "Κωδικός" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Αποδέκτης Πληρωμής" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Ιστότοπος" diff --git a/addons/website_payment/i18n/en_AU.po b/addons/website_payment/i18n/en_AU.po new file mode 100644 index 00000000..4078d48e --- /dev/null +++ b/addons/website_payment/i18n/en_AU.po @@ -0,0 +1,152 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:40+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/" +"language/en_AU/)\n" +"Language: en_AU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Import" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "account.config.settings" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" + +#~ msgid "The full URL to access the document through the website." +#~ msgstr "The full URL to access the document through the website." + +#~ msgid "Website URL" +#~ msgstr "Website URL" diff --git a/addons/website_payment/i18n/en_GB.po b/addons/website_payment/i18n/en_GB.po new file mode 100644 index 00000000..31bc6a5a --- /dev/null +++ b/addons/website_payment/i18n/en_GB.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:40+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/odoo/" +"odoo-9/language/en_GB/)\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Amount" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "Configure payment acquirers" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "E-Commerce" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "From" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Payment" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Payment Acquirer" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Reference" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Website" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "account.config.settings" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/eo.po b/addons/website_payment/i18n/eo.po new file mode 100644 index 00000000..c6ba133b --- /dev/null +++ b/addons/website_payment/i18n/eo.po @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "" diff --git a/addons/website_payment/i18n/es.po b/addons/website_payment/i18n/es.po new file mode 100644 index 00000000..421de4c7 --- /dev/null +++ b/addons/website_payment/i18n/es.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Osiris Román <osiris.roman@yachaytech.edu.ec>, 2020\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Método de Pago" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Sitio web" diff --git a/addons/website_payment/i18n/es_BO.po b/addons/website_payment/i18n/es_BO.po new file mode 100644 index 00000000..0576b338 --- /dev/null +++ b/addons/website_payment/i18n/es_BO.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-24 20:01+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Bolivia) (http://www.transifex.com/odoo/odoo-9/" +"language/es_BO/)\n" +"Language: es_BO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Importe" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "Desde" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referencia" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/es_CL.po b/addons/website_payment/i18n/es_CL.po new file mode 100644 index 00000000..e1f25a9e --- /dev/null +++ b/addons/website_payment/i18n/es_CL.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-03-12 06:22+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/odoo/odoo-9/" +"language/es_CL/)\n" +"Language: es_CL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Monto" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "De" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "Mi Cuenta" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Pago" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referencia" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Sitio Web" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/es_CO.po b/addons/website_payment/i18n/es_CO.po new file mode 100644 index 00000000..8569f283 --- /dev/null +++ b/addons/website_payment/i18n/es_CO.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# ANDRES FELIPE NEGRETE GOMEZ <psi@nubark.com>, 2016 +# Esteban Echeverry <tebanep@nubark.com>, 2016 +# Mateo Tibaquirá <nestormateo@gmail.com>, 2015 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-02-16 19:59+0000\n" +"Last-Translator: Esteban Echeverry <tebanep@nubark.com>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/odoo/odoo-9/" +"language/es_CO/)\n" +"Language: es_CO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "<i class=\"fa fa-arrow-circle-right\"/> Volver a Mi Cuenta" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "Adquiridor" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "Añadir un nuevo método de pago:" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Cantidad" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "Configurar métodos de pago" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "Adquiridor Predeterminado" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" +"Procesador de pago predeterminado para los pagos a través de la web; su " +"proveedor necesita ser visible en el sitio." + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "Borrar <span class=\"fa fa-long-arrow-right\"/>" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "Borrar método de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "Comercio Electrónico" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "Desde" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "Gestione sus métodos de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "Mi Cuenta" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "Pagar Ahora" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Pago" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Adquirente del Pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "Método de Pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "Métodos de Pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "Pago procesado por" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referencia" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "Esta transacción será procesada por" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Sitio Web" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "account.config.settings" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "payment_provider_logo" + +#~ msgid "The full URL to access the document through the website." +#~ msgstr "La URL completa para acceder al documento a través del sitio web." + +#~ msgid "Website URL" +#~ msgstr "URL del Sitio Web" diff --git a/addons/website_payment/i18n/es_CR.po b/addons/website_payment/i18n/es_CR.po new file mode 100644 index 00000000..cade49a3 --- /dev/null +++ b/addons/website_payment/i18n/es_CR.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:41+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/odoo/odoo-9/" +"language/es_CR/)\n" +"Language: es_CR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Importe" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "De" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Pago" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "Método de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "Formas de Pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referencia" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/es_DO.po b/addons/website_payment/i18n/es_DO.po new file mode 100644 index 00000000..d39ec270 --- /dev/null +++ b/addons/website_payment/i18n/es_DO.po @@ -0,0 +1,153 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-05-18 23:59+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/odoo/" +"odoo-9/language/es_DO/)\n" +"Language: es_DO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "Adquiridor" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Importe" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "Configurar procesadores de pagos" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "Comercio Electrónico" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "Desde" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "Mi Cuenta" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Pago" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Método de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "Método de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "Formas de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referencia" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "account.config.settings" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" + +#~ msgid "The full URL to access the document through the website." +#~ msgstr "" +#~ "La dirección URL completa para acceder al documento a través de la Web." + +#~ msgid "Website URL" +#~ msgstr "URL de la página web" diff --git a/addons/website_payment/i18n/es_EC.po b/addons/website_payment/i18n/es_EC.po new file mode 100644 index 00000000..8c01134e --- /dev/null +++ b/addons/website_payment/i18n/es_EC.po @@ -0,0 +1,158 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Ana Juaristi <ajuaristio@gmail.com>, 2015 +# Antonio Trueba, 2016 +# Paloma Yazmin Reyes Morales <paloma.reyes@jarsa.com.mx>, 2015 +# Rick Hunter <rick_hunter_ec@yahoo.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-01-20 12:49+0000\n" +"Last-Translator: Rick Hunter <rick_hunter_ec@yahoo.com>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/odoo/odoo-9/" +"language/es_EC/)\n" +"Language: es_EC\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "<i class=\"fa fa-arrow-circle-right\"/> Retroceder a Mi cuenta" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "Entidad" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "Añadir un nuevo método de pago:" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Importe" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "Configurar métodos de pago" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "Adquiriente Predeterminado" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" +"Procesador de pago predeterminado para los pagos a través de la web; su " +"proveedor necesita ser visible en el sitio." + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "Borrar <span class=\"fa fa-long-arrow-right\"/>" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "Borrar método de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "Comercio electrónico" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "De" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "Gestione sus métodos de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "Mi cuenta" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "Pagar ahora" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Pagos" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Método de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "Método de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "Formas de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "Pago procesado por" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referencia" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "Esta transacción será procesada por" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "Parámetros de configuración contable" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "Logo del proveedor de pagos" + +#~ msgid "The full URL to access the document through the website." +#~ msgstr "La URL completa para acceder al documento a través de la web." + +#~ msgid "Website URL" +#~ msgstr "URL del sitio web" diff --git a/addons/website_payment/i18n/es_MX.po b/addons/website_payment/i18n/es_MX.po new file mode 100644 index 00000000..30bd142b --- /dev/null +++ b/addons/website_payment/i18n/es_MX.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Cécile Collart <cco@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Método de Pago" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Sitio web" diff --git a/addons/website_payment/i18n/es_PA.po b/addons/website_payment/i18n/es_PA.po new file mode 100644 index 00000000..4509a717 --- /dev/null +++ b/addons/website_payment/i18n/es_PA.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:41+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Panama) (http://www.transifex.com/odoo/odoo-9/" +"language/es_PA/)\n" +"Language: es_PA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "Pagar ahora" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Pago" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Método de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/es_PE.po b/addons/website_payment/i18n/es_PE.po new file mode 100644 index 00000000..9c16ee8e --- /dev/null +++ b/addons/website_payment/i18n/es_PE.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Carlos Eduardo Rodriguez Rossi <crodriguez@samemotion.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-06-13 17:07+0000\n" +"Last-Translator: Carlos Eduardo Rodriguez Rossi <crodriguez@samemotion.com>\n" +"Language-Team: Spanish (Peru) (http://www.transifex.com/odoo/odoo-9/language/" +"es_PE/)\n" +"Language: es_PE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "<i class=\"fa fa-arrow-circle-right\"/> Retornar a Mi Cuenta" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "Adquiriente" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "Agregar un nuevo un método de pago:" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Cantidad" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "Configurar pagos de los adquirientes" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "Adquiriente por Defecto" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" +"Pago por defecto del aquiriente para pagos del sitio web; su proveedor " +"necesita estar visible en el sitio web." + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "Eliminar <span class=\"fa fa-long-arrow-right\"/>" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "Eliminar un método de pago:" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "E-Commerce" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "De" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "Administrar sus métodos de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "Mi Cuenta" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "Pagar Ahora" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Pago" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Pago del Adquiriente" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "Método de Pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "Métodos de Pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "Pago procesado por" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referencia" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "Esta transacción será procesada por" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Sitio Web" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "account.config.settings" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "payment_provider_logo" + +#~ msgid "The full URL to access the document through the website." +#~ msgstr "La URL completa para acceder al documento a través del sitio web" + +#~ msgid "Website URL" +#~ msgstr "URL del Sitio Web" diff --git a/addons/website_payment/i18n/es_PY.po b/addons/website_payment/i18n/es_PY.po new file mode 100644 index 00000000..d34d5534 --- /dev/null +++ b/addons/website_payment/i18n/es_PY.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:41+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/odoo/odoo-9/" +"language/es_PY/)\n" +"Language: es_PY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Importe" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "Desde" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Pago" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "Método de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referencia" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/es_VE.po b/addons/website_payment/i18n/es_VE.po new file mode 100644 index 00000000..87f67c24 --- /dev/null +++ b/addons/website_payment/i18n/es_VE.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-02-29 18:48+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/odoo/odoo-9/" +"language/es_VE/)\n" +"Language: es_VE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Importe" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "Desde" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "Mi cuenta" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Pago" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "Método de pago" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referencia" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/et.po b/addons/website_payment/i18n/et.po new file mode 100644 index 00000000..7f141a5f --- /dev/null +++ b/addons/website_payment/i18n/et.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Triine Aavik <triine@avalah.ee>, 2020 +# Eneli Õigus <enelioigus@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Eneli Õigus <enelioigus@gmail.com>, 2020\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Makse saaja" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Veebileht" diff --git a/addons/website_payment/i18n/eu.po b/addons/website_payment/i18n/eu.po new file mode 100644 index 00000000..b9aeee3a --- /dev/null +++ b/addons/website_payment/i18n/eu.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# 61590936fa9bf290362ee306eeabf363_944dd10 <a8bfd5a0b49b9c8455f33fc521764cc3_680674>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: 61590936fa9bf290362ee306eeabf363_944dd10 <a8bfd5a0b49b9c8455f33fc521764cc3_680674>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Webgune" diff --git a/addons/website_payment/i18n/fa.po b/addons/website_payment/i18n/fa.po new file mode 100644 index 00000000..82a455b0 --- /dev/null +++ b/addons/website_payment/i18n/fa.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Hamid Darabi, 2020 +# Hamed Mohammadi <hamed@dehongi.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Hamed Mohammadi <hamed@dehongi.com>, 2020\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "شناسه" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "دریافت کننده پرداخت" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "وبسایت" diff --git a/addons/website_payment/i18n/fi.po b/addons/website_payment/i18n/fi.po new file mode 100644 index 00000000..18908890 --- /dev/null +++ b/addons/website_payment/i18n/fi.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Maksun vastaanottaja" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Verkkosivu" diff --git a/addons/website_payment/i18n/fr.po b/addons/website_payment/i18n/fr.po new file mode 100644 index 00000000..732b2160 --- /dev/null +++ b/addons/website_payment/i18n/fr.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Gilles Mangin <gilles.mangin@phidias.fr>, 2020\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Intermédiaire de paiement" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Site web" diff --git a/addons/website_payment/i18n/fr_CA.po b/addons/website_payment/i18n/fr_CA.po new file mode 100644 index 00000000..c671be61 --- /dev/null +++ b/addons/website_payment/i18n/fr_CA.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-02-16 04:38+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: French (Canada) (http://www.transifex.com/odoo/odoo-9/" +"language/fr_CA/)\n" +"Language: fr_CA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "importation" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "De" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Référence" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/gl.po b/addons/website_payment/i18n/gl.po new file mode 100644 index 00000000..c6f15949 --- /dev/null +++ b/addons/website_payment/i18n/gl.po @@ -0,0 +1,145 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:40+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Galician (http://www.transifex.com/odoo/odoo-9/language/gl/)\n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Cantidade" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "De" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Pagamento" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "Método de pagamento" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referencia" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Sitio web" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/gu.po b/addons/website_payment/i18n/gu.po new file mode 100644 index 00000000..87491e1b --- /dev/null +++ b/addons/website_payment/i18n/gu.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "" diff --git a/addons/website_payment/i18n/he.po b/addons/website_payment/i18n/he.po new file mode 100644 index 00000000..7a2edb9b --- /dev/null +++ b/addons/website_payment/i18n/he.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "הצג שם" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "תעודה מזהה" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "שינוי אחרון ב" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "ספק שירות תשלומים" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "אתר אינטרנט" diff --git a/addons/website_payment/i18n/hi.po b/addons/website_payment/i18n/hi.po new file mode 100644 index 00000000..110dd04d --- /dev/null +++ b/addons/website_payment/i18n/hi.po @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "" diff --git a/addons/website_payment/i18n/hr.po b/addons/website_payment/i18n/hr.po new file mode 100644 index 00000000..c373cd90 --- /dev/null +++ b/addons/website_payment/i18n/hr.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Vladimir Olujić <olujic.vladimir@storm.hr>, 2020 +# Karolina Tonković <karolina.tonkovic@storm.hr>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Karolina Tonković <karolina.tonkovic@storm.hr>, 2020\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Stjecatelj plaćanja" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Web stranica" diff --git a/addons/website_payment/i18n/hu.po b/addons/website_payment/i18n/hu.po new file mode 100644 index 00000000..2b2e339f --- /dev/null +++ b/addons/website_payment/i18n/hu.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "Azonosító" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Fizetési szolgáltató" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Honlap" diff --git a/addons/website_payment/i18n/id.po b/addons/website_payment/i18n/id.po new file mode 100644 index 00000000..c4195686 --- /dev/null +++ b/addons/website_payment/i18n/id.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# William Surya Permana <zarambie_game@yahoo.com>, 2020 +# Ikhsanul Wirsa <iwirsa02@outlook.co.id>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Ikhsanul Wirsa <iwirsa02@outlook.co.id>, 2020\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Pemilik Tagihan" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Situs Web" diff --git a/addons/website_payment/i18n/is.po b/addons/website_payment/i18n/is.po new file mode 100644 index 00000000..6b9f4afd --- /dev/null +++ b/addons/website_payment/i18n/is.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Bjorn Ingvarsson <boi@exigo.is>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-08-24 09:35+0000\n" +"Last-Translator: Bjorn Ingvarsson <boi@exigo.is>, 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Payment Acquirer" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Vefsíða" diff --git a/addons/website_payment/i18n/it.po b/addons/website_payment/i18n/it.po new file mode 100644 index 00000000..7509b09f --- /dev/null +++ b/addons/website_payment/i18n/it.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Sergio Zanchetta <primes2h@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2020\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Sistema di pagamento" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Sito web" diff --git a/addons/website_payment/i18n/ja.po b/addons/website_payment/i18n/ja.po new file mode 100644 index 00000000..4bde33db --- /dev/null +++ b/addons/website_payment/i18n/ja.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Yoshi Tashiro <tashiro@roomsfor.hk>, 2020\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "決済サービス" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "ウェブサイト" diff --git a/addons/website_payment/i18n/ka.po b/addons/website_payment/i18n/ka.po new file mode 100644 index 00000000..2f9dc34f --- /dev/null +++ b/addons/website_payment/i18n/ka.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# Martin Trigaux, 2021 +# Temur, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Temur, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "გადახდის ოპერატორი" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "ვებსაიტი" diff --git a/addons/website_payment/i18n/kab.po b/addons/website_payment/i18n/kab.po new file mode 100644 index 00000000..2ba22f98 --- /dev/null +++ b/addons/website_payment/i18n/kab.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:41+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Kabyle (http://www.transifex.com/odoo/odoo-9/language/kab/)\n" +"Language: kab\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Azal" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "E-Aznuzu" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "Si" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "Amiḍan-iw" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Afru" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "Tarrayt n ufru" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "Tarrayin n ufru" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Tamsisɣelt" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Asmel Web" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" + +#~ msgid "Website URL" +#~ msgstr "URL n usmel WEB" diff --git a/addons/website_payment/i18n/kk.po b/addons/website_payment/i18n/kk.po new file mode 100644 index 00000000..c2d92970 --- /dev/null +++ b/addons/website_payment/i18n/kk.po @@ -0,0 +1,145 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:41+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Kazakh (http://www.transifex.com/odoo/odoo-9/language/kk/)\n" +"Language: kk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "Кімден" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Сілтеме" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Веб сайт" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/km.po b/addons/website_payment/i18n/km.po new file mode 100644 index 00000000..2c24982c --- /dev/null +++ b/addons/website_payment/i18n/km.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Chan Nath <channath@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\n" +"Last-Translator: Chan Nath <channath@gmail.com>, 2018\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "វែបសាយ" diff --git a/addons/website_payment/i18n/ko.po b/addons/website_payment/i18n/ko.po new file mode 100644 index 00000000..57972f59 --- /dev/null +++ b/addons/website_payment/i18n/ko.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI <hwangtog@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: JH CHOI <hwangtog@gmail.com>, 2020\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "결제 매입사" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "웹사이트" diff --git a/addons/website_payment/i18n/lb.po b/addons/website_payment/i18n/lb.po new file mode 100644 index 00000000..4f7a4f15 --- /dev/null +++ b/addons/website_payment/i18n/lb.po @@ -0,0 +1,26 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-09-23 13:50+0000\n" +"PO-Revision-Date: 2019-08-26 09:16+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "" diff --git a/addons/website_payment/i18n/lt.po b/addons/website_payment/i18n/lt.po new file mode 100644 index 00000000..c5770243 --- /dev/null +++ b/addons/website_payment/i18n/lt.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Mokėjimo surinkėjas" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Svetainė" diff --git a/addons/website_payment/i18n/lv.po b/addons/website_payment/i18n/lv.po new file mode 100644 index 00000000..591f34a0 --- /dev/null +++ b/addons/website_payment/i18n/lv.po @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "" diff --git a/addons/website_payment/i18n/mk.po b/addons/website_payment/i18n/mk.po new file mode 100644 index 00000000..75701abc --- /dev/null +++ b/addons/website_payment/i18n/mk.po @@ -0,0 +1,153 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Aleksandar Vangelovski <aleksandarv@hbee.eu>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-05-12 12:36+0000\n" +"Last-Translator: Aleksandar Vangelovski <aleksandarv@hbee.eu>\n" +"Language-Team: Macedonian (http://www.transifex.com/odoo/odoo-9/language/" +"mk/)\n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "Примател" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Износ" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "Избриши <span class=\"fa fa-long-arrow-right\"/>" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "Од" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "Менаџирајте ги вашите начини на плаќање" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "Мојата сметка" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "Плати сега" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Плаќање" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Стакнувач на плаќање" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "Начин на плаќање" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "Методи на плаќање" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Референца" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Вебсајт" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "account.config.settings" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" + +#~ msgid "The full URL to access the document through the website." +#~ msgstr "Целосната URL адреса за пристап на документот преку веб страната." + +#~ msgid "Website URL" +#~ msgstr "Адреса на вебсајт" diff --git a/addons/website_payment/i18n/mn.po b/addons/website_payment/i18n/mn.po new file mode 100644 index 00000000..a162c31e --- /dev/null +++ b/addons/website_payment/i18n/mn.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2020 +# Martin Trigaux, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Martin Trigaux, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Төлбөрийн хэрэгсэл" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Вэбсайт" diff --git a/addons/website_payment/i18n/nb.po b/addons/website_payment/i18n/nb.po new file mode 100644 index 00000000..34eada8a --- /dev/null +++ b/addons/website_payment/i18n/nb.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Marius Stedjan <marius@stedjan.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Betalingsinnløser" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Nettsted" diff --git a/addons/website_payment/i18n/nl.po b/addons/website_payment/i18n/nl.po new file mode 100644 index 00000000..4f209cf1 --- /dev/null +++ b/addons/website_payment/i18n/nl.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020 +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Betalingsprovider" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Website" diff --git a/addons/website_payment/i18n/nl_BE.po b/addons/website_payment/i18n/nl_BE.po new file mode 100644 index 00000000..ea863c21 --- /dev/null +++ b/addons/website_payment/i18n/nl_BE.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:40+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Dutch (Belgium) (http://www.transifex.com/odoo/odoo-9/" +"language/nl_BE/)\n" +"Language: nl_BE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Bedrag" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "Van" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "Mijn Account" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "Betaling" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "Betalingsmethode" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "Betalingsmethoden" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referentie" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "account.config.settings" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/pl.po b/addons/website_payment/i18n/pl.po new file mode 100644 index 00000000..00d0736e --- /dev/null +++ b/addons/website_payment/i18n/pl.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Piotr Szlązak <szlazakpiotr@gmail.com>, 2020 +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Beneficjent płatności" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Strona WWW" diff --git a/addons/website_payment/i18n/pt.po b/addons/website_payment/i18n/pt.po new file mode 100644 index 00000000..5df66ce4 --- /dev/null +++ b/addons/website_payment/i18n/pt.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Marcelo Pereira <marcelo.pereira@arxi.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Intermediário de Pagamento" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Website" diff --git a/addons/website_payment/i18n/pt_BR.po b/addons/website_payment/i18n/pt_BR.po new file mode 100644 index 00000000..4827f999 --- /dev/null +++ b/addons/website_payment/i18n/pt_BR.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020 +# Keli Brugalli <kbr@odoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Keli Brugalli <kbr@odoo.com>, 2020\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Método de Pagamento" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Website" diff --git a/addons/website_payment/i18n/ro.po b/addons/website_payment/i18n/ro.po new file mode 100644 index 00000000..83078ad7 --- /dev/null +++ b/addons/website_payment/i18n/ro.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Fekete Mihai <mihai.fekete@forestandbiomass.ro>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Fekete Mihai <mihai.fekete@forestandbiomass.ro>, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Procesator Plată" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Pagină web" diff --git a/addons/website_payment/i18n/ru.po b/addons/website_payment/i18n/ru.po new file mode 100644 index 00000000..bb2447ba --- /dev/null +++ b/addons/website_payment/i18n/ru.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# ILMIR <karamov@it-projects.info>, 2020 +# Oleg Kuryan <oleg@ventor.tech>, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Irina Fedulova <istartlin@gmail.com>, 2020\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "Идентификатор" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Платежная система" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Веб-сайт" diff --git a/addons/website_payment/i18n/si.po b/addons/website_payment/i18n/si.po new file mode 100644 index 00000000..ce42c5c4 --- /dev/null +++ b/addons/website_payment/i18n/si.po @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "" diff --git a/addons/website_payment/i18n/sk.po b/addons/website_payment/i18n/sk.po new file mode 100644 index 00000000..230517ad --- /dev/null +++ b/addons/website_payment/i18n/sk.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Pavol Krnáč <pavol.krnac@ekoenergo.sk>, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Príjemca platby " + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Webstránka" diff --git a/addons/website_payment/i18n/sl.po b/addons/website_payment/i18n/sl.po new file mode 100644 index 00000000..23efed3a --- /dev/null +++ b/addons/website_payment/i18n/sl.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2021 +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: matjaz k <matjaz@mentis.si>, 2021\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Ponudnik plačilne storitve" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Spletna stran" diff --git a/addons/website_payment/i18n/sq.po b/addons/website_payment/i18n/sq.po new file mode 100644 index 00000000..0bada4ff --- /dev/null +++ b/addons/website_payment/i18n/sq.po @@ -0,0 +1,145 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2016-03-31 14:17+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Albanian (http://www.transifex.com/odoo/odoo-9/language/sq/)\n" +"Language: sq\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "Vlera" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "Metoda Pagese" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "Referenca" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/sr.po b/addons/website_payment/i18n/sr.po new file mode 100644 index 00000000..9d9fad30 --- /dev/null +++ b/addons/website_payment/i18n/sr.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-09-18 09:49+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Web stranica" diff --git a/addons/website_payment/i18n/sr@latin.po b/addons/website_payment/i18n/sr@latin.po new file mode 100644 index 00000000..6b782e11 --- /dev/null +++ b/addons/website_payment/i18n/sr@latin.po @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:54+0000\n" +"PO-Revision-Date: 2017-09-20 09:54+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Icons" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "Internet stranica" diff --git a/addons/website_payment/i18n/sv.po b/addons/website_payment/i18n/sv.po new file mode 100644 index 00000000..5af3bcdc --- /dev/null +++ b/addons/website_payment/i18n/sv.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# Kim Asplund <kim.asplund@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Kim Asplund <kim.asplund@gmail.com>, 2021\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Betalnings Inlösare" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Webbplats" diff --git a/addons/website_payment/i18n/th.po b/addons/website_payment/i18n/th.po new file mode 100644 index 00000000..e9ffd718 --- /dev/null +++ b/addons/website_payment/i18n/th.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Khwunchai Jaengsawang <khwunchai.j@ku.th>, 2018 +# gsong <gsong2014@foxmail.com>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-18 09:49+0000\n" +"PO-Revision-Date: 2018-08-24 09:35+0000\n" +"Last-Translator: gsong <gsong2014@foxmail.com>, 2018\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "ผู้รับชำระ" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "เว็บไซต์" diff --git a/addons/website_payment/i18n/tr.po b/addons/website_payment/i18n/tr.po new file mode 100644 index 00000000..f62dd917 --- /dev/null +++ b/addons/website_payment/i18n/tr.po @@ -0,0 +1,48 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Ediz Duman <neps1192@gmail.com>, 2020 +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Ödeme Alıcısı" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Websitesi" diff --git a/addons/website_payment/i18n/uk.po b/addons/website_payment/i18n/uk.po new file mode 100644 index 00000000..b69080d8 --- /dev/null +++ b/addons/website_payment/i18n/uk.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2020\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Останні зміни на" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Платіжний еквайєр" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Веб-сайт" diff --git a/addons/website_payment/i18n/ur.po b/addons/website_payment/i18n/ur.po new file mode 100644 index 00000000..23972fc3 --- /dev/null +++ b/addons/website_payment/i18n/ur.po @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "" diff --git a/addons/website_payment/i18n/vi.po b/addons/website_payment/i18n/vi.po new file mode 100644 index 00000000..654f862c --- /dev/null +++ b/addons/website_payment/i18n/vi.po @@ -0,0 +1,46 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Duy BQ <duybq86@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Duy BQ <duybq86@gmail.com>, 2020\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "NCC dịch vụ Thanh toán" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "Trang web" diff --git a/addons/website_payment/i18n/website_payment.pot b/addons/website_payment/i18n/website_payment.pot new file mode 100644 index 00000000..5173e68c --- /dev/null +++ b/addons/website_payment/i18n/website_payment.pot @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-01 07:29+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "" diff --git a/addons/website_payment/i18n/zh_CN.po b/addons/website_payment/i18n/zh_CN.po new file mode 100644 index 00000000..fa5a15dc --- /dev/null +++ b/addons/website_payment/i18n/zh_CN.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "支付收款" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "网站" diff --git a/addons/website_payment/i18n/zh_HK.po b/addons/website_payment/i18n/zh_HK.po new file mode 100644 index 00000000..e0c25473 --- /dev/null +++ b/addons/website_payment/i18n/zh_HK.po @@ -0,0 +1,146 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:08+0000\n" +"PO-Revision-Date: 2015-09-08 10:40+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/odoo/odoo-9/" +"language/zh_HK/)\n" +"Language: zh_HK\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "<i class=\"fa fa-arrow-circle-right\"/> Back to My Account" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Add a new payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Amount" +msgstr "金額" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "Configure payment acquirers" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_account_config_settings_default_acquirer +msgid "Default Acquirer" +msgstr "" + +#. module: website_payment +#: model:ir.model.fields,help:website_payment.field_account_config_settings_default_acquirer +msgid "" +"Default payment acquirer for website payments; your provider needs to be " +"visible in the website." +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete <span class=\"fa fa-long-arrow-right\"/>" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Delete a payment method:" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.website_settings_payment +msgid "E-Commerce" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "From" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_meth_link +msgid "Manage your payment methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "My Account" +msgstr "" + +#. module: website_payment +#: code:addons/website_payment/controllers/main.py:43 +#, python-format +msgid "Pay Now" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Payment" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.header_footer_custom_payment +msgid "Payment Method" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay_methods +msgid "Payment Methods" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +msgid "Payment processed by" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "Reference" +msgstr "參考" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "This transaction will be processed by" +msgstr "" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_website +msgid "Website" +msgstr "網站" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_account_config_settings +msgid "account.config.settings" +msgstr "" + +#. module: website_payment +#: model_terms:ir.ui.view,arch_db:website_payment.confirm +#: model_terms:ir.ui.view,arch_db:website_payment.pay +msgid "payment_provider_logo" +msgstr "" diff --git a/addons/website_payment/i18n/zh_TW.po b/addons/website_payment/i18n/zh_TW.po new file mode 100644 index 00000000..c40e373d --- /dev/null +++ b/addons/website_payment/i18n/zh_TW.po @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_payment +# +# Translators: +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:22+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__id +msgid "ID" +msgstr "ID" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: website_payment +#: model:ir.model,name:website_payment.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "付款收單方" + +#. module: website_payment +#: model:ir.model.fields,field_description:website_payment.field_payment_acquirer__website_id +msgid "Website" +msgstr "網站" diff --git a/addons/website_payment/models/__init__.py b/addons/website_payment/models/__init__.py new file mode 100644 index 00000000..0c52563d --- /dev/null +++ b/addons/website_payment/models/__init__.py @@ -0,0 +1 @@ +from . import payment_acquirer
\ No newline at end of file diff --git a/addons/website_payment/models/payment_acquirer.py b/addons/website_payment/models/payment_acquirer.py new file mode 100644 index 00000000..5f7c3154 --- /dev/null +++ b/addons/website_payment/models/payment_acquirer.py @@ -0,0 +1,13 @@ +# coding: utf-8 + +from odoo import fields, models + + +class PaymentAcquirer(models.Model): + _inherit = "payment.acquirer" + + website_id = fields.Many2one( + "website", + domain="['|', ('company_id', '=', False), ('company_id', '=', company_id)]", + ondelete="restrict", + ) diff --git a/addons/website_payment/static/description/icon.png b/addons/website_payment/static/description/icon.png Binary files differnew file mode 100644 index 00000000..1b3615fa --- /dev/null +++ b/addons/website_payment/static/description/icon.png diff --git a/addons/website_payment/static/description/icon.svg b/addons/website_payment/static/description/icon.svg new file mode 100644 index 00000000..bb4a73b0 --- /dev/null +++ b/addons/website_payment/static/description/icon.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="70" height="70" viewBox="0 0 70 70"><defs><path id="a" d="M4 0h61c4 0 5 1 5 5v60c0 4-1 5-5 5H4c-3 0-4-1-4-5V5c0-4 1-5 4-5z"/><linearGradient id="c" x1="100%" x2="0%" y1="0%" y2="98.616%"><stop offset="0%" stop-color="#797C79"/><stop offset="100%" stop-color="#545554"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g mask="url(#b)"><g><path fill="url(#c)" d="M0 0H70V70H0z"/><path fill="#FFF" fill-opacity=".383" d="M4 1h61c2.667 0 4.333.667 5 2V0H0v3c.667-1.333 2-2 4-2z"/></g><path fill="#393939" d="M54.213 0l-4.77 17.181 9.348 25.707L41.198 69H4c-2 0-4-1-4-4V41.53L10 31l8.041-3.013 12.348-15.18L43 0h11.213z" opacity=".324"/><path fill="#000" fill-opacity=".383" d="M4 69h61c2.667 0 4.333-1 5-3v4H0v-4c.667 2 2 3 4 3z"/><path fill="#000" d="M49.376 35.792l-2.476.902c.008-.499.017-1.701.028-3.607l-.004-.18c.005-.135.009-.31.011-.526.003-.216.001-.389-.006-.52l.57.897 1.877 3.034zm-26.333 8.279l-2.946-4.855c-.364-.591-.929-.747-1.694-.468l-4.81 1.75.048.244c4.061-.42 7.195.69 9.402 3.329zm.959-7.361l-.08 8.829-.879-1.468c-.612-.715-1.4-1.296-2.362-1.743a7.412 7.412 0 0 0-2.922-.714l5.716 8.166 3.14-1.143.545-13.077-3.158 1.15zm6.64 10.482l2.979-1.084-2.28-12.07-2.979 1.084 2.28 12.07zm9.74-16.123a7.819 7.819 0 0 0-2.849.495c-1.471.535-2.547 1.322-3.226 2.36-.679 1.037-.822 2.113-.43 3.23.428 1.21 1.67 1.924 3.726 2.14.674.063 1.163.16 1.467.29.305.13.503.319.593.567.13.355.049.692-.241 1.012-.29.32-.668.565-1.135.735-1.029.374-2.033.519-3.013.433l-.465-.051.517 2.705c1.031.08 2.211-.122 3.54-.605 1.559-.555 2.679-1.357 3.36-2.409.68-1.051.818-2.173.411-3.364-.456-1.254-1.668-1.978-3.636-2.173-.694-.082-1.209-.176-1.545-.281-.336-.106-.55-.283-.64-.53-.095-.261-.031-.542.19-.844.223-.302.61-.553 1.16-.753.833-.317 1.626-.445 2.38-.384l.32.044-.484-2.617zm7.523-3.06l-2.297.837c-.778.283-1.182.791-1.212 1.526l-.618 12.039 3.122-1.137.009-1.932 3.804-1.384c.155.238.48.762.979 1.572l2.763-1.006-6.55-10.514zm2.635-7.388l8.266 22.71c.224.614.19 1.23-.1 1.844-.292.615-.748 1.036-1.37 1.262L20.583 59.814c-.622.226-1.242.198-1.86-.086-.619-.284-1.04-.734-1.263-1.349L9.194 35.67c-.224-.614-.19-1.23.1-1.844.292-.615.748-1.036 1.37-1.262l36.753-13.377c.622-.226 1.242-.198 1.86.086.619.284 1.04.734 1.263 1.349z" opacity=".3"/><path fill="#000" d="M55.307 9.908L42.822 23.774a6.488 6.488 0 0 1-9.166.48 6.488 6.488 0 0 1-.48-9.165c5.172-5.693 9.219-10.162 12.14-13.406l7.99-.419c1.141 1.52.789 2.716-.53 4.181l-11.4 12.66a1.627 1.627 0 0 1-2.292.12 1.627 1.627 0 0 1-.12-2.29L49.278 4.48 47.47 2.85 37.156 14.306a4.058 4.058 0 0 0 .3 5.728 4.058 4.058 0 0 0 5.728-.3l11.4-12.66c1.747-1.94 1.628-4.661.666-6.913l-9.986.523c-1.413.16-2.394.545-2.944 1.156-2.466 2.739-6.117 6.612-10.953 11.62a8.919 8.919 0 0 0 .66 12.603 8.919 8.919 0 0 0 12.603-.66l12.486-13.867-1.81-1.628z" opacity=".3"/><path fill="#FFF" d="M49.376 33.792l-2.476.902c.008-.499.017-1.701.028-3.607l-.004-.18c.005-.135.009-.31.011-.526.003-.216.001-.389-.006-.52l.57.897 1.877 3.034zm-26.333 8.279l-2.946-4.855c-.364-.591-.929-.747-1.694-.468l-4.81 1.75.048.244c4.061-.42 7.195.69 9.402 3.329zm.959-7.361l-.08 8.829-.879-1.468c-.612-.715-1.4-1.296-2.362-1.743a7.412 7.412 0 0 0-2.922-.714l5.716 8.166 3.14-1.143.545-13.077-3.158 1.15zm6.64 10.482l2.979-1.084-2.28-12.07-2.979 1.084 2.28 12.07zm9.74-16.123a7.819 7.819 0 0 0-2.849.495c-1.471.535-2.547 1.322-3.226 2.36-.679 1.037-.822 2.113-.43 3.23.428 1.21 1.67 1.924 3.726 2.14.674.063 1.163.16 1.467.29.305.13.503.319.593.567.13.355.049.692-.241 1.012-.29.32-.668.565-1.135.735-1.029.374-2.033.519-3.013.433l-.465-.051.517 2.705c1.031.08 2.211-.122 3.54-.605 1.559-.555 2.679-1.357 3.36-2.409.68-1.051.818-2.173.411-3.364-.456-1.254-1.668-1.978-3.636-2.173-.694-.082-1.209-.176-1.545-.281-.336-.106-.55-.283-.64-.53-.095-.261-.031-.542.19-.844.223-.302.61-.553 1.16-.753.833-.317 1.626-.445 2.38-.384l.32.044-.484-2.617zm7.523-3.06l-2.297.837c-.778.283-1.182.791-1.212 1.526l-.618 12.039 3.122-1.137.009-1.932 3.804-1.384c.155.238.48.762.979 1.572l2.763-1.006-6.55-10.514zm2.635-7.388l8.266 22.71c.224.614.19 1.23-.1 1.844-.292.615-.748 1.036-1.37 1.262L20.583 57.814c-.622.226-1.242.198-1.86-.086-.619-.284-1.04-.734-1.263-1.349L9.194 33.67c-.224-.614-.19-1.23.1-1.844.292-.615.748-1.036 1.37-1.262l36.753-13.377c.622-.226 1.242-.198 1.86.086.619.284 1.04.734 1.263 1.349z"/><path fill="#CCCDCD" d="M55.307 7.908L42.822 21.774a6.488 6.488 0 0 1-9.166.48 6.488 6.488 0 0 1-.48-9.165c5.172-5.693 9.219-10.162 12.14-13.406l7.99-.419c1.141 1.52.789 2.716-.53 4.181l-11.4 12.66a1.627 1.627 0 0 1-2.292.12 1.627 1.627 0 0 1-.12-2.29L49.278 2.48 47.47.85 37.156 12.306a4.058 4.058 0 0 0 .3 5.728 4.058 4.058 0 0 0 5.728-.3l11.4-12.66c1.747-1.94 1.628-4.661.666-6.913l-9.986.523c-1.413.16-2.394.545-2.944 1.156-2.466 2.739-6.117 6.612-10.953 11.62a8.919 8.919 0 0 0 .66 12.603 8.919 8.919 0 0 0 12.603-.66L57.116 9.536l-1.81-1.628z"/></g></g></svg>
\ No newline at end of file diff --git a/addons/website_payment/static/src/img/amex.png b/addons/website_payment/static/src/img/amex.png Binary files differnew file mode 100644 index 00000000..7de472cd --- /dev/null +++ b/addons/website_payment/static/src/img/amex.png diff --git a/addons/website_payment/static/src/img/diners.png b/addons/website_payment/static/src/img/diners.png Binary files differnew file mode 100644 index 00000000..93b909d1 --- /dev/null +++ b/addons/website_payment/static/src/img/diners.png diff --git a/addons/website_payment/static/src/img/discover.png b/addons/website_payment/static/src/img/discover.png Binary files differnew file mode 100644 index 00000000..692bd76d --- /dev/null +++ b/addons/website_payment/static/src/img/discover.png diff --git a/addons/website_payment/static/src/img/grey-dots.png b/addons/website_payment/static/src/img/grey-dots.png Binary files differnew file mode 100644 index 00000000..bf5391ef --- /dev/null +++ b/addons/website_payment/static/src/img/grey-dots.png diff --git a/addons/website_payment/static/src/img/jcb.png b/addons/website_payment/static/src/img/jcb.png Binary files differnew file mode 100644 index 00000000..4160175e --- /dev/null +++ b/addons/website_payment/static/src/img/jcb.png diff --git a/addons/website_payment/static/src/img/mastercard.png b/addons/website_payment/static/src/img/mastercard.png Binary files differnew file mode 100644 index 00000000..b51a920d --- /dev/null +++ b/addons/website_payment/static/src/img/mastercard.png diff --git a/addons/website_payment/static/src/img/placeholder.png b/addons/website_payment/static/src/img/placeholder.png Binary files differnew file mode 100644 index 00000000..665f42ef --- /dev/null +++ b/addons/website_payment/static/src/img/placeholder.png diff --git a/addons/website_payment/static/src/img/visa.png b/addons/website_payment/static/src/img/visa.png Binary files differnew file mode 100644 index 00000000..0358fbf0 --- /dev/null +++ b/addons/website_payment/static/src/img/visa.png diff --git a/addons/website_payment/views/payment_acquirer.xml b/addons/website_payment/views/payment_acquirer.xml new file mode 100644 index 00000000..ea9cd5be --- /dev/null +++ b/addons/website_payment/views/payment_acquirer.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <data> + + <record id="acquirer_form_website" model="ir.ui.view"> + <field name="name">acquirer.form.inherit.website</field> + <field name="model">payment.acquirer</field> + <field name="inherit_id" ref="payment.acquirer_form"/> + <field name="arch" type="xml"> + <field name='company_id' position='after'> + <field name="website_id" options="{'no_open': True, 'no_create_edit': True}" groups="website.group_multi_website"/> + </field> + </field> + </record> + + </data> +</odoo> |
