diff --git a/ui/whatsappGateway.tpl b/ui/whatsappGateway.tpl index f4222b2..eb7a9a6 100644 --- a/ui/whatsappGateway.tpl +++ b/ui/whatsappGateway.tpl @@ -8,7 +8,7 @@

- Login Whatsapp + {Lang::T('Login Whatsapp')}

@@ -17,10 +17,10 @@ @@ -36,7 +36,7 @@

- Configuration + {Lang::T('Configuration')}

@@ -51,7 +51,7 @@ - AUTH_BASIC_PASSWORD From .env, change this will change secret for API + {Lang::T('AUTH_BASIC_PASSWORD From .env, change this will change secret for API')}
@@ -60,16 +60,16 @@
- if you put 62, Phone started with 0xxxx will change to 62xxxx + {Lang::T('if you put 62, Phone started with 0xxxx will change to 62xxxx')}
@@ -84,7 +84,7 @@

- Add Phone + {Lang::T('Add Phone')}

- Use Country Code as whatsapp need it + {Lang::T('Use Country Code as whatsapp need it')}
- +
@@ -117,7 +117,7 @@
-

Registered Phone

+

{Lang::T('Registered Phone')}

@@ -126,9 +126,9 @@ - + - + @@ -145,7 +145,7 @@ {/foreach} @@ -153,21 +153,20 @@
Phone Number{Lang::T('Phone Number')} StatusAction{Lang::T('Action')}
Remove + onclick="return confirm('Remove {$phone}?')">{Lang::T('Remove')}
-

API To send directly

+

{Lang::T('API to send directly')}

- Change Auth Basic Password will change secret. No need to change whatsapp URL in PHPNuxBill with this. the plugin will work directly. + {Lang::T('Change Auth Basic Password will change secret. No need to change whatsapp URL in PHPNuxBill with this. the plugin will work directly.')}
{/if}
-

Sending WhatsApp

-

If you put multiple number, it will send random to any existed phone number. even if it not logged in to - WhatsApp.

-

Empty Whatsapp Server URL in PHPNuxBill configuration, this plugin will overide sending WhatsApp.

+

{Lang::T('Sending WhatsApp')}

+

{Lang::T('If you put multiple number, it will send random to any existed phone number. even if it not logged in to WhatsApp.')}

+

{Lang::T('Empty Whatsapp Server URL in PHPNuxBill configuration')}, {Lang::T('this plugin will overide sending WhatsApp.')}

This plugin only support Go WhatsApp Multi-Device

-{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"}