summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization/ru
diff options
context:
space:
mode:
authorrichs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-06-19 19:04:51 +0000
committerrichs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-06-19 19:04:51 +0000
commiteb842e0f7067d7b1fb117b8ff0498c3ce527602c (patch)
treec5f0836d53863218b4fed2d97e10443c8924bb4f /roundcubemail/program/localization/ru
parent809885b2199a332c4bd5458da84f377bc764bd42 (diff)
Added Drafts support (Feature #1326839) (richs)
git-svn-id: https://svn.roundcube.net/trunk@261 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/ru')
-rwxr-xr-xroundcubemail/program/localization/ru/labels.inc2
-rwxr-xr-xroundcubemail/program/localization/ru/messages.inc4
2 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/ru/labels.inc b/roundcubemail/program/localization/ru/labels.inc
index 3622c7f6b..a434b0550 100755
--- a/roundcubemail/program/localization/ru/labels.inc
+++ b/roundcubemail/program/localization/ru/labels.inc
@@ -33,6 +33,7 @@ $labels['addressbook'] = 'Контакты';
// mailbox names
$labels['inbox'] = 'Входящие';
+$labels['drafts'] = 'Проекты';
$labels['sent'] = 'Отправленные';
$labels['trash'] = 'Корзина';
$labels['drafts'] = 'Черновики';
@@ -120,6 +121,7 @@ $labels['resetsearch'] = 'Сброс';
// message compose
$labels['compose'] = 'Написать сообщение';
+$labels['savemessage'] = 'За исключением этого проекта';
$labels['sendmessage'] = 'Отправить сейчас';
$labels['addattachment'] = 'Добавить вложение';
$labels['charset'] = 'Кодировка';
diff --git a/roundcubemail/program/localization/ru/messages.inc b/roundcubemail/program/localization/ru/messages.inc
index 73f49ce85..393d24627 100755
--- a/roundcubemail/program/localization/ru/messages.inc
+++ b/roundcubemail/program/localization/ru/messages.inc
@@ -40,6 +40,10 @@ $messages['sendingmessage'] = 'Отправка сообщения...';
$messages['messagesent'] = 'Сообщение отправлено';
+$messages['savingmessage'] = 'Сообщение сбережения...';
+
+$messages['messagesaved'] = 'Сообщение сохраненное к проектам';
+
$messages['successfullysaved'] = 'Сохранено';
$messages['addedsuccessfully'] = 'Контакт добавлен в список контактов';