mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
35 lines
1.8 KiB
PHP
Executable File
35 lines
1.8 KiB
PHP
Executable File
<?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'] = 'Кредитна картка / дебетова картка (надійна система від 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
|