Przeglądaj źródła

added catalan help translation
updated korean, spanish, and catalan translations
changed version to 1.0pre2

Luke Ehresman 24 lat temu
rodzic
commit
cf33fc7dfa
2 zmienionych plików z 8 dodań i 2 usunięć
  1. 7 1
      ChangeLog
  2. 1 1
      functions/strings.php

+ 7 - 1
ChangeLog

@@ -1,5 +1,10 @@
-Version 1.0pre1 -- DEVELOPMENT
+Version 1.0pre2 -- DEVELOPMENT
 ------------------------------
+- Added Catalan translation of Help documents by Josep Sanz <jsanz@fa.upc.es>
+
+Version 1.0pre1 -- December 14, 2000 
+------------------------------------
+- Fixed bug in sending messages with a blank line with a "."
 - Folder displays have been changed to be more readable in drop-down lists
 - For security, login verification happens, then we're redirected to webmail.php
 - Folder sorting now case insensative
@@ -24,6 +29,7 @@ Version 1.0pre1 -- DEVELOPMENT
 - Added Polish translation of Help from Krystian Kanabrodzki <krys@voruta.eu.org>
 
 
+
 Version 0.5 -- September 25, 2000 
 ---------------------------------
 - Fixed some problems with downloading attachments in IE

+ 1 - 1
functions/strings.php

@@ -193,7 +193,7 @@
    }
 
    /* SquirrelMail version number -- DO NOT CHANGE */
-   $version = "1.0pre1 (cvs)";
+   $version = "1.0pre2 (cvs)";
 
 
    function find_mailbox_name ($mailbox) {