1
0

New Translations – 16.2.2020

This commit is contained in:
Christer Waren
2020-02-16 13:32:04 +02:00
parent e6861bd75e
commit 4126bbe023
243 changed files with 485 additions and 485 deletions

View File

@ -11,23 +11,23 @@ $_['thousand_point'] = ',';
// Text
$_['text_home'] = '<i class="fa fa-home"></i>';
$_['text_yes'] = 'Yes';
$_['text_no'] = 'No';
$_['text_yes'] = 'Kyllä';
$_['text_no'] = 'Ei';
$_['text_none'] = ' --- None --- ';
$_['text_select'] = ' --- Please Select --- ';
$_['text_all_zones'] = 'All Zones';
$_['text_pagination'] = 'Showing %d to %d of %d (%d Pages)';
$_['text_loading'] = 'Loading...';
$_['text_loading'] = 'Ladataan...';
$_['text_no_results'] = 'No results!';
// Buttons
$_['button_address_add'] = 'Add Address';
$_['button_back'] = 'Back';
$_['button_continue'] = 'Continue';
$_['button_cart'] = 'Add to Cart';
$_['button_address_add'] = 'Lisää osoite';
$_['button_back'] = 'Palaa takaisin';
$_['button_continue'] = 'Jatka';
$_['button_cart'] = 'Lisää ostoskoriin';
$_['button_cancel'] = 'Cancel';
$_['button_compare'] = 'Compare this Product';
$_['button_wishlist'] = 'Add to Wish List';
$_['button_compare'] = 'Vertaile tätä tuotetta';
$_['button_wishlist'] = 'Lisää toivelistalle';
$_['button_checkout'] = 'Checkout';
$_['button_confirm'] = 'Confirm Order';
$_['button_coupon'] = 'Apply Coupon';
@ -39,7 +39,7 @@ $_['button_new_address'] = 'New Address';
$_['button_change_address'] = 'Change Address';
$_['button_reviews'] = 'Reviews';
$_['button_write'] = 'Write Review';
$_['button_login'] = 'Login';
$_['button_login'] = 'Kirjaudu';
$_['button_update'] = 'Update';
$_['button_remove'] = 'Remove';
$_['button_reorder'] = 'Reorder';
@ -49,25 +49,25 @@ $_['button_search'] = 'Search';
$_['button_shipping'] = 'Apply Shipping';
$_['button_submit'] = 'Submit';
$_['button_guest'] = 'Guest Checkout';
$_['button_view'] = 'View';
$_['button_view'] = 'Näkymä';
$_['button_voucher'] = 'Apply Gift Certificate';
$_['button_upload'] = 'Upload File';
$_['button_reward'] = 'Apply Points';
$_['button_quote'] = 'Get Quotes';
$_['button_list'] = 'List';
$_['button_grid'] = 'Grid';
$_['button_list'] = 'Lista';
$_['button_grid'] = 'Ruudukko';
$_['button_map'] = 'View Google Map';
// Error
$_['error_exception'] = 'Error Code(%s): %s in %s on line %s';
$_['error_upload_1'] = 'Warning: The uploaded file exceeds the upload_max_filesize directive in php.ini!';
$_['error_upload_2'] = 'Warning: The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form!';
$_['error_upload_3'] = 'Warning: The uploaded file was only partially uploaded!';
$_['error_upload_4'] = 'Warning: No file was uploaded!';
$_['error_upload_6'] = 'Warning: Missing a temporary folder!';
$_['error_upload_7'] = 'Warning: Failed to write file to disk!';
$_['error_upload_8'] = 'Warning: File upload stopped by extension!';
$_['error_upload_999'] = 'Warning: No error code available!';
$_['error_exception'] = 'Virhekoodi(%s): %s in %s on line %s';
$_['error_upload_1'] = 'Varoitus: The uploaded file exceeds the upload_max_filesize directive in php.ini!';
$_['error_upload_2'] = 'Varoitus: The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form!';
$_['error_upload_3'] = 'Varoitus: The uploaded file was only partially uploaded!';
$_['error_upload_4'] = 'Varoitus: No file was uploaded!';
$_['error_upload_6'] = 'Varoitus: Missing a temporary folder!';
$_['error_upload_7'] = 'Varoitus: Failed to write file to disk!';
$_['error_upload_8'] = 'Varoitus: File upload stopped by extension!';
$_['error_upload_999'] = 'Varoitus: No error code available!';
$_['error_curl'] = 'CURL: Error Code(%s): %s';
/* When doing translations only include the matching language code */