1
0
opencart-languagepack-finnish/admin/catalog/review.php

37 lines
1.1 KiB
PHP
Raw Normal View History

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';
2020-03-02 00:28:04 +00:00
$_['text_add'] = 'Lisää arvostelu';
$_['text_edit'] = 'Muokkaa arvostelu';
$_['text_filter'] = 'Suodatin';
2020-02-12 21:25:39 +00:00
// 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!';
2020-03-02 00:28:04 +00:00
$_['error_rating'] = 'Review rating required!';