openclassify/addons/default/visiosoft/comments-module/resources/lang/sr/field.php
Mostafa Moradi 4eac3243b8 4.0-mostafa
2024-08-18 17:45:09 +03:00

39 lines
999 B
PHP

<?php
return [
'comment' => 'Comments',
'username' => [
'name' => 'Name',
],
'title' => [
'name' => 'Comment Title',
],
'rating' => [
'name' => 'Rating',
],
'detail' => [
'name' => 'Comment',
],
'adv' => [
'name' => 'Ad',
],
'status' => [
'name' => 'Status',
],
'ads_review' => 'Product Review',
'ads_comments' => 'Product Comments',
'show_more' => 'Show more',
'show_less' => 'Show less',
'reviewing_comments' => 'User comments about the product you are reviewing',
'user_rating' => ':count user <span class="text-secondary">reviews</span>',
'write_comment' => 'Write a comment on the ad',
// Report
'top_rated_products_report' => 'Top Rated Products Report',
'product' => 'Product',
'rate' => 'Rate',
'most_commented_products_report' => 'Most Commented Products Report',
'comments_count' => 'Comments Count',
'unspecified_product' => 'Unspecified Product',
];