diff options
| author | alecpl <alec@alec.pl> | 2008-10-05 06:30:05 +0000 | 
|---|---|---|
| committer | alecpl <alec@alec.pl> | 2008-10-05 06:30:05 +0000 | 
| commit | 1bb65410286e18adbb0172070443d05638201afb (patch) | |
| tree | d7e5476befd7110f6ff8c68180efa99e8d01fb86 | |
| parent | a862043fe7d6095de0af7425ae5b2485bb896eb2 (diff) | |
- make Russian lang name localized (again)
| -rw-r--r-- | program/localization/index.inc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/program/localization/index.inc b/program/localization/index.inc index 215dfa7d3..e4a4e3632 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -73,7 +73,7 @@ $rcube_languages = array(    'pt_BR' => 'Portuguese (Brazilian)',    'pt_PT' => 'Portuguese (Standard)',    'ro_RO' => 'Romanian', -  'ru_RU' => 'Russian', +  'ru_RU' => 'Русский',    'sr_CS' => 'Serbian (Cyrillic)',    'si_LK' => 'Sinhala',    'sk_SK' => 'Slovak', | 
