mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-19 05:23:30 -05:00
39 lines
1.0 KiB
PHP
39 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'comment' => 'Komentari',
|
|
'username' => [
|
|
'name' => 'Ime',
|
|
],
|
|
'title' => [
|
|
'name' => 'Naslov komentara',
|
|
],
|
|
'rating' => [
|
|
'name' => 'Ocjena',
|
|
],
|
|
'detail' => [
|
|
'name' => 'Komentar',
|
|
],
|
|
'adv' => [
|
|
'name' => 'Oglas',
|
|
],
|
|
'status' => [
|
|
'name' => 'Status',
|
|
],
|
|
'ads_review' => 'Pregled proizvoda',
|
|
'ads_comments' => 'Komentari proizvoda',
|
|
'show_more' => 'Prikaži više',
|
|
'show_less' => 'Prikaži manje',
|
|
'reviewing_comments' => 'Komentari korisnika o proizvodu koji recenzirate',
|
|
'user_rating' => ':count user <span class="text-secondary">recenzija</span>',
|
|
'write_comment' => 'Napišite komentar na oglas',
|
|
|
|
// Report
|
|
'top_rated_products_report' => 'Izvješće o najbolje ocijenjenim proizvodima',
|
|
'product' => 'Proizvod',
|
|
'rate' => 'Stopa',
|
|
'most_commented_products_report' => 'Izvješće o proizvodima s najviše komentara',
|
|
'comments_count' => 'Komentari se broje',
|
|
'unspecified_product' => 'Nespecificirani proizvod',
|
|
];
|