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

33 lines
1.3 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'] = 'Valmistajat';
2020-02-12 21:25:39 +00:00
// Text
$_['text_success'] = 'Success: You have modified manufacturers!';
2020-02-16 12:18:44 +00:00
$_['text_list'] = 'Valmistajalista';
$_['text_add'] = 'Lisää valmistaja';
2020-02-12 21:25:39 +00:00
$_['text_edit'] = 'Edit Manufacturer';
2020-02-16 12:18:44 +00:00
$_['text_default'] = 'Oletus';
$_['text_percent'] = 'Prosentti';
2020-02-12 21:25:39 +00:00
$_['text_amount'] = 'Fixed Amount';
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
// Column
2020-02-16 12:18:44 +00:00
$_['column_name'] = 'Valmistajan nimi';
2020-02-12 21:25:39 +00:00
$_['column_sort_order'] = 'Sort Order';
2020-02-16 12:18:44 +00:00
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
2020-02-16 12:18:44 +00:00
$_['entry_name'] = 'Valmistajan nimi';
$_['entry_store'] = 'Kaupat';
$_['entry_keyword'] = 'Avainsana';
$_['entry_image'] = 'Kuva';
2020-02-12 21:25:39 +00:00
$_['entry_sort_order'] = 'Sort Order';
2020-02-16 12:18:44 +00:00
$_['entry_type'] = 'Tyyppi';
2020-02-12 21:25:39 +00:00
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify manufacturers!';
2020-02-12 21:25:39 +00:00
$_['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!';
2020-02-16 11:32:04 +00:00
$_['error_product'] = 'Varoitus: This manufacturer cannot be deleted as it is currently assigned to %s products!';