New Translations – 16.2.2020
This commit is contained in:
@ -1,35 +1,35 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Categories';
|
||||
$_['heading_title'] = 'Kategoriat';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified categories!';
|
||||
$_['text_list'] = 'Category List';
|
||||
$_['text_add'] = 'Add Category';
|
||||
$_['text_list'] = 'Kategorialista';
|
||||
$_['text_add'] = 'Lisää kategoria';
|
||||
$_['text_edit'] = 'Edit Category';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_default'] = 'Oletus';
|
||||
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Category Name';
|
||||
$_['column_name'] = 'Kategorian nimi';
|
||||
$_['column_sort_order'] = 'Sort Order';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Category Name';
|
||||
$_['entry_name'] = 'Kategorian nimi';
|
||||
$_['entry_description'] = 'Description';
|
||||
$_['entry_meta_title'] = 'Meta Tag Title';
|
||||
$_['entry_meta_keyword'] = 'Meta Tag Keywords';
|
||||
$_['entry_meta_description'] = 'Meta Tag Description';
|
||||
$_['entry_store'] = 'Stores';
|
||||
$_['entry_keyword'] = 'Keyword';
|
||||
$_['entry_store'] = 'Kaupat';
|
||||
$_['entry_keyword'] = 'Avainsana';
|
||||
$_['entry_parent'] = 'Parent';
|
||||
$_['entry_filter'] = 'Filters';
|
||||
$_['entry_image'] = 'Image';
|
||||
$_['entry_image'] = 'Kuva';
|
||||
$_['entry_top'] = 'Top';
|
||||
$_['entry_column'] = 'Columns';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_status'] = 'Tila';
|
||||
$_['entry_layout'] = 'Layout Override';
|
||||
|
||||
// Help
|
||||
|
@ -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!';
|
||||
|
@ -1,16 +1,16 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Products';
|
||||
$_['heading_title'] = 'Tuotteet';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified products!';
|
||||
$_['text_list'] = 'Product List';
|
||||
$_['text_add'] = 'Add Product';
|
||||
$_['text_list'] = 'Tuotelista';
|
||||
$_['text_add'] = 'Lisää tuote';
|
||||
$_['text_edit'] = 'Edit Product';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_plus'] = '+';
|
||||
$_['text_minus'] = '-';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_default'] = 'Oletus';
|
||||
$_['text_option'] = 'Option';
|
||||
$_['text_option_value'] = 'Option Value';
|
||||
$_['text_percent'] = 'Percentage';
|
||||
@ -18,48 +18,48 @@ $_['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'] = 'Product Name';
|
||||
$_['column_model'] = 'Model';
|
||||
$_['column_image'] = 'Image';
|
||||
$_['column_price'] = 'Price';
|
||||
$_['column_quantity'] = 'Quantity';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_name'] = 'Tuotteen nimi';
|
||||
$_['column_model'] = 'Malli';
|
||||
$_['column_image'] = 'Kuva';
|
||||
$_['column_price'] = 'Hinta';
|
||||
$_['column_quantity'] = 'Määrä';
|
||||
$_['column_status'] = 'Tila';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Product Name';
|
||||
$_['entry_name'] = 'Tuotteen nimi';
|
||||
$_['entry_description'] = 'Description';
|
||||
$_['entry_meta_title'] = 'Meta Tag Title';
|
||||
$_['entry_meta_keyword'] = 'Meta Tag Keywords';
|
||||
$_['entry_meta_description'] = 'Meta Tag Description';
|
||||
$_['entry_store'] = 'Stores';
|
||||
$_['entry_keyword'] = 'Keyword';
|
||||
$_['entry_model'] = 'Model';
|
||||
$_['entry_keyword'] = 'Avainsana';
|
||||
$_['entry_model'] = 'Malli';
|
||||
$_['entry_sku'] = 'SKU';
|
||||
$_['entry_upc'] = 'UPC';
|
||||
$_['entry_ean'] = 'EAN';
|
||||
$_['entry_jan'] = 'JAN';
|
||||
$_['entry_isbn'] = 'ISBN';
|
||||
$_['entry_mpn'] = 'MPN';
|
||||
$_['entry_location'] = 'Location';
|
||||
$_['entry_location'] = 'Sijainti';
|
||||
$_['entry_shipping'] = 'Requires Shipping';
|
||||
$_['entry_manufacturer'] = 'Manufacturer';
|
||||
$_['entry_manufacturer'] = 'Valmistaja';
|
||||
$_['entry_date_available'] = 'Date Available';
|
||||
$_['entry_quantity'] = 'Quantity';
|
||||
$_['entry_quantity'] = 'Määrä';
|
||||
$_['entry_minimum'] = 'Minimum Quantity';
|
||||
$_['entry_stock_status'] = 'Out Of Stock Status';
|
||||
$_['entry_price'] = 'Price';
|
||||
$_['entry_tax_class'] = 'Tax Class';
|
||||
$_['entry_price'] = 'Hinta';
|
||||
$_['entry_tax_class'] = 'Veroluokka';
|
||||
$_['entry_points'] = 'Points';
|
||||
$_['entry_option_points'] = 'Points';
|
||||
$_['entry_subtract'] = 'Subtract Stock';
|
||||
$_['entry_weight_class'] = 'Weight Class';
|
||||
$_['entry_weight'] = 'Weight';
|
||||
$_['entry_weight_class'] = 'Painoluokka';
|
||||
$_['entry_weight'] = 'Paino';
|
||||
$_['entry_dimension'] = 'Dimensions (L x W x H)';
|
||||
$_['entry_length_class'] = 'Length Class';
|
||||
$_['entry_length'] = 'Length';
|
||||
$_['entry_width'] = 'Width';
|
||||
$_['entry_height'] = 'Height';
|
||||
$_['entry_length_class'] = 'Pituusluokka';
|
||||
$_['entry_length'] = 'Pituus';
|
||||
$_['entry_width'] = 'Leveys';
|
||||
$_['entry_height'] = 'Korkeus';
|
||||
$_['entry_image'] = 'Image';
|
||||
$_['entry_additional_image'] = 'Additional Images';
|
||||
$_['entry_customer_group'] = 'Customer Group';
|
||||
@ -72,9 +72,9 @@ $_['entry_text'] = 'Text';
|
||||
$_['entry_option'] = 'Option';
|
||||
$_['entry_option_value'] = 'Option Value';
|
||||
$_['entry_required'] = 'Required';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_status'] = 'Tila';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_category'] = 'Categories';
|
||||
$_['entry_category'] = 'Kategoriat';
|
||||
$_['entry_filter'] = 'Filters';
|
||||
$_['entry_download'] = 'Downloads';
|
||||
$_['entry_related'] = 'Related Products';
|
||||
|
@ -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)';
|
||||
|
Reference in New Issue
Block a user