1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * payment_sips
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Odoo 9.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-18 14:07+0000\n"
"PO-Revision-Date: 2016-04-20 11:07+0000\n"
"Last-Translator: Martin Trigaux\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: payment_sips
#: code:addons/payment_sips/models/sips.py:163
#, python-format
msgid "; multiple order found"
msgstr ""
#. module: payment_sips
#: code:addons/payment_sips/models/sips.py:161
#, python-format
msgid "; no order found"
msgstr ""
#. module: payment_sips
#: model_terms:payment.acquirer,cancel_msg:payment_sips.payment_acquirer_sips
msgid "<span><i>Cancel,</i> Your payment has been cancelled.</span>"
msgstr "<span><i>Откажи,</i> Вашата наплата Ви беше откажана.</span>"
#. module: payment_sips
#: model_terms:payment.acquirer,done_msg:payment_sips.payment_acquirer_sips
msgid ""
"<span><i>Done,</i> Your online payment has been successfully processed. "
"Thank you for your order.</span>"
msgstr ""
#. module: payment_sips
#: model_terms:payment.acquirer,error_msg:payment_sips.payment_acquirer_sips
msgid ""
"<span><i>Error,</i> Please be aware that an error occurred during the "
"transaction. The order has been confirmed but won't be paid. Don't hesitate "
"to contact us if you have any questions on the status of your order.</span>"
msgstr ""
#. module: payment_sips
#: model_terms:payment.acquirer,pending_msg:payment_sips.payment_acquirer_sips
msgid ""
"<span><i>Pending,</i> Your online payment has been successfully processed. "
"But your order is not validated yet.</span>"
msgstr ""
#. module: payment_sips
#: code:addons/payment_sips/models/sips.py:84
#, python-format
msgid "Currency not supported by Wordline"
msgstr ""
#. module: payment_sips
#: code:addons/payment_sips/models/sips.py:65
#, python-format
msgid "Incorrect payment acquirer provider"
msgstr ""
#. module: payment_sips
#: model:ir.model,name:payment_sips.model_payment_acquirer
msgid "Payment Acquirer"
msgstr "Стакнувач на плаќање"
#. module: payment_sips
#: model:ir.model,name:payment_sips.model_payment_transaction
msgid "Payment Transaction"
msgstr "Трансакција на плаќање"
#. module: payment_sips
#: model:ir.model.fields,field_description:payment_sips.field_payment_acquirer_sips_merchant_id
msgid "SIPS API User Password"
msgstr ""
#. module: payment_sips
#: model:ir.model.fields,field_description:payment_sips.field_payment_acquirer_sips_secret
msgid "SIPS Secret"
msgstr ""
#. module: payment_sips
#: model:payment.acquirer,name:payment_sips.payment_acquirer_sips
msgid "Sips"
msgstr ""
#. module: payment_sips
#: code:addons/payment_sips/models/sips.py:159
#, python-format
msgid "Sips: received data for reference %s"
msgstr ""
#. module: payment_sips
#: model_terms:payment.acquirer,pre_msg:payment_sips.payment_acquirer_sips
msgid ""
"You will be redirected to the Sips website after clicking on payment button."
msgstr ""
|