diff --git a/ui/ui/hotspot-edit.tpl b/ui/ui/hotspot-edit.tpl
index 75de4635..1100e4aa 100644
--- a/ui/ui/hotspot-edit.tpl
+++ b/ui/ui/hotspot-edit.tpl
@@ -15,8 +15,8 @@
data-content="Customer cannot buy disabled Plan, but admin can recharge it, use it if you want only admin recharge it">?
- Enable
- Disable
+ {Lang::T('Enable')}
+ {Lang::T('Disable')}
{if $_c['radius_enable'] and $d['is_radius']}
@@ -234,7 +234,7 @@
{Lang::T('Expired Internet Plan')}
- Default - Remove Customer
+ {Lang::T('Default - Remove Customer')}
{foreach $exps as $exp}
{$exp['name_plan']}
@@ -251,14 +251,14 @@
{if !$d['is_radius']}
-
on-login / on-up
+
{Lang::T('on-login / on-up')}
-
on-logout / on-down
+
{Lang::T('on-logout / on-down')}
@@ -333,4 +333,4 @@
});
-{include file="sections/footer.tpl"}
\ No newline at end of file
+{include file="sections/footer.tpl"}
diff --git a/ui/ui/logs-radius.tpl b/ui/ui/logs-radius.tpl
index 22e6ef88..44de0667 100644
--- a/ui/ui/logs-radius.tpl
+++ b/ui/ui/logs-radius.tpl
@@ -32,12 +32,12 @@
@@ -66,4 +66,4 @@
-{include file="sections/footer.tpl"}
\ No newline at end of file
+{include file="sections/footer.tpl"}
diff --git a/ui/ui/logs.tpl b/ui/ui/logs.tpl
index c43864db..3aba4804 100644
--- a/ui/ui/logs.tpl
+++ b/ui/ui/logs.tpl
@@ -32,12 +32,12 @@
@@ -63,4 +63,4 @@
-{include file="sections/footer.tpl"}
\ No newline at end of file
+{include file="sections/footer.tpl"}
diff --git a/ui/ui/message-bulk.tpl b/ui/ui/message-bulk.tpl
index e28230ce..3dc59c12 100644
--- a/ui/ui/message-bulk.tpl
+++ b/ui/ui/message-bulk.tpl
@@ -90,24 +90,24 @@
{if $batchStatus}
-Total SMS Sent: {$totalSMSSent} Total SMS
- Failed: {$totalSMSFailed} Total WhatsApp Sent:
- {$totalWhatsappSent} Total WhatsApp Failed:
+{Lang::T('Total SMS Sent')}: {$totalSMSSent} {Lang::T('Total SMS
+ Failed')}: {$totalSMSFailed} {Lang::T('Total WhatsApp Sent')}:
+ {$totalWhatsappSent} {Lang::T('Total WhatsApp Failed')}:
{$totalWhatsappFailed}
{/if}
- Name
- Phone
- Message
- Status
+ {Lang::T('Name')}
+ {Lang::T('Phone')}
+ {Lang::T('Message')}
+ {Lang::T('Status')}
@@ -139,4 +139,4 @@
-{include file="sections/footer.tpl"}
\ No newline at end of file
+{include file="sections/footer.tpl"}
diff --git a/ui/ui/paymentgateway-audit-view.tpl b/ui/ui/paymentgateway-audit-view.tpl
index a72838a7..77bfd923 100644
--- a/ui/ui/paymentgateway-audit-view.tpl
+++ b/ui/ui/paymentgateway-audit-view.tpl
@@ -10,7 +10,7 @@
- TRX ID {$pg['id']}
+ {Lang::T('TRX ID')} {$pg['id']}
{Lang::T('Invoice')}
@@ -65,7 +65,7 @@
- Response when request payment
+ {Lang::T('Response when request payment')}
@@ -80,7 +80,7 @@
- Response when payment PAID
+ {Lang::T('Response when payment PAID')}
@@ -94,4 +94,4 @@
-{include file="sections/footer.tpl"}
\ No newline at end of file
+{include file="sections/footer.tpl"}
diff --git a/ui/ui/paymentgateway-audit.tpl b/ui/ui/paymentgateway-audit.tpl
index e10de7d3..08d49722 100644
--- a/ui/ui/paymentgateway-audit.tpl
+++ b/ui/ui/paymentgateway-audit.tpl
@@ -17,8 +17,8 @@
- TRX ID
- PG ID
+ {Lang::T('TRX ID')}
+ {Lang::T('PG ID')}
{Lang::T('Username')}
{Lang::T('Plan Name')}
{Lang::T('Routers')}
@@ -46,7 +46,7 @@
{if $pg['pg_url_payment']}
open
+ rel="noopener noreferrer">{Lang::T('open')}
{/if}
{$pg['payment_method']} - {$pg['payment_channel']}
@@ -63,8 +63,8 @@
{include file="pagination.tpl"}
- kembali
+ {Lang::T('back')}
-{include file="sections/footer.tpl"}
\ No newline at end of file
+{include file="sections/footer.tpl"}
diff --git a/ui/ui/plugin-manager.tpl b/ui/ui/plugin-manager.tpl
index 3a3e20d5..4a4f48c9 100644
--- a/ui/ui/plugin-manager.tpl
+++ b/ui/ui/plugin-manager.tpl
@@ -1,8 +1,8 @@
{include file="sections/header.tpl"}
{if empty($_c['github_token'])}
- To download from private/paid repository, Set
- your Github Authentication first
+ {Lang::T('To download from private/paid repository')},
+ {Lang::T('Set your Github Authentication first')}
{/if}