mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 06:30:07 +00:00
13 lines
473 B
PHP
13 lines
473 B
PHP
<?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
|
|
|
|
// Text
|
|
$_['text_subject'] = '%s - Огляд';
|
|
$_['text_waiting'] = 'Ви маєте новий огляд товару.';
|
|
$_['text_product'] = 'Товар: %s';
|
|
$_['text_reviewer'] = 'Оглядач: %s';
|
|
$_['text_rating'] = 'Рейтинг: %s';
|
|
$_['text_review'] = 'Текст огляду:'; |