123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- # Translation of Odoo Server.
- # This file contains the translation of the following modules:
- # * payment_sips
- #
- # Translators:
- # Pavol Krnáč <pavol.krnac@ekoenergo.sk>, 2018
- # Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2018
- # Miroslav Fic <mirko.fic@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: Miroslav Fic <mirko.fic@gmail.com>, 2018\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: payment_sips
- #: code:addons/payment_sips/models/payment.py:164
- #, python-format
- msgid "; multiple order found"
- msgstr "; viacnásobná objednávka nájdená"
- #. module: payment_sips
- #: code:addons/payment_sips/models/payment.py:162
- #, python-format
- msgid "; no order found"
- msgstr "; žiadna objednávka nájdená"
- #. module: payment_sips
- #: selection:payment.acquirer,provider:0
- msgid "Adyen"
- msgstr "Adyen"
- #. module: payment_sips
- #: selection:payment.acquirer,provider:0
- msgid "Authorize.Net"
- msgstr "Authorize.Net "
- #. module: payment_sips
- #: selection:payment.acquirer,provider:0
- msgid "Buckaroo"
- msgstr "Buckaroo"
- #. module: payment_sips
- #: code:addons/payment_sips/models/payment.py:75
- #, python-format
- msgid "Currency not supported by Wordline"
- msgstr "Menu nepodporuje Wordline"
- #. module: payment_sips
- #: code:addons/payment_sips/models/payment.py:56
- #, python-format
- msgid "Incorrect payment acquirer provider"
- msgstr "Nesprávny poskytovateľ platby nadobúdateľa"
- #. module: payment_sips
- #: model:ir.model.fields,field_description:payment_sips.field_payment_acquirer__sips_version
- msgid "Interface Version"
- msgstr ""
- #. module: payment_sips
- #: selection:payment.acquirer,provider:0
- msgid "Manual Configuration"
- msgstr ""
- #. module: payment_sips
- #: model:ir.model.fields,field_description:payment_sips.field_payment_acquirer__sips_merchant_id
- msgid "Merchant ID"
- msgstr "ID obchodníka"
- #. module: payment_sips
- #: selection:payment.acquirer,provider:0
- msgid "Ogone"
- msgstr "Ogone"
- #. module: payment_sips
- #: selection:payment.acquirer,provider:0
- msgid "PayUmoney"
- msgstr ""
- #. module: payment_sips
- #: model:ir.model,name:payment_sips.model_payment_acquirer
- msgid "Payment Acquirer"
- msgstr "Príjemca platby "
- #. module: payment_sips
- #: model:ir.model,name:payment_sips.model_payment_transaction
- msgid "Payment Transaction"
- msgstr "Platobná transakcia"
- #. module: payment_sips
- #: selection:payment.acquirer,provider:0
- msgid "Paypal"
- msgstr "Paypal"
- #. module: payment_sips
- #: model:ir.model.fields,field_description:payment_sips.field_payment_acquirer__sips_prod_url
- msgid "Production url"
- msgstr ""
- #. module: payment_sips
- #: model:ir.model.fields,field_description:payment_sips.field_payment_acquirer__provider
- msgid "Provider"
- msgstr "Poskytovateľ"
- #. module: payment_sips
- #: model:ir.model.fields,field_description:payment_sips.field_payment_acquirer__sips_secret
- msgid "Secret Key"
- msgstr ""
- #. module: payment_sips
- #: selection:payment.acquirer,provider:0
- msgid "Sips"
- msgstr "Sips"
- #. module: payment_sips
- #: code:addons/payment_sips/models/payment.py:160
- #, python-format
- msgid "Sips: received data for reference %s"
- msgstr "Sips: prijaté dáta pre referenciu %s"
- #. module: payment_sips
- #: selection:payment.acquirer,provider:0
- msgid "Stripe"
- msgstr ""
- #. module: payment_sips
- #: model:ir.model.fields,field_description:payment_sips.field_payment_acquirer__sips_test_url
- msgid "Test url"
- msgstr ""
- #. module: payment_sips
- #: model:ir.model.fields,help:payment_sips.field_payment_acquirer__sips_merchant_id
- msgid "Used for production only"
- msgstr ""
- #. module: payment_sips
- #: selection:payment.acquirer,provider:0
- msgid "Wire Transfer"
- msgstr "Drôtový prenos"
|