1
0
opencart-languagepack-finnish/catalog/account/order.php

38 lines
1.5 KiB
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
2020-02-16 12:18:44 +00:00
$_['heading_title'] = 'Tilaushistoria';
2020-02-12 21:25:39 +00:00
// Text
2020-02-16 12:18:44 +00:00
$_['text_account'] = 'Tili';
2021-10-08 15:57:57 +00:00
$_['text_order'] = 'Tilauksen tiedot';
2020-02-12 21:25:39 +00:00
$_['text_order_detail'] = 'Order Details';
2021-10-08 15:57:57 +00:00
$_['text_invoice_no'] = 'Lasku nro.:';
$_['text_order_id'] = 'Tilausnumero:';
2020-03-02 08:58:49 +00:00
$_['text_date_added'] = 'Lisäyspäivä:';
2020-02-12 21:25:39 +00:00
$_['text_shipping_address'] = 'Shipping Address';
$_['text_shipping_method'] = 'Shipping Method:';
$_['text_payment_address'] = 'Payment Address';
2021-10-08 15:57:57 +00:00
$_['text_payment_method'] = 'Maksutapa:';
2020-02-12 21:25:39 +00:00
$_['text_comment'] = 'Order Comments';
2021-10-08 15:57:57 +00:00
$_['text_history'] = 'Tilaushistoria';
2020-02-12 21:25:39 +00:00
$_['text_success'] = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">shopping cart</a>!';
$_['text_empty'] = 'You have not made any previous orders!';
$_['text_error'] = 'The order you requested could not be found!';
// Column
2021-10-08 15:57:57 +00:00
$_['column_order_id'] = 'Tilausnumero';
2020-03-02 08:58:49 +00:00
$_['column_customer'] = 'Asiakas';
2020-02-12 21:25:39 +00:00
$_['column_product'] = 'No. of Products';
2021-10-08 15:57:57 +00:00
$_['column_name'] = 'Tuotteen nimi';
2020-02-12 21:25:39 +00:00
$_['column_model'] = 'Model';
2021-10-08 15:57:57 +00:00
$_['column_quantity'] = 'Määrä';
$_['column_price'] = 'Hinta';
2020-02-12 21:25:39 +00:00
$_['column_total'] = 'Total';
2020-03-02 00:28:04 +00:00
$_['column_action'] = 'Toiminto';
2021-10-08 15:57:57 +00:00
$_['column_date_added'] = 'Lisäyspäivä';
2020-03-02 08:58:49 +00:00
$_['column_status'] = 'Tila';
$_['column_comment'] = 'Kommentti';
2020-02-12 21:25:39 +00:00
// Error
2020-03-02 00:28:04 +00:00
$_['error_reorder'] = '%s is not currently available to be reordered.';