mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-31 08:14:50 +02:00
Translation into Spanish
This commit is contained in:
parent
4105ad0b8b
commit
5ddbf8258c
4 changed files with 6 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue