mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 04:53:27 -05:00
39 lines
999 B
PHP
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',
|
|
];
|