Files
translate/admin/language/ukrainian/localisation/zone.php
Eugene Kuligin 5fda81adea first commit
2014-05-06 02:58:28 +03:00

36 lines
2.2 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.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)
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'] = 'Регіони'; #23318
$_['text_success'] = 'Налаштування регіонів успішно змінено!'; #23319
$_['column_name'] = 'Назва регіону'; #23320
$_['column_code'] = 'Код регіону'; #23321
$_['column_country'] = 'Країна'; #23322
$_['column_action'] = 'Дія'; #23323
$_['entry_status'] = 'Статус регіону:'; #23324
$_['entry_name'] = 'Назва регіону:'; #23325
$_['entry_code'] = 'Код регіону:'; #23326
$_['entry_country'] = 'Країна:'; #23327
$_['error_permission'] = 'Ви не маєте повноважень для зміни налаштувань регіонів!'; #23328
$_['error_name'] = 'Назва регіону повинна містити від 3 до 128 символів!'; #23329
$_['error_default'] = 'Цей регіон не може бути вилучено, оскільки він використовується за замовчуванням!'; #23330
$_['error_store'] = 'Цей регіон не може бути вилучено, оскільки він використовується в магазинах %s!'; #23331
$_['error_address'] = 'Цей регіон не може бути вилучено, оскільки він використовується в адресах %s!'; #23332
$_['error_zone_to_geo_zone'] = 'Цей регіон не може бути вилучено, оскільки він використовується в гео-зонах %s!'; #23333