New Translations – 16.2.2020
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Heading
 | 
			
		||||
$_['heading_title']            = 'Shopping Cart';
 | 
			
		||||
$_['heading_title']            = 'Ostoskori';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_success']             = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">shopping cart</a>!';
 | 
			
		||||
@@ -11,11 +11,11 @@ $_['text_points']              = 'Reward Points: %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.';
 | 
			
		||||
$_['text_empty']               = 'Your shopping cart is empty!';
 | 
			
		||||
$_['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';
 | 
			
		||||
$_['text_trial']               = '%s every %s %s for %s payments then ';
 | 
			
		||||
$_['text_recurring']           = '%s every %s %s';
 | 
			
		||||
$_['text_payment_cancel']      = 'until cancelled';
 | 
			
		||||
@@ -26,16 +26,16 @@ $_['text_payment_description'] = '%s every %d %s(s) for %d payment(s)';
 | 
			
		||||
$_['text_payment_cancel']      = '%s every %d %s(s) until canceled';
 | 
			
		||||
 | 
			
		||||
// Column
 | 
			
		||||
$_['column_image']             = 'Image';
 | 
			
		||||
$_['column_name']              = 'Product Name';
 | 
			
		||||
$_['column_model']             = 'Model';
 | 
			
		||||
$_['column_quantity']          = 'Quantity';
 | 
			
		||||
$_['column_price']             = 'Unit Price';
 | 
			
		||||
$_['column_image']             = 'Kuva';
 | 
			
		||||
$_['column_name']              = 'Tuotteen nimi';
 | 
			
		||||
$_['column_model']             = 'Malli';
 | 
			
		||||
$_['column_quantity']          = 'Määrä';
 | 
			
		||||
$_['column_price']             = 'Yksikköhinta';
 | 
			
		||||
$_['column_total']             = 'Total';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_stock']              = 'Products marked with *** are not available in the desired quantity or not in stock!';
 | 
			
		||||
$_['error_minimum']            = 'Minimum order amount for %s is %s!';
 | 
			
		||||
$_['error_required']           = '%s required!';
 | 
			
		||||
$_['error_required']           = '%s vaaditaan!';
 | 
			
		||||
$_['error_product']            = 'Varoitus: There are no products in your cart!';
 | 
			
		||||
$_['error_recurring_required'] = 'Please select a payment recurring!';
 | 
			
		||||
@@ -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!';
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
$_['heading_title'] = 'Failed Payment!';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_basket']   = 'Shopping Cart';
 | 
			
		||||
$_['text_basket']   = 'Ostoskori';
 | 
			
		||||
$_['text_checkout'] = 'Checkout';
 | 
			
		||||
$_['text_failure']  = 'Failed Payment';
 | 
			
		||||
$_['text_message']  = '<p>There was a problem processing your payment and the order did not complete.</p>
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
$_['heading_title']        = 'Your order has been placed!';
 | 
			
		||||
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_basket']          = 'Shopping Cart';
 | 
			
		||||
$_['text_basket']          = 'Ostoskori';
 | 
			
		||||
$_['text_checkout']        = 'Checkout';
 | 
			
		||||
$_['text_success']         = 'Success';
 | 
			
		||||
$_['text_customer']        = '<p>Your order has been successfully processed!</p><p>You can view your order history by going to the <a href="%s">my account</a> page and by clicking on <a href="%s">history</a>.</p><p>If your purchase has an associated download, you can go to the account <a href="%s">downloads</a> page to view them.</p><p>Please direct any questions you have to the <a href="%s">store owner</a>.</p><p>Thanks for shopping with us online!</p>';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user