Files
translate/admin/language/ukrainian/sale/custom_field.php
2015-02-01 01:41:27 +02:00

54 lines
2.7 KiB
PHP
Executable File
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 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Настроювані Поля';
// Text
$_['text_success'] = 'Ви успішно змінили Настроювані Поля!';
$_['text_list'] = 'Список Настроюваних Полів';
$_['text_add'] = 'Додати Настроюване поле';
$_['text_edit'] = 'Змінити Настроюване поле';
$_['text_choose'] = 'Обрати';
$_['text_select'] = 'Вибрати';
$_['text_radio'] = 'Радіокнопка';
$_['text_checkbox'] = 'Прапорець';
$_['text_input'] = 'Ввід';
$_['text_text'] = 'Текст';
$_['text_textarea'] = 'Область для введення тексту';
$_['text_file'] = 'Файл';
$_['text_date'] = 'Дата';
$_['text_datetime'] = 'Дата і час';
$_['text_time'] = 'Час';
$_['text_account'] = 'Обліковий запис';
$_['text_address'] = 'Адреса';
// Column
$_['column_name'] = 'Назва Настроюваного поля';
$_['column_location'] = 'Розміщення';
$_['column_type'] = 'Тип';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва Настроюваного поля';
$_['entry_location'] = 'Розміщення';
$_['entry_type'] = 'Тип';
$_['entry_value'] = 'Значення';
$_['entry_custom_value'] = 'Назва значення Настроюваного поля';
$_['entry_customer_group'] = 'Група покупців';
$_['entry_required'] = 'Необхідно';
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
// Help
$_['help_sort_order'] = 'Використовуйте "-" для зворотнього відліку від останнього поля в наборі.';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни Настроюваних полів!';
$_['error_name'] = 'Назва Настроюаних полів повинна містити від 1 до 128 символів!';
$_['error_type'] = 'Увага: Необхідне значення Настроюваних полів!';
$_['error_custom_value'] = 'Назва значення Настроюваного поля повинна містити від 1 до 128 символів!';