diff options
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index b0986c7b..3ec7825a 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -204,8 +204,10 @@ echo "<input class=\"biginput\" type=\"password\" name=\"password2\" value=\"$password\" size=20>"; $languages=array( "en_gb"=>S_ENGLISH_GB, + "fr_fr"=>S_FRENCH_FR, "de_de"=>S_GERMAN_DE, - "fr_fr"=>S_FRENCH_FR + "lv_lv"=>S_LATVIAN_LV, + "ru_ru"=>S_RUSSIAN_RU ); show_table2_v_delimiter($col++); |
