Explorar el Código

added catalan

Luke Ehresman hace 25 años
padre
commit
1aab461cf7
Se han modificado 3 ficheros con 13 adiciones y 3 borrados
  1. 3 1
      AUTHORS
  2. 8 2
      ChangeLog
  3. 2 0
      functions/i18n.php

+ 3 - 1
AUTHORS

@@ -9,9 +9,9 @@
    Gerrit Padgham
    Gerrit Padgham
    Matt Phillips
    Matt Phillips
    Lewis Bergman
    Lewis Bergman
+   David Whittington <dwhittin@css.tayloru.edu>
    Bryan Stalcup <bryan@stalcup.net>
    Bryan Stalcup <bryan@stalcup.net>
    Tyler Akins <tyler@boas.anthro.mnsu.edu>
    Tyler Akins <tyler@boas.anthro.mnsu.edu>
-   Damien Sandras <dsandras@acm.org>
 
 
  Translations:
  Translations:
  -------------
  -------------
@@ -27,6 +27,7 @@
    Spanish       Hernan Collazo <hernan_collazo@salutia.com>  
    Spanish       Hernan Collazo <hernan_collazo@salutia.com>  
    Korean        Jong-II Kim <aporie@netian.com>
    Korean        Jong-II Kim <aporie@netian.com>
    Czech         Ondrej Sury <ondrej@sury.cz>
    Czech         Ondrej Sury <ondrej@sury.cz>
+   Catalan       Josep Sanz <jsanz@fa.upc.es>
 
 
  Significant Contributions:
  Significant Contributions:
  --------------------------
  --------------------------
@@ -38,5 +39,6 @@
                         Jan-Pieter Cornet <johnpc@xs4all.nl>
                         Jan-Pieter Cornet <johnpc@xs4all.nl>
                         John Williams <jw@netpimp.com> 
                         John Williams <jw@netpimp.com> 
                         Ondrej Sury <ondrej@globe.cz>
                         Ondrej Sury <ondrej@globe.cz>
+                        Damien Sandras <dsandras@acm.org>
                         Many others...
                         Many others...
 
 

+ 8 - 2
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 <jsanz@fa.upc.es>
+
+
+Version 0.5 -- September 25, 2000 
+---------------------------------
 - Fixed some problems with downloading attachments in IE
 - Fixed some problems with downloading attachments in IE
 - If no date is set in header, we take internal date of the imap server
 - If no date is set in header, we take internal date of the imap server
 - Fixed some lingering bugs in mime parsing 
 - Fixed some lingering bugs in mime parsing 

+ 2 - 0
functions/i18n.php

@@ -41,6 +41,8 @@
    $languages["es"]["CHARSET"] = "iso-8859-1";
    $languages["es"]["CHARSET"] = "iso-8859-1";
    $languages["ko"]["NAME"]    = "Korean";
    $languages["ko"]["NAME"]    = "Korean";
    $languages["ko"]["CHARSET"] = "euc-KR";
    $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
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {
    function charset_decode ($charset, $string) {