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,29 +1,29 @@
<?php
// Heading
$_['heading_title'] = 'Manufacturers';
$_['heading_title'] = 'Valmistajat';
// Text
$_['text_success'] = 'Success: You have modified manufacturers!';
$_['text_list'] = 'Manufacturer List';
$_['text_add'] = 'Add Manufacturer';
$_['text_list'] = 'Valmistajalista';
$_['text_add'] = 'Lisää valmistaja';
$_['text_edit'] = 'Edit Manufacturer';
$_['text_default'] = 'Default';
$_['text_percent'] = 'Percentage';
$_['text_default'] = 'Oletus';
$_['text_percent'] = 'Prosentti';
$_['text_amount'] = 'Fixed Amount';
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
// Column
$_['column_name'] = 'Manufacturer Name';
$_['column_name'] = 'Valmistajan nimi';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
$_['column_action'] = 'Toiminto';
// Entry
$_['entry_name'] = 'Manufacturer Name';
$_['entry_store'] = 'Stores';
$_['entry_keyword'] = 'Keyword';
$_['entry_image'] = 'Image';
$_['entry_name'] = 'Valmistajan nimi';
$_['entry_store'] = 'Kaupat';
$_['entry_keyword'] = 'Avainsana';
$_['entry_image'] = 'Kuva';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_type'] = 'Type';
$_['entry_type'] = 'Tyyppi';
// Error
$_['error_permission'] = 'Varoitus: You do not have permission to modify manufacturers!';