mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 13:34:10 +00:00
first commit
This commit is contained in:
39
admin/language/ukrainian/payment/pp_express.php
Normal file
39
admin/language/ukrainian/payment/pp_express.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/***********************************************************************************************************************
|
||||
|
||||
Version 1.4.9.6
|
||||
Created 15:41 30.08.2011 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)
|
||||
Larisa Bodnar (bodnar_larisa@meta.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
|
||||
|
||||
************************************************************************************************************************/
|
||||
|
||||
$_['heading_title'] = 'PayPal Express'; #23130
|
||||
$_['text_payment'] = 'Оплата'; #23131
|
||||
$_['text_authorization'] = 'Авторизація'; #23132
|
||||
$_['text_sale'] = 'Продаж'; #23133
|
||||
$_['entry_username'] = 'Логін API:'; #23134
|
||||
$_['entry_password'] = 'Пароль API:'; #23135
|
||||
$_['entry_signature'] = 'Підпис API:'; #23136
|
||||
$_['entry_test'] = 'Тестовий режим:'; #23137
|
||||
$_['entry_method'] = 'Спосіб транзакції:'; #23138
|
||||
$_['entry_order_status'] = 'Статус замовлення:'; #23139
|
||||
$_['entry_geo_zone'] = 'Гео-зона:'; #23140
|
||||
$_['entry_status'] = 'Статус:'; #23141
|
||||
$_['text_success'] = 'Налаштування PayPal Express змінено!'; #23524
|
||||
$_['text_pp_express'] = '<a onclick="window.open(\'https://www.paypal.com/uk/mrb/pal=W9TBB5DTD6QJW\');"><img src="view/image/payment/paypal.png" alt="PayPal" title="PayPal" style="border: 1px solid #EEEEEE;" /></a>'; #23525
|
||||
$_['entry_sort_order'] = 'Порядок сортування:'; #23888
|
||||
$_['error_permission'] = 'Ви не маєте повноважень для зміни налаштувань PayPal Express!'; #23889
|
||||
$_['error_username'] = 'Необхідно вказати логін API!'; #23890
|
||||
$_['error_password'] = 'Необхідно вказати пароль API!'; #23891
|
||||
$_['error_signature'] = 'Необхідно вказати підпис API!'; #23892
|
||||
Reference in New Issue
Block a user