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

55 lines
3.0 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:
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'] = 'Додаткові поля'; #43643
$_['text_success'] = 'Ви успішно змінили додаткові поля!'; #43757
$_['text_choose'] = 'Оберіть'; #43605
$_['text_select'] = 'Випадаючий список (select)'; #43644
$_['text_radio'] = 'Унікальний вибір (radio)'; #43645
$_['text_checkbox'] = 'Множинний вибір (checkbox)'; #43646
$_['text_input'] = 'Поле (input)'; #43647
$_['text_text'] = 'Текстове поле (text)'; #43648
$_['text_textarea'] = 'Розширене текстове поле (textarea)'; #43649
$_['text_file'] = 'Файл'; #43608
$_['text_date'] = 'Дата'; #43609
$_['text_datetime'] = 'Дата і час'; #43650
$_['text_time'] = 'Час'; #43611
$_['text_customer'] = 'Покупець'; #43651
$_['text_address'] = 'Адреса'; #43613
$_['text_payment_address'] = 'Адреса оплати'; #43614
$_['text_shipping_address'] = 'Адреса доставки'; #43615
$_['column_name'] = 'Назва додаткового поля'; #43652
$_['column_type'] = 'Тип'; #43616
$_['column_location'] = 'Місцезнаходження'; #43617
$_['column_sort_order'] = 'Сортування'; #43653
$_['column_action'] = 'Дія'; #43654
$_['entry_name'] = 'Назва додаткового поля:'; #43655
$_['entry_type'] = 'Тип:'; #43656
$_['entry_value'] = 'Значення:'; #43657
$_['entry_custom_value'] = 'Назва додаткового поля:'; #43658
$_['entry_required'] = 'Обов'язково:'; #43659
$_['entry_location'] = 'Місцезнаходження:'; #43660
$_['entry_position'] = 'Розташування:'; #43661
$_['entry_sort_order'] = 'Порядок сортування:'; #43662
$_['error_permission'] = 'Увага: у Вас немає прав доступу для зміни додаткових полів!'; #43758
$_['error_name'] = 'Назва опції повинна містити від 1 до 128 символів!'; #43870
$_['error_type'] = 'Увага: значення опції обов'язкове!'; #43760
$_['error_custom_value'] = 'Назва додаткового поля повинна бути від 1 до 128 літер'; #43871
$_['error_product'] = 'Це додаткове поле не може бути видалене оскільки воно прив'язане до %s товарів!'; #43762