1
0

New Translations – 16.2.2020

This commit is contained in:
Christer Waren
2020-02-16 14:18:44 +02:00
parent 4126bbe023
commit b197fd35c3
46 changed files with 286 additions and 286 deletions

View File

@ -6,12 +6,12 @@ $_['text_attribute_group'] = 'Attribute Groups';
$_['text_backup'] = 'Backup / Restore';
$_['text_banner'] = 'Banners';
$_['text_catalog'] = 'Catalog';
$_['text_category'] = 'Categories';
$_['text_category'] = 'Kategoriat';
$_['text_country'] = 'Countries';
$_['text_coupon'] = 'Coupons';
$_['text_currency'] = 'Currencies';
$_['text_customer'] = 'Customers';
$_['text_customer_group'] = 'Customer Groups';
$_['text_customer'] = 'Asiakkaat';
$_['text_customer_group'] = 'Asiakasryhmät';
$_['text_customer_online'] = 'Customer Online';
$_['text_customer_approval'] = 'Customer Approvals';
$_['text_custom_field'] = 'Custom Fields';

View File

@ -1,19 +1,19 @@
<?php
// Heading
$_['heading_title'] = 'Developer Settings';
$_['heading_title'] = 'Kehittäjän asetukset';
// Text
$_['text_success'] = 'Success: You have modified developer settings!';
$_['text_theme'] = 'theme';
$_['text_theme'] = 'teema';
$_['text_sass'] = 'SASS';
$_['text_cache'] = 'Success: You have cleared the %s cache!';
// Column
$_['column_component'] = 'Component';
$_['column_action'] = 'Action';
$_['column_action'] = 'Toiminto';
// Entry
$_['entry_theme'] = 'Theme';
$_['entry_theme'] = 'Teema';
$_['entry_sass'] = 'SASS';
$_['entry_cache'] = 'Cache';

View File

@ -4,9 +4,9 @@ $_['heading_title'] = 'OpenCart';
// Text
$_['text_profile'] = 'Your Profile';
$_['text_store'] = 'Stores';
$_['text_store'] = 'Kaupat';
$_['text_help'] = 'Help';
$_['text_homepage'] = 'OpenCart Homepage';
$_['text_support'] = 'Support Forum';
$_['text_documentation'] = 'Documentation';
$_['text_logout'] = 'Logout';
$_['text_logout'] = 'Kirjaudu Ulos';

View File

@ -8,11 +8,11 @@ $_['text_login'] = 'Please enter your login details.';
$_['text_forgotten'] = 'Forgotten Password';
// Entry
$_['entry_username'] = 'Username';
$_['entry_password'] = 'Password';
$_['entry_username'] = 'Käyttäjätunnus';
$_['entry_password'] = 'Salasana';
// Button
$_['button_login'] = 'Login';
$_['button_login'] = 'Kirjaudu';
// Error
$_['error_login'] = 'No match for Username and/or Password.';

View File

@ -7,19 +7,19 @@ $_['text_success'] = 'Success: You have modified your profile!';
$_['text_edit'] = 'Edit Your Profile';
// Column
$_['column_username'] = 'Username';
$_['column_status'] = 'Status';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
$_['column_username'] = 'Käyttäjätunnus';
$_['column_status'] = 'Tila';
$_['column_date_added'] = 'Lisäyspäivä';
$_['column_action'] = 'Toiminto';
// Entry
$_['entry_username'] = 'Username';
$_['entry_password'] = 'Password';
$_['entry_confirm'] = 'Confirm';
$_['entry_firstname'] = 'First Name';
$_['entry_lastname'] = 'Last Name';
$_['entry_email'] = 'E-Mail';
$_['entry_image'] = 'Image';
$_['entry_username'] = 'Käyttäjätunnus';
$_['entry_password'] = 'Salasana';
$_['entry_confirm'] = 'Vahvista';
$_['entry_firstname'] = 'Etunimi';
$_['entry_lastname'] = 'Sukunimi';
$_['entry_email'] = 'Sähköpostiosoite';
$_['entry_image'] = 'Kuva';
// Error
$_['error_permission'] = 'Varoitus: You do not have permission to modify your profile!';

View File

@ -7,8 +7,8 @@ $_['text_password'] = 'Enter the new password you wish to use.';
$_['text_success'] = 'Success: Your password has been successfully updated.';
// Entry
$_['entry_password'] = 'Password';
$_['entry_confirm'] = 'Confirm';
$_['entry_password'] = 'Salasana';
$_['entry_confirm'] = 'Vahvista';
// Error
$_['error_password'] = 'Password must be between 4 and 20 characters!';