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)';
|
||||
|
@ -6,12 +6,12 @@ $_['text_attribute_group'] = 'Attribute Groups';
|
||||
$_['text_backup'] = 'Backup / Restore';
|
||||
$_['text_banner'] = 'Banners';
|
||||
$_['text_catalog'] = 'Catalog';
|
||||
$_['text_category'] = 'Categories';
|
||||
$_['text_category'] = 'Kategoriat';
|
||||
$_['text_country'] = 'Countries';
|
||||
$_['text_coupon'] = 'Coupons';
|
||||
$_['text_currency'] = 'Currencies';
|
||||
$_['text_customer'] = 'Customers';
|
||||
$_['text_customer_group'] = 'Customer Groups';
|
||||
$_['text_customer'] = 'Asiakkaat';
|
||||
$_['text_customer_group'] = 'Asiakasryhmät';
|
||||
$_['text_customer_online'] = 'Customer Online';
|
||||
$_['text_customer_approval'] = 'Customer Approvals';
|
||||
$_['text_custom_field'] = 'Custom Fields';
|
||||
|
@ -1,19 +1,19 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Developer Settings';
|
||||
$_['heading_title'] = 'Kehittäjän asetukset';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified developer settings!';
|
||||
$_['text_theme'] = 'theme';
|
||||
$_['text_theme'] = 'teema';
|
||||
$_['text_sass'] = 'SASS';
|
||||
$_['text_cache'] = 'Success: You have cleared the %s cache!';
|
||||
|
||||
// Column
|
||||
$_['column_component'] = 'Component';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
// Entry
|
||||
$_['entry_theme'] = 'Theme';
|
||||
$_['entry_theme'] = 'Teema';
|
||||
$_['entry_sass'] = 'SASS';
|
||||
$_['entry_cache'] = 'Cache';
|
||||
|
||||
|
@ -4,9 +4,9 @@ $_['heading_title'] = 'OpenCart';
|
||||
|
||||
// Text
|
||||
$_['text_profile'] = 'Your Profile';
|
||||
$_['text_store'] = 'Stores';
|
||||
$_['text_store'] = 'Kaupat';
|
||||
$_['text_help'] = 'Help';
|
||||
$_['text_homepage'] = 'OpenCart Homepage';
|
||||
$_['text_support'] = 'Support Forum';
|
||||
$_['text_documentation'] = 'Documentation';
|
||||
$_['text_logout'] = 'Logout';
|
||||
$_['text_logout'] = 'Kirjaudu Ulos';
|
@ -8,11 +8,11 @@ $_['text_login'] = 'Please enter your login details.';
|
||||
$_['text_forgotten'] = 'Forgotten Password';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'Username';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_username'] = 'Käyttäjätunnus';
|
||||
$_['entry_password'] = 'Salasana';
|
||||
|
||||
// Button
|
||||
$_['button_login'] = 'Login';
|
||||
$_['button_login'] = 'Kirjaudu';
|
||||
|
||||
// Error
|
||||
$_['error_login'] = 'No match for Username and/or Password.';
|
||||
|
@ -7,19 +7,19 @@ $_['text_success'] = 'Success: You have modified your profile!';
|
||||
$_['text_edit'] = 'Edit Your Profile';
|
||||
|
||||
// Column
|
||||
$_['column_username'] = 'Username';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_username'] = 'Käyttäjätunnus';
|
||||
$_['column_status'] = 'Tila';
|
||||
$_['column_date_added'] = 'Lisäyspäivä';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'Username';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_confirm'] = 'Confirm';
|
||||
$_['entry_firstname'] = 'First Name';
|
||||
$_['entry_lastname'] = 'Last Name';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_image'] = 'Image';
|
||||
$_['entry_username'] = 'Käyttäjätunnus';
|
||||
$_['entry_password'] = 'Salasana';
|
||||
$_['entry_confirm'] = 'Vahvista';
|
||||
$_['entry_firstname'] = 'Etunimi';
|
||||
$_['entry_lastname'] = 'Sukunimi';
|
||||
$_['entry_email'] = 'Sähköpostiosoite';
|
||||
$_['entry_image'] = 'Kuva';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify your profile!';
|
||||
|
@ -7,8 +7,8 @@ $_['text_password'] = 'Enter the new password you wish to use.';
|
||||
$_['text_success'] = 'Success: Your password has been successfully updated.';
|
||||
|
||||
// Entry
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_confirm'] = 'Confirm';
|
||||
$_['entry_password'] = 'Salasana';
|
||||
$_['entry_confirm'] = 'Vahvista';
|
||||
|
||||
// Error
|
||||
$_['error_password'] = 'Password must be between 4 and 20 characters!';
|
||||
|
@ -12,14 +12,14 @@ $_['text_select'] = 'Select';
|
||||
$_['text_radio'] = 'Radio';
|
||||
$_['text_checkbox'] = 'Checkbox';
|
||||
$_['text_input'] = 'Input';
|
||||
$_['text_text'] = 'Text';
|
||||
$_['text_text'] = 'Teksti';
|
||||
$_['text_textarea'] = 'Textarea';
|
||||
$_['text_file'] = 'File';
|
||||
$_['text_date'] = 'Date';
|
||||
$_['text_datetime'] = 'Date & Time';
|
||||
$_['text_time'] = 'Time';
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_address'] = 'Address';
|
||||
$_['text_date'] = 'Päivä';
|
||||
$_['text_datetime'] = 'Päivä & Aika';
|
||||
$_['text_time'] = 'Aika';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_address'] = 'Osoite';
|
||||
$_['text_affiliate'] = 'Affiliate';
|
||||
$_['text_regex'] = 'Regex';
|
||||
$_['text_custom_field'] = 'Custom Field';
|
||||
@ -27,21 +27,21 @@ $_['text_value'] = 'Custom Field Values';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Custom Field Name';
|
||||
$_['column_location'] = 'Location';
|
||||
$_['column_type'] = 'Type';
|
||||
$_['column_location'] = 'Sijainti';
|
||||
$_['column_type'] = 'Tyyppi';
|
||||
$_['column_sort_order'] = 'Sort Order';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Custom Field Name';
|
||||
$_['entry_location'] = 'Location';
|
||||
$_['entry_type'] = 'Type';
|
||||
$_['entry_location'] = 'Sijainti';
|
||||
$_['entry_type'] = 'Tyyppi';
|
||||
$_['entry_value'] = 'Value';
|
||||
$_['entry_validation'] = 'Validation';
|
||||
$_['entry_custom_value'] = 'Custom Field Value Name';
|
||||
$_['entry_customer_group'] = 'Customer Group';
|
||||
$_['entry_required'] = 'Required';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_status'] = 'Tila';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
|
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Settings';
|
||||
$_['heading_title'] = 'Asetukset';
|
||||
|
||||
// Text
|
||||
$_['text_stores'] = 'Stores';
|
||||
$_['text_stores'] = 'Kaupat';
|
||||
$_['text_success'] = 'Success: You have modified settings!';
|
||||
$_['text_edit'] = 'Edit Setting';
|
||||
$_['text_product'] = 'Products';
|
||||
$_['text_product'] = 'Tuotteet';
|
||||
$_['text_review'] = 'Reviews';
|
||||
$_['text_voucher'] = 'Vouchers';
|
||||
$_['text_tax'] = 'Taxes';
|
||||
|
@ -1,54 +1,54 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Stores';
|
||||
$_['heading_title'] = 'Kaupat';
|
||||
|
||||
// Text
|
||||
$_['text_settings'] = 'Settings';
|
||||
$_['text_settings'] = 'Asetukset';
|
||||
$_['text_success'] = 'Success: You have modified Stores!';
|
||||
$_['text_list'] = 'Store List';
|
||||
$_['text_add'] = 'Add Store';
|
||||
$_['text_add'] = 'Lisää kauppa';
|
||||
$_['text_edit'] = 'Edit Store';
|
||||
$_['text_items'] = 'Items';
|
||||
$_['text_tax'] = 'Taxes';
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_checkout'] = 'Checkout';
|
||||
$_['text_stock'] = 'Stock';
|
||||
$_['text_shipping'] = 'Shipping Address';
|
||||
$_['text_payment'] = 'Payment Address';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Store Name';
|
||||
$_['column_url'] = 'Store URL';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_name'] = 'Kaupan nimi';
|
||||
$_['column_url'] = 'Kaupan URL-osoite';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
// Entry
|
||||
$_['entry_url'] = 'Store URL';
|
||||
$_['entry_url'] = 'Kaupan URL-osoite';
|
||||
$_['entry_ssl'] = 'SSL URL';
|
||||
$_['entry_meta_title'] = 'Meta Title';
|
||||
$_['entry_meta_description'] = 'Meta Tag Description';
|
||||
$_['entry_meta_keyword'] = 'Meta Tag Keywords';
|
||||
$_['entry_layout'] = 'Default Layout';
|
||||
$_['entry_theme'] = 'Theme';
|
||||
$_['entry_name'] = 'Store Name';
|
||||
$_['entry_owner'] = 'Store Owner';
|
||||
$_['entry_address'] = 'Address';
|
||||
$_['entry_theme'] = 'Teema';
|
||||
$_['entry_name'] = 'Kaupan nimi';
|
||||
$_['entry_owner'] = 'Kaupan omistaja';
|
||||
$_['entry_address'] = 'Osoite';
|
||||
$_['entry_geocode'] = 'Geocode';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_telephone'] = 'Telephone';
|
||||
$_['entry_email'] = 'Sähköpostiosoite';
|
||||
$_['entry_telephone'] = 'Puhelinnumero';
|
||||
$_['entry_fax'] = 'Fax';
|
||||
$_['entry_image'] = 'Image';
|
||||
$_['entry_image'] = 'Kuva';
|
||||
$_['entry_open'] = 'Opening Times';
|
||||
$_['entry_comment'] = 'Comment';
|
||||
$_['entry_location'] = 'Store Location';
|
||||
$_['entry_location'] = 'Kaupan sijainti';
|
||||
$_['entry_country'] = 'Country';
|
||||
$_['entry_zone'] = 'Region / State';
|
||||
$_['entry_language'] = 'Language';
|
||||
$_['entry_currency'] = 'Currency';
|
||||
$_['entry_language'] = 'Kieli';
|
||||
$_['entry_currency'] = 'Valuutta';
|
||||
$_['entry_tax'] = 'Display Prices With Tax';
|
||||
$_['entry_tax_default'] = 'Use Store Tax Address';
|
||||
$_['entry_tax_customer'] = 'Use Customer Tax Address';
|
||||
$_['entry_customer_group'] = 'Customer Group';
|
||||
$_['entry_customer_group_display'] = 'Customer Groups';
|
||||
$_['entry_customer_group'] = 'Asiakasryhmä';
|
||||
$_['entry_customer_group_display'] = 'Asiakasryhmät';
|
||||
$_['entry_customer_price'] = 'Login Display Prices';
|
||||
$_['entry_account'] = 'Account Terms';
|
||||
$_['entry_cart_weight'] = 'Display Weight on Cart Page';
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Error Log';
|
||||
$_['heading_title'] = 'Virheloki';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have successfully cleared your error log!';
|
||||
$_['text_list'] = 'Errors List';
|
||||
$_['text_list'] = 'Virhelista';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Varoitus: Your error log file %s is %s!';
|
||||
|
@ -4,26 +4,26 @@ $_['heading_title'] = 'APIs';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified APIs!';
|
||||
$_['text_list'] = 'API List';
|
||||
$_['text_add'] = 'Add API';
|
||||
$_['text_list'] = 'API-lista';
|
||||
$_['text_add'] = 'Lisää API';
|
||||
$_['text_edit'] = 'Edit API';
|
||||
$_['text_ip'] = 'Below you can create a list of IP\'s allowed to access the API. Your current IP is %s';
|
||||
|
||||
// Column
|
||||
$_['column_username'] = 'API Username';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_token'] = 'Token';
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_date_modified'] = 'Date Modified';
|
||||
$_['column_username'] = 'API-käyttäjätunnus';
|
||||
$_['column_status'] = 'Tila';
|
||||
$_['column_token'] = 'Avain';
|
||||
$_['column_ip'] = 'IP-osoite';
|
||||
$_['column_date_added'] = 'Lisäyspäivä';
|
||||
$_['column_date_modified'] = 'Muokkauspäivä';
|
||||
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'API Username';
|
||||
$_['entry_key'] = 'API Key';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_username'] = 'API-käyttäjätunnus';
|
||||
$_['entry_key'] = 'API-avain';
|
||||
$_['entry_status'] = 'Tila';
|
||||
$_['entry_ip'] = 'IP-osoite';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modified APIs!';
|
||||
|
@ -1,29 +1,29 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Users';
|
||||
$_['heading_title'] = 'Käyttäjät';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified users!';
|
||||
$_['text_list'] = 'User List';
|
||||
$_['text_add'] = 'Add User';
|
||||
$_['text_list'] = 'Käyttäjälista';
|
||||
$_['text_add'] = 'Lisää käyttäjä';
|
||||
$_['text_edit'] = 'Edit User';
|
||||
|
||||
// Column
|
||||
$_['column_username'] = 'Username';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_username'] = 'Käyttäjätunnus';
|
||||
$_['column_status'] = 'Tila';
|
||||
$_['column_date_added'] = 'Lisäyspäivä';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
// Entry
|
||||
$_['entry_username'] = 'Username';
|
||||
$_['entry_user_group'] = 'User Group';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_confirm'] = 'Confirm';
|
||||
$_['entry_firstname'] = 'First Name';
|
||||
$_['entry_lastname'] = 'Last Name';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_image'] = 'Image';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_username'] = 'Käyttäjätunnus';
|
||||
$_['entry_user_group'] = 'Käyttäjäryhmä';
|
||||
$_['entry_password'] = 'Salasana';
|
||||
$_['entry_confirm'] = 'Vahvista';
|
||||
$_['entry_firstname'] = 'Etunimi';
|
||||
$_['entry_lastname'] = 'Sukunimi';
|
||||
$_['entry_email'] = 'Sähköpostiosoite';
|
||||
$_['entry_image'] = 'Kuva';
|
||||
$_['entry_status'] = 'Tila';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify users!';
|
||||
|
@ -1,19 +1,19 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'User Groups';
|
||||
$_['heading_title'] = 'Käyttäjäryhmät';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified user groups!';
|
||||
$_['text_list'] = 'User Group';
|
||||
$_['text_add'] = 'Add User Group';
|
||||
$_['text_list'] = 'Käyttäjäryhmä';
|
||||
$_['text_add'] = 'Lisää käyttäjäryhmä';
|
||||
$_['text_edit'] = 'Edit User Group';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'User Group Name';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_name'] = 'Käyttäjäryhmän nimi';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'User Group Name';
|
||||
$_['entry_name'] = 'Käyttäjäryhmän nimi';
|
||||
$_['entry_access'] = 'Access Permission';
|
||||
$_['entry_modify'] = 'Modify Permission';
|
||||
|
||||
|
Reference in New Issue
Block a user