The "Delete" link when reading a message that was on the second or
[squirrelmail.git] / functions / i18n.php
index 32fb38a961ff3fcf4a47f0ab6033baff9b3450a2..3773fd191cc60d383d705097317ea1730e0396ad 100644 (file)
@@ -43,6 +43,8 @@
    $languages["ko"]["CHARSET"] = "euc-KR";
    $languages["ca"]["NAME"]    = "Catalan";
    $languages["ca"]["CHARSET"] = "iso-8859-1";
+       $languages["sr"]["NAME"]         = "Serbian";
+       $languages["sr"]["CHARSET"] = "iso-8859-2";
 
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {