diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-05 11:01:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-05 11:01:15 +0000 |
| commit | 407db3145ac65ef967107e15329e8a833cb520c6 (patch) | |
| tree | 0284671782bdf82068940034e67ed4e225033413 /roundcubemail/program/localization/ru_RU | |
| parent | eaff968037c6b4462a6a134b312a162385e95dd5 (diff) | |
- Fix displaying long header names in message headers table
- Fix translation labels names for Mail-Followup-to and Mail-Reply-To
git-svn-id: https://svn.roundcube.net/trunk@4184 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/ru_RU')
| -rw-r--r-- | roundcubemail/program/localization/ru_RU/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/ru_RU/labels.inc b/roundcubemail/program/localization/ru_RU/labels.inc index d8e5ff84a..c211f2508 100644 --- a/roundcubemail/program/localization/ru_RU/labels.inc +++ b/roundcubemail/program/localization/ru_RU/labels.inc @@ -46,7 +46,7 @@ $labels['size'] = 'Размер'; $labels['priority'] = 'Приоритет'; $labels['organization'] = 'Организация'; $labels['reply-to'] = 'Ответить'; -$labels['mailreply-to'] = 'Ответить в списке рассылки'; +$labels['mail-reply-to'] = 'Ответить в списке рассылки'; $labels['mailboxlist'] = 'Папки'; $labels['messagesfromto'] = 'Сообщения с $from по $to из $count'; $labels['threadsfromto'] = 'Обсуждения с $from по $to из $count'; |
