Files
translate/admin/language/ukrainian/localisation/currency.php
2014-05-06 03:09:11 +03:00

41 lines
2.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/***********************************************************************************************************************
Version 1.5.5.1
Created 19:13 20.05.2013 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'] = 'Валюта'; #39879
$_['text_success'] = 'Редагування валют успішно завершено!'; #39880
$_['column_title'] = 'Заголовок валюти'; #39881
$_['column_code'] = 'Код'; #39882
$_['column_value'] = 'Значення'; #39883
$_['column_date_modified'] = 'Останне оновлення'; #39884
$_['column_action'] = 'Дія'; #39885
$_['entry_title'] = 'Назва валюти:'; #40454
$_['entry_code'] = 'Код:<br /><span class="help">Не змінюйте, якщо ця валюта обрана за замовчуванням</span>'; #40455
$_['entry_value'] = 'Валютний курс:<br /><span class="help">Встановіть 1.00000 у разі, якщо дана валюта використовується за замовчуванням</span>'; #40498
$_['entry_symbol_left'] = 'Символ зліва:'; #40488
$_['entry_symbol_right'] = 'Символ зправа:'; #40489
$_['entry_decimal_place'] = 'Розділювач:'; #40490
$_['entry_status'] = 'Статус:'; #40491
$_['error_permission'] = 'Ви не маєте повноважень для зміни валют!'; #40492
$_['error_title'] = 'Назва валюти повинна містити від 3 до 32 символів!'; #40493
$_['error_code'] = 'Код валюти повинен містити 3 символи!'; #40494
$_['error_default'] = 'Валюту не може бути видалено, оскільки вона використовується за замовчуванням!'; #40495
$_['error_store'] = 'Валюту не може бути видалено, оскільки вона використовується користувачами %s!'; #40496
$_['error_order'] = 'Валюту не може бути видалено, оскільки вона використовується в замовленнях %s!'; #40497