- removed BUG and TODO since we use SourceForge now,
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Jul 2000 18:25:20 +0000 (18:25 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Jul 2000 18:25:20 +0000 (18:25 +0000)
- cleaned up some strings to make translations a bit easier

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@635 7612ce4b-ef26-0410-bec9-ea0150e637f0

AUTHORS
BUG [deleted file]
ChangeLog
TODO [deleted file]
functions/mailbox_display.php
functions/page_header.php
src/folders.php

diff --git a/AUTHORS b/AUTHORS
index 85f4907680e95900c87a2ed1d943030ec08923f8..15fb9feb2d9688db56f9db8c9094f29eeb2906d0 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -15,8 +15,8 @@
  Translations:
  -------------
    Norwegian:    Gustav Foseid (gustavf@squirrelmail.org)
-   German:       Chris Thil
-   Russian:      Konstantin Riabitsev
+   German:       Chris Thil (cj@limburgerhof.de)
+   Russian:      Konstantin Riabitsev (graf@relhum.org)
    Polish:       Lukasz Klimek (casa@lo.pila.pl)
    Swedish:      Tobias Ekbom (tobias@vallcom.net)     
    Dutch:        Arjan Halma (arjan@halma.nl)
diff --git a/BUG b/BUG
deleted file mode 100644 (file)
index 98d421c..0000000
--- a/BUG
+++ /dev/null
@@ -1,46 +0,0 @@
-Known BUGS to be fixed before 0.5pre1:
----------------------TO BE FIXED-----------------------
-   -   Attachments cannot be downloaded with IE.  This report was sent to
-       the mailing list:
-         What i noticed is that if your downlaoding an attachemnt with 
-         squirrel that netscape is ok with it but IE explorer have an 
-         error that he can't download file not found and a weird error 
-         that i can't resolve..
-
-
-
------------------------SQUASHED------------------------
---Fixed for 0.5pre1--
-
---Fixed for 0.4pre2--
-(lme)  Sent and Trash are not set to defaults.
-(lme)  Does not delete folders correctly in UW that end in /
-(lme)  In "Sent" folder, "from" is "Unknown Sender"
-
-
---Fixed for 0.4pre1--
-(lme)  When more than one line of CCs or TOs is there, it doesn't have
-       the (more) or (less) option that used to be there.. only displays
-                the first line.
-(lme)  When reading through 7 unread messages, every time I would read
-       a message and click on "Message List" to go back, they would stay
-                marked "unread".  The caching was doing too good of a job.  (:
-(lme)  If a new message comes in while still browsing cached message 
-       list, the space is allocated, but it is blank.
-(lme)  I'm not convinced that the cache gets deleted all the time.  I'll 
-       look into this one.  
-(lme)  LDAP preferences in conf.pl are not working.
-(lme)  Next/Previous while viewing a message should take into account 
-       the way that the mailbox is sorted.  Right now, it just does it 
-                by the next message id.
-(lme)  Special folders don't get listed at the top of folder list
-(lme)  The icon for message sorting doesn't always stay.  It usually 
-       reverts back to the date.
-(lme)  There is an infinate loop when moving messages to other folders, 
-       thus breaking the move, and delete buttons.
-(lme)  Reply which sets the address line to something like the following:
-       "Luke Ehresman <lehresma@css.tayloru.edu>" (without quotes)
-       translates to the SMTP server as:
-       <lehresma@css.tayloru.edu>>
-(lme)  In UW, removing folders with a / at the end is broke
-
index 302f02c5aea0fe7a72eb92770ee20cbdf489f2b8..9f6e240490df6d8bd24e37ae1d7cd129d54d00ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,5 @@
 Version 0.5pre1 -- DEVELOPMENT
 ------------------------------
-- Added Swedish translation from Tobias Ekbom
-- Added Brazilian Portuguse translation from Henrique Moura
-- Added Dutch translation from Arjen Halma
 - Date display now is similar to Netscape Messenger
 - Many bugs have been reported to the list, and been squashed
 - Help system developed 
@@ -18,6 +15,9 @@ Version 0.5pre1 -- DEVELOPMENT
 - Added support for message highlighting
 - Moved Address and Send buttons on Compose form for easier access 
 - Added Polish translation from Lukasz Klimek <casa@LO.Pila.PL>
+- Added Swedish translation from Tobias Ekbom
+- Added Brazilian Portuguse translation from Henrique Moura
+- Added Dutch translation from Arjen Halma
 
 
 
diff --git a/TODO b/TODO
deleted file mode 100644 (file)
index 2a73eec..0000000
--- a/TODO
+++ /dev/null
@@ -1,42 +0,0 @@
-Ideas to be implemented
------------------------
-
-initials = taken by that person
-
-  -     Make it possible to save preferences in MySQL DB or on Filesystem
-  -     Configurable headers shown on the message listing, like:  cc, to, etc
-  -     Filters
-  -     Better inline HTML support including graphics (content-disposition)
-  -     Foreground themes
-(mcp)   Spell checking
-(ssg)   Search mailbox(es) for given criteria
-  -     Remove subject and body requirements in Compose
-  -     decodeHeader on to_ary, cc_ary, and filename
-  -     Decode folder names for non-standard characters
-
-
-Finished:
-------------------------------------------------------
-(lme) (24.3.00)  Saving sent messages  
-(lme) (24.3.00)  Fix "Seen" bug with UW IMAP server 
-(lme) (24.3.00)  Add "subscribe" to folders section
-(pl)  (25.3.00)  LDAP support for address books
-(pl)  (2.4.00)   Personal address book management
-(nre) (2.4.00)   Better handling emptying Trash folder.  Some servers don't allow deleting it (Courier)
-(lme) (9.4.00)   Better email message body parsing
-(lme) (10.4.00)  Advanced statuses on messages (Seen, Answered, etc)
-(glp) (12.4.00)  Customize how many messages are shown at once while reading a mailbox
-(nre) (16.4.00)  Navigation between messages without going to folder list (next, prev)
-(nre) (16.4.00)  Cache the sorted messages in mailbox and use that for navigation inside
-                 of mailbox (next 25, prev 25, etc.)
-(lme) (21.4.00)  Configure script
-(lme) (18.6.00)  Background highlighting messages in list based on header criteria (like pine 4.2x)
-(lme) (18.6.00)  Fix conf.pl script and add more error checking so it doesn't throw parse errors
-(lme) (21.6.00)  Rewrite of mime.php (see Gustav before any work is done)
-(lrb) (30.6.00)  CSV import for address book.
-(pl)  (05.7.00)  Insert In-Reply-To and References headers when replying to a message.
-(lme) (09.7.00)  When deleting or moving messages (empty trash too), go back to the 
-                 list for the mail box you were looking at without having to click
-                 a link
-(lme) (09.7.00)  Select multiple Unsubscribe/Subscribe folders at one time
-(lme) (09.7.00)  Configurable so that after login, you go directly to INBOX
index 7343bb0ced2d162c5a25f4d9a66c68269d5da080..9b7656643ddf74751a821ddffc312f89d247a3ca 100644 (file)
 
       echo "<TR BGCOLOR=\"$color[4]\"><TD>";
       if (($nextGroup <= $numMessages) && ($prevGroup >= 0)) {
-         echo "<A HREF=\"right_main.php?use_mailbox_cache=1&startMessage=$prevGroup&mailbox=$urlMailbox\" TARGET=\"right\">". _("Previous") ."</A>\n";
+         echo "<A HREF=\"right_main.php?use_mailbox_cache=1&startMessage=$prevGroup&mailbox=$urlMailbox\" TARGET=\"right\">". _("Previous") ."</A> | \n";
          echo "<A HREF=\"right_main.php?use_mailbox_cache=1&&startMessage=$nextGroup&mailbox=$urlMailbox\" TARGET=\"right\">". _("Next") ."</A>\n";
       }
       else if (($nextGroup > $numMessages) && ($prevGroup >= 0)) {
-         echo "<A HREF=\"right_main.php?use_mailbox_cache=1&startMessage=$prevGroup&mailbox=$urlMailbox\" TARGET=\"right\">". _("Previous") ."</A>\n";
-         echo "<FONT COLOR=\"$color[9]\">Next</FONT>\n";
+         echo "<A HREF=\"right_main.php?use_mailbox_cache=1&startMessage=$prevGroup&mailbox=$urlMailbox\" TARGET=\"right\">". _("Previous") ."</A> | \n";
+         echo "<FONT COLOR=\"$color[9]\">"._("Next")."</FONT>\n";
       }
       else if (($nextGroup <= $numMessages) && ($prevGroup < 0)) {
-         echo "<FONT COLOR=\"$color[9]\">Previous</FONT>\n";
+         echo "<FONT COLOR=\"$color[9]\">"._("Previous")."</FONT> | \n";
          echo "<A HREF=\"right_main.php?use_mailbox_cache=1&startMessage=$nextGroup&mailbox=$urlMailbox\" TARGET=\"right\">". _("Next") ."</A>\n";
       }
       echo "</TD></TR>\n";
 
       echo "<TR BGCOLOR=\"$color[4]\"><TD>";
       if (($nextGroup <= $numMessages) && ($prevGroup >= 0)) {
-         echo "<A HREF=\"right_main.php?use_mailbox_cache=1&startMessage=$prevGroup&mailbox=$urlMailbox\" TARGET=\"right\">" . _("Previous") . "</A>\n";
+         echo "<A HREF=\"right_main.php?use_mailbox_cache=1&startMessage=$prevGroup&mailbox=$urlMailbox\" TARGET=\"right\">" . _("Previous") . "</A> | \n";
          echo "<A HREF=\"right_main.php?use_mailbox_cache=1&startMessage=$nextGroup&mailbox=$urlMailbox\" TARGET=\"right\">" . _("Next") . "</A>\n";
       }
       else if (($nextGroup > $numMessages) && ($prevGroup >= 0)) {
-         echo "<A HREF=\"right_main.php?use_mailbox_cache=1&startMessage=$prevGroup&mailbox=$urlMailbox\" TARGET=\"right\">" . _("Previous") . "</A>\n";
+         echo "<A HREF=\"right_main.php?use_mailbox_cache=1&startMessage=$prevGroup&mailbox=$urlMailbox\" TARGET=\"right\">" . _("Previous") . "</A> | \n";
          echo "<FONT COLOR=\"$color[9]\">" . _("Next") . "</FONT>\n";
       }
       else if (($nextGroup <= $numMessages) && ($prevGroup < 0)) {
-         echo "<FONT COLOR=\"$color[9]\">Previous</FONT>\n";
+         echo "<FONT COLOR=\"$color[9]\">" . _("Previous"). "</FONT> | \n";
          echo "<A HREF=\"right_main.php?use_mailbox_cache=1&startMessage=$nextGroup&mailbox=$urlMailbox\" TARGET=\"right\">" . _("Next") . "</A>\n";
       }
       echo "</TD></TR></table>"; /** End of message-list table */
index 7b15f38f860de34b16c8f3089f61c2902f024945..1eb18dffa339ffd7f807a279367d120dda6cac0a 100644 (file)
@@ -81,7 +81,7 @@
       echo "      <TD ALIGN=left WIDTH=\"30%\"><b>\n";
       displayInternalLink ("src/signout.php", _("Sign Out"), "_top");
       echo "      </b></TD><TD ALIGN=right WIDTH=\"70%\">\n";
-      echo "         <div align=right>" . _("Current Folder: ") . "<B>$shortBoxName&nbsp;</B></div>\n";
+      echo "         <div align=right>" . _("Current Folder") . ": <B>$shortBoxName&nbsp;</B></div>\n";
       echo "      </TD>\n";
       echo "   </TR>\n";
       echo "</TABLE>\n\n";
index 4be23786a33b2034f75825cee40d4634a32152e0..db48ce95b952dd8083103128274d4eeaf71fca4a 100644 (file)
       echo _("Let this folder contain subfolders");
       echo "<BR>";
    }   
-   echo "<INPUT TYPE=SUBMIT VALUE=Create>\n";
+   echo "<INPUT TYPE=SUBMIT VALUE=\""._("Create")."\">\n";
    echo "</FORM></TD></TR>\n";
 
    echo "<tr><td bgcolor=\"$color[4]\">&nbsp;</td></tr>\n";
    /** UNSUBSCRIBE FOLDERS **/
    echo "<TABLE WIDTH=70% COLS=1 ALIGN=CENTER cellpadding=2 cellspacing=0 border=0>\n";
    echo "<TR><TD BGCOLOR=\"$color[9]\" ALIGN=CENTER colspan=3>";
-   echo _("Unsubscribe/Subscribe");
+   echo _("Unsubscribe") . "/" . _("Subscribe");
    echo "</TD></TR>";
    echo "<TR><TD BGCOLOR=\"$color[0]\" width=49% ALIGN=CENTER>";
    if ($count_special_folders < count($boxes)) {