Update
This commit is contained in:
parent
689f9288d6
commit
01b7e74361
|
@ -118,8 +118,8 @@ if($Login->role()==='admin') {
|
||||||
|
|
||||||
HTML::formInputText(array(
|
HTML::formInputText(array(
|
||||||
'name'=>'status',
|
'name'=>'status',
|
||||||
'label'=>$L->g('сurrent-status'),
|
'label'=>$L->g('сurrent status'),
|
||||||
'value'=>$_User->enabled()?$L->g('enabled-user-status'):$L->g('disable-user-status'),
|
'value'=>$_User->enabled()?$L->g('Enabled'):$L->g('Disabled'),
|
||||||
'class'=>'uk-width-1-2 uk-form-medium',
|
'class'=>'uk-width-1-2 uk-form-medium',
|
||||||
'disabled'=>true,
|
'disabled'=>true,
|
||||||
'tip'=>$_User->enabled()?'':$L->g('To enable the user you have to set a new password')
|
'tip'=>$_User->enabled()?'':$L->g('To enable the user you have to set a new password')
|
||||||
|
@ -128,7 +128,7 @@ if($Login->role()==='admin') {
|
||||||
if( $_User->enabled() ) {
|
if( $_User->enabled() ) {
|
||||||
echo '<div class="uk-form-row">
|
echo '<div class="uk-form-row">
|
||||||
<div class="uk-form-controls">
|
<div class="uk-form-controls">
|
||||||
<button type="submit" id="jsdisable-user" class="delete-button" name="disable-user"><i class="uk-icon-ban"></i> '.$L->g('disable-the-user').'</button>
|
<button type="submit" id="jsdisable-user" class="delete-button" name="disable-user"><i class="uk-icon-ban"></i> '.$L->g('Disable the user').'</button>
|
||||||
</div>
|
</div>
|
||||||
</div>';
|
</div>';
|
||||||
}
|
}
|
||||||
|
|
|
@ -165,8 +165,8 @@
|
||||||
"publish": "Публикувай",
|
"publish": "Публикувай",
|
||||||
"please-check-your-theme-configuration": "Моля, проверете конфигурацията на вашата тема.",
|
"please-check-your-theme-configuration": "Моля, проверете конфигурацията на вашата тема.",
|
||||||
"plugin-label": "Заглавие на компонент",
|
"plugin-label": "Заглавие на компонент",
|
||||||
"enabled": "Разреши",
|
"enabled": "Активeн",
|
||||||
"disabled": "Забрани",
|
"disabled": "Неактивен",
|
||||||
"cli-mode": "Режим CLI",
|
"cli-mode": "Режим CLI",
|
||||||
"command-line-mode": "Режим на команден ред",
|
"command-line-mode": "Режим на команден ред",
|
||||||
"enable-the-command-line-mode-if-you-add-edit": "Смени с режим на командния ред, ако добавяте, променяте или изтривате постове и страници от файловата система",
|
"enable-the-command-line-mode-if-you-add-edit": "Смени с режим на командния ред, ако добавяте, променяте или изтривате постове и страници от файловата система",
|
||||||
|
@ -242,8 +242,6 @@
|
||||||
|
|
||||||
"to-enable-the-user-you-have-to-set-a-new-password": "За да се активира на ново потребителя трябва да му зададете нова парола .",
|
"to-enable-the-user-you-have-to-set-a-new-password": "За да се активира на ново потребителя трябва да му зададете нова парола .",
|
||||||
"do-you-want-to-disable-the-user": "Искате ли да деактивирате този потребител?",
|
"do-you-want-to-disable-the-user": "Искате ли да деактивирате този потребител?",
|
||||||
"disable-user-status": "Неактивен",
|
|
||||||
"enabled-user-status": "Активен",
|
|
||||||
"сurrent-status" : "Статус",
|
"сurrent-status" : "Статус",
|
||||||
"disable-the-user" : "Деактивиране на потребителя"
|
"disable-the-user" : "Деактивиране на потребителя"
|
||||||
|
|
||||||
|
|
|
@ -244,8 +244,6 @@
|
||||||
|
|
||||||
"to-enable-the-user-you-have-to-set-a-new-password": "To enable the user you have to set a new password.",
|
"to-enable-the-user-you-have-to-set-a-new-password": "To enable the user you have to set a new password.",
|
||||||
"do-you-want-to-disable-the-user": "Do you want to disable the user ?",
|
"do-you-want-to-disable-the-user": "Do you want to disable the user ?",
|
||||||
"disable-user-status": "Disable",
|
|
||||||
"enabled-user-status": "Enabled",
|
|
||||||
"сurrent-status" : "Status",
|
"сurrent-status" : "Status",
|
||||||
"disable-the-user" : "Disable the user"
|
"disable-the-user" : "Disable the user"
|
||||||
}
|
}
|
Loading…
Reference in New Issue