1
0

New Translations – 16.2.2020

This commit is contained in:
Christer Waren
2020-02-16 14:18:44 +02:00
parent 4126bbe023
commit b197fd35c3
46 changed files with 286 additions and 286 deletions

View File

@ -3,7 +3,7 @@
$_['heading_title'] = 'Checkout';
// Text
$_['text_cart'] = 'Shopping Cart';
$_['text_cart'] = 'Ostoskori';
$_['text_checkout_option'] = 'Step %s: Checkout Options';
$_['text_checkout_account'] = 'Step %s: Account & Billing Details';
$_['text_checkout_payment_address'] = 'Step %s: Billing Details';
@ -34,17 +34,17 @@ $_['text_payment_recurring'] = 'Payment Profile';
$_['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';
$_['text_day'] = 'day';
$_['text_week'] = 'week';
$_['text_day'] = 'päivä';
$_['text_week'] = 'viikko';
$_['text_semi_month'] = 'half-month';
$_['text_month'] = 'month';
$_['text_year'] = 'year';
$_['text_month'] = 'kuukausi';
$_['text_year'] = 'vuosi';
// Column
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_quantity'] = 'Quantity';
$_['column_price'] = 'Unit Price';
$_['column_name'] = 'Tuotteen nimi';
$_['column_model'] = 'Malli';
$_['column_quantity'] = 'Määrä';
$_['column_price'] = 'Yksikköhinta';
$_['column_total'] = 'Total';
// Entry
@ -90,4 +90,4 @@ $_['error_shipping'] = 'Varoitus: Shipping method required!';
$_['error_no_shipping'] = 'Varoitus: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';
$_['error_payment'] = 'Varoitus: Payment method required!';
$_['error_no_payment'] = 'Varoitus: No Payment options are available. Please <a href="%s">contact us</a> for assistance!';
$_['error_custom_field'] = '%s required!';
$_['error_custom_field'] = '%s vaaditaan!';