Fixed encoding in header.
[fa-stable.git] / install / isession.inc
index d2928ea315099a55c0abe519db039a8b6819c74b..e6401649fcf2238241a2befc2526dbe45f0340d2 100644 (file)
@@ -68,7 +68,12 @@ include_once($path_to_root . "/config.default.php");
 
 $inst_langs = array(
   'C' => array ( 'name' => 'English',  'code' => 'C',          'encoding' => 'iso-8859-1'),
+  'da_DK' => array ( 'name' => 'Dansk',        'code' => 'da_DK',      'encoding' => 'iso-8859-1'),
+  'fr_FR' => array ( 'name' => 'Français',     'code' => 'fr_FR',      'encoding' => 'iso-8859-1'),
+  'id_ID' => array ( 'name' => 'Indonesian',   'code' => 'id_ID',      'encoding' => 'iso-8859-1'),
+  'nl_BE' => array ( 'name' => 'Dutch',        'code' => 'nl_BE',      'encoding' => 'iso-8859-1'),
   'pl_PL' => array ( 'name' => 'Polski',       'code' => 'pl_PL',      'encoding' => 'iso-8859-2'),
+  'sv_SE' => array ( 'name' => 'Svenska',      'code' => 'sv_SE',      'encoding' => 'iso-8859-1'),
 );
 
 $Ajax = new Ajax();
@@ -118,4 +123,4 @@ $SysPrefs = &$_SESSION['SysPrefs'];
 // We quote all values later with db_escape() before db update.
        $_POST = strip_quotes($_POST);
 
-?>
\ No newline at end of file
+?>