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