From 9a201bc6035270702248345f2866b492bf5f81e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 8 Oct 2021 18:38:27 +0300 Subject: [PATCH] New Translations - 8.10.2021 --- catalog/account/download.php | 2 +- catalog/fi.php | 10 +++++----- catalog/information/contact.php | 10 +++++----- catalog/information/sitemap.php | 20 ++++++++++---------- catalog/mail/affiliate.php | 14 +++++++------- catalog/mail/order_add.php | 22 +++++++++++----------- catalog/mail/order_alert.php | 6 +++--- catalog/mail/order_edit.php | 2 +- catalog/mail/register.php | 8 ++++---- catalog/product/category.php | 8 ++++---- catalog/product/compare.php | 16 ++++++++-------- catalog/product/manufacturer.php | 10 +++++----- catalog/product/product.php | 14 +++++++------- catalog/product/search.php | 12 ++++++------ catalog/product/special.php | 6 +++--- 15 files changed, 80 insertions(+), 80 deletions(-) diff --git a/catalog/account/download.php b/catalog/account/download.php index ef6173f..1198c22 100644 --- a/catalog/account/download.php +++ b/catalog/account/download.php @@ -8,7 +8,7 @@ $_['text_downloads'] = 'Lataukset'; $_['text_empty'] = 'You have not made any previous downloadable orders!'; // Column -$_['column_order_id'] = 'Order ID'; +$_['column_order_id'] = 'Tilausnumero'; $_['column_name'] = 'Nimi'; $_['column_size'] = 'Size'; $_['column_date_added'] = 'Lisäyspäivä'; diff --git a/catalog/fi.php b/catalog/fi.php index 3e440ba..dd0ffc5 100644 --- a/catalog/fi.php +++ b/catalog/fi.php @@ -29,11 +29,11 @@ $_['button_cancel'] = 'Cancel'; $_['button_compare'] = 'Vertaile tätä tuotetta'; $_['button_wishlist'] = 'Lisää toivelistalle'; $_['button_checkout'] = 'Checkout'; -$_['button_confirm'] = 'Confirm Order'; +$_['button_confirm'] = 'Vahvista tilaus'; $_['button_coupon'] = 'Apply Coupon'; -$_['button_delete'] = 'Delete'; -$_['button_download'] = 'Download'; -$_['button_edit'] = 'Edit'; +$_['button_delete'] = 'Poista'; +$_['button_download'] = 'Lataa'; +$_['button_edit'] = 'Muokkaa'; $_['button_filter'] = 'Refine Search'; $_['button_new_address'] = 'New Address'; $_['button_change_address'] = 'Change Address'; @@ -45,7 +45,7 @@ $_['button_remove'] = 'Remove'; $_['button_reorder'] = 'Reorder'; $_['button_return'] = 'Return'; $_['button_shopping'] = 'Continue Shopping'; -$_['button_search'] = 'Search'; +$_['button_search'] = 'Hae'; $_['button_shipping'] = 'Apply Shipping'; $_['button_submit'] = 'Submit'; $_['button_guest'] = 'Guest Checkout'; diff --git a/catalog/information/contact.php b/catalog/information/contact.php index 5d9a6ec..cd51240 100644 --- a/catalog/information/contact.php +++ b/catalog/information/contact.php @@ -1,13 +1,13 @@ Your enquiry has been successfully sent to the store // Entry $_['entry_name'] = 'Your Name'; -$_['entry_email'] = 'E-Mail Address'; +$_['entry_email'] = 'Sähköpostiosoite'; $_['entry_enquiry'] = 'Enquiry'; // Email diff --git a/catalog/information/sitemap.php b/catalog/information/sitemap.php index 4ae6c27..f9412fb 100644 --- a/catalog/information/sitemap.php +++ b/catalog/information/sitemap.php @@ -4,14 +4,14 @@ $_['heading_title'] = 'Site Map'; // Text $_['text_special'] = 'Special Offers'; -$_['text_account'] = 'My Account'; -$_['text_edit'] = 'Account Information'; -$_['text_password'] = 'Password'; -$_['text_address'] = 'Address Book'; -$_['text_history'] = 'Order History'; -$_['text_download'] = 'Downloads'; -$_['text_cart'] = 'Shopping Cart'; -$_['text_checkout'] = 'Checkout'; -$_['text_search'] = 'Search'; +$_['text_account'] = 'Oma tili'; +$_['text_edit'] = 'Tilin tiedot'; +$_['text_password'] = 'Salasana'; +$_['text_address'] = 'Osoitekirja'; +$_['text_history'] = 'Tilaushistoria'; +$_['text_download'] = 'Lataukset'; +$_['text_cart'] = 'Ostoskori'; +$_['text_checkout'] = 'Kassa'; +$_['text_search'] = 'Haku'; $_['text_information'] = 'Information'; -$_['text_contact'] = 'Contact Us'; \ No newline at end of file +$_['text_contact'] = 'Ota yhteyttä'; \ No newline at end of file diff --git a/catalog/mail/affiliate.php b/catalog/mail/affiliate.php index 465c385..80d26fc 100644 --- a/catalog/mail/affiliate.php +++ b/catalog/mail/affiliate.php @@ -5,13 +5,13 @@ $_['text_welcome'] = 'Thank you for joining the %s Affiliate Program!'; $_['text_login'] = 'Your account has now been created and you can log in by using your e-mail address and password by visiting our website or at the following URL:'; $_['text_approval'] = 'Your account must be approved before you can login. Once approved you can log in by using your e-mail address and password by visiting our website or at the following URL:'; $_['text_service'] = 'Upon logging in, you will be able to generate tracking codes, track commission payments and edit your account information.'; -$_['text_thanks'] = 'Thanks,'; +$_['text_thanks'] = 'Kiitos,'; $_['text_new_affiliate'] = 'New Affiliate'; $_['text_signup'] = 'A new affiliate has signed up:'; -$_['text_website'] = 'Web Site:'; +$_['text_website'] = 'Verkkosivusto:'; $_['text_customer_group'] = 'Customer Group:'; -$_['text_firstname'] = 'First Name:'; -$_['text_lastname'] = 'Last Name:'; -$_['text_company'] = 'Company:'; -$_['text_email'] = 'E-Mail:'; -$_['text_telephone'] = 'Telephone:'; \ No newline at end of file +$_['text_firstname'] = 'Etunimi:'; +$_['text_lastname'] = 'Sukunimi:'; +$_['text_company'] = 'Yritys:'; +$_['text_email'] = 'Sähköpostiosoite:'; +$_['text_telephone'] = 'Puhelinnumero:'; \ No newline at end of file diff --git a/catalog/mail/order_add.php b/catalog/mail/order_add.php index f9ef629..b5ae5d3 100644 --- a/catalog/mail/order_add.php +++ b/catalog/mail/order_add.php @@ -1,25 +1,25 @@ %s to your product comparison!'; diff --git a/catalog/product/manufacturer.php b/catalog/product/manufacturer.php index 68920d9..20bc5c9 100644 --- a/catalog/product/manufacturer.php +++ b/catalog/product/manufacturer.php @@ -7,15 +7,15 @@ $_['text_brand'] = 'Brand'; $_['text_index'] = 'Brand Index:'; $_['text_error'] = 'Brand not found!'; $_['text_empty'] = 'There are no products to list.'; -$_['text_quantity'] = 'Qty:'; +$_['text_quantity'] = 'Määrä:'; $_['text_manufacturer'] = 'Brand:'; -$_['text_model'] = 'Product Code:'; -$_['text_points'] = 'Reward Points:'; -$_['text_price'] = 'Price:'; +$_['text_model'] = 'Tuotekoodi:'; +$_['text_points'] = 'Palkintopisteet:'; +$_['text_price'] = 'Hinta:'; $_['text_tax'] = 'Ex Tax:'; $_['text_compare'] = 'Product Compare (%s)'; $_['text_sort'] = 'Sort By:'; -$_['text_default'] = 'Default'; +$_['text_default'] = 'Oletus'; $_['text_name_asc'] = 'Name (A - Z)'; $_['text_name_desc'] = 'Name (Z - A)'; $_['text_price_asc'] = 'Price (Low > High)'; diff --git a/catalog/product/product.php b/catalog/product/product.php index 13c3473..e75f604 100644 --- a/catalog/product/product.php +++ b/catalog/product/product.php @@ -1,13 +1,13 @@ Note: HTML is not translated!'; $_['text_success'] = 'Thank you for your review. It has been submitted to the webmaster for approval.'; $_['text_related'] = 'Related Products'; -$_['text_tags'] = 'Tags:'; +$_['text_tags'] = 'Tagit:'; $_['text_error'] = 'Product not found!'; $_['text_payment_recurring'] = 'Payment Profile'; $_['text_trial_description'] = '%s every %d %s(s) for %d payment(s) then'; @@ -32,7 +32,7 @@ $_['text_month'] = 'kuukausi'; $_['text_year'] = 'vuosi'; // Entry -$_['entry_qty'] = 'Qty'; +$_['entry_qty'] = 'Määrä'; $_['entry_name'] = 'Your Name'; $_['entry_review'] = 'Your Review'; $_['entry_rating'] = 'Rating'; diff --git a/catalog/product/search.php b/catalog/product/search.php index eed0ff7..2be8052 100644 --- a/catalog/product/search.php +++ b/catalog/product/search.php @@ -1,24 +1,24 @@