1
0

New Translations - 5.11.2021

This commit is contained in:
Christer Warén
2021-11-05 15:21:00 +02:00
parent 2e7f81b658
commit e8c7492668
16 changed files with 65 additions and 65 deletions

View File

@ -6,7 +6,7 @@ $_['heading_title'] = 'Ostoskori';
$_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">shopping cart</a>!';
$_['text_remove'] = 'Success: You have modified your shopping cart!';
$_['text_login'] = 'Attention: You must <a href="%s">login</a> or <a href="%s">create an account</a> to view prices!';
$_['text_items'] = '%s item(s) - %s';
$_['text_items'] = '%s tuote(tta) - %s';
$_['text_points'] = 'Palkintopisteet: %s';
$_['text_next'] = 'What would you like to do next?';
$_['text_next_choice'] = 'Choose if you have a discount code or reward points you want to use or would like to estimate your delivery cost.';
@ -19,7 +19,7 @@ $_['text_year'] = 'vuosi';
$_['text_trial'] = '%s every %s %s for %s payments then ';
$_['text_recurring'] = '%s every %s %s';
$_['text_recurring_item'] = 'Recurring Item';
$_['text_payment_recurring'] = 'Payment Profile';
$_['text_payment_recurring'] = 'Maksuprofiili';
$_['text_trial_description'] = '%s every %d %s(s) for %d payment(s) then';
$_['text_payment_description'] = '%s every %d %s(s) for %d payment(s)';
$_['text_payment_cancel'] = '%s every %d %s(s) until canceled';

View File

@ -5,12 +5,12 @@ $_['heading_title'] = 'Checkout';
// Text
$_['text_cart'] = 'Ostoskori';
$_['text_checkout_option'] = 'Step %s: Checkout Options';
$_['text_checkout_account'] = 'Step %s: Account &amp; Billing Details';
$_['text_checkout_payment_address'] = 'Step %s: Billing Details';
$_['text_checkout_shipping_address'] = 'Step %s: Delivery Details';
$_['text_checkout_shipping_method'] = 'Step %s: Delivery Method';
$_['text_checkout_payment_method'] = 'Step %s: Payment Method';
$_['text_checkout_confirm'] = 'Step %s: Confirm Order';
$_['text_checkout_account'] = 'Step %s: Tili- ja laskutustiedot';
$_['text_checkout_payment_address'] = 'Step %s: Laskutustiedot';
$_['text_checkout_shipping_address'] = 'Step %s: Toimitustiedot';
$_['text_checkout_shipping_method'] = 'Step %s: Toimitustapa';
$_['text_checkout_payment_method'] = 'Step %s: Laskutustapa';
$_['text_checkout_confirm'] = 'Step %s: Vahvista tilaus';
$_['text_modify'] = 'Modify &raquo;';
$_['text_new_customer'] = 'Uusi asiakas';
$_['text_returning_customer'] = 'Palaava asiakas';
@ -55,11 +55,11 @@ $_['entry_confirm'] = 'Vahvista salasana';
$_['entry_firstname'] = 'Etunimi';
$_['entry_lastname'] = 'Sukunimi';
$_['entry_telephone'] = 'Puhelinnumero';
$_['entry_address'] = 'Choose Address';
$_['entry_address'] = 'Valitse osoite';
$_['entry_company'] = 'Yritys';
$_['entry_customer_group'] = 'Asiakasryhmä';
$_['entry_address_1'] = 'Address 1';
$_['entry_address_2'] = 'Address 2';
$_['entry_address_1'] = 'Osoite (rivi 1)';
$_['entry_address_2'] = 'Osoite (rivi 2)';
$_['entry_postcode'] = 'Postinumero';
$_['entry_city'] = 'Postitoimipaikka';
$_['entry_country'] = 'Maa';
@ -82,8 +82,8 @@ $_['error_confirm'] = 'Password confirmation does not match pas
$_['error_address_1'] = 'Address 1 must be between 3 and 128 characters!';
$_['error_city'] = 'City must be between 2 and 128 characters!';
$_['error_postcode'] = 'Postcode must be between 2 and 10 characters!';
$_['error_country'] = 'Please select a country!';
$_['error_zone'] = 'Please select a region / state!';
$_['error_country'] = 'Valitse maa!';
$_['error_zone'] = 'Valitse alue/osavaltio!';
$_['error_agree'] = 'Varoitus: You must agree to the %s!';
$_['error_address'] = 'Varoitus: You must select address!';
$_['error_shipping'] = 'Varoitus: Shipping method required!';