mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 15:32:11 +00:00
Update translation
This commit is contained in:
40
admin/language/ukrainian/catalog/review.php
Executable file
40
admin/language/ukrainian/catalog/review.php
Executable 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'] = 'Необхідна оцінка!';
|
||||
Reference in New Issue
Block a user