made message highlighting be more flexible. You can now highlight messages
[squirrelmail.git] / functions / i18n.php
index d2934ae1151531ef0f8444f5925598b0f81dffa2..4e2c60c7309abbb4e0a96374a2bd3611cb790d2b 100644 (file)
@@ -21,6 +21,8 @@
    $languages["de"]["CHARSET"] = "iso-8859-1";
    $languages["ru"]["NAME"]    = "Russian KOI8-R";
    $languages["ru"]["CHARSET"] = "koi8-r";
+   $languages["pl"]["NAME"]    = "Polish";
+   $languages["pl"]["CHARSET"] = "iso-8859-2";
 
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {