Files
translate/admin/language/uk-ua/customer/custom_field.php

61 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
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
//version 2.1.0.x
//Changed by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 21 October.2015
//fradee@gmail.com
// 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'] = 'Адреса';
$_['text_regex'] = 'Regex';
// Column
$_['column_name'] = 'Назва Настроюваного поля';
$_['column_location'] = 'Розміщення';
$_['column_type'] = 'Тип';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва Настроюваного поля';
$_['entry_location'] = 'Розміщення';
$_['entry_type'] = 'Тип';
$_['entry_value'] = 'Значення';
$_['entry_validation'] = 'Validation';
$_['entry_custom_value'] = 'Назва значення Настроюваного поля';
$_['entry_customer_group'] = 'Група покупців';
$_['entry_required'] = 'Необхідно';
$_['entry_status'] = 'Статус';
$_['entry_sort_order'] = 'Порядок сортування';
// Help
$_['help_regex'] = 'Use regex. E.g: /[a-zA-Z0-9_-]/';
$_['help_sort_order'] = 'Використовуйте "-" для зворотнього відліку від останнього поля в наборі.';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни Настроюваних полів!';
$_['error_name'] = 'Назва Настроюаних полів повинна містити від 1 до 128 символів!';
$_['error_type'] = 'Увага: Необхідне значення Настроюваних полів!';
$_['error_custom_value'] = 'Назва значення Настроюваного поля повинна містити від 1 до 128 символів!';