mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 18:32:23 +00:00
13 lines
412 B
PHP
Executable File
13 lines
412 B
PHP
Executable File
<?php
|
|
|
|
//version 2.0.0.0
|
|
//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'] = 'Текст огляду:'; |