New Translations – 16.2.2020
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'My Account';
|
||||
$_['heading_title'] = 'Oma tili';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_my_account'] = 'My Account';
|
||||
$_['text_my_orders'] = 'My Orders';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_my_account'] = 'Oma tili';
|
||||
$_['text_my_orders'] = 'Omat tilaukset';
|
||||
$_['text_my_affiliate'] = 'My Affiliate Account';
|
||||
$_['text_my_newsletter'] = 'Newsletter';
|
||||
$_['text_my_newsletter'] = 'Uutiskirje';
|
||||
$_['text_edit'] = 'Edit your account information';
|
||||
$_['text_password'] = 'Change your password';
|
||||
$_['text_address'] = 'Modify your address book entries';
|
||||
|
@ -1,11 +1,11 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Address Book';
|
||||
$_['heading_title'] = 'Osoitekirja';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_address_book'] = 'Address Book Entries';
|
||||
$_['text_address_add'] = 'Add Address';
|
||||
$_['text_address_add'] = 'Lisää osoite';
|
||||
$_['text_address_edit'] = 'Edit Address';
|
||||
$_['text_add'] = 'Your address has been successfully added';
|
||||
$_['text_edit'] = 'Your address has been successfully updated';
|
||||
@ -13,16 +13,16 @@ $_['text_delete'] = 'Your address has been successfully deleted';
|
||||
$_['text_empty'] = 'You have no addresses in your account.';
|
||||
|
||||
// Entry
|
||||
$_['entry_firstname'] = 'First Name';
|
||||
$_['entry_lastname'] = 'Last Name';
|
||||
$_['entry_company'] = 'Company';
|
||||
$_['entry_address_1'] = 'Address 1';
|
||||
$_['entry_address_2'] = 'Address 2';
|
||||
$_['entry_postcode'] = 'Post Code';
|
||||
$_['entry_firstname'] = 'Etunimi';
|
||||
$_['entry_lastname'] = 'Sukunimi';
|
||||
$_['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_zone'] = 'Region / State';
|
||||
$_['entry_default'] = 'Default Address';
|
||||
$_['entry_zone'] = 'Alue / Osavaltio';
|
||||
$_['entry_default'] = 'Oletusosoite';
|
||||
|
||||
// Error
|
||||
$_['error_delete'] = 'Varoitus: You must have at least one address!';
|
||||
|
@ -3,28 +3,28 @@
|
||||
$_['heading_title'] = 'Your Affiliate Information';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_affiliate'] = 'Affiliate';
|
||||
$_['text_my_affiliate'] = 'My Affiliate Account';
|
||||
$_['text_payment'] = 'Payment Information';
|
||||
$_['text_cheque'] = 'Cheque';
|
||||
$_['text_paypal'] = 'PayPal';
|
||||
$_['text_bank'] = 'Bank Transfer';
|
||||
$_['text_bank'] = 'Tilisiirto';
|
||||
$_['text_success'] = 'Success: Your account has been successfully updated.';
|
||||
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="agree"><b>%s</b></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_company'] = 'Company';
|
||||
$_['entry_website'] = 'Web Site';
|
||||
$_['entry_company'] = 'Yritys';
|
||||
$_['entry_website'] = 'Verkkosivusto';
|
||||
$_['entry_tax'] = 'Tax ID';
|
||||
$_['entry_payment'] = 'Payment Method';
|
||||
$_['entry_payment'] = 'Maksutapa';
|
||||
$_['entry_cheque'] = 'Cheque Payee Name';
|
||||
$_['entry_paypal'] = 'PayPal Email Account';
|
||||
$_['entry_bank_name'] = 'Bank Name';
|
||||
$_['entry_bank_name'] = 'Pankin nimi';
|
||||
$_['entry_bank_branch_number'] = 'ABA/BSB number (Branch Number)';
|
||||
$_['entry_bank_swift_code'] = 'SWIFT Code';
|
||||
$_['entry_bank_account_name'] = 'Account Name';
|
||||
$_['entry_bank_account_number'] = 'Account Number';
|
||||
$_['entry_bank_swift_code'] = 'SWIFT-koodi';
|
||||
$_['entry_bank_account_name'] = 'Tilin nimi';
|
||||
$_['entry_bank_account_number'] = 'Tilinumero';
|
||||
|
||||
// Error
|
||||
$_['error_agree'] = 'Varoitus: You must agree to the %s!';
|
||||
|
@ -3,16 +3,16 @@
|
||||
$_['heading_title'] = 'My Account Information';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_edit'] = 'Edit Information';
|
||||
$_['text_your_details'] = 'Your Personal Details';
|
||||
$_['text_success'] = 'Success: Your account has been successfully updated.';
|
||||
|
||||
// Entry
|
||||
$_['entry_firstname'] = 'First Name';
|
||||
$_['entry_lastname'] = 'Last Name';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_telephone'] = 'Telephone';
|
||||
$_['entry_firstname'] = 'Etunimi';
|
||||
$_['entry_lastname'] = 'Salasana';
|
||||
$_['entry_email'] = 'Sähköpostiosoite';
|
||||
$_['entry_telephone'] = 'Puhelinnumero';
|
||||
|
||||
// Error
|
||||
$_['error_exists'] = 'Varoitus: E-Mail address is already registered!';
|
||||
|
@ -3,16 +3,16 @@
|
||||
$_['heading_title'] = 'Forgot Your Password?';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_forgotten'] = 'Forgotten Password';
|
||||
$_['text_your_email'] = 'Your E-Mail Address';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_forgotten'] = 'Unohtunut salasana';
|
||||
$_['text_your_email'] = 'Sähköpostiosoitteesi';
|
||||
$_['text_email'] = 'Enter the e-mail address associated with your account. Click submit to have a password reset link e-mailed to you.';
|
||||
$_['text_success'] = 'An email with a confirmation link has been sent your email address.';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail Address';
|
||||
$_['entry_password'] = 'New Password';
|
||||
$_['entry_confirm'] = 'Confirm';
|
||||
$_['entry_email'] = 'Sähköpostiosoite';
|
||||
$_['entry_password'] = 'Uusi salasana';
|
||||
$_['entry_confirm'] = 'Vahvista';
|
||||
|
||||
// Error
|
||||
$_['error_email'] = 'Varoitus: The E-Mail Address was not found in our records, please try again!';
|
||||
|
@ -3,8 +3,8 @@
|
||||
$_['heading_title'] = 'Account Login';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_login'] = 'Login';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_login'] = 'Kirjaudu';
|
||||
$_['text_new_customer'] = 'New Customer';
|
||||
$_['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.';
|
||||
@ -13,8 +13,8 @@ $_['text_i_am_returning_customer'] = 'I am a returning customer';
|
||||
$_['text_forgotten'] = 'Forgotten Password';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail Address';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_email'] = 'Sähköpostiosoite';
|
||||
$_['entry_password'] = 'Salasana';
|
||||
|
||||
// Error
|
||||
$_['error_login'] = 'Varoitus: No match for E-Mail Address and/or Password.';
|
||||
|
@ -4,5 +4,5 @@ $_['heading_title'] = 'Account Logout';
|
||||
|
||||
// Text
|
||||
$_['text_message'] = '<p>You have been logged off your account. It is now safe to leave the computer.</p><p>Your shopping cart has been saved, the items inside it will be restored whenever you log back into your account.</p>';
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_logout'] = 'Logout';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_logout'] = 'Kirjaudu Ulos';
|
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Order History';
|
||||
$_['heading_title'] = 'Tilaushistoria';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_order'] = 'Order Information';
|
||||
$_['text_order_detail'] = 'Order Details';
|
||||
$_['text_invoice_no'] = 'Invoice No.:';
|
||||
|
@ -1,15 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Change Password';
|
||||
$_['heading_title'] = 'Vaihda Salasana';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_password'] = 'Your Password';
|
||||
$_['text_success'] = 'Success: Your password has been successfully updated.';
|
||||
|
||||
// Entry
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_confirm'] = 'Password Confirm';
|
||||
$_['entry_password'] = 'Salasana';
|
||||
$_['entry_confirm'] = 'Vahvista salasana';
|
||||
|
||||
// Error
|
||||
$_['error_password'] = 'Password must be between 4 and 20 characters!';
|
||||
|
@ -3,7 +3,7 @@
|
||||
$_['heading_title'] = 'Recurring Payments';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_recurring'] = 'Recurring Payment Information';
|
||||
$_['text_recurring_detail'] = 'Recurring Payment Details';
|
||||
$_['text_order_recurring_id'] = 'Recurring ID:';
|
||||
|
@ -3,23 +3,23 @@
|
||||
$_['heading_title'] = 'Register Account';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_register'] = 'Register';
|
||||
$_['text_account_already'] = 'If you already have an account with us, please login at the <a href="%s">login page</a>.';
|
||||
$_['text_your_details'] = 'Your Personal Details';
|
||||
$_['text_newsletter'] = 'Newsletter';
|
||||
$_['text_newsletter'] = 'Uutiskirje';
|
||||
$_['text_your_password'] = 'Your Password';
|
||||
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="agree"><b>%s</b></a>';
|
||||
|
||||
// Entry
|
||||
$_['entry_customer_group'] = 'Customer Group';
|
||||
$_['entry_firstname'] = 'First Name';
|
||||
$_['entry_lastname'] = 'Last Name';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_telephone'] = 'Telephone';
|
||||
$_['entry_customer_group'] = 'Asiakasryhmä';
|
||||
$_['entry_firstname'] = 'Etunimi';
|
||||
$_['entry_lastname'] = 'Sukunimi';
|
||||
$_['entry_email'] = 'Sähköpostiosoite';
|
||||
$_['entry_telephone'] = 'Puhelinnumero';
|
||||
$_['entry_newsletter'] = 'Subscribe';
|
||||
$_['entry_password'] = 'Password';
|
||||
$_['entry_confirm'] = 'Password Confirm';
|
||||
$_['entry_password'] = 'Salasana';
|
||||
$_['entry_confirm'] = 'Vahvista salasana';
|
||||
|
||||
// Error
|
||||
$_['error_exists'] = 'Varoitus: E-Mail Address is already registered!';
|
||||
|
@ -3,13 +3,13 @@
|
||||
$_['heading_title'] = 'Reset your password';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['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!';
|
||||
|
@ -3,7 +3,7 @@
|
||||
$_['heading_title'] = 'Product Returns';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_return'] = 'Return Information';
|
||||
$_['text_return_detail'] = 'Return Details';
|
||||
$_['text_description'] = 'Please complete the form below to request an RMA number.';
|
||||
|
@ -8,7 +8,7 @@ $_['column_description'] = 'Description';
|
||||
$_['column_points'] = 'Points';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_reward'] = 'Reward Points';
|
||||
$_['text_total'] = 'Your total number of reward points is:';
|
||||
$_['text_empty'] = 'You do not have any reward points!';
|
@ -5,5 +5,5 @@ $_['heading_title'] = 'Your Account Has Been Created!';
|
||||
// Text
|
||||
$_['text_message'] = '<p>Congratulations! Your new account has been successfully created!</p> <p>You can now take advantage of member privileges to enhance your online shopping experience with us.</p> <p>If you have ANY questions about the operation of this online shop, please e-mail the store owner.</p> <p>A confirmation has been sent to the provided e-mail address. If you have not received it within the hour, please <a href="%s">contact us</a>.</p>';
|
||||
$_['text_approval'] = '<p>Thank you for registering with %s!</p><p>You will be notified by e-mail once your account has been activated by the store owner.</p><p>If you have ANY questions about the operation of this online shop, please <a href="%s">contact the store owner</a>.</p>';
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_success'] = 'Success';
|
@ -3,7 +3,7 @@
|
||||
$_['heading_title'] = 'Affiliate Tracking';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_description'] = 'To make sure you get paid for referrals you send to us we need to track the referral by placing a tracking code in the URL\'s linking to us. You can use the tools below to generate links to the %s web site.';
|
||||
|
||||
// Entry
|
||||
|
@ -8,7 +8,7 @@ $_['column_description'] = 'Description';
|
||||
$_['column_amount'] = 'Amount (%s)';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_transaction'] = 'Your Transactions';
|
||||
$_['text_total'] = 'Your current balance is:';
|
||||
$_['text_empty'] = 'You do not have any transactions!';
|
@ -3,24 +3,24 @@
|
||||
$_['heading_title'] = 'Purchase a Gift Certificate';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_voucher'] = 'Gift Certificate';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_voucher'] = 'Lahjakortti';
|
||||
$_['text_description'] = 'This gift certificate will be emailed to the recipient after your order has been paid for.';
|
||||
$_['text_agree'] = 'I understand that gift certificates are non-refundable.';
|
||||
$_['text_message'] = '<p>Thank you for purchasing a gift certificate! Once you have completed your order your gift certificate recipient will be sent an e-mail with details how to redeem their gift certificate.</p>';
|
||||
$_['text_for'] = '%s Gift Certificate for %s';
|
||||
|
||||
// Entry
|
||||
$_['entry_to_name'] = 'Recipient\'s Name';
|
||||
$_['entry_to_email'] = 'Recipient\'s e-mail';
|
||||
$_['entry_from_name'] = 'Your Name';
|
||||
$_['entry_from_email'] = 'Your e-mail';
|
||||
$_['entry_theme'] = 'Gift Certificate Theme';
|
||||
$_['entry_message'] = 'Message';
|
||||
$_['entry_amount'] = 'Amount';
|
||||
$_['entry_to_name'] = 'Vastaanottajan nimi';
|
||||
$_['entry_to_email'] = 'Vastaanottajan sähköpostiosoite';
|
||||
$_['entry_from_name'] = 'Nimesi';
|
||||
$_['entry_from_email'] = 'Sähköpostiosoitteesi';
|
||||
$_['entry_theme'] = 'Lahjakortin teema';
|
||||
$_['entry_message'] = 'Viesti';
|
||||
$_['entry_amount'] = 'Määrä';
|
||||
|
||||
// Help
|
||||
$_['help_message'] = 'Optional';
|
||||
$_['help_message'] = 'Valinnainen';
|
||||
$_['help_amount'] = 'Value must be between %s and %s';
|
||||
|
||||
// Error
|
||||
|
@ -1,20 +1,20 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'My Wish List';
|
||||
$_['heading_title'] = 'Oma Toivelista';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_instock'] = 'In Stock';
|
||||
$_['text_wishlist'] = 'Wish List (%s)';
|
||||
$_['text_account'] = 'Tili';
|
||||
$_['text_instock'] = 'Varastossa';
|
||||
$_['text_wishlist'] = 'Toivelista (%s)';
|
||||
$_['text_login'] = 'You must <a href="%s">login</a> or <a href="%s">create an account</a> to save <a href="%s">%s</a> to your <a href="%s">wish list</a>!';
|
||||
$_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">wish list</a>!';
|
||||
$_['text_remove'] = 'Success: You have modified your wish list!';
|
||||
$_['text_empty'] = 'Your wish list is empty.';
|
||||
$_['text_empty'] = 'Toivelistasi on tyhjä.';
|
||||
|
||||
// Column
|
||||
$_['column_image'] = 'Image';
|
||||
$_['column_name'] = 'Product Name';
|
||||
$_['column_model'] = 'Model';
|
||||
$_['column_stock'] = 'Stock';
|
||||
$_['column_price'] = 'Unit Price';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_image'] = 'Kuva';
|
||||
$_['column_name'] = 'Tuotteen nimi';
|
||||
$_['column_model'] = 'Malli';
|
||||
$_['column_stock'] = 'Varasto';
|
||||
$_['column_price'] = 'Yksikköhinta';
|
||||
$_['column_action'] = 'Toiminto';
|
Reference in New Issue
Block a user