Browse Source

added finnish locale

Luke Ehresman 24 years ago
parent
commit
372e6f544b
4 changed files with 5 additions and 13 deletions
  1. 1 0
      AUTHORS
  2. 2 0
      ChangeLog
  3. 2 0
      functions/i18n.php
  4. 0 13
      src/folders_create.php

+ 1 - 0
AUTHORS

@@ -30,6 +30,7 @@
    Serbian       Boris Manojlovic <steki@verat.net>
    Taiwan        Ching <ching@kiwa.com.tw>
    Danish        Claus Rasmussen <claus@webclaus.com>
+   Finnish       Teemu Junnila <teejun@vallcom.com>
 
  Significant Contributions:
  --------------------------

+ 2 - 0
ChangeLog

@@ -1,6 +1,8 @@
 Version 1.0 -- DEVELOPMENT
 --------------------------
+- A few minor speed improvements
 - Fixed problems in sqimap_read_body(), made it more reliable
+- Added Finnish translation by Teemu Junnila <teejun@vallcom.com>
 - Updated Sweedish translation
 
 Version 1.0pre3 -- January 22, 2001 

+ 2 - 0
functions/i18n.php

@@ -50,6 +50,8 @@
    $languages["tw"]["CHARSET"] = "big5";
    $languages["da"]["NAME"]    = "Danish";
    $languages["da"]["CHARSET"] = "iso-8859-1";
+   $languages["fi"]["NAME"] = "Finnish";
+   $languages["fi"]["CHARSET"] = "iso-8859-1";
 
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {

+ 0 - 13
src/folders_create.php

@@ -58,18 +58,5 @@
    $location = get_location();
    header ("Location: $location/folders.php?success=create");
    sqimap_logout($imapConnection);
-   /*   
-      displayPageHeader($color, "None");
-      echo "<BR><BR><BR><CENTER><B>";
-      echo _("Folder Created!");
-      echo "</B><BR><BR>";
-      echo _("The folder has been successfully created.");
-      echo "<BR><A HREF=\"webmail.php?right_frame=folders.php\" TARGET=_top>";
-      echo _("Click here");
-      echo "</A> ";
-      echo _("to continue.");
-      echo "</CENTER>";
-      echo "</BODY></HTML>";
-   */
 ?>