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

111 lines
5.0 KiB
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
2020-02-16 12:18:44 +00:00
$_['heading_title'] = 'Tuotteet';
2020-02-12 21:25:39 +00:00
// Text
$_['text_success'] = 'Success: You have modified products!';
2020-02-16 12:18:44 +00:00
$_['text_list'] = 'Tuotelista';
$_['text_add'] = 'Lisää tuote';
2020-02-12 21:25:39 +00:00
$_['text_edit'] = 'Edit Product';
$_['text_filter'] = 'Filter';
$_['text_plus'] = '+';
$_['text_minus'] = '-';
2020-02-16 12:18:44 +00:00
$_['text_default'] = 'Oletus';
2020-02-12 21:25:39 +00:00
$_['text_option'] = 'Option';
$_['text_option_value'] = 'Option Value';
$_['text_percent'] = 'Percentage';
$_['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'] = 'Tuotteen nimi';
$_['column_model'] = 'Malli';
$_['column_image'] = 'Kuva';
$_['column_price'] = 'Hinta';
$_['column_quantity'] = 'Määrä';
$_['column_status'] = 'Tila';
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
2020-02-16 12:18:44 +00:00
$_['entry_name'] = 'Tuotteen nimi';
2020-02-12 21:25:39 +00:00
$_['entry_description'] = 'Description';
$_['entry_meta_title'] = 'Meta Tag Title';
$_['entry_meta_keyword'] = 'Meta Tag Keywords';
$_['entry_meta_description'] = 'Meta Tag Description';
$_['entry_store'] = 'Stores';
2020-02-16 12:18:44 +00:00
$_['entry_keyword'] = 'Avainsana';
$_['entry_model'] = 'Malli';
2020-02-12 21:25:39 +00:00
$_['entry_sku'] = 'SKU';
$_['entry_upc'] = 'UPC';
$_['entry_ean'] = 'EAN';
$_['entry_jan'] = 'JAN';
$_['entry_isbn'] = 'ISBN';
$_['entry_mpn'] = 'MPN';
2020-02-16 12:18:44 +00:00
$_['entry_location'] = 'Sijainti';
2020-02-12 21:25:39 +00:00
$_['entry_shipping'] = 'Requires Shipping';
2020-02-16 12:18:44 +00:00
$_['entry_manufacturer'] = 'Valmistaja';
2020-02-12 21:25:39 +00:00
$_['entry_date_available'] = 'Date Available';
2020-02-16 12:18:44 +00:00
$_['entry_quantity'] = 'Määrä';
2020-02-12 21:25:39 +00:00
$_['entry_minimum'] = 'Minimum Quantity';
$_['entry_stock_status'] = 'Out Of Stock Status';
2020-02-16 12:18:44 +00:00
$_['entry_price'] = 'Hinta';
$_['entry_tax_class'] = 'Veroluokka';
2020-02-12 21:25:39 +00:00
$_['entry_points'] = 'Points';
$_['entry_option_points'] = 'Points';
$_['entry_subtract'] = 'Subtract Stock';
2020-02-16 12:18:44 +00:00
$_['entry_weight_class'] = 'Painoluokka';
$_['entry_weight'] = 'Paino';
2020-02-12 21:25:39 +00:00
$_['entry_dimension'] = 'Dimensions (L x W x H)';
2020-02-16 12:18:44 +00:00
$_['entry_length_class'] = 'Pituusluokka';
$_['entry_length'] = 'Pituus';
$_['entry_width'] = 'Leveys';
$_['entry_height'] = 'Korkeus';
2020-02-12 21:25:39 +00:00
$_['entry_image'] = 'Image';
$_['entry_additional_image'] = 'Additional Images';
$_['entry_customer_group'] = 'Customer Group';
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_priority'] = 'Priority';
$_['entry_attribute'] = 'Attribute';
$_['entry_attribute_group'] = 'Attribute Group';
$_['entry_text'] = 'Text';
$_['entry_option'] = 'Option';
$_['entry_option_value'] = 'Option Value';
$_['entry_required'] = 'Required';
2020-02-16 12:18:44 +00:00
$_['entry_status'] = 'Tila';
2020-03-02 00:28:04 +00:00
$_['entry_sort_order'] = 'Lajittelujärjestys';
2020-02-16 12:18:44 +00:00
$_['entry_category'] = 'Kategoriat';
2020-02-12 21:25:39 +00:00
$_['entry_filter'] = 'Filters';
$_['entry_download'] = 'Downloads';
$_['entry_related'] = 'Related Products';
$_['entry_tag'] = 'Product Tags';
$_['entry_reward'] = 'Reward Points';
$_['entry_layout'] = 'Layout Override';
$_['entry_recurring'] = 'Recurring Profile';
// Help
$_['help_sku'] = 'Stock Keeping Unit';
$_['help_upc'] = 'Universal Product Code';
$_['help_ean'] = 'European Article Number';
$_['help_jan'] = 'Japanese Article Number';
$_['help_isbn'] = 'International Standard Book Number';
$_['help_mpn'] = 'Manufacturer Part Number';
$_['help_manufacturer'] = '(Autocomplete)';
$_['help_minimum'] = 'Force a minimum ordered amount';
$_['help_stock_status'] = 'Status shown when a product is out of stock';
$_['help_points'] = 'Number of points needed to buy this item. If you don\'t want this product to be purchased with points leave as 0.';
$_['help_category'] = '(Autocomplete)';
$_['help_filter'] = '(Autocomplete)';
$_['help_download'] = '(Autocomplete)';
$_['help_related'] = '(Autocomplete)';
$_['help_tag'] = 'Comma separated';
// Error
2020-02-16 11:32:04 +00:00
$_['error_warning'] = 'Varoitus: Please check the form carefully for errors!';
$_['error_permission'] = 'Varoitus: You do not have permission to modify products!';
2020-02-12 21:25:39 +00:00
$_['error_name'] = 'Product Name must be greater than 1 and less than 255 characters!';
$_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!';
$_['error_model'] = 'Product Model must be greater than 1 and less than 64 characters!';
$_['error_keyword'] = 'SEO URL already in use!';
2020-03-02 00:28:04 +00:00
$_['error_unique'] = 'SEO URL must be unique!';