diff --git a/system/lan/english/common.lan.php b/system/lan/english/common.lan.php index 4c1138d3..56852250 100644 --- a/system/lan/english/common.lan.php +++ b/system/lan/english/common.lan.php @@ -286,4 +286,11 @@ $_L['TripayPayment_Channel'] = 'TripayPayment Channel'; $_L['Payment_Channel'] = 'Payment Channel'; $_L['Payment_check_failed'] = 'Payment check failed.'; $_L['Order_Package'] = 'Order Package'; +$_L['Transactions'] = 'Transactions'; +$_L['Payments'] = 'Payments'; +$_L['History'] = 'History'; +$_L['Order_History'] = 'Order History'; +$_L['Gateway'] = 'Gateway'; +$_L['Date_Done'] = 'Date Done'; +$_L['Unpaid_Order'] = 'Unpaid Order'; diff --git a/system/lan/indonesia/common.lan.php b/system/lan/indonesia/common.lan.php index 0decb0c9..8bc7c786 100644 --- a/system/lan/indonesia/common.lan.php +++ b/system/lan/indonesia/common.lan.php @@ -284,3 +284,10 @@ $_L['TripayPayment_Channel'] = 'TripayPayment Channel'; $_L['Payment_Channel'] = 'Payment Channel'; $_L['Payment_check_failed'] = 'Payment check failed.'; $_L['Order_Package'] = 'Order Package'; +$_L['Transactions'] = 'Transactions'; +$_L['Payments'] = 'Payments'; +$_L['History'] = 'History'; +$_L['Order_History'] = 'Order History'; +$_L['Gateway'] = 'Gateway'; +$_L['Date_Done'] = 'Date Done'; +$_L['Unpaid_Order'] = 'Unpaid Order'; diff --git a/system/lan/turkish/common.lan.php b/system/lan/turkish/common.lan.php index 29e6c1be..af556bc2 100755 --- a/system/lan/turkish/common.lan.php +++ b/system/lan/turkish/common.lan.php @@ -261,4 +261,11 @@ $_L['You_have_unpaid_transaction'] = 'You have unpaid transaction'; $_L['TripayPayment_Channel'] = 'TripayPayment Channel'; $_L['Payment_Channel'] = 'Payment Channel'; $_L['Payment_check_failed'] = 'Payment check failed.'; -$_L['Order_Package'] = 'Order Package'; \ No newline at end of file +$_L['Order_Package'] = 'Order Package'; +$_L['Transactions'] = 'Transactions'; +$_L['Payments'] = 'Payments'; +$_L['History'] = 'History'; +$_L['Order_History'] = 'Order History'; +$_L['Gateway'] = 'Gateway'; +$_L['Date_Done'] = 'Date Done'; +$_L['Unpaid_Order'] = 'Unpaid Order'; \ No newline at end of file