2020-02-12 21:25:39 +00:00
|
|
|
<?php
|
|
|
|
// Heading
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['heading_title'] = 'Arvostelut';
|
2020-02-12 21:25:39 +00:00
|
|
|
|
|
|
|
// Text
|
|
|
|
$_['text_success'] = 'Success: You have modified reviews!';
|
|
|
|
$_['text_list'] = 'Review List';
|
|
|
|
$_['text_add'] = 'Add Review';
|
|
|
|
$_['text_edit'] = 'Edit Review';
|
|
|
|
$_['text_filter'] = 'Filter';
|
|
|
|
|
|
|
|
// Column
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['column_product'] = 'Tuote';
|
|
|
|
$_['column_author'] = 'Kirjoittaja';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['column_rating'] = 'Rating';
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['column_status'] = 'Tila';
|
|
|
|
$_['column_date_added'] = 'Lisäyspäivä';
|
|
|
|
$_['column_action'] = 'Toiminto';
|
2020-02-12 21:25:39 +00:00
|
|
|
|
|
|
|
// Entry
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['entry_product'] = 'Tuote';
|
|
|
|
$_['entry_author'] = 'Kirjoittaja';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['entry_rating'] = 'Rating';
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['entry_status'] = 'Tila';
|
|
|
|
$_['entry_text'] = 'Teksti';
|
|
|
|
$_['entry_date_added'] = 'Lisäyspäivä';
|
2020-02-12 21:25:39 +00:00
|
|
|
|
|
|
|
// Help
|
|
|
|
$_['help_product'] = '(Autocomplete)';
|
|
|
|
|
|
|
|
// Error
|
2020-02-16 11:32:04 +00:00
|
|
|
$_['error_permission'] = 'Varoitus: You do not have permission to modify reviews!';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['error_product'] = 'Product required!';
|
|
|
|
$_['error_author'] = 'Author must be between 3 and 64 characters!';
|
|
|
|
$_['error_text'] = 'Review Text must be at least 1 character!';
|
|
|
|
$_['error_rating'] = 'Review rating required!';
|