added finnish locale
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Jan 2001 17:53:21 +0000 (17:53 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Jan 2001 17:53:21 +0000 (17:53 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@972 7612ce4b-ef26-0410-bec9-ea0150e637f0

AUTHORS
ChangeLog
functions/i18n.php
src/folders_create.php

diff --git a/AUTHORS b/AUTHORS
index 367fea4bc3cd946f75961c9697c7c3521dd638ff..d812d648d38f483e55559a0d62928b591b2a8248 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -30,6 +30,7 @@
    Serbian       Boris Manojlovic <steki@verat.net>
    Taiwan        Ching <ching@kiwa.com.tw>
    Danish        Claus Rasmussen <claus@webclaus.com>
    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:
  --------------------------
 
  Significant Contributions:
  --------------------------
index 0a3d5e8194dae03b5c272c23fa652b60c4407a0e..9d87324fee8a22dfa85b8585eea30248ad8a07c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 Version 1.0 -- DEVELOPMENT
 --------------------------
 Version 1.0 -- DEVELOPMENT
 --------------------------
+- A few minor speed improvements
 - Fixed problems in sqimap_read_body(), made it more reliable
 - 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 
 - Updated Sweedish translation
 
 Version 1.0pre3 -- January 22, 2001 
index 7b06daff405aae15ebcf7a0891dd10af86b58c03..e9605a2761db8d094c928077579ae28de30eb7be 100644 (file)
@@ -50,6 +50,8 @@
    $languages["tw"]["CHARSET"] = "big5";
    $languages["da"]["NAME"]    = "Danish";
    $languages["da"]["CHARSET"] = "iso-8859-1";
    $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) {
 
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {
index 1db6920970d851461f58d1445d201529344b116c..96db1f155ffc1c4f7ef357a0dcf50537a5ef7cbf 100644 (file)
    $location = get_location();
    header ("Location: $location/folders.php?success=create");
    sqimap_logout($imapConnection);
    $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>";
-   */
 ?>
 
 ?>