add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 deletions

View File

@@ -0,0 +1,45 @@
<?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_image'] = 'Зображення';
$_['text_input'] = 'Введення тексту';
$_['text_text'] = 'Текст';
$_['text_textarea'] = 'Текстове поле';
$_['text_file'] = 'Файл';
$_['text_date'] = 'Дата';
$_['text_datetime'] = 'Дата &amp; час';
$_['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 товарах!';