alecpl
2009-09-25 7d51781450910d8347926492cfcdff7d0f43e8c0
- fix Russian language position on languages list


2 files modified
4 ■■■■ changed files
program/include/rcmail.php 2 ●●● patch | view | raw | blame | history
program/localization/index.inc 2 ●●● patch | view | raw | blame | history
program/include/rcmail.php
@@ -762,7 +762,7 @@
            continue;
          if ($label = $rcube_languages[$name])
            $sa_languages[$name] = $label ? $label : $name;
            $sa_languages[$name] = $label;
        }
        closedir($dh);
      }
program/localization/index.inc
@@ -81,7 +81,7 @@
  'pt_BR' => 'Portuguese (Brazilian)',
  'pt_PT' => 'Portuguese (Standard)',
  'ro_RO' => 'Romanian',
  'ru_RU' => 'Русский',
  'ru_RU' => 'Pусский',
  'sr_CS' => 'Serbian (Cyrillic)',
  'si_LK' => 'Sinhala',
  'sk_SK' => 'Slovak',