diff options
author | svncommit <devs@roundcube.net> | 2006-06-19 19:04:51 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-06-19 19:04:51 +0000 |
commit | 1966c53255495890dd7f25c31bac73d97ecc3291 (patch) | |
tree | 74a1b59404e91f63812da1499a6446ecdeada6a5 /program/localization/ru/labels.inc | |
parent | a8435bdd12437c5b655859d2ad194832921fcd0d (diff) |
Added Drafts support (Feature #1326839) (richs)
Diffstat (limited to 'program/localization/ru/labels.inc')
-rwxr-xr-x | program/localization/ru/labels.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/ru/labels.inc b/program/localization/ru/labels.inc index 3622c7f6b..a434b0550 100755 --- a/program/localization/ru/labels.inc +++ b/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'] = 'Кодировка'; |