Browse Source

- removed BUG and TODO since we use SourceForge now,
- cleaned up some strings to make translations a bit easier

Luke Ehresman 25 years ago
parent
commit
59db1f30e6
7 changed files with 15 additions and 103 deletions
  1. 2 2
      AUTHORS
  2. 0 46
      BUG
  3. 3 3
      ChangeLog
  4. 0 42
      TODO
  5. 7 7
      functions/mailbox_display.php
  6. 1 1
      functions/page_header.php
  7. 2 2
      src/folders.php

+ 2 - 2
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)

+ 0 - 46
BUG

@@ -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
-

+ 3 - 3
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
 
 
 

+ 0 - 42
TODO

@@ -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

+ 7 - 7
functions/mailbox_display.php

@@ -201,15 +201,15 @@
 
       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";
@@ -318,15 +318,15 @@
 
       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 */

+ 1 - 1
functions/page_header.php

@@ -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";

+ 2 - 2
src/folders.php

@@ -193,7 +193,7 @@
       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";
@@ -233,7 +233,7 @@
    /** 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)) {