mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
add latest translate by by Sirchyk
This commit is contained in:
@@ -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.';
|
||||
Reference in New Issue
Block a user