mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
Update Bahasa
This commit is contained in:
parent
3fbd5b2eb1
commit
56cea36a33
6 changed files with 63 additions and 6 deletions
|
@ -71,7 +71,7 @@
|
|||
<option value="yes" {if $_c['disable_voucher'] == 'yes'}selected="selected" {/if}>Yes
|
||||
</option>
|
||||
</select>
|
||||
<p class="help-block">Voucher activation menu will be hidden</p>
|
||||
<p class="help-block">{Lang::T('Voucher activation menu will be hidden')}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -92,7 +92,7 @@
|
|||
<option value="yes" {if $_c['enable_balance'] == 'yes'}selected="selected" {/if}>Yes
|
||||
</option>
|
||||
</select>
|
||||
<p class="help-block">Customer can deposit money to buy voucher</p>
|
||||
<p class="help-block">{Lang::T('Customer can deposit money to buy voucher')}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
@ -104,7 +104,7 @@
|
|||
<option value="yes" {if $_c['allow_balance_transfer'] == 'yes'}selected="selected"
|
||||
{/if}>Yes</option>
|
||||
</select>
|
||||
<p class="help-block">Allow balance transfer between customers</p>
|
||||
<p class="help-block">{Lang::T('Allow balance transfer between customers')}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue