Translation into Spanish
This commit is contained in:
parent
af22a26c4c
commit
4105ad0b8b
@ -19,7 +19,7 @@
|
||||
<div class="btn-group pull-right">
|
||||
<a class="btn btn-primary btn-xs" title="save"
|
||||
href="{Text::url('customers/csv&token=', $csrf_token)}"
|
||||
onclick="return ask(this, 'This will export to CSV?')"><span
|
||||
onclick="return ask(this, '{Lang::T("This will export to CSV")}?')"><span
|
||||
class="glyphicon glyphicon-download" aria-hidden="true"></span> CSV</a>
|
||||
</div>
|
||||
{/if}
|
||||
@ -31,7 +31,7 @@
|
||||
<div class="md-whiteframe-z1 mb20 text-center" style="padding: 15px">
|
||||
<div class="col-lg-4">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon">Order </span>
|
||||
<span class="input-group-addon">{Lang::T('Order ')} </span>
|
||||
<div class="row row-no-gutters">
|
||||
<div class="col-xs-8">
|
||||
<select class="form-control" id="order" name="order">
|
||||
@ -62,7 +62,7 @@
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon">Status</span>
|
||||
<span class="input-group-addon">{Lang::T('Status')}</span>
|
||||
<select class="form-control" id="filter" name="filter">
|
||||
{foreach $statuses as $status}
|
||||
<option value="{$status}" {if $filter eq $status }selected{/if}>{Lang::T($status)}
|
||||
|
@ -59,7 +59,7 @@
|
||||
{/if}
|
||||
{if $d['pppoe_ip'] != ''}
|
||||
<li class="list-group-item">
|
||||
<b>PPPOE Remote IP</b> <span class="pull-right">{$d['pppoe_ip']}</span>
|
||||
<b>{Lang::T('PPPoE Remote IP')}</b> <span class="pull-right">{$d['pppoe_ip']}</span>
|
||||
</li>
|
||||
{/if}
|
||||
<!--Customers Attributes view start -->
|
||||
@ -222,7 +222,7 @@
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
{Lang::T('Type')} <span class="pull-right">
|
||||
{if $package['prepaid'] eq yes}Prepaid{else}<b>Postpaid</b>{/if}</span>
|
||||
{if $package['prepaid'] eq yes}Prepaid{else}<b>{Lang::T('Postpaid')}</b>{/if}</span>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
{Lang::T('Bandwidth')} <span class="pull-right">
|
||||
@ -244,7 +244,7 @@
|
||||
<div class="col-xs-4">
|
||||
<a href="{Text::url('customers/deactivate/', $d['id'],'/',$package['plan_id'], '&token=', $csrf_token)}"
|
||||
id="{$d['id']}" class="btn btn-danger btn-block btn-sm"
|
||||
onclick="return ask(this, 'This will deactivate Customer Plan, and make it expired')">{Lang::T('Deactivate')}</a>
|
||||
onclick="return ask(this, '{Lang::T('This will deactivate Customer Plan, and make it expired')}')">{Lang::T('Deactivate')}</a>
|
||||
</div>
|
||||
<div class="col-xs-8">
|
||||
<a href="{Text::url('customers/recharge/', $d['id'], '/', $package['plan_id'], '&token=', $csrf_token)}"
|
||||
@ -265,7 +265,7 @@
|
||||
</div>
|
||||
<div class="col-xs-6 col-md-3">
|
||||
<a href="{Text::url('customers/sync/', $d['id'], '&token=', $csrf_token)}"
|
||||
onclick="return ask(this, 'This will sync Customer to Mikrotik?')"
|
||||
onclick="return ask(this, '{Lang::T('This will sync Customer to Mikrotik')}?')"
|
||||
class="btn btn-info btn-sm btn-block">{Lang::T('Sync')}</a>
|
||||
</div>
|
||||
<div class="col-xs-6 col-md-3">
|
||||
|
@ -79,7 +79,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-lg-offset-2 col-lg-10">
|
||||
<button type="button" id="startBulk" class="btn btn-primary">Start Bulk Messaging</button>
|
||||
<button type="button" id="startBulk" class="btn btn-primary">{Lang::T('Start Bulk Messaging')}</button>
|
||||
<a href="{Text::url('dashboard')}" class="btn btn-default">{Lang::T('Cancel')}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -47,14 +47,14 @@
|
||||
<b>[[company_name]]</b> - {Lang::T('Your Company Name')}
|
||||
<br>
|
||||
<b>[[payment_link]]</b> - <a href="{Text::url('docs')}/#Reminder%20with%20payment%20link"
|
||||
target="_blank">read documentation</a>.
|
||||
target="_blank">{Lang::T('Read documentation')}</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-lg-offset-2 col-lg-10">
|
||||
<button class="btn btn-success"
|
||||
onclick="return ask(this, 'Continue the process of sending messages?')"
|
||||
onclick="return ask(this, '{Lang::T('Continue the process of sending messages')}?')"
|
||||
type="submit">{Lang::T('Send Message')}</button>
|
||||
<a href="{Text::url('dashboard')}" class="btn btn-default">{Lang::T('Cancel')}</a>
|
||||
</div>
|
||||
|
@ -7,8 +7,8 @@
|
||||
{if in_array($_admin['user_type'],['SuperAdmin','Admin'])}
|
||||
<div class="btn-group pull-right">
|
||||
<a class="btn btn-primary btn-xs" title="save" href="{Text::url('')}plan/sync"
|
||||
onclick="return ask(this, 'This will sync/send Caustomer active plan to Mikrotik?')"><span
|
||||
class="glyphicon glyphicon-refresh" aria-hidden="true"></span> sync</a>
|
||||
onclick="return ask(this, '{Lang::T('This will sync/send Caustomer active plan to Mikrotik')}?')"><span
|
||||
class="glyphicon glyphicon-refresh" aria-hidden="true"></span> {Lang::T('Sync')}</a>
|
||||
</div>
|
||||
{* <div class="btn-group pull-right">
|
||||
<a class="btn btn-info btn-xs" title="save" href="{Text::url('plan/csv',$append_url)}"
|
||||
|
@ -50,7 +50,7 @@
|
||||
<div class="form-group">
|
||||
<div class="col-md-9 col-md-offset-3">
|
||||
<button class="btn btn-success"
|
||||
onclick="return ask(this, 'Continue the Customer Balance top-up process?')"
|
||||
onclick="return ask(this, '{Lang::T('Continue the Customer Balance top-up process')}?')"
|
||||
type="submit">{Lang::T('Recharge')}</button>
|
||||
Or <a href="{Text::url('')}customers/list">{Lang::T('Cancel')}</a>
|
||||
</div>
|
||||
|
@ -58,7 +58,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-lg-offset-2 col-lg-10">
|
||||
<button class="btn btn-success" onclick="return ask(this, 'Continue the package change process?')" type="submit">{Lang::T('Edit')}</button>
|
||||
<button class="btn btn-success" onclick="return ask(this, '{Lang::T('Continue the package change process')}?')" type="submit">{Lang::T('Edit')}</button>
|
||||
Or <a href="{Text::url('')}plan/list">{Lang::T('Cancel')}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -64,7 +64,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-lg-offset-2 col-lg-10">
|
||||
<button class="btn btn-success" onclick="return ask(this, 'Continue the Recharge process?')"
|
||||
<button class="btn btn-success" onclick="return ask(this, '{Lang::T('Continue the Recharge process')}?')"
|
||||
type="submit">{Lang::T('Recharge')}</button>
|
||||
{Lang::T('Or')} <a href="{Text::url('')}customers/list">{Lang::T('Cancel')}</a>
|
||||
</div>
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-lg-offset-2 col-lg-10">
|
||||
<button class="btn btn-success" onclick="return ask(this, 'Continue the Refill process?')"
|
||||
<button class="btn btn-success" onclick="return ask(this, '{Lang::T('Continue the Refill process')}?')"
|
||||
type="submit">{Lang::T('Recharge')}</button>
|
||||
Or <a href="{Text::url('')}customers/list">{Lang::T('Cancel')}</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user