From 6f9926357c8fdd71ae3ede4c3811198974c2df43 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 11 Feb 2008 18:51:30 -0500 Subject: [PATCH] Fix send_modified_header() function --- program/localization/ru/messages.inc | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/program/localization/ru/messages.inc b/program/localization/ru/messages.inc index 35892e8..8b926d3 100644 --- a/program/localization/ru/messages.inc +++ b/program/localization/ru/messages.inc @@ -3,15 +3,16 @@ /* +-----------------------------------------------------------------------+ - | language/ru/messages.inc | + | language/ru_RU/messages.inc | | | | Language file of the RoundCube Webmail client | - | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | + | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ | Author: Maxim Zenin <maxx@webmechanics.ru> | | Vladimir Kulev <me@lightoze.net> | + | Artur Smolkin <admin@roundcube.ru> | +-----------------------------------------------------------------------+ @version $Id$ @@ -20,7 +21,6 @@ $messages = array(); $messages['loginfailed'] = 'Неудачная попытка входа'; -$messages['movingmessage'] = 'Перемещение сообщения…'; $messages['cookiesdisabled'] = 'Ваш броузер не принимает cookie'; $messages['sessionerror'] = 'Ваша сессия устарела'; $messages['imaperror'] = 'Неудачное соединение с IMAP сервером'; @@ -75,5 +75,8 @@ $messages['copyerror'] = 'Невозможно скопировать адреса'; $messages['sourceisreadonly'] = 'Данный источник адресов только для чтения'; $messages['errorsavingcontact'] = 'Невозможно сохранить адрес контакта'; +$messages['movingmessage'] = 'Перемещение сообщения…'; +$messages['receiptsent'] = 'Уведомление о прочтении отправлено'; +$messages['errorsendingreceipt'] = 'Уведомление о прочтении не отправлено'; ?> \ No newline at end of file -- Gitblit v1.9.1