1
0
opencart-languagepack-finnish/admin/sale/return.php
2020-03-02 10:58:49 +02:00

64 lines
2.6 KiB
PHP

<?php
// Heading
$_['heading_title'] = 'Product Returns';
// Text
$_['text_success'] = 'Success: You have modified returns!';
$_['text_list'] = 'Product Return List';
$_['text_add'] = 'Add Product Return';
$_['text_edit'] = 'Edit Product Return';
$_['text_opened'] = 'Opened';
$_['text_unopened'] = 'Unopened';
$_['text_order'] = 'Order Information';
$_['text_product'] = 'Product Information &amp; Reason for Return';
$_['text_history'] = 'Historia';
$_['text_history_add'] = 'Add History';
// Column
$_['column_return_id'] = 'Return ID';
$_['column_order_id'] = 'Order ID';
$_['column_customer'] = 'Customer';
$_['column_product'] = 'Tuote';
$_['column_model'] = 'Model';
$_['column_status'] = 'Tila';
$_['column_date_added'] = 'Lisäyspäivä';
$_['column_date_modified'] = 'Muokkauspäivä';
$_['column_comment'] = 'Kommentti';
$_['column_notify'] = 'Customer Notified';
$_['column_action'] = 'Toiminto';
// Entry
$_['entry_customer'] = 'Asiakas';
$_['entry_order_id'] = 'Order ID';
$_['entry_date_ordered'] = 'Order Date';
$_['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'] = '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'] = 'Lisäyspäivä';
$_['entry_date_modified'] = 'Muokkauspäivä';
// Help
$_['help_product'] = '(Autocomplete)';
// Error
$_['error_warning'] = 'Varoitus: Please check the form carefully for errors!';
$_['error_permission'] = 'Varoitus: You do not have permission to modify returns!';
$_['error_order_id'] = 'Order ID required!';
$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';
$_['error_product'] = 'Product Name must be greater than 3 and less than 255 characters!';
$_['error_model'] = 'Product Model must be greater than 3 and less than 64 characters!';