diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-05-15 23:07:17 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-05-15 23:07:17 +0200 |
commit | 3e78fc7fdf23f752ecad3874b196dceaf529976f (patch) | |
tree | bd3a90fe767cf0d7d440611848dfe56f4e1e81ce /program/localization/ru_RU/messages.inc | |
parent | 5b0deb0030e4fb88030950c1bb81174579aeea14 (diff) |
Synced localizations from Transifex
Diffstat (limited to 'program/localization/ru_RU/messages.inc')
-rw-r--r-- | program/localization/ru_RU/messages.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/ru_RU/messages.inc b/program/localization/ru_RU/messages.inc index 0693887c0..f9c8c433a 100644 --- a/program/localization/ru_RU/messages.inc +++ b/program/localization/ru_RU/messages.inc @@ -28,6 +28,8 @@ $messages['dberror'] = 'Ошибка базы данных!'; $messages['requesttimedout'] = 'Превышено время ожидания запроса'; $messages['errorreadonly'] = 'Невозможно выполнить операцию. Папка доступна только для чтения'; $messages['errornoperm'] = 'Невозможно выполнить операцию. Доступ запрещён'; +$messages['erroroverquota'] = 'Невозможно выполнить операцию. Нет свободного места на диске.'; +$messages['erroroverquotadelete'] = 'Нет свободного места на диске. Используйте SHIFT+DEL для удаления сообщения.'; $messages['invalidrequest'] = 'Неверный запрос! Информация не сохранена.'; $messages['invalidhost'] = 'Неверное имя сервера.'; $messages['nomessagesfound'] = 'Сообщений не найдено'; |