mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-29 22:29:36 +02:00
Translation into Spanish
This commit is contained in:
parent
9f2304bf00
commit
1ce8f26a63
2 changed files with 8 additions and 9 deletions
|
@ -291,13 +291,13 @@
|
|||
<div class="col-md-5">
|
||||
<select name="registration_username" id="voucher_format" class="form-control">
|
||||
<option value="username" {if $_c['registration_username']=='username' }selected="selected"
|
||||
{/if}>Username
|
||||
{/if}>{Lang::T('Username')}
|
||||
</option>
|
||||
<option value="email" {if $_c['registration_username']=='email' }selected="selected" {/if}>
|
||||
Email
|
||||
{Lang::T('Email')}
|
||||
</option>
|
||||
<option value="phone" {if $_c['registration_username']=='phone' }selected="selected" {/if}>
|
||||
Phone Number
|
||||
{Lang::T('Phone Number')}
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
|
@ -470,7 +470,7 @@
|
|||
<h4 class="panel-title">
|
||||
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion"
|
||||
href="#collapseVoucher" aria-expanded="false" aria-controls="collapseVoucher">
|
||||
Voucher
|
||||
{Lang::T('Voucher')}
|
||||
</a>
|
||||
</h4>
|
||||
</div>
|
||||
|
@ -796,8 +796,7 @@
|
|||
href="#collapseEmailNotification" aria-expanded="false" aria-controls="collapseEmailNotification">
|
||||
{Lang::T('Email Notification')}
|
||||
<div class="btn-group pull-right">
|
||||
<a class="btn btn-success btn-xs" style="color: black;" href="javascript:testEmail()">Test
|
||||
Email</a>
|
||||
<a class="btn btn-success btn-xs" style="color: black;" href="javascript:testEmail()">{Lang::T('Test Email')}</a>
|
||||
</div>
|
||||
</a>
|
||||
</h4>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<td width="130">
|
||||
<div class="btn-group btn-group-justified" role="group">
|
||||
<a href="{Text::url('widgets/delete/', $w['id'])}"
|
||||
onclick="return ask(this, 'Delete this widget?')" class="btn btn-sm btn-danger">
|
||||
onclick="return ask(this, '{Lang::T('Delete this widget')}?')" class="btn btn-sm btn-danger">
|
||||
<i class="glyphicon glyphicon-trash"></i>
|
||||
</a>
|
||||
<a href="{Text::url('widgets/edit/', $w['id'])}"
|
||||
|
@ -42,7 +42,7 @@
|
|||
<div class="panel-footer">
|
||||
<div class="btn-group btn-group-justified" role="group">
|
||||
<div class="btn-group" role="group">
|
||||
<button type="submit" class="btn btn-info">Save sequence</button>
|
||||
<button type="submit" class="btn btn-info">{Lang::T('Save sequence')}</button>
|
||||
</div>
|
||||
<a href="{Text::url('widgets/add/', $pos)}" class="btn btn-primary">{Lang::T("Add new widget")}</a>
|
||||
</div>
|
||||
|
@ -54,7 +54,7 @@
|
|||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">Dashboard Structure</div>
|
||||
<div class="panel-heading">{Lang::T('Dashboard Structure')}</div>
|
||||
<div class="panel-body">
|
||||
{assign rows explode(".", $_c['dashboard_cr'])}
|
||||
{assign pos 1}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue