From b14f77b46eb44cb8c1579eff05782182773d982a Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Mon, 22 Oct 2007 00:10:09 -0400
Subject: [PATCH] update ru, eo localizations

---
 program/localization/ru/labels.inc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/program/localization/ru/labels.inc b/program/localization/ru/labels.inc
index 8f2d4a1..b359e2f 100644
--- a/program/localization/ru/labels.inc
+++ b/program/localization/ru/labels.inc
@@ -3,7 +3,7 @@
 /*
 
  +-----------------------------------------------------------------------+
- | language/ru_RU/labels.inc                                             |
+ | language/ru/labels.inc                                                |
  |                                                                       |
  | Language file of the RoundCube Webmail client                         |
  | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
@@ -150,6 +150,9 @@
 $labels['identities'] = 'Профили';
 $labels['manageidentities'] = 'Управление профилями';
 $labels['newidentity'] = 'Новый профиль';
+$labels['addcc'] = 'Копия';
+$labels['addbcc'] = 'Скрытая копия';
+$labels['addreplyto'] = 'Обратный адрес';
 $labels['newitem'] = 'Новый';
 $labels['edititem'] = 'Правка';
 $labels['setdefault'] = 'Использовать по умолчанию';

--
Gitblit v1.9.1