Files
translate/admin/language/uk-ua/catalog/option.php

44 lines
2.0 KiB
PHP
Raw Permalink 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
// 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'] = 'Час';
// Column
$_['column_name'] = 'Назва опції';
$_['column_sort_order'] = 'Порядок сортування';
$_['column_action'] = 'Дія';
// Entry
$_['entry_name'] = 'Назва опції';
$_['entry_type'] = 'Тип';
$_['entry_option_value'] = 'Назва значення опції';
$_['entry_image'] = 'Зображення';
$_['entry_sort_order'] = 'Порядок сортування';
// Error
$_['error_permission'] = 'У вас немає доступу для зміни опцій!';
$_['error_name'] = 'Назва опції повина містити від 1 до 128 символів!';
$_['error_type'] = 'Необхідне значення опції!';
$_['error_option_value'] = 'Значення опції повинно містити від 1 до 128 символів!';
$_['error_product'] = 'Ця опція не може бути видалена оскільки вона використовується в %s товарах!';