2020-02-12 21:25:39 +00:00
|
|
|
<?php
|
|
|
|
// Heading
|
2021-10-08 15:38:27 +00:00
|
|
|
$_['heading_title'] = 'Tuotevertailu';
|
2020-02-12 21:25:39 +00:00
|
|
|
|
|
|
|
// Text
|
|
|
|
$_['text_product'] = 'Product Details';
|
2021-10-08 15:38:27 +00:00
|
|
|
$_['text_name'] = 'Tuote';
|
|
|
|
$_['text_image'] = 'Kuva';
|
|
|
|
$_['text_price'] = 'Hinta';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['text_model'] = 'Model';
|
|
|
|
$_['text_manufacturer'] = 'Brand';
|
2021-10-08 15:38:27 +00:00
|
|
|
$_['text_availability'] = 'Saatavuus';
|
|
|
|
$_['text_instock'] = 'Varastossa';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['text_rating'] = 'Rating';
|
|
|
|
$_['text_reviews'] = 'Based on %s reviews.';
|
2021-10-08 15:38:27 +00:00
|
|
|
$_['text_summary'] = 'Yhteenveto';
|
|
|
|
$_['text_weight'] = 'Paino';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['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!';
|
2020-03-02 08:58:49 +00:00
|
|
|
$_['text_empty'] = 'You have not chosen any products to compare.';
|