add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 deletions

View File

@@ -1,30 +1,26 @@
<?php
/***********************************************************************************************************************
// Heading
$_['heading_title'] = 'Amazon Payments';
$_['heading_address'] = 'Please choose a delivery address';
$_['heading_payment'] = 'Please select a payment method';
$_['heading_confirm'] = 'Order summary';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
// Text
$_['text_back'] = 'Back';
$_['text_cart'] = 'Cart';
$_['text_confirm'] = 'Confirm';
$_['text_continue'] = 'Continue';
$_['text_cba'] = 'Amazon Payments';
$_['text_enter_coupon'] = 'Enter your coupon code here. If you don\'t have one, leave it empty.';
$_['text_coupon'] = 'Coupon';
$_['text_tax_other'] = 'Taxes / Other handling fees';
$_['text_payment_failed'] = 'Your payment has failed. Please contact the shop administrator for assistance or use a different payment option.';
$_['text_success_title'] = 'Your order has been placed!';
$_['text_payment_success'] = 'Your order was successfully placed. Order details are below';
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['heading_title'] = 'Платежі Amazon'; #48478
$_['heading_address'] = 'Будь ласка, оберіть адресу доставки.'; #48400
$_['heading_payment'] = 'Будь ласка, оберіть метод оплати.'; #48401
$_['heading_confirm'] = 'Загальна сума замовлення'; #48479
$_['text_back'] = 'Назад'; #48402
$_['text_cart'] = 'Кошик'; #48403
$_['text_confirm'] = 'Підтвердити'; #48404
$_['text_continue'] = 'Продовжити'; #48405
$_['text_cba'] = 'Платежі Amazon'; #48480
$_['text_payment_failed'] = 'Не вдалося здійснити Ваш платіж. Будь ласка, зверніться до адміністратора магазину за допомогою або використайте інший спосіб оплати.'; #48411
$_['error_payment_method'] = 'Будь ласка, оберіть метод оплати.'; #48406
$_['error_shipping'] = 'Будь ласка, оберіть метод доставки.'; #48407
$_['error_shipping_address'] = 'Будь ласка, оберіть адресу доставки.'; #48408
$_['error_shipping_methods'] = 'Сталася помилка при отриманні вашої адреси з Amazon. Будь ласка, зверніться до адміністратора магазину за допомогою.'; #48409
$_['error_no_shipping_methods'] = 'За обраною адресою немає варіантів доставки. Будь ласка, оберіть іншу адресу доставки.'; #48410
// Error
$_['error_payment_method'] = 'Please select a payment method';
$_['error_shipping'] = 'Please select a shipping method';
$_['error_shipping_address'] = 'Please select a delivery address';
$_['error_shipping_methods'] = 'There was an error retrieving your address from Amazon. Please contact the shop administrator for help';
$_['error_no_shipping_methods'] = 'There are no shipping options to the selected address. Please select a different shipping address';

View File

@@ -1,26 +1,10 @@
<?php
/***********************************************************************************************************************
// Text
$_['text_title'] = 'Credit Card / Debit Card (Authorize.Net)';
$_['text_credit_card'] = 'Credit Card Details';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / дебетова картка (Authorize.Net)'; #44071
$_['text_credit_card'] = 'Деталі кредитної картки'; #44072
$_['text_wait'] = 'Будь ласка, зачекайте!'; #44073
$_['entry_cc_owner'] = 'Власник картки:'; #44074
$_['entry_cc_number'] = 'Номер картки:'; #44075
$_['entry_cc_expire_date'] = 'Дата закінчення терміну дії картки:'; #44076
$_['entry_cc_cvv2'] = 'Секретний код картки (CVV2):'; #44077
// Entry
$_['entry_cc_owner'] = 'Card Owner';
$_['entry_cc_number'] = 'Card Number';
$_['entry_cc_expire_date'] = 'Card Expiry Date';
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2)';

View File

@@ -1,20 +1,3 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / дебетова картка (Authorize.Net)'; #44078
// Text
$_['text_title'] = 'Credit Card / Debit Card (Authorize.Net)';

View File

@@ -1,23 +1,6 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Банківський переказ'; #44079
$_['text_instruction'] = 'Інструкції банківського переказу'; #44080
$_['text_description'] = 'Будь ласка, перекажіть повну суму по банківським реквізитам.'; #45902
$_['text_payment'] = 'Ваше замовлення не буде виконане до отримання оплати.'; #44082
// Text
$_['text_title'] = 'Bank Transfer';
$_['text_instruction'] = 'Bank Transfer Instructions';
$_['text_description'] = 'Please transfer the total amount to the following bank account.';
$_['text_payment'] = 'Your order will not ship until we receive payment.';

View File

@@ -0,0 +1,28 @@
<?php
// Text
$_['text_title'] = 'Credit Card / Debit Card (BluePay)';
$_['text_credit_card'] = 'Card Details';
$_['text_description'] = 'Items on %s Order No: %s';
$_['text_card_type'] = 'Card Type: ';
$_['text_card_name'] = 'Card Name: ';
$_['text_card_digits'] = 'Last Digits: ';
$_['text_card_expiry'] = 'Expiry: ';
$_['text_transaction_error'] = 'There was an error processing your transaction - ';
// Entry
$_['entry_card'] = 'New or Existing Card: ';
$_['entry_card_existing'] = 'Existing';
$_['entry_card_new'] = 'New';
$_['entry_card_save'] = 'Remember Card Details';
$_['entry_cc_owner'] = 'Card Owner';
$_['entry_cc_number'] = 'Card Number';
$_['entry_cc_start_date'] = 'Card Valid From Date';
$_['entry_cc_expire_date'] = 'Card Expiry Date';
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2)';
$_['entry_cc_address'] = 'Street Address';
$_['entry_cc_city'] = 'City';
$_['entry_cc_state'] = 'State';
$_['entry_cc_zipcode'] = 'Zipcode';
$_['entry_cc_phone'] = 'Phone';
$_['entry_cc_email'] = 'Email';
$_['entry_cc_choice'] = 'Choose an Existing Card';

View File

@@ -0,0 +1,30 @@
<?php
// Text
$_['text_title'] = 'Credit Card / Debit Card (BluePay)';
$_['text_credit_card'] = 'Card Details';
$_['text_description'] = 'Items on %s Order No: %s';
$_['text_card_type'] = 'Card Type: ';
$_['text_card_name'] = 'Card Name: ';
$_['text_card_digits'] = 'Last Digits: ';
$_['text_card_expiry'] = 'Expiry: ';
// Returned text
$_['text_transaction_error'] = 'There was an error processing your transaction - ';
// Entry
$_['entry_card'] = 'New or Existing Card: ';
$_['entry_card_existing'] = 'Existing';
$_['entry_card_new'] = 'New';
$_['entry_card_save'] = 'Remember Card Details';
$_['entry_cc_owner'] = 'Card Owner';
$_['entry_cc_number'] = 'Card Number';
$_['entry_cc_start_date'] = 'Card Valid From Date';
$_['entry_cc_expire_date'] = 'Card Expiry Date';
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2)';
$_['entry_cc_address'] = 'Street Address';
$_['entry_cc_city'] = 'City';
$_['entry_cc_state'] = 'State';
$_['entry_cc_zipcode'] = 'Zipcode';
$_['entry_cc_phone'] = 'Phone';
$_['entry_cc_email'] = 'E-mail';
$_['entry_cc_choice'] = 'Choose an Existing Card';

View File

@@ -1,24 +1,7 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Інструкції оплати чеком / готівкою '; #44274
$_['text_instruction'] = 'Чек / Готівка'; #44081
$_['text_payable'] = 'Отримувач:'; #44275
$_['text_address'] = 'Адреса:'; #44276
$_['text_payment'] = 'Ваше замовлення не буде виконане до отримання оплати.'; #44277
// Text
$_['text_title'] = 'Cheque / Money Order';
$_['text_instruction'] = 'Cheque / Money Order Instructions';
$_['text_payable'] = 'Make Payable To: ';
$_['text_address'] = 'Send To: ';
$_['text_payment'] = 'Your order will not ship until we receive payment.';

View File

@@ -1,20 +1,3 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Оплата при доставці'; #44278
// Text
$_['text_title'] = 'Cash On Delivery';

View File

@@ -0,0 +1,42 @@
<?php
// Heading
$_['text_title'] = 'Credit / Debit card (First Data)';
// Button
$_['button_confirm'] = 'Continue';
// Text
$_['text_new_card'] = 'New card';
$_['text_store_card'] = 'Remember my card details';
$_['text_address_response'] = 'Address verification: ';
$_['text_address_ppx'] = 'No address data provided or Address not checked by the Card Issuer';
$_['text_address_yyy'] = 'Card Issuer confirmed that street and postcode match with their records';
$_['text_address_yna'] = 'Card Issuer confirmed that street matches with their records but postcode does not match';
$_['text_address_nyz'] = 'Card Issuer confirmed that postcode matches with their records but street does not match';
$_['text_address_nnn'] = 'Both street and postcode do not match with the Card Issuer records';
$_['text_address_ypx'] = 'Card Issuer confirmed that street matches with their records. The Issuer did not check the postcode';
$_['text_address_pyx'] = 'Card Issuer confirmed that postcode matches with their records. The Issuer did not check the street';
$_['text_address_xxu'] = 'Card Issuer did not check the AVS information';
$_['text_card_code_verify'] = 'Security code: ';
$_['text_card_code_m'] = 'Card security code match';
$_['text_card_code_n'] = 'Card security code does not match';
$_['text_card_code_p'] = 'Not processed';
$_['text_card_code_s'] = 'Merchant has indicated that the card security code is not present on the card';
$_['text_card_code_u'] = 'Issuer is not certified and/or has not provided encryption keys';
$_['text_card_code_x'] = 'No response from the credit card association was received';
$_['text_card_code_blank'] = 'A blank response should indicate that no code was sent and that there was no indication that the code was not present on the card.';
$_['text_card_type_m'] = 'Mastercard';
$_['text_card_type_v'] = 'Visa (Credit/Debit/Electron/Delta)';
$_['text_card_type_c'] = 'Diners';
$_['text_card_type_a'] = 'American Express';
$_['text_card_type_ma'] = 'Maestro';
$_['text_card_type_mauk'] = 'Maestro UK/Solo';
$_['text_response_code_full'] = 'Approval code: ';
$_['text_response_code'] = 'Full response code: ';
$_['text_response_card'] = 'Card used: ';
$_['text_response_card_type'] = 'Card type: ';
$_['text_response_proc_code'] = 'Processor code: ';
$_['text_response_ref'] = 'Ref number: ';
// Error
$_['error_failed'] = 'Unable to process your payment, please try again';

View File

@@ -0,0 +1,57 @@
<?php
// Text
$_['text_title'] = 'Credit or Debit Card';
$_['text_credit_card'] = 'Credit Card Details';
$_['text_wait'] = 'Please wait!';
// Entry
$_['entry_cc_number'] = 'Card number';
$_['entry_cc_name'] = 'Cardholder name';
$_['entry_cc_expire_date'] = 'Card expiry date';
$_['entry_cc_cvv2'] = 'Card security code (CVV2)';
// Help
$_['help_start_date'] = '(if available)';
$_['help_issue'] = '(for Maestro and Solo cards only)';
// Text
$_['text_result'] = 'Result: ';
$_['text_approval_code'] = 'Approval code: ';
$_['text_reference_number'] = 'Reference: ';
$_['text_card_number_ref'] = 'Card last 4 digits: xxxx ';
$_['text_card_brand'] = 'Card brand: ';
$_['text_response_code'] = 'Response code: ';
$_['text_fault'] = 'Fault message: ';
$_['text_error'] = 'Error message: ';
$_['text_avs'] = 'Address verification: ';
$_['text_address_ppx'] = 'No address data provided or Address not checked by the Card Issuer';
$_['text_address_yyy'] = 'Card Issuer confirmed that street and postcode match with their records';
$_['text_address_yna'] = 'Card Issuer confirmed that street matches with their records but postcode does not match';
$_['text_address_nyz'] = 'Card Issuer confirmed that postcode matches with their records but street does not match';
$_['text_address_nnn'] = 'Both street and postcode do not match with the Card Issuer records';
$_['text_address_ypx'] = 'Card Issuer confirmed that street matches with their records. The Issuer did not check the postcode';
$_['text_address_pyx'] = 'Card Issuer confirmed that postcode matches with their records. The Issuer did not check the street';
$_['text_address_xxu'] = 'Card Issuer did not check the AVS information';
$_['text_card_code_verify'] = 'Security code: ';
$_['text_card_code_m'] = 'Card security code match';
$_['text_card_code_n'] = 'Card security code does not match';
$_['text_card_code_p'] = 'Not processed';
$_['text_card_code_s'] = 'Merchant has indicated that the card security code is not present on the card';
$_['text_card_code_u'] = 'Issuer is not certified and/or has not provided encryption keys';
$_['text_card_code_x'] = 'No response from the credit card association was received';
$_['text_card_code_blank'] = 'A blank response should indicate that no code was sent and that there was no indication that the code was not present on the card.';
$_['text_card_accepted'] = 'Accepted cards: ';
$_['text_card_type_m'] = 'Mastercard';
$_['text_card_type_v'] = 'Visa (Credit/Debit/Electron/Delta)';
$_['text_card_type_c'] = 'Diners';
$_['text_card_type_a'] = 'American Express';
$_['text_card_type_ma'] = 'Maestro';
$_['text_card_new'] = 'New card';
$_['text_response_proc_code'] = 'Processor code: ';
$_['text_response_ref'] = 'Ref number: ';
// Error
$_['error_card_number'] = 'Please check your card number is valid';
$_['error_card_name'] = 'Please check the card holder name is valid';
$_['error_card_cvv'] = 'Please check the CVV2 is valid';
$_['error_failed'] = 'Unable to process your payment, please contact the merchant';

View File

@@ -1,20 +1,3 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Безкоштовне замовлення'; #44279
// Text
$_['text_title'] = 'Free Checkout';

View File

@@ -1,21 +0,0 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна карта / Дебетова карта (Google Checkout)'; #47593
$_['error_shipping'] = 'Увага: необхідно вказати спосіб доставки!'; #47842

View File

@@ -1,43 +1,38 @@
<?php
/***********************************************************************************************************************
// Text
$_['text_title'] = 'Klarna Account - Pay from %s/month';
$_['text_terms'] = '<span id="klarna_account_toc"></span><script type="text/javascript">var terms = new Klarna.Terms.Account({el: \'klarna_account_toc\', eid: \'%s\', country: \'%s\'});</script>';
$_['text_information'] = 'Klarna Account Information';
$_['text_additional'] = 'Klarna Account requires some additional information before they can proccess your order.';
$_['text_male'] = 'Male';
$_['text_female'] = 'Female';
$_['text_year'] = 'Year';
$_['text_month'] = 'Month';
$_['text_day'] = 'Day';
$_['text_payment_option'] = 'Payment options';
$_['text_single_payment'] = 'Single Payment';
$_['text_monthly_payment'] = '%s - %s per month';
$_['text_comment'] = 'Klarna\'s Invoice ID: %s' . "\n" . '%s/%s: %.4f';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
// Entry
$_['entry_gender'] = 'Gender';
$_['entry_pno'] = 'Personal Number';
$_['entry_dob'] = 'Date of Birth';
$_['entry_phone_no'] = 'Phone number';
$_['entry_street'] = 'Street';
$_['entry_house_no'] = 'House No.';
$_['entry_house_ext'] = 'House Ext.';
$_['entry_company'] = 'Company Registration Number';
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
// Help
$_['help_pno'] = 'Please enter your Social Security number here.';
$_['help_phone_no'] = 'Please enter your phone number.';
$_['help_street'] = 'Please note that delivery can only take place to the registered address when paying with Klarna.';
$_['help_house_no'] = 'Please enter your house number.';
$_['help_house_ext'] = 'Please submit your house extension here. E.g. A, B, C, Red, Blue ect.';
$_['help_company'] = 'Please enter your Company\'s registration number';
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Обліковий запис Klarna'; #47955
$_['text_pay_month'] = 'Обліковий запис Klarna - Платіж з %s/month <span id="klarna_account_toc_link"></span><script text="javascript">$.getScript(\'http://cdn.klarna.com/public/kitt/toc/v1.0/js/klarna.terms.min.js\', function(){ var terms = new Klarna.Terms.Account({ el: \'klarna_account_toc_link\', eid: \'%s\', country: \'%s\'});})</script>'; #47974
$_['text_information'] = 'Інформація про обліковий запис Klarna'; #47963
$_['text_additional'] = 'Обліковий запис Klarna потребує додаткової інформації перед обробкою Вашого замовлення.'; #47973
$_['text_wait'] = 'Будь ласка, почекайте!'; #47843
$_['text_male'] = 'Чоловік'; #47844
$_['text_female'] = 'Жінка'; #47845
$_['text_year'] = 'Рік'; #47839
$_['text_month'] = 'Місяць'; #47840
$_['text_day'] = 'День'; #47841
$_['text_payment_option'] = 'Варіанти оплати'; #47975
$_['text_single_payment'] = 'Разовий платіж'; #47933
$_['text_monthly_payment'] = '%s - %s на місяць'; #47934
$_['entry_gender'] = 'Стать:'; #47924
$_['entry_pno'] = 'Ідентифікаційний номер:<br /><span class="help">Будь ласка, введіть ваш ідентифікаційний номер.</span>'; #47935
$_['entry_dob'] = 'Дата народження:'; #47849
$_['entry_phone_no'] = 'Телефон:<br /><span class="help">Будь ласка, введіть номер вашого телефону.</span>'; #47929
$_['entry_street'] = 'Вулиця:<br /><span class="help">Будь ласка, зауважте, що доставка можлива лише на юридичну адресу при оплаті Klarna.</span>'; #47930
$_['entry_house_no'] = 'Будинок:<br /><span class="help"> Будь ласка, введіть номер вашого будинку.</span>'; #47931
$_['entry_house_ext'] = 'House Ext.:<br /><span class="help">Будь ласка, введіть тут літеру чи додаткове позначення вашого будинку. Наприклад: А, Б, В тощо.</span>'; #47932
$_['entry_company'] = 'Реєстраційний номер підприємства:<br /><span class="help">Будь ласка, введіть реєстраційний номер вашого підприємства</span>'; #47925
$_['error_deu_terms'] = 'Ви повинні погодитись із політикою конфіденційністі сервісу Klarna'; #47926
$_['error_address_match'] = 'Для використання Klarna Payments адреса платника та отримувача мають збігатись'; #47927
$_['error_network'] = 'Збій підключення до Klarna. Будь ласка, спробуйте пізніше.'; #47928
// Error
$_['error_deu_terms'] = 'You must agree to Klarna\'s privacy policy (Datenschutz)';
$_['error_address_match'] = 'Billing and Shipping addresses must match if you want to use Klarna Payments';
$_['error_network'] = 'Error occurred while connecting to Klarna. Please try again later.';

View File

@@ -1,40 +1,35 @@
<?php
/***********************************************************************************************************************
// Text
$_['text_title'] = 'Klarna Invoice - Pay within 14 days';
$_['text_terms_fee'] = '<span id="klarna_invoice_toc"></span> (+%s)<script type="text/javascript">var terms = new Klarna.Terms.Invoice({el: \'klarna_invoice_toc\', eid: \'%s\', country: \'%s\', charge: %s});</script>';
$_['text_terms_no_fee'] = '<span id="klarna_invoice_toc"></span><script type="text/javascript">var terms = new Klarna.Terms.Invoice({el: \'klarna_invoice_toc\', eid: \'%s\', country: \'%s\'});</script>';
$_['text_additional'] = 'Klarna Invoice requires some additional information before they can proccess your order.';
$_['text_male'] = 'Male';
$_['text_female'] = 'Female';
$_['text_year'] = 'Year';
$_['text_month'] = 'Month';
$_['text_day'] = 'Day';
$_['text_comment'] = 'Klarna\'s Invoice ID: %s. ' . "\n" . '%s/%s: %.4f';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
// Entry
$_['entry_gender'] = 'Gender';
$_['entry_pno'] = 'Personal Number';
$_['entry_dob'] = 'Date of Birth';
$_['entry_phone_no'] = 'Phone number';
$_['entry_street'] = 'Street';
$_['entry_house_no'] = 'House No.';
$_['entry_house_ext'] = 'House Ext.';
$_['entry_company'] = 'Company Registration Number';
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
// Help
$_['help_pno'] = 'Please enter your Social Security number here.';
$_['help_phone_no'] = 'Please enter your phone number.';
$_['help_street'] = 'Please note that delivery can only take place to the registered address when paying with Klarna.';
$_['help_house_no'] = 'Please enter your house number.';
$_['help_house_ext'] = 'Please submit your house extension here. E.g. A, B, C, Red, Blue ect.';
$_['help_company'] = 'Please enter your Company\'s registration number';
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Рахунок Klarna '; #47594
$_['text_fee'] = 'Рахунок Klarna - Сплатити за 14 днів <span id="klarna_invoice_toc_link"></span> (+%s)<script text="javascript">$.getScript(\'http://cdn.klarna.com/public/kitt/toc/v1.0/js/klarna.terms.min.js\', function(){ var terms = new Klarna.Terms.Invoice({ el: \'klarna_invoice_toc_link\', eid: \'%s\', country: \'%s\', charge: %s});})</script>'; #47990
$_['text_no_fee'] = 'Рахунок Klarna - Сплатити за 14 днів <span id="klarna_invoice_toc_link"></span><script text="javascript">$.getScript(\'http://cdn.klarna.com/public/kitt/toc/v1.0/js/klarna.terms.min.js\', function(){ var terms = new Klarna.Terms.Invoice({ el: \'klarna_invoice_toc_link\', eid: \'%s\', country: \'%s\'});})</script>'; #47991
$_['text_additional'] = 'Для продовження оформлення рахунку через платіжну систему Klarna необхідно ввести додаткові дані. '; #47608
$_['text_wait'] = 'Будь ласка, зачекайте!'; #47595
$_['text_male'] = 'Чоловік'; #47596
$_['text_female'] = 'Жінка'; #47597
$_['text_year'] = 'Рік'; #47941
$_['text_month'] = 'Місяць'; #47942
$_['text_day'] = 'День'; #47943
$_['entry_gender'] = 'Стать:'; #47598
$_['entry_pno'] = 'Дата народження:<span class="help">(07071960)</span>'; #47644
$_['entry_dob'] = 'Дата народження:'; #47944
$_['entry_phone_no'] = 'Номер телефону:<br /><span class="help">Будь ласка, введіть свій номер телефону.</span>'; #47945
$_['entry_street'] = 'Вулиця:<br /><span class="help">Зауважте, що при сплаті методом Klarna, доставка стане можливою лише за адресою реєстрації.</span>'; #47992
$_['entry_house_no'] = 'Номер будинку:'; #47599
$_['entry_house_ext'] = 'Детальний опис будинку:'; #47645
$_['entry_company'] = 'Реєстраційний номер компанії:<br /><span class="help">Будь ласка, введить реєстраційний номер компанії</span>'; #47993
$_['error_deu_terms'] = 'Ви маєте погодитись з політикою конфіденційності Klarna (Datenschutz)'; #47986
$_['error_address_match'] = 'При використанні рахунку Klarna, адреса доставки та виставлення рахунку повинні збігатись'; #47994
$_['error_network'] = 'Виникла помилка при підключенні до Klarna. Будь ласка, спробуйте пізніше.'; #48399
// Error
$_['error_deu_terms'] = 'You must agree to Klarna\'s privacy policy (Datenschutz)';
$_['error_address_match'] = 'Billing and Shipping addresses must match if you want to use Klarna Invoice';
$_['error_network'] = 'Error occurred while connecting to Klarna. Please try again later.';

View File

@@ -1,20 +1,3 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Aleksandr Rebrov (http://webplaneta.com.ua)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна карта / Дебетова карта (LiqPay)'; #44204
// Text
$_['text_title'] = 'Credit Card / Debit Card (LiqPay)';

View File

@@ -1,20 +1,3 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / дебетова картка (Moneybookers)'; #44280
// Text
$_['text_title'] = 'Credit Card / Debit Card (Moneybookers)';

View File

@@ -1,20 +1,3 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / дебетова картка (NOCHEX)'; #44281
// Text
$_['text_title'] = 'Credit Card / Debit Card (NOCHEX)';

View File

@@ -1,27 +1,10 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / дебетова картка (Paymate)'; #44282
$_['text_unable'] = 'Не вдалося знайти та оновити статус вашого замовлення'; #44283
$_['text_declined'] = 'Платіж було відхилено системою Paymate'; #44284
$_['text_failed'] = 'Помилка транзакції Paymate'; #44285
$_['text_failed_message'] = '<p>Нажаль, виникла помилка під час транзакції в системі Paymate.</p><p><b>Помилка: </b>%s</p><p>Будь ласка, перевірте власний рахунок в системі Paymate, перед тим як спробувати знову.</p><p>Якщо ви впевнені, що транзакція пройшла успішно незважаючи на помилку, <a href="%s">повідомте нас</a>, вказавши у листі деталі замовлення.</p>'; #44286
$_['text_basket'] = 'Кошик'; #47396
$_['text_checkout'] = 'Оформлення замовлення'; #47397
$_['text_success'] = 'Успішно'; #47398
// Text
$_['text_title'] = 'Credit Card / Debit Card (Paymate)';
$_['text_unable'] = 'Unable to locate or update your order status';
$_['text_declined'] = 'Payment was declined by Paymate';
$_['text_failed'] = 'Paymate Transaction Failed';
$_['text_failed_message'] = '<p>Unfortunately there was an error processing your Paymate transaction.</p><p><b>Warning: </b>%s</p><p>Please verify your Paymate account balance before attempting to re-process this order</p><p> If you believe this transaction has completed successfully, or is showing as a deduction in your Paymate account, please <a href="%s">Contact Us</a> with your order details.</p>';
$_['text_basket'] = 'Basket';
$_['text_checkout'] = 'Checkout';
$_['text_success'] = 'Success';

View File

@@ -1,27 +1,11 @@
<?php
/***********************************************************************************************************************
// Heading
$_['heading_title'] = 'Thank you for shopping with %s .... ';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Aleksandr Rebrov (http://webplaneta.com.ua)
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['heading_title'] = 'Дякуємо за покупку %s ....'; #44205
$_['text_title'] = 'Кредитна карта / Дебетова карта (PayPoint)'; #44206
$_['text_response'] = 'Відповідь PayPoint:'; #44207
$_['text_success'] = 'Ваш платіж було успішно прийнято.'; #44444
$_['text_success_wait'] = '<b><span style="color: rgb(255, 0, 0);">Зачекайте...</span></b><br>Якщо протягом 10 секунд Ви не будете переадресовані на іншу строрінку, натисніть <a href="%s">тут</a>.'; #44445
$_['text_failure'] = 'Ваш платіж було скасовано!'; #44446
$_['text_failure_wait'] = '<b><span style="color: rgb(255, 0, 0);">Зачекайте...</span></b><br>Якщо протягом 10 секунд Ви не будете переадресовані на іншу строрінку, натисніть <a href="%s">тут</a>.'; #44447
// Text
$_['text_title'] = 'Credit Card / Debit Card (PayPoint)';
$_['text_response'] = 'Response from PayPoint:';
$_['text_success'] = '... your payment was successfully received.';
$_['text_success_wait'] = '<b><span style="color: #FF0000">Please wait...</span></b> whilst we finish processing your order.<br>If you are not automatically re-directed in 10 seconds, please click <a href="%s">here</a>.';
$_['text_failure'] = '... Your payment has been cancelled!';
$_['text_failure_wait'] = '<b><span style="color: #FF0000">Please wait...</span></b><br>If you are not automatically re-directed in 10 seconds, please click <a href="%s">here</a>.';

View File

@@ -1,16 +1,3 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитною картою / Дебетовою картою (Payza)'; #47712
// Text
$_['text_title'] = 'Credit Card / Debit Card (Payza)';

View File

@@ -1,34 +1,20 @@
<?php
/***********************************************************************************************************************
// Text
$_['text_title'] = 'Credit or Debit Card (Processed securely by Perpetual Payments)';
$_['text_credit_card'] = 'Credit Card Details';
$_['text_transaction'] = 'Transaction ID:';
$_['text_avs'] = 'AVS/CVV:';
$_['text_avs_full_match'] = 'Full match';
$_['text_avs_not_match'] = 'Not matched';
$_['text_authorisation'] = 'Authorisation code:';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
// Entry
$_['entry_cc_number'] = 'Card Number';
$_['entry_cc_start_date'] = 'Card Valid From Date';
$_['entry_cc_expire_date'] = 'Card Expiry Date';
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2)';
$_['entry_cc_issue'] = 'Card Issue Number';
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / дебетова картка (надійна система від Perpetual Payments)'; #44287
$_['text_credit_card'] = 'Деталі кредитної картки'; #44288
$_['text_start_date'] = '(якщо є)'; #44289
$_['text_issue'] = '(тільки для карток Maestro та Solo)'; #44290
$_['text_wait'] = 'Будь ласка, зачекайте!'; #44291
$_['text_transaction'] = 'Номер транзакції:'; #44292
$_['text_avs'] = 'AVS/CVV:'; #44293
$_['text_avs_full_match'] = 'Повне співпадіння'; #44294
$_['text_avs_not_match'] = 'Немає співпадінь'; #44295
$_['text_authorisation'] = 'Код авторизації:'; #44296
$_['entry_cc_number'] = 'Номер картки:'; #44297
$_['entry_cc_start_date'] = 'Дата початку дії картки:'; #44298
$_['entry_cc_expire_date'] = 'Дата закінчення терміну дії картки:'; #44299
$_['entry_cc_cvv2'] = 'Захисний код картки (CVV2):'; #44300
$_['entry_cc_issue'] = 'Серійний номер картки:'; #44301
// Help
$_['help_start_date'] = '(if available)';
$_['help_issue'] = '(for Maestro and Solo cards only)';

View File

@@ -1,34 +1,27 @@
<?php
/***********************************************************************************************************************
// Heading
$_['express_text_title'] = 'Confirm order';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
// Text
$_['text_title'] = 'PayPal Express Checkout';
$_['button_continue'] = 'Continue';
$_['text_cart'] = 'Shopping Cart';
$_['text_shipping_updated'] = 'Shipping service updated';
$_['text_trial'] = '%s every %s %s for %s payments then ';
$_['text_recurring'] = '%s every %s %s';
$_['text_recurring_item'] = 'Recurring Item';
$_['text_length'] = ' for %s payments';
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
// Entry
$_['express_entry_coupon'] = 'Enter your coupon here:';
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
// Button
$_['express_button_coupon'] = 'Add';
$_['express_button_confirm'] = 'Confirm';
$_['express_button_login'] = 'Continue to PayPal';
$_['express_button_shipping'] = 'Update shipping';
$_['button_cancel_recurring'] = 'Cancel payments';
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'PayPal Express (включає популярні кредитні та дебетові картки)'; #44302
$_['button_continue'] = 'Прожовжити'; #48481
$_['text_cart'] = 'Кошик'; #48482
$_['text_shipping_updated'] = 'Служба перевезень оновлена'; #48483
$_['text_trial'] = '%s кожен %s %s для %s платежів тоді'; #48484
$_['text_recurring'] = '%s кожен %s %s'; #48485
$_['text_length'] = ' для %s платежів'; #48486
$_['error_heading_title'] = 'Була допущена помилка'; #48487
$_['error_too_many_failures'] = 'Ваша оплата зазнала невдачі занадто багато разів'; #48488
$_['express_text_title'] = 'Підтвердіть замовлення'; #48489
$_['express_button_coupon'] = 'Додати'; #48490
$_['express_button_confirm'] = 'Підтверджую'; #48491
$_['express_button_login'] = 'Продовжіть в PayPal'; #48492
$_['express_button_shipping'] = 'Доставка оновлена'; #48493
$_['express_entry_coupon'] = 'Введіть свій купон тут'; #48494
// Error
$_['error_heading_title'] = 'There was an error';
$_['error_too_many_failures'] = 'Your payment has failed too many times';

View File

@@ -0,0 +1,24 @@
<?php
// Text
$_['text_title'] = 'Credit or Debit Card (Processed securely by PayPal)';
$_['text_credit_card'] = 'Credit Card Details';
$_['text_start_date'] = '(if available)';
$_['text_issue'] = '(for Maestro and Solo cards only)';
$_['text_wait'] = 'Please wait!';
// Entry
$_['entry_cc_owner'] = 'Card Owner:';
$_['entry_cc_type'] = 'Card Type:';
$_['entry_cc_number'] = 'Card Number:';
$_['entry_cc_start_date'] = 'Card Valid From Date:';
$_['entry_cc_expire_date'] = 'Card Expiry Date:';
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2):';
$_['entry_cc_issue'] = 'Card Issue Number:';
// Error
$_['error_required'] = 'Warning: All payment information fields are required.';
$_['error_general'] = 'Warning: A general problem has occurred with the transaction. Please try again.';
$_['error_config'] = 'Warning: Payment module configuration error. Please verify the login credentials.';
$_['error_address'] = 'Warning: A match of the Payment Address City, State, and Postal Code failed. Please try again.';
$_['error_declined'] = 'Warning: This transaction has been declined. Please try again.';
$_['error_invalid'] = 'Warning: The provided credit card information is invalid. Please try again.';

View File

@@ -1,17 +1,7 @@
<?php
/***********************************************************************************************************************
// Text
$_['text_title'] = 'Credit or Debit Card';
$_['text_secure_connection'] = 'Creating a secure connection...';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна або дебетова карта PAYFLOW'; #48495
$_['text_secure_connection'] = 'Створення безпечного з&rsquo;єднання...'; #48496
// Error
$_['error_connection'] = 'Could not connect to PayPal. Please contact the shop\'s administrator for assistance or choose a different payment method.';

View File

@@ -1,30 +1,18 @@
<?php
/***********************************************************************************************************************
// Text
$_['text_title'] = 'Credit or Debit Card (Processed securely by PayPal)';
$_['text_wait'] = 'Please wait!';
$_['text_credit_card'] = 'Credit Card Details';
$_['text_loading'] = 'Loading';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
// Entry
$_['entry_cc_type'] = 'Card Type';
$_['entry_cc_number'] = 'Card Number';
$_['entry_cc_start_date'] = 'Card Valid From Date';
$_['entry_cc_expire_date'] = 'Card Expiry Date';
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2)';
$_['entry_cc_issue'] = 'Card Issue Number';
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / дебетова картка (надійна система від PayPal)'; #44312
$_['text_credit_card'] = 'Деталі кредитної картки'; #44313
$_['text_start_date'] = '(якщо є)'; #44314
$_['text_issue'] = '(тільки для карток Maestro та Solo)'; #44315
$_['text_wait'] = 'Будь ласка, зачекайте!'; #44316
$_['entry_cc_type'] = 'Тип картки:'; #44317
$_['entry_cc_number'] = 'Номер картки:'; #44318
$_['entry_cc_start_date'] = 'Дата початку дії картки:'; #44319
$_['entry_cc_expire_date'] = 'Дата закінчення терміну дії картки:'; #44320
$_['entry_cc_cvv2'] = 'Захисний код картки (CVV2):'; #44321
$_['entry_cc_issue'] = 'Серійний номер картки:'; #44322
// Help
$_['help_start_date'] = '(if available)';
$_['help_issue'] = '(for Maestro and Solo cards only)';

View File

@@ -1,17 +1,7 @@
<?php
/***********************************************************************************************************************
// Text
$_['text_title'] = 'Credit or Debit Card';
$_['text_secure_connection'] = 'Creating a secure connection...';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / дебетова картка'; #48497
$_['text_secure_connection'] = 'Створення безпечного з&rsquo;єднання...'; #48498
// Error
$_['error_connection'] = 'Could not connect to PayPal. Please contact the shop\'s administrator for assistance or choose a different payment method.';

View File

@@ -1,33 +0,0 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна або дебетова картка (Що пройшла перевірку безпеки через PayPal)'; #51067
$_['text_credit_card'] = 'Дані кредитної картки'; #48548
$_['text_start_date'] = '(якщо є)'; #48549
$_['text_issue'] = '(Лише для Maestro і Solo карти)'; #48550
$_['text_wait'] = 'Будь ласка, зачекайте!'; #48551
$_['entry_cc_owner'] = 'Власник картки:'; #48552
$_['entry_cc_type'] = 'Тип карти:'; #48553
$_['entry_cc_number'] = 'Номер картки:'; #48554
$_['entry_cc_start_date'] = 'Дата початку дії карти:'; #48555
$_['entry_cc_expire_date'] = 'Дата завершення дії карти:'; #48556
$_['entry_cc_cvv2'] = 'Код безпеки карти (CVV2):'; #48557
$_['entry_cc_issue'] = 'Номер випуску карти:'; #51068
$_['error_required'] = 'Увага: Необхідно заповнити всі поля інформації про оплату.'; #51069
$_['error_general'] = 'Увага: Виникла проблема під час транзакції. Спробуйте ще раз.'; #51070
$_['error_config'] = 'Увага: Помилка модуля конфігурації оплати. Будь ласка, перевірте дані, що вказані у полі Логін.'; #51071
$_['error_address'] = 'Увага: Виникла помилка при заповненні полів Адреса оплати, Штат та Код міста. Будь ласка, спробуйте ще раз.'; #51072
$_['error_declined'] = 'Увага: Транзакція була відмінена. Будь ласка, спробуйте ще раз.'; #51073
$_['error_invalid'] = 'Увага: Дані про кредитну карту помилкові. Будь ласка, спробуйте ще раз.'; #51074

View File

@@ -1,30 +0,0 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / дебетова картка (надійна система від PayPal)'; #44326
$_['text_credit_card'] = 'Деталі кредитної картки'; #44327
$_['text_start_date'] = '(якщо є)'; #44328
$_['text_issue'] = '(тільки для карток Maestro та Solo)'; #44329
$_['text_wait'] = 'Будь ласка, зачекайте!'; #44330
$_['entry_cc_type'] = 'Тип картки:'; #44331
$_['entry_cc_number'] = 'Номер картки:'; #44332
$_['entry_cc_start_date'] = 'Дата початку дії картки:'; #44333
$_['entry_cc_expire_date'] = 'Дата закінчення терміну дії картки:'; #44334
$_['entry_cc_cvv2'] = 'Захисний код картки (CVV2):'; #44335
$_['entry_cc_issue'] = 'Серійний номер картки:'; #44336

View File

@@ -1,23 +1,6 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'PayPal'; #44323
$_['text_reason'] = 'Причина'; #44324
$_['text_testmode'] = 'Шлюз оплати знаходиться у режимі Sandbox Mode. Ваш обліковий запис не має до цього відношення.'; #44325
$_['text_total'] = 'Доставка, транспортування, знижки та податки'; #46822
// Text
$_['text_title'] = 'PayPal';
$_['text_reason'] = 'REASON';
$_['text_testmode'] = 'Warning: The payment gateway is in \'Sandbox Mode\'. Your account will not be charged.';
$_['text_total'] = 'Shipping, Handling, Discounts & Taxes';

View File

@@ -0,0 +1,47 @@
<?php
// Heading
$_['text_title'] = 'Credit / Debit card (Realex)';
// Button
$_['button_confirm'] = 'Confirm';
// Entry
$_['entry_cc_type'] = 'Card Type';
// Text
$_['text_success'] = 'Your payment has been authorised.';
$_['text_decline'] = 'Your payment was unsuccessful';
$_['text_bank_error'] = 'There was an error processing your request with the bank.';
$_['text_generic_error'] = 'There was an error processing your request.';
$_['text_hash_failed'] = 'Hash check failed. Do not try your payment again as the payment status is unknown. Please contact the merchant.';
$_['text_link'] = 'Please click <a href="%s">here</a> to continue';
$_['text_select_card'] = 'Please select your card type';
$_['text_result'] = 'Auth result';
$_['text_message'] = 'Message';
$_['text_cvn_result'] = 'CVN result';
$_['text_avs_postcode'] = 'AVS postcode';
$_['text_avs_address'] = 'AVS address';
$_['text_eci'] = 'ECI (3D secure) result';
$_['text_tss'] = 'TSS result';
$_['text_order_ref'] = 'Order ref';
$_['text_timestamp'] = 'Timestamp';
$_['text_card_type'] = 'Card type';
$_['text_card_digits'] = 'Card number';
$_['text_card_exp'] = 'Card expire';
$_['text_card_name'] = 'Card name';
$_['text_3d_s1'] = 'Cardholder Not Enrolled, liability shift';
$_['text_3d_s2'] = 'Unable To Verify Enrolment, no liability shift';
$_['text_3d_s3'] = 'Invalid Response From Enrolment Server, no liability shift';
$_['text_3d_s4'] = 'Enrolled, But Invalid Response From ACS (Access Control Server), no liability shift';
$_['text_3d_s5'] = 'Successful Authentication, liability shift';
$_['text_3d_s6'] = 'Authentication Attempt Acknowledged, liability shift';
$_['text_3d_s7'] = 'Incorrect Password Entered, no liability shift';
$_['text_3d_s8'] = 'Authentication Unavailable, no liability shift';
$_['text_3d_s9'] = 'Invalid Response From ACS, no liability shift';
$_['text_3d_s10'] = 'RealMPI Fatal Error, no liability shift';
$_['text_card_visa'] = 'Visa';
$_['text_card_mc'] = 'Mastercard';
$_['text_card_amex'] = 'American Express';
$_['text_card_switch'] = 'Switch';
$_['text_card_laser'] = 'Laser';
$_['text_card_diners'] = 'Diners';

View File

@@ -0,0 +1,55 @@
<?php
// Text
$_['text_title'] = 'Credit or Debit Card';
$_['text_credit_card'] = 'Credit Card Details';
$_['text_wait'] = 'Please wait!';
$_['text_result'] = 'Result';
$_['text_message'] = 'Message';
$_['text_cvn_result'] = 'CVN result';
$_['text_avs_postcode'] = 'AVS postcode';
$_['text_avs_address'] = 'AVS address';
$_['text_eci'] = 'ECI (3D secure) result';
$_['text_tss'] = 'TSS result';
$_['text_card_bank'] = 'Card issue bank';
$_['text_card_country'] = 'Card country';
$_['text_card_region'] = 'Card region';
$_['text_last_digits'] = 'Last 4 digits';
$_['text_order_ref'] = 'Order ref';
$_['text_timestamp'] = 'Timestamp';
$_['text_card_visa'] = 'Visa';
$_['text_card_mc'] = 'Mastercard';
$_['text_card_amex'] = 'American Express';
$_['text_card_switch'] = 'Switch';
$_['text_card_laser'] = 'Laser';
$_['text_card_diners'] = 'Diners';
$_['text_auth_code'] = 'Auth code';
$_['text_3d_s1'] = 'Cardholder Not Enrolled, liability shift';
$_['text_3d_s2'] = 'Unable To Verify Enrolment, no liability shift';
$_['text_3d_s3'] = 'Invalid Response From Enrolment Server, no liability shift';
$_['text_3d_s4'] = 'Enrolled, But Invalid Response From ACS (Access Control Server), no liability shift';
$_['text_3d_s5'] = 'Successful Authentication, liability shift';
$_['text_3d_s6'] = 'Authentication Attempt Acknowledged, liability shift';
$_['text_3d_s7'] = 'Incorrect Password Entered, no liability shift';
$_['text_3d_s8'] = 'Authentication Unavailable, no liability shift';
$_['text_3d_s9'] = 'Invalid Response From ACS, no liability shift';
$_['text_3d_s10'] = 'RealMPI Fatal Error, no liability shift';
// Entry
$_['entry_cc_type'] = 'Card type';
$_['entry_cc_number'] = 'Card number';
$_['entry_cc_name'] = 'Cardholder name';
$_['entry_cc_expire_date'] = 'Card expiry date';
$_['entry_cc_cvv2'] = 'Card security code (CVV2)';
$_['entry_cc_issue'] = 'Card issue number';
// Help
$_['help_start_date'] = '(if available)';
$_['help_issue'] = '(for Maestro and Solo cards only)';
// Error
$_['error_card_number'] = 'Please check your card number is valid';
$_['error_card_name'] = 'Please check the card holder name is valid';
$_['error_card_cvv'] = 'Please check the CVV2 is valid';
$_['error_3d_unable'] = 'Merchant requires 3D secure but unable to verify with your bank, please try later';
$_['error_3d_500_response_no_payment'] = 'An invalid response was received from the card processor, no payment has been taken';
$_['error_3d_unsuccessful'] = '3D secure authorisation failed';

View File

@@ -1,21 +0,0 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна карта / дебетова карта (SagePay)'; #44311
$_['text_description'] = 'Найменування %s Номер замовлення: %s'; #44310

View File

@@ -1,32 +1,29 @@
<?php
/***********************************************************************************************************************
// Text
$_['text_title'] = 'Credit Card / Debit Card (SagePay)';
$_['text_credit_card'] = 'Card Details';
$_['text_card_type'] = 'Card Type: ';
$_['text_card_name'] = 'Card Name: ';
$_['text_card_digits'] = 'Last Digits: ';
$_['text_card_expiry'] = 'Expiry: ';
$_['text_trial'] = '%s every %s %s for %s payments then ';
$_['text_recurring'] = '%s every %s %s';
$_['text_length'] = ' for %s payments';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
// Entry
$_['entry_card'] = 'New or Existing Card: ';
$_['entry_card_existing'] = 'Existing';
$_['entry_card_new'] = 'New';
$_['entry_card_save'] = 'Remember Card Details';
$_['entry_cc_owner'] = 'Card Owner';
$_['entry_cc_type'] = 'Card Type';
$_['entry_cc_number'] = 'Card Number';
$_['entry_cc_start_date'] = 'Card Valid From Date';
$_['entry_cc_expire_date'] = 'Card Expiry Date';
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2)';
$_['entry_cc_issue'] = 'Card Issue Number';
$_['entry_cc_choice'] = 'Choose an Existing Card';
Translators:
Aleksandr Rebrov (http://webplaneta.com.ua)
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / Дебетова картка (SagePay)'; #44448
$_['text_credit_card'] = 'Деталі кредитної картки'; #44449
$_['text_start_date'] = 'Якщо доступно'; #44010
$_['text_issue'] = '(лише для Maestro та Solo карт)'; #44011
$_['text_wait'] = 'Зачекайте будь-ласка'; #44012
$_['entry_cc_owner'] = 'Власник картки:'; #44303
$_['entry_cc_type'] = 'Тип картки:'; #44304
$_['entry_cc_number'] = 'Номер картки:'; #44305
$_['entry_cc_start_date'] = 'Дата початку дії картки:'; #44306
$_['entry_cc_expire_date'] = 'Дата закінчення терміну дії картки:'; #44307
$_['entry_cc_cvv2'] = 'Захисний код картки (CVV2):'; #44308
$_['entry_cc_issue'] = 'Серійний номер картки:'; #44309
// Help
$_['help_start_date'] = '(if available)';
$_['help_issue'] = '(for Maestro and Solo cards only)';

View File

@@ -0,0 +1,26 @@
<?php
// Text
$_['text_title'] = 'Credit Card / Debit Card (SagePay)';
$_['text_credit_card'] = 'Card Details';
$_['text_description'] = 'Items on %s Order No: %s';
$_['text_card_type'] = 'Card Type: ';
$_['text_card_name'] = 'Card Name: ';
$_['text_card_digits'] = 'Last Digits: ';
$_['text_card_expiry'] = 'Expiry: ';
$_['text_trial'] = '%s every %s %s for %s payments then ';
$_['text_recurring'] = '%s every %s %s';
$_['text_length'] = ' for %s payments';
$_['text_success'] = 'Your payment has been authorised.';
$_['text_decline'] = 'Your payment has been declined.';
$_['text_bank_error'] = 'There was an error processing your request with the bank.';
$_['text_transaction_error'] = 'There was an error processing your transaction.';
$_['text_generic_error'] = 'There was an error processing your request.';
$_['text_hash_failed'] = 'Hash check failed. Do not try your payment again as the payment status is unknown. Please contact the merchant.';
$_['text_link'] = 'Please click <a href="%s">here</a> to continue';
// Entry
$_['entry_card'] = 'New or Existing Card: ';
$_['entry_card_existing'] = 'Existing';
$_['entry_card_new'] = 'New';
$_['entry_card_save'] = 'Remember card details for future use';
$_['entry_cc_choice'] = 'Choose an Existing Card';

View File

@@ -1,27 +1,10 @@
<?php
/***********************************************************************************************************************
// Text
$_['text_title'] = 'Credit Card / Debit Card (SagePay)';
$_['text_credit_card'] = 'Credit Card Details';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Aleksandr Rebrov (http://webplaneta.com.ua)
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / дебетова картка (SagePay)'; #44450
$_['text_credit_card'] = 'Деталі кредитної карти'; #44004
$_['text_wait'] = 'Зачекайте будь ласка!'; #44005
$_['entry_cc_owner'] = 'Власник карти:'; #44006
$_['entry_cc_number'] = 'Номер карти:'; #44007
$_['entry_cc_expire_date'] = 'Термін дії карти'; #44008
$_['entry_cc_cvv2'] = 'Код безпеки (CVV2):'; #44009
// Entry
$_['entry_cc_owner'] = 'Card Owner';
$_['entry_cc_number'] = 'Card Number';
$_['entry_cc_expire_date'] = 'Card Expiry Date';
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2)';

View File

@@ -0,0 +1,15 @@
<?php
$_['text_title'] = 'Credit / Debit card';
$_['button_confirm'] = 'Confirm';
$_['text_postcode_check'] = 'Postcode check: %s';
$_['text_security_code_check'] = 'CVV2 check: %s';
$_['text_address_check'] = 'Address check: %s';
$_['text_not_given'] = 'Not given';
$_['text_not_checked'] = 'Not checked';
$_['text_match'] = 'Matched';
$_['text_not_match'] = 'Not matched';
$_['text_payment_details'] = 'Payment details';
$_['entry_card_type'] = 'Card type';

View File

@@ -0,0 +1,30 @@
<?php
$_['text_title'] = 'Credit / Debit card';
$_['text_card_details'] = 'Card details';
$_['text_wait'] = 'Processing your payment';
$_['text_auth_code'] = 'Authorisation code: %s';
$_['text_postcode_check'] = 'Postcode check: %s';
$_['text_security_code_check'] = 'CVV2 check: %s';
$_['text_address_check'] = 'Address check: %s';
$_['text_3d_secure_check'] = '3D Secure: %s';
$_['text_not_given'] = 'Not given';
$_['text_not_checked'] = 'Not checked';
$_['text_match'] = 'Matched';
$_['text_not_match'] = 'Not matched';
$_['text_authenticated'] = 'Authenticated';
$_['text_not_authenticated'] = 'Not authenticated';
$_['text_authentication_not_completed'] = 'Attempted but not completed';
$_['text_unable_to_perform'] = 'Unable to perform';
$_['text_transaction_declined'] = 'Your bank has declined the transaction. Please use a different payment method.';
$_['text_transaction_failed'] = 'Could not process the payment. Please check the details you provided.';
$_['text_connection_error'] = 'Please try again later or use a different payment method.';
$_['entry_type'] = "Card type";
$_['entry_number'] = "Card number";
$_['entry_expire_date'] = "Expiry date";
$_['entry_cvv2'] = "Security Code (CVV2)";
$_['button_confirm'] = 'Confirm';
$_['error_failure'] = 'Could not complete transaction. Please try again later or use a different payment method.';

View File

@@ -1,20 +1,3 @@
<?php
/***********************************************************************************************************************
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредитна картка / дебетова картка (2Checkout)'; #44451
// Text
$_['text_title'] = 'Credit Card / Debit Card (2Checkout)';

View File

@@ -1,26 +1,10 @@
<?php
/***********************************************************************************************************************
// Text
$_['text_title'] = 'Credit Card / Debit Card (Web Payment Software)';
$_['text_credit_card'] = 'Credit Card Details';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['text_title'] = 'Кредітна картка / Дебетова картка (Web Payment Software)'; #47349
$_['text_credit_card'] = 'Деталі кредитної картки'; #47350
$_['text_wait'] = 'Будь ласка, зачекайте!'; #47351
$_['entry_cc_owner'] = 'Власник картки:'; #47352
$_['entry_cc_number'] = 'Номер картки:'; #47353
$_['entry_cc_expire_date'] = 'Термін дії картки:'; #47354
$_['entry_cc_cvv2'] = 'Код безпеки картки (CVV2):'; #47355
// Entry
$_['entry_cc_owner'] = 'Card Owner';
$_['entry_cc_number'] = 'Card Number';
$_['entry_cc_expire_date'] = 'Card Expiry Date';
$_['entry_cc_cvv2'] = 'Card Security Code (CVV2)';

View File

@@ -1,28 +1,12 @@
<?php
/***********************************************************************************************************************
// Heading
$_['heading_title'] = 'Thank you for shopping with %s .... ';
Version 1.5.6
Created 23:02 15.01.2014 UTF-8
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
Translators:
Aleksandr Rebrov (http://webplaneta.com.ua)
Eugene Kuligin (http://github.com/shaman)
and others.
Responsible for Translation:
Eugene Kuligin (http://github.com/shaman)
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Ask a question http://github.com/opencart-ukraine
************************************************************************************************************************/
$_['heading_title'] = 'Дякуємо за покупку %s.'; #44452
$_['text_title'] = 'Кредитна картка / дебетова картка (WorldPay)'; #44453
$_['text_response'] = 'Відповідь WorldPay:'; #44003
$_['text_success'] = 'Ваш платіж було успішно прийнято.'; #44454
$_['text_success_wait'] = '<b><span style="color: #FF0000">Зачекайте...</span></b><br>Якщо протягом 10 секунд не відбудеться переадресація на іншу строрінку, натисніть <a href="%s">тут</a>.'; #44455
$_['text_failure'] = 'Ваш платіж було скасовано!'; #44456
$_['text_failure_wait'] = '<b><span style="color: #FF0000">Зачекайте...</span></b><br>Якщо протягом 10 секунд не відбудеться переадресація на іншу строрінку, натисніть <a href="%s">тут</a>.'; #44457
$_['text_pw_mismatch'] = 'CallbackPW не збігається. Замовлення потребує перегляду.'; #47395
// Text
$_['text_title'] = 'Credit Card / Debit Card (WorldPay)';
$_['text_response'] = 'Response from WorldPay:';
$_['text_success'] = '... your payment was successfully received.';
$_['text_success_wait'] = '<b><span style="color: #FF0000">Please wait...</span></b> whilst we finish processing your order.<br>If you are not automatically re-directed in 10 seconds, please click <a href="%s">here</a>.';
$_['text_failure'] = '... Your payment has been cancelled!';
$_['text_failure_wait'] = '<b><span style="color: #FF0000">Please wait...</span></b><br>If you are not automatically re-directed in 10 seconds, please click <a href="%s">here</a>.';
$_['text_pw_mismatch'] = 'CallbackPW does not match. Order requires investigation.';