41 lines
1.1 KiB
PHP
41 lines
1.1 KiB
PHP
<?php
|
|
|
|
$txt_str['reviews'] = [
|
|
'module' => 'Product reviews',
|
|
'toolbar_add' => 'Add review',
|
|
'toolbar_list' => 'All reviews',
|
|
'toolbar_help' => 'Help',
|
|
'titleEdit' => 'Edit',
|
|
'flapReview' => 'Product review',
|
|
|
|
'activityEdited' => 'Review saved: %s',
|
|
'activityAdded' => 'Review added: %s',
|
|
'activityDeleted' => 'Review deleted: %s',
|
|
|
|
'confirmed' => 'Accepted',
|
|
'not_confirmed' => 'Denied',
|
|
'top' => 'TOP',
|
|
'declined' => 'Declined',
|
|
|
|
'list_confirmed' => 'Accepted reviews',
|
|
'list_not_confirmed' => 'Denied reviews',
|
|
'list_top' => 'TOP reviews',
|
|
'list_most_rated' => 'Most rated products',
|
|
|
|
'search' => 'Search',
|
|
'searchReview' => 'Search in text',
|
|
'searchEmail' => 'Search in e-mailu',
|
|
'selectStatus' => 'Status',
|
|
'searchRating' => 'Rating',
|
|
'from' => 'From',
|
|
'to' => 'To',
|
|
'searchProduct' => 'Product',
|
|
'searchNameCode' => 'Name / Product code',
|
|
'searchVariation' => 'Variants',
|
|
'withResponse' => 'With response',
|
|
'withoutResponse' => 'Without response',
|
|
'response' => 'Response',
|
|
'searchBtn' => 'Search',
|
|
'delete' => 'Clear',
|
|
];
|