Translation into Spanish
This commit is contained in:
parent
096b4fb3af
commit
8238061510
@ -7,11 +7,11 @@
|
||||
{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('logs/list-csv')}"
|
||||
onclick="return ask(this, 'This will export to CSV?')"><span class="glyphicon glyphicon-download"
|
||||
onclick="return ask(this, '{Lang::T('This will export to CSV')}?')"><span class="glyphicon glyphicon-download"
|
||||
aria-hidden="true"></span> CSV</a>
|
||||
</div>
|
||||
{/if}
|
||||
Activity Log
|
||||
{Lang::T('Activity Log')}
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="text-center" style="padding: 15px">
|
||||
|
@ -6,8 +6,8 @@
|
||||
<div class="panel-heading">
|
||||
<div class="btn-group pull-right">
|
||||
<a class="btn btn-primary btn-xs" title="save" href="{Text::url('')}pool/sync"
|
||||
onclick="return ask(this, 'This will sync/send IP Pool to Mikrotik?')"><span
|
||||
class="glyphicon glyphicon-refresh" aria-hidden="true"></span> sync</a>
|
||||
onclick="return ask(this, '{Lang::T('This will sync/send IP Pool to Mikrotik')}?')"><span
|
||||
class="glyphicon glyphicon-refresh" aria-hidden="true"></span> {Lang::T('Sync')}</a>
|
||||
</div>
|
||||
{Lang::T('IP Pool')}
|
||||
</div>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="panel-heading">
|
||||
<div class="btn-group pull-right">
|
||||
<a class="btn btn-primary btn-xs" title="save" href="{Text::url('')}pool/sync"
|
||||
onclick="return ask(this, 'This will sync/send IP port to Mikrotik?')"><span
|
||||
onclick="return ask(this, '{Lang::T('This will sync/send IP port to Mikrotik')}?')"><span
|
||||
class="glyphicon glyphicon-refresh" aria-hidden="true"></span> sync</a>
|
||||
</div>
|
||||
{Lang::T('Port Pool')} - VPN Tunnels
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="panel-heading">
|
||||
<div class="btn-group pull-right">
|
||||
<a class="btn btn-primary btn-xs" title="save" href="{Text::url('')}services/sync/pppoe"
|
||||
onclick="return ask(this, 'This will sync/send PPPOE plan to Mikrotik?')"><span
|
||||
onclick="return ask(this, '{Lang::T('This will sync/send PPPOE plan to Mikrotik')}?')"><span
|
||||
class="glyphicon glyphicon-refresh" aria-hidden="true"></span> sync</a>
|
||||
</div>{Lang::T('PPPOE Package')}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user