From 2c633703e97eb6e7aa7ba840ef86b1fc1bd98ada Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Wed, 23 May 2007 23:49:19 -0400 Subject: [PATCH] upgrade to TinyMCE v2.1.1.1 --- program/localization/ru/messages.inc | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/program/localization/ru/messages.inc b/program/localization/ru/messages.inc old mode 100755 new mode 100644 index 5b4b092..93b3ee4 --- a/program/localization/ru/messages.inc +++ b/program/localization/ru/messages.inc @@ -1,18 +1,20 @@ <?php /* + +-----------------------------------------------------------------------+ | language/ru_RU/messages.inc | | | | Language file of the RoundCube Webmail client | - | Copyright (C) 2005, RoundCube Dev. - Switzerland | + | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ | Author: Maxim Zenin <maxx@webmechanics.ru> | + | Vladimir Kulev <me@lightoze.net> | +-----------------------------------------------------------------------+ - $Id$ + @version $Id$ */ @@ -37,6 +39,7 @@ $messages['blockedimages'] = 'В целях безопасности загрузка изображений заблокирована.'; $messages['encryptedmessage'] = 'Сообщение зашифровано и не может быть показано. Обратитесь к администратору сервера.'; $messages['nocontactsfound'] = 'Контакты не найдены'; +$messages['contactnotfound'] = 'Требуемый контакт не найден'; $messages['sendingfailed'] = 'Не удалось отправить сообщение'; $messages['errorsaving'] = 'В процессе сохранения произошла ошибка'; $messages['errormoving'] = 'Не удалось переместить сообщение'; @@ -67,5 +70,9 @@ $messages['messageopenerror'] = 'Невозможно загрузить сообщение с сервера'; $messages['fileuploaderror'] = 'Невозможно загрузить файл'; $messages['filesizeerror'] = 'Загруженный файл больше максимального размера в $size'; +$messages['copysuccess'] = 'Скопировано $nr адресов'; +$messages['copyerror'] = 'Невозможно скопировать адреса'; +$messages['sourceisreadonly'] = 'Данный источник адресов только для чтения'; +$messages['errorsavingcontact'] = 'Невозможно сохранить адрес контакта'; ?> \ No newline at end of file -- Gitblit v1.9.1