Skip to content

Commit

Permalink
Update rbac.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalosh committed Aug 1, 2015
1 parent 1278a4c commit 52fbb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions messages/ru/rbac.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'Roles' => 'Роли',
'Rule class can not be instantiated' => 'Объект класса правила не может быть создан',
'Rule class must extend "yii\rbac\Rule"' => 'Класс правил должен быть наследником класса "yii\rbac\Rule"',
'Rule name' => 'Условие',
'Rule name' => 'Правило',
'Save' => 'Сохранить',
'The item description (Optional).' => 'Описание (Необязательно)',
'The name of the item.' => 'Имя элемента.',
Expand All @@ -45,5 +45,5 @@
'Update permission' => 'Обновить разрешения',
'Update role' => 'Обновить роль',
'Users' => 'Пользователи',
'Сhildren' => 'Преемственность прав'
'Сhildren' => 'Дочерние правила'
];

0 comments on commit 52fbb2b

Please sign in to comment.