New Translations – 2.3.2020 (2)
This commit is contained in:
@ -5,7 +5,7 @@ $_['heading_title'] = 'Recurring Orders';
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified recurring profiles!';
|
||||
$_['text_list'] = 'Recurring Order List';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_filter'] = 'Suodatin';
|
||||
$_['text_recurring_detail'] = 'Recurring Details';
|
||||
$_['text_order_detail'] = 'Order Details';
|
||||
$_['text_product_detail'] = 'Product Details';
|
||||
@ -17,8 +17,8 @@ $_['text_recurring_description'] = 'Description';
|
||||
$_['text_recurring_status'] = 'Recurring Status';
|
||||
$_['text_payment_method'] = 'Payment Method';
|
||||
$_['text_order_id'] = 'Order ID';
|
||||
$_['text_customer'] = 'Customer';
|
||||
$_['text_email'] = 'Email';
|
||||
$_['text_customer'] = 'Asiakas';
|
||||
$_['text_email'] = 'Sähköpostiosoite';
|
||||
$_['text_date_added'] = 'Date Added';
|
||||
$_['text_order_status'] = 'Order Status';
|
||||
$_['text_type'] = 'Type';
|
||||
@ -36,7 +36,7 @@ $_['text_status_6'] = 'Pending';
|
||||
|
||||
$_['text_transactions'] = 'Transactions';
|
||||
$_['text_cancel_confirm'] = 'Profile\'s cancellation cannot be undone! Are you sure want to do this?';
|
||||
$_['text_transaction_date_added'] = 'Date added';
|
||||
$_['text_transaction_date_added'] = 'Lisäyspäivä';
|
||||
$_['text_transaction_payment'] = 'Payment';
|
||||
$_['text_transaction_outstanding_payment'] = 'Outstanding payment';
|
||||
$_['text_transaction_skipped'] = 'Payment skipped';
|
||||
@ -52,11 +52,11 @@ $_['text_cancelled'] = 'Recurring payment has been cancell
|
||||
$_['column_order_recurring_id'] = 'Recurring ID';
|
||||
$_['column_order_id'] = 'Order ID';
|
||||
$_['column_reference'] = 'Payment Reference';
|
||||
$_['column_customer'] = 'Customer';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_customer'] = 'Asiakas';
|
||||
$_['column_date_added'] = 'Lisäyspäivä';
|
||||
$_['column_status'] = 'Tila';
|
||||
$_['column_amount'] = 'Amount';
|
||||
$_['column_type'] = 'Type';
|
||||
$_['column_type'] = 'Tyyppi';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
// Entry
|
||||
@ -66,11 +66,11 @@ $_['entry_reference'] = 'Payment Reference';
|
||||
$_['entry_customer'] = 'Customer';
|
||||
$_['entry_date_added'] = 'Date Added';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_type'] = 'Type';
|
||||
$_['entry_type'] = 'Tyyppi';
|
||||
$_['entry_action'] = 'Toiminto';
|
||||
$_['entry_email'] = 'Email';
|
||||
$_['entry_email'] = 'Sähköpostiosoite';
|
||||
$_['entry_description'] = 'Recurring Profile\'s description';
|
||||
$_['entry_product'] = 'Product';
|
||||
$_['entry_product'] = 'Tuote';
|
||||
$_['entry_quantity'] = 'Quantity';
|
||||
$_['entry_amount'] = 'Amount';
|
||||
$_['entry_recurring'] = 'Recurring Profile';
|
||||
|
Reference in New Issue
Block a user