Translation into Spanish

This commit is contained in:
ORConsulTech 2025-02-20 18:25:47 -04:00
parent 096b4fb3af
commit 8238061510
4 changed files with 6 additions and 6 deletions

View File

@ -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">

View File

@ -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>

View File

@ -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

View File

@ -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>