Update error.php

This commit is contained in:
devochka 2016-10-31 19:06:00 +01:00 committed by GitHub
parent 4e97e7f7c0
commit e936a382c8

View File

@ -1,6 +1,6 @@
<?php
return array (
'<strong>Login</strong> required' => '<strong>требуется</strong> логин',
'<strong>Login</strong> required' => 'Необходима <strong>авторизация</strong>',
'An internal server error occurred.' => 'Произошла внутренняя ошибка сервера.',
'You are not allowed to perform this action.' => 'Вы не можете выполнить это действие.',
);