23 lines
		
	
	
		
			903 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			903 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']     = 'Tuotevertailu';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_product']      = 'Product Details';
 | 
						|
$_['text_name']         = 'Tuote';
 | 
						|
$_['text_image']        = 'Kuva';
 | 
						|
$_['text_price']        = 'Hinta';
 | 
						|
$_['text_model']        = 'Model';
 | 
						|
$_['text_manufacturer'] = 'Brand';
 | 
						|
$_['text_availability'] = 'Saatavuus';
 | 
						|
$_['text_instock']      = 'Varastossa';
 | 
						|
$_['text_rating']       = 'Rating';
 | 
						|
$_['text_reviews']      = 'Based on %s reviews.';
 | 
						|
$_['text_summary']      = 'Yhteenveto';
 | 
						|
$_['text_weight']       = 'Paino';
 | 
						|
$_['text_dimension']    = 'Dimensions (L x W x H)';
 | 
						|
$_['text_compare']      = 'Product Compare (%s)';
 | 
						|
$_['text_success']      = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">product comparison</a>!';
 | 
						|
$_['text_remove']       = 'Success: You have modified your product comparison!';
 | 
						|
$_['text_empty']        = 'You have not chosen any products to compare.';
 |