1
0

New Translations – 16.2.2020

This commit is contained in:
Christer Waren
2020-02-16 14:18:44 +02:00
parent 4126bbe023
commit b197fd35c3
46 changed files with 286 additions and 286 deletions

View File

@@ -1,6 +1,6 @@
<?php
// Heading
$_['heading_title'] = 'Reviews';
$_['heading_title'] = 'Arvostelut';
// Text
$_['text_success'] = 'Success: You have modified reviews!';
@@ -10,20 +10,20 @@ $_['text_edit'] = 'Edit Review';
$_['text_filter'] = 'Filter';
// Column
$_['column_product'] = 'Product';
$_['column_author'] = 'Author';
$_['column_product'] = 'Tuote';
$_['column_author'] = 'Kirjoittaja';
$_['column_rating'] = 'Rating';
$_['column_status'] = 'Status';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
$_['column_status'] = 'Tila';
$_['column_date_added'] = 'Lisäyspäivä';
$_['column_action'] = 'Toiminto';
// Entry
$_['entry_product'] = 'Product';
$_['entry_author'] = 'Author';
$_['entry_product'] = 'Tuote';
$_['entry_author'] = 'Kirjoittaja';
$_['entry_rating'] = 'Rating';
$_['entry_status'] = 'Status';
$_['entry_text'] = 'Text';
$_['entry_date_added'] = 'Date Added';
$_['entry_status'] = 'Tila';
$_['entry_text'] = 'Teksti';
$_['entry_date_added'] = 'Lisäyspäivä';
// Help
$_['help_product'] = '(Autocomplete)';