New Translations - 8.10.2021 (2)
This commit is contained in:
@ -14,12 +14,12 @@ $_['text_address'] = 'Modify your address book entries';
|
||||
$_['text_credit_card'] = 'Manage Stored Credit Cards';
|
||||
$_['text_wishlist'] = 'Modify your wish list';
|
||||
$_['text_order'] = 'View your order history';
|
||||
$_['text_download'] = 'Downloads';
|
||||
$_['text_reward'] = 'Your Reward Points';
|
||||
$_['text_download'] = 'Lataukset';
|
||||
$_['text_reward'] = 'Palkintopisteesi';
|
||||
$_['text_return'] = 'View your return requests';
|
||||
$_['text_transaction'] = 'Your Transactions';
|
||||
$_['text_newsletter'] = 'Subscribe / unsubscribe to newsletter';
|
||||
$_['text_recurring'] = 'Recurring payments';
|
||||
$_['text_recurring'] = 'Toistuvat maksut';
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_affiliate_add'] = 'Register for an affiliate account';
|
||||
$_['text_affiliate_edit'] = 'Edit your affiliate information';
|
||||
|
@ -20,8 +20,8 @@ $_['entry_company'] = 'Yritys';
|
||||
$_['entry_address_1'] = 'Osoite (rivi 1)';
|
||||
$_['entry_address_2'] = 'Osoite (rivi 2)';
|
||||
$_['entry_postcode'] = 'Postinumero';
|
||||
$_['entry_city'] = 'City';
|
||||
$_['entry_country'] = 'Country';
|
||||
$_['entry_city'] = 'Postitoimipaikka';
|
||||
$_['entry_country'] = 'Maa';
|
||||
$_['entry_zone'] = 'Alue / Osavaltio';
|
||||
$_['entry_default'] = 'Oletusosoite';
|
||||
|
||||
|
@ -4,9 +4,9 @@ $_['heading_title'] = 'Your Affiliate Information';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_affiliate'] = 'Affiliate';
|
||||
$_['text_affiliate'] = 'Kumppani';
|
||||
$_['text_my_affiliate'] = 'My Affiliate Account';
|
||||
$_['text_payment'] = 'Payment Information';
|
||||
$_['text_payment'] = 'Maksutiedot';
|
||||
$_['text_cheque'] = 'Cheque';
|
||||
$_['text_paypal'] = 'PayPal';
|
||||
$_['text_bank'] = 'Tilisiirto';
|
||||
@ -16,7 +16,7 @@ $_['text_agree'] = 'I have read and agree to the <a href="%s" cla
|
||||
// Entry
|
||||
$_['entry_company'] = 'Yritys';
|
||||
$_['entry_website'] = 'Verkkosivusto';
|
||||
$_['entry_tax'] = 'Tax ID';
|
||||
$_['entry_tax'] = 'Veronumero';
|
||||
$_['entry_payment'] = 'Maksutapa';
|
||||
$_['entry_cheque'] = 'Cheque Payee Name';
|
||||
$_['entry_paypal'] = 'PayPal Email Account';
|
||||
|
@ -5,7 +5,7 @@ $_['heading_title'] = 'Account Login';
|
||||
// Text
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_login'] = 'Kirjaudu';
|
||||
$_['text_new_customer'] = 'New Customer';
|
||||
$_['text_new_customer'] = 'Uusi asiakas';
|
||||
$_['text_register'] = 'Register Account';
|
||||
$_['text_register_account'] = 'By creating an account you will be able to shop faster, be up to date on an order\'s status, and keep track of the orders you have previously made.';
|
||||
$_['text_returning_customer'] = 'Returning Customer';
|
||||
|
@ -4,32 +4,32 @@ $_['heading_title'] = 'Tilaushistoria';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_order'] = 'Order Information';
|
||||
$_['text_order'] = 'Tilauksen tiedot';
|
||||
$_['text_order_detail'] = 'Order Details';
|
||||
$_['text_invoice_no'] = 'Invoice No.:';
|
||||
$_['text_order_id'] = 'Order ID:';
|
||||
$_['text_invoice_no'] = 'Lasku nro.:';
|
||||
$_['text_order_id'] = 'Tilausnumero:';
|
||||
$_['text_date_added'] = 'Lisäyspäivä:';
|
||||
$_['text_shipping_address'] = 'Shipping Address';
|
||||
$_['text_shipping_method'] = 'Shipping Method:';
|
||||
$_['text_payment_address'] = 'Payment Address';
|
||||
$_['text_payment_method'] = 'Payment Method:';
|
||||
$_['text_payment_method'] = 'Maksutapa:';
|
||||
$_['text_comment'] = 'Order Comments';
|
||||
$_['text_history'] = 'Order History';
|
||||
$_['text_history'] = 'Tilaushistoria';
|
||||
$_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">shopping cart</a>!';
|
||||
$_['text_empty'] = 'You have not made any previous orders!';
|
||||
$_['text_error'] = 'The order you requested could not be found!';
|
||||
|
||||
// Column
|
||||
$_['column_order_id'] = 'Order ID';
|
||||
$_['column_order_id'] = 'Tilausnumero';
|
||||
$_['column_customer'] = 'Asiakas';
|
||||
$_['column_product'] = 'No. of Products';
|
||||
$_['column_name'] = 'Product Name';
|
||||
$_['column_name'] = 'Tuotteen nimi';
|
||||
$_['column_model'] = 'Model';
|
||||
$_['column_quantity'] = 'Quantity';
|
||||
$_['column_price'] = 'Price';
|
||||
$_['column_quantity'] = 'Määrä';
|
||||
$_['column_price'] = 'Hinta';
|
||||
$_['column_total'] = 'Total';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_date_added'] = 'Lisäyspäivä';
|
||||
$_['column_status'] = 'Tila';
|
||||
$_['column_comment'] = 'Kommentti';
|
||||
|
||||
|
@ -10,9 +10,9 @@ $_['text_order_recurring_id'] = 'Recurring ID:';
|
||||
$_['text_date_added'] = 'Lisäyspäivä:';
|
||||
$_['text_status'] = 'Tila:';
|
||||
$_['text_payment_method'] = 'Payment Method:';
|
||||
$_['text_order_id'] = 'Order ID:';
|
||||
$_['text_product'] = 'Product:';
|
||||
$_['text_quantity'] = 'Quantity:';
|
||||
$_['text_order_id'] = 'Tilausnumero:';
|
||||
$_['text_product'] = 'Tuote:';
|
||||
$_['text_quantity'] = 'Määrä:';
|
||||
$_['text_description'] = 'Description';
|
||||
$_['text_reference'] = 'Reference';
|
||||
$_['text_transaction'] = 'Transactions';
|
||||
@ -41,7 +41,7 @@ $_['column_date_added'] = 'Lisäyspäivä';
|
||||
$_['column_type'] = 'Tyyppi';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_status'] = 'Tila';
|
||||
$_['column_product'] = 'Product';
|
||||
$_['column_product'] = 'Tuote';
|
||||
$_['column_order_recurring_id'] = 'Recurring ID';
|
||||
|
||||
// Error
|
||||
|
@ -1,14 +1,14 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Your Reward Points';
|
||||
$_['heading_title'] = 'Palkintopisteesi';
|
||||
|
||||
// Column
|
||||
$_['column_date_added'] = 'Lisäyspäivä';
|
||||
$_['column_description'] = 'Description';
|
||||
$_['column_points'] = 'Points';
|
||||
$_['column_points'] = 'Pisteet';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_reward'] = 'Reward Points';
|
||||
$_['text_reward'] = 'Palkintopisteet';
|
||||
$_['text_total'] = 'Your total number of reward points is:';
|
||||
$_['text_empty'] = 'You do not have any reward points!';
|
||||
|
Reference in New Issue
Block a user