From c3a76bab902f1272de45fabaff48f37c768810a1 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Mon, 5 Feb 2024 10:05:41 +0700 Subject: [PATCH] Language add --- system/controllers/prepaid.php | 2 +- system/lan/english/common.lan.php | 3 +++ system/lan/indonesia/common.lan.php | 5 ++++- system/lan/spanish/common.lan.php | 5 ++++- system/lan/turkish/common.lan.php | 5 ++++- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/system/controllers/prepaid.php b/system/controllers/prepaid.php index 78f1d692..85895d67 100644 --- a/system/controllers/prepaid.php +++ b/system/controllers/prepaid.php @@ -247,7 +247,7 @@ if($d['status'] == 'on'){ Package::changeTo($username, $id_plan, $id); } - _log('[' . $admin['username'] . ']: ' . 'Edit Plan for Customer ' . $d['username'] . ' to [' . $d['plan_name'] . '][' . Lang::moneyFormat($d['price']) . ']', 'Admin', $admin['id']); + _log('[' . $admin['username'] . ']: ' . 'Edit Plan for Customer ' . $d['username'] . ' to [' . $d['namebp'] . '][' . Lang::moneyFormat($d['price']) . ']', 'Admin', $admin['id']); r2(U . 'prepaid/list', 's', $_L['Updated_Successfully']); } else { r2(U . 'prepaid/edit/' . $id, 'e', $msg); diff --git a/system/lan/english/common.lan.php b/system/lan/english/common.lan.php index 646d2c07..543740f1 100644 --- a/system/lan/english/common.lan.php +++ b/system/lan/english/common.lan.php @@ -424,3 +424,6 @@ $_L['Buy_this_your_active_package_will_be_overwrite'] = 'Buy this? your active package will be overwrite'; $_L['Buy_this_your_active_package_will_be_overwrite'] = 'Buy this? your active package will be overwrite'; $_L['Buy_this_your_active_package_will_be_overwrite'] = 'Buy this? your active package will be overwrite'; +$_L['Monthly_Registered_Customers'] = 'Monthly Registered Customers'; +$_L['Total_Monthly_Sales'] = 'Total Monthly Sales'; +$_L['Active_Users'] = 'Active Users'; diff --git a/system/lan/indonesia/common.lan.php b/system/lan/indonesia/common.lan.php index 22c42831..a8fb7337 100644 --- a/system/lan/indonesia/common.lan.php +++ b/system/lan/indonesia/common.lan.php @@ -408,4 +408,7 @@ $_L['Service_Type'] = 'Service Type'; $_L['Others'] = 'Lainnya'; $_L['PPPoE'] = 'PPPoE'; -$_L['Hotspot'] = 'Hotspot'; \ No newline at end of file +$_L['Hotspot'] = 'Hotspot'; +$_L['Monthly_Registered_Customers'] = 'Pendaftaran Pelanggan perbulan'; +$_L['Total_Monthly_Sales'] = 'Total penjualan Perbulan'; +$_L['Active_Users'] = 'Pelanggan Aktif'; \ No newline at end of file diff --git a/system/lan/spanish/common.lan.php b/system/lan/spanish/common.lan.php index 12dcc111..9ff495d1 100644 --- a/system/lan/spanish/common.lan.php +++ b/system/lan/spanish/common.lan.php @@ -405,4 +405,7 @@ $_L['Service_Type'] = 'Service Type'; $_L['Others'] = 'Others'; $_L['PPPoE'] = 'PPPoE'; -$_L['Hotspot'] = 'Hotspot'; \ No newline at end of file +$_L['Hotspot'] = 'Hotspot'; +$_L['Monthly_Registered_Customers'] = 'Monthly Registered Customers'; +$_L['Total_Monthly_Sales'] = 'Total Monthly Sales'; +$_L['Active_Users'] = 'Active Users'; \ No newline at end of file diff --git a/system/lan/turkish/common.lan.php b/system/lan/turkish/common.lan.php index c7b5a60b..f5360988 100755 --- a/system/lan/turkish/common.lan.php +++ b/system/lan/turkish/common.lan.php @@ -382,4 +382,7 @@ $_L['Service_Type'] = 'Service Type'; $_L['Others'] = 'Others'; $_L['PPPoE'] = 'PPPoE'; -$_L['Hotspot'] = 'Hotspot'; \ No newline at end of file +$_L['Hotspot'] = 'Hotspot'; +$_L['Monthly_Registered_Customers'] = 'Monthly Registered Customers'; +$_L['Total_Monthly_Sales'] = 'Total Monthly Sales'; +$_L['Active_Users'] = 'Active Users'; \ No newline at end of file