1
0

New Translations – 2.3.2020 (2)

This commit is contained in:
Christer Waren
2020-03-02 10:58:49 +02:00
parent b1e26e79a8
commit cfa575a06a
97 changed files with 282 additions and 282 deletions

View File

@ -8,7 +8,7 @@ $_['text_order'] = 'Order Information';
$_['text_order_detail'] = 'Order Details';
$_['text_invoice_no'] = 'Invoice No.:';
$_['text_order_id'] = 'Order ID:';
$_['text_date_added'] = 'Date Added:';
$_['text_date_added'] = 'Lisäyspäivä:';
$_['text_shipping_address'] = 'Shipping Address';
$_['text_shipping_method'] = 'Shipping Method:';
$_['text_payment_address'] = 'Payment Address';
@ -21,7 +21,7 @@ $_['text_error'] = 'The order you requested could not be found!';
// Column
$_['column_order_id'] = 'Order ID';
$_['column_customer'] = 'Customer';
$_['column_customer'] = 'Asiakas';
$_['column_product'] = 'No. of Products';
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
@ -30,8 +30,8 @@ $_['column_price'] = 'Price';
$_['column_total'] = 'Total';
$_['column_action'] = 'Toiminto';
$_['column_date_added'] = 'Date Added';
$_['column_status'] = 'Status';
$_['column_comment'] = 'Comment';
$_['column_status'] = 'Tila';
$_['column_comment'] = 'Kommentti';
// Error
$_['error_reorder'] = '%s is not currently available to be reordered.';