Getting ready for 1.2.0 release.
[squirrelmail.git] / functions / i18n.php
index f205968f0c226d82b279fe25824f508d8b810477..c1dc54c9fcf5972787d386e8755889a9fdcc8197 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * i18n.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This file contains variuos functions that are needed to do
@@ -159,9 +159,10 @@ if (! isset($squirrelmail_language)) { $squirrelmail_language = ''; }
    $languages['sl']['NAME']    = 'Slovenian';
    $languages['sl']['CHARSET'] = 'iso-8859-2';
 
+   /* Commented until submission
    $languages['bg']['NAME']    = 'Bulgarian';
    $languages['bg']['CHARSET'] = 'iso-8859-1';
-
+   */
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {
       global $debug_mime;