git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@728
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- Improved word wrapping
- Fixed bugs with adding and not adding backslashes
- Made message highlighting case insensative
+- Added Italian translation from Aldo Moresco <moresco@idcm.it>
- Added French translation from Ali Nedjimi <lrdfrx@club-internet.fr>
Version 0.5pre1 -- August 9, 2000
$languages["fr"]["CHARSET"] = "iso-8859-1";
$languages["it"]["NAME"] = "Italian";
$languages["it"]["CHARSET"] = "iso-8859-1";
+ $languages["cs"]["NAME"] = "Czech";
+ $languages["cs"]["CHARSET"] = "iso-8859-2";
// Decodes a string to the internal encoding from the given charset
function charset_decode ($charset, $string) {