Skip to content

Commit

Permalink
translations
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Apr 27, 2016
1 parent 380ab33 commit e20745c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/messages/ru/server.php
Expand Up @@ -33,6 +33,7 @@
'Block' => 'Заблокировать',
'Block reason label' => 'Причина блокировки',
'Block server' => 'Заблокировать сервер',
'Block servers' => 'Заблокировать серверы',
'Blocked {reason}' => 'Заблокирован: {reason}',
'Blocking...' => 'Блокируется...',
'Boot LiveCD' => 'Загрузить LiveCD',
Expand Down Expand Up @@ -140,7 +141,7 @@
'Turning power OFF...' => 'Питание отключается...',
'Turning power ON...' => 'Питание включается...',
'Unblock' => 'Разблокировать',
'Unblock server' => 'Разблокировать сервер',
'Unblock servers' => 'Разблокировать серверы',
'Unblocking...' => 'Разблокирование...',
'VNC is supported only on XEN visualization' => 'VNC поддерживается только на виртуализации XEN',
'VNC server' => 'Сервер VNC',
Expand Down
4 changes: 2 additions & 2 deletions src/views/server/index.php
Expand Up @@ -55,8 +55,8 @@
<?= Dropdown::widget([
'encodeLabels' => false,
'items' => [
['label' => Yii::t('hipanel/domain', 'Block servers'), 'url' => '#bulk-server-block-modal', 'linkOptions' => ['data-toggle' => 'modal']],
['label' => Yii::t('hipanel/domain', 'Unblock servers'), 'url' => '#bulk-server-unblock-modal', 'linkOptions' => ['data-toggle' => 'modal']],
['label' => Yii::t('hipanel/server', 'Block servers'), 'url' => '#bulk-server-block-modal', 'linkOptions' => ['data-toggle' => 'modal']],
['label' => Yii::t('hipanel/server', 'Unblock servers'), 'url' => '#bulk-server-unblock-modal', 'linkOptions' => ['data-toggle' => 'modal']],
['label' => Yii::t('hipanel', 'Delete'), 'url' => '#bulk-server-delete-modal', 'linkOptions' => ['data-toggle' => 'modal']],
]
]); ?>
Expand Down

0 comments on commit e20745c

Please sign in to comment.