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

40 lines
1.5 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'] = 'Змінити огляд';
// 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'] = 'Необхідна оцінка!';