New Translations – 2.3.2020 (2)
This commit is contained in:
@ -7,7 +7,7 @@ $_['text_success'] = 'Success: You have modified orders!';
|
||||
$_['text_list'] = 'Order List';
|
||||
$_['text_add'] = 'Add Order';
|
||||
$_['text_edit'] = 'Edit Order';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_filter'] = 'Suodatin';
|
||||
$_['text_order_detail'] = 'Order Details';
|
||||
$_['text_customer_detail'] = 'Customer Details';
|
||||
$_['text_option'] = 'Options';
|
||||
@ -15,9 +15,9 @@ $_['text_store'] = 'Store';
|
||||
$_['text_date_added'] = 'Date Added';
|
||||
$_['text_payment_method'] = 'Payment Method';
|
||||
$_['text_shipping_method'] = 'Shipping Method';
|
||||
$_['text_customer'] = 'Customer';
|
||||
$_['text_customer_group'] = 'Customer Group';
|
||||
$_['text_email'] = 'E-Mail';
|
||||
$_['text_customer'] = 'Asiakas';
|
||||
$_['text_customer_group'] = 'Asiakasryhmä';
|
||||
$_['text_email'] = 'Sähköpostiosoite';
|
||||
$_['text_telephone'] = 'Telephone';
|
||||
$_['text_fax'] = 'Fax';
|
||||
$_['text_invoice'] = 'Invoice';
|
||||
@ -63,36 +63,36 @@ $_['text_picklist'] = 'Dispatch Note';
|
||||
|
||||
// Column
|
||||
$_['column_order_id'] = 'Order ID';
|
||||
$_['column_customer'] = 'Customer';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_date_modified'] = 'Date Modified';
|
||||
$_['column_customer'] = 'Asiakas';
|
||||
$_['column_status'] = 'Tila';
|
||||
$_['column_date_added'] = 'Lisäyspäivä';
|
||||
$_['column_date_modified'] = 'Muokkauspäivä';
|
||||
$_['column_total'] = 'Total';
|
||||
$_['column_product'] = 'Product';
|
||||
$_['column_product'] = 'Tuote';
|
||||
$_['column_model'] = 'Model';
|
||||
$_['column_quantity'] = 'Quantity';
|
||||
$_['column_price'] = 'Unit Price';
|
||||
$_['column_comment'] = 'Comment';
|
||||
$_['column_comment'] = 'Kommentti';
|
||||
$_['column_notify'] = 'Customer Notified';
|
||||
$_['column_location'] = 'Location';
|
||||
$_['column_location'] = 'Sijainti';
|
||||
$_['column_reference'] = 'Reference';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
$_['column_weight'] = 'Product Weight';
|
||||
|
||||
// Entry
|
||||
$_['entry_store'] = 'Store';
|
||||
$_['entry_customer'] = 'Customer';
|
||||
$_['entry_customer_group'] = 'Customer Group';
|
||||
$_['entry_firstname'] = 'First Name';
|
||||
$_['entry_lastname'] = 'Last Name';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_customer'] = 'Asiakas';
|
||||
$_['entry_customer_group'] = 'Asiakasryhmä';
|
||||
$_['entry_firstname'] = 'Etunimi';
|
||||
$_['entry_lastname'] = 'Sukunimi';
|
||||
$_['entry_email'] = 'Sähköpostiosoite';
|
||||
$_['entry_telephone'] = 'Telephone';
|
||||
$_['entry_address'] = 'Choose Address';
|
||||
$_['entry_company'] = 'Company';
|
||||
$_['entry_company'] = 'Yritys';
|
||||
$_['entry_address_1'] = 'Address 1';
|
||||
$_['entry_address_2'] = 'Address 2';
|
||||
$_['entry_city'] = 'City';
|
||||
$_['entry_postcode'] = 'Postcode';
|
||||
$_['entry_postcode'] = 'Postinumero';
|
||||
$_['entry_country'] = 'Country';
|
||||
$_['entry_zone'] = 'Region / State';
|
||||
$_['entry_zone_code'] = 'Region / State Code';
|
||||
@ -104,13 +104,13 @@ $_['entry_to_email'] = 'Recipient\'s E-mail';
|
||||
$_['entry_from_name'] = 'Sender\'s Name';
|
||||
$_['entry_from_email'] = 'Sender\'s E-mail';
|
||||
$_['entry_theme'] = 'Gift Certificate Theme';
|
||||
$_['entry_message'] = 'Message';
|
||||
$_['entry_message'] = 'Viesti';
|
||||
$_['entry_amount'] = 'Amount';
|
||||
$_['entry_affiliate'] = 'Affiliate';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_notify'] = 'Notify Customer';
|
||||
$_['entry_override'] = 'Override';
|
||||
$_['entry_comment'] = 'Comment';
|
||||
$_['entry_comment'] = 'Kommentti';
|
||||
$_['entry_currency'] = 'Currency';
|
||||
$_['entry_shipping_method'] = 'Shipping Method';
|
||||
$_['entry_payment_method'] = 'Payment Method';
|
||||
@ -119,8 +119,8 @@ $_['entry_voucher'] = 'Voucher';
|
||||
$_['entry_reward'] = 'Reward';
|
||||
$_['entry_order_id'] = 'Order ID';
|
||||
$_['entry_total'] = 'Total';
|
||||
$_['entry_date_added'] = 'Date Added';
|
||||
$_['entry_date_modified'] = 'Date Modified';
|
||||
$_['entry_date_added'] = 'Lisäyspäivä';
|
||||
$_['entry_date_modified'] = 'Muokkauspäivä';
|
||||
|
||||
// Help
|
||||
$_['help_override'] = 'If the customers order is being blocked from changing the order status due to an anti-fraud extension enable override.';
|
||||
|
Reference in New Issue
Block a user