New Translations – 2.3.2020 (2)
This commit is contained in:
@ -11,19 +11,19 @@ $_['text_opened'] = 'Opened';
|
||||
$_['text_unopened'] = 'Unopened';
|
||||
$_['text_order'] = 'Order Information';
|
||||
$_['text_product'] = 'Product Information & Reason for Return';
|
||||
$_['text_history'] = 'History';
|
||||
$_['text_history'] = 'Historia';
|
||||
$_['text_history_add'] = 'Add History';
|
||||
|
||||
// Column
|
||||
$_['column_return_id'] = 'Return ID';
|
||||
$_['column_order_id'] = 'Order ID';
|
||||
$_['column_customer'] = 'Customer';
|
||||
$_['column_product'] = 'Product';
|
||||
$_['column_product'] = 'Tuote';
|
||||
$_['column_model'] = 'Model';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_date_modified'] = 'Date Modified';
|
||||
$_['column_comment'] = 'Comment';
|
||||
$_['column_status'] = 'Tila';
|
||||
$_['column_date_added'] = 'Lisäyspäivä';
|
||||
$_['column_date_modified'] = 'Muokkauspäivä';
|
||||
$_['column_comment'] = 'Kommentti';
|
||||
$_['column_notify'] = 'Customer Notified';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
@ -31,22 +31,22 @@ $_['column_action'] = 'Toiminto';
|
||||
$_['entry_customer'] = 'Asiakas';
|
||||
$_['entry_order_id'] = 'Order ID';
|
||||
$_['entry_date_ordered'] = 'Order Date';
|
||||
$_['entry_firstname'] = 'First Name';
|
||||
$_['entry_lastname'] = 'Last Name';
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_firstname'] = 'Etunimi';
|
||||
$_['entry_lastname'] = 'Sukunimi';
|
||||
$_['entry_email'] = 'Sähköpostiosoite';
|
||||
$_['entry_telephone'] = 'Telephone';
|
||||
$_['entry_product'] = 'Product';
|
||||
$_['entry_model'] = 'Model';
|
||||
$_['entry_quantity'] = 'Quantity';
|
||||
$_['entry_opened'] = 'Opened';
|
||||
$_['entry_comment'] = 'Comment';
|
||||
$_['entry_comment'] = 'Kommentti';
|
||||
$_['entry_return_reason'] = 'Return Reason';
|
||||
$_['entry_return_action'] = 'Return Action';
|
||||
$_['entry_return_status'] = 'Return Status';
|
||||
$_['entry_notify'] = 'Notify Customer';
|
||||
$_['entry_return_id'] = 'Return ID';
|
||||
$_['entry_date_added'] = 'Date Added';
|
||||
$_['entry_date_modified'] = 'Date Modified';
|
||||
$_['entry_date_added'] = 'Lisäyspäivä';
|
||||
$_['entry_date_modified'] = 'Muokkauspäivä';
|
||||
|
||||
// Help
|
||||
$_['help_product'] = '(Autocomplete)';
|
||||
|
Reference in New Issue
Block a user