From: Manni H. <man...@us...> - 2005-03-16 21:49:56
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1620/languages Modified Files: English.msg Log Message: Make use of the status and error message feature. Add a couple of previously hard-coded strings to the language file(s). Fix html labels so that they now have the 'for' attribute and let the according input widgets have the corresponding id. Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English.msg,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -d -r1.86 -r1.87 *** English.msg 16 Feb 2005 13:59:36 -0000 1.86 --- English.msg 16 Mar 2005 21:49:30 -0000 1.87 *************** *** 382,385 **** --- 382,386 ---- Imap_Bucket2Folder Mail for bucket <b>%s</b> goes to folder Imap_MapError You cannot map more than one bucket to a single folder! + Imap_MapUpdated Mapped bucket %s to folder %s. Imap_Server IMAP server hostname: Imap_ServerNameError Please enter the server's hostname! *************** *** 390,396 **** --- 391,399 ---- Imap_Password Password for IMAP account: Imap_PasswordError Please enter a password for the server! + Imap_ConnectionDetailsUpdated The IMAP connection details were updated. Please refresh the list of folders next. Imap_Expunge Expunge deleted messages from watched folders. Imap_Interval Update interval in seconds: Imap_IntervalError Please enter an interval between 10 and 3600 seconds. + Imap_OptionsUpdated IMAP options were successfully updated. Imap_Bytelimit Bytes per message to use for classification. Enter 0 (Null) for the complete message: Imap_BytelimitError Please enter a number. *************** *** 400,406 **** --- 403,413 ---- Imap_UpdateError2 Failed to connect to server. Please check the host name and port and make sure you are online. Imap_UpdateError3 Please configure the connection details first. + Imap_UpdateOK Successfully read the list of mailboxes/folders on the server. Imap_NoConnectionMessage Please configure the connection details first. After you have done that, more options will be available on this page. Imap_WatchMore a folder to list of watched folders + Imap_WatchedFolderAdded Another folder was added to the list of watched folders. Please choose the desired folder now. Imap_WatchedFolder Watched folder no + Imap_WatchedFoldersUpdated Updated the list of watched folders + Imap_WatchedFolderRemoved Removed folder %s from list of watched folders Shutdown_Message POPFile has shut down |