From bafefd39d4abf2f3a421bd67939809f6c39253bd Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 2 Oct 2000 13:37:45 +0000 Subject: [PATCH] added catalan git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@772 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- AUTHORS | 4 +++- ChangeLog | 10 ++++++++-- functions/i18n.php | 2 ++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index aca867f6..9511f97c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,9 +9,9 @@ Gerrit Padgham Matt Phillips Lewis Bergman + David Whittington Bryan Stalcup Tyler Akins - Damien Sandras Translations: ------------- @@ -27,6 +27,7 @@ Spanish Hernan Collazo Korean Jong-II Kim Czech Ondrej Sury + Catalan Josep Sanz Significant Contributions: -------------------------- @@ -38,5 +39,6 @@ Jan-Pieter Cornet John Williams Ondrej Sury + Damien Sandras Many others... diff --git a/ChangeLog b/ChangeLog index 3cefc928..f7daad06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ -Version 0.5 -- DEVELOPMENT --------------------------- +Version 0.6pre1 -- DEVELOPMENT +------------------------------ +- Fixed some security problems with uploading attachments +- Added Catalan translation from Josep Sanz + + +Version 0.5 -- September 25, 2000 +--------------------------------- - Fixed some problems with downloading attachments in IE - If no date is set in header, we take internal date of the imap server - Fixed some lingering bugs in mime parsing diff --git a/functions/i18n.php b/functions/i18n.php index 2cad11ee..20c4e535 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -41,6 +41,8 @@ $languages["es"]["CHARSET"] = "iso-8859-1"; $languages["ko"]["NAME"] = "Korean"; $languages["ko"]["CHARSET"] = "euc-KR"; + $languages["ca"]["NAME"] = "Catalan"; + $languages["ca"]["CHARSET"] = "iso-8859-1"; // Decodes a string to the internal encoding from the given charset function charset_decode ($charset, $string) { -- 2.25.1