New Translations – 2.3.2020 (2)
This commit is contained in:
@ -21,4 +21,4 @@ $_['text_rating_asc'] = 'Rating (Lowest)';
|
||||
$_['text_rating_desc'] = 'Rating (Highest)';
|
||||
$_['text_model_asc'] = 'Model (A - Z)';
|
||||
$_['text_model_desc'] = 'Model (Z - A)';
|
||||
$_['text_limit'] = 'Show:';
|
||||
$_['text_limit'] = 'Näytä:';
|
||||
|
@ -19,4 +19,4 @@ $_['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.';
|
||||
$_['text_empty'] = 'You have not chosen any products to compare.';
|
||||
|
@ -24,4 +24,4 @@ $_['text_rating_asc'] = 'Rating (Lowest)';
|
||||
$_['text_rating_desc'] = 'Rating (Highest)';
|
||||
$_['text_model_asc'] = 'Model (A - Z)';
|
||||
$_['text_model_desc'] = 'Model (Z - A)';
|
||||
$_['text_limit'] = 'Show:';
|
||||
$_['text_limit'] = 'Show:';
|
||||
|
@ -25,11 +25,11 @@ $_['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';
|
||||
|
||||
// Entry
|
||||
$_['entry_qty'] = 'Qty';
|
||||
@ -47,4 +47,4 @@ $_['tab_review'] = 'Reviews (%s)';
|
||||
// Error
|
||||
$_['error_name'] = 'Varoitus: Review Name must be between 3 and 25 characters!';
|
||||
$_['error_text'] = 'Varoitus: Review Text must be between 25 and 1000 characters!';
|
||||
$_['error_rating'] = 'Varoitus: Please select a review rating!';
|
||||
$_['error_rating'] = 'Varoitus: Please select a review rating!';
|
||||
|
@ -5,7 +5,7 @@ $_['heading_tag'] = 'Tag - ';
|
||||
|
||||
// Text
|
||||
$_['text_search'] = 'Products meeting the search criteria';
|
||||
$_['text_keyword'] = 'Keywords';
|
||||
$_['text_keyword'] = 'Avainsanat';
|
||||
$_['text_category'] = 'All Categories';
|
||||
$_['text_sub_category'] = 'Search in subcategories';
|
||||
$_['text_empty'] = 'There is no product that matches the search criteria.';
|
||||
@ -27,8 +27,8 @@ $_['text_rating_asc'] = 'Rating (Lowest)';
|
||||
$_['text_rating_desc'] = 'Rating (Highest)';
|
||||
$_['text_model_asc'] = 'Model (A - Z)';
|
||||
$_['text_model_desc'] = 'Model (Z - A)';
|
||||
$_['text_limit'] = 'Show:';
|
||||
$_['text_limit'] = 'Näytä:';
|
||||
|
||||
// Entry
|
||||
$_['entry_search'] = 'Search Criteria';
|
||||
$_['entry_description'] = 'Search in product descriptions';
|
||||
$_['entry_description'] = 'Search in product descriptions';
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Special Offers';
|
||||
$_['heading_title'] = 'Erikoistarjoukset';
|
||||
|
||||
// Text
|
||||
$_['text_empty'] = 'There are no special offer products to list.';
|
||||
@ -21,4 +21,4 @@ $_['text_rating_asc'] = 'Rating (Lowest)';
|
||||
$_['text_rating_desc'] = 'Rating (Highest)';
|
||||
$_['text_model_asc'] = 'Model (A - Z)';
|
||||
$_['text_model_desc'] = 'Model (Z - A)';
|
||||
$_['text_limit'] = 'Show:';
|
||||
$_['text_limit'] = 'Näytä:';
|
||||
|
Reference in New Issue
Block a user