34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Valmistajat';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Success: You have modified manufacturers!';
|
|
$_['text_list'] = 'Valmistajalista';
|
|
$_['text_add'] = 'Lisää valmistaja';
|
|
$_['text_edit'] = 'Edit Manufacturer';
|
|
$_['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'] = 'Valmistajan nimi';
|
|
$_['column_sort_order'] = 'Lajittelujärjestys';
|
|
$_['column_action'] = 'Toiminto';
|
|
|
|
// Entry
|
|
$_['entry_name'] = 'Valmistajan nimi';
|
|
$_['entry_store'] = 'Kaupat';
|
|
$_['entry_keyword'] = 'Avainsana';
|
|
$_['entry_image'] = 'Kuva';
|
|
$_['entry_sort_order'] = 'Lajittelujärjestys';
|
|
$_['entry_type'] = 'Tyyppi';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Varoitus: You do not have permission to modify manufacturers!';
|
|
$_['error_name'] = 'Manufacturer Name must be between 1 and 64 characters!';
|
|
$_['error_keyword'] = 'SEO URL already in use!';
|
|
$_['error_unique'] = 'SEO URL must be unique!';
|
|
$_['error_product'] = 'Varoitus: This manufacturer cannot be deleted as it is currently assigned to %s products!';
|