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,40 @@
<?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'] = 'Змінити огляд';
// Column
$_['column_product'] = 'Товар';
$_['column_author'] = 'Автор';
$_['column_rating'] = 'Оцінка';
$_['column_status'] = 'Статус';
$_['column_date_added'] = 'Додано';
$_['column_action'] = 'Дія';
// Entry
$_['entry_product'] = 'Товар';
$_['entry_author'] = 'Автор';
$_['entry_rating'] = 'Оцінка';
$_['entry_status'] = 'Статус';
$_['entry_text'] = 'Текст';
$_['entry_date_added'] = 'Додано';
// Help
$_['help_product'] = '(Автозаповнення)';
// Error
$_['error_permission'] = 'У вас немає доступу до зміни оглядів!';
$_['error_product'] = 'Назва продукту необхідна!';
$_['error_author'] = 'Імя автора повиино містити від 3 до 64 символів!';
$_['error_text'] = 'Текст огляду повинен мати мінімум 1 символ!';
$_['error_rating'] = 'Необхідна оцінка!';