Update of /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv1220
Modified Files:
MrPostmanGui.java messages.properties messages_es.properties
messages_fr.properties
Log Message:
Added apply port change and msg
Index: MrPostmanGui.java
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/MrPostmanGui.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** MrPostmanGui.java 10 Mar 2003 22:17:01 -0000 1.18
--- MrPostmanGui.java 7 May 2003 13:17:33 -0000 1.19
***************
*** 1,642 ****
! /*
! * -*- mode: java; c-basic-indent: 4; indent-tabs-mode: nil -*-
! * :indentSize=4:noTabs=true:tabSize=4:indentOnTab=true:indentOnEnter=true:mode=java:
! * ex: set tabstop=4 expandtab:
! *
! * MrPostman - webmail <-> email gateway
! * Copyright (C) 2002-2003 MrPostman Development Group
! * Projectpage: http://mrbook.org/mrpostman/
! *
! *
[...1278 lines suppressed...]
! //GEN-LAST:event_allowHostsCheckBoxActionPerformed
!
! /** Exit the Application */
! private void exitForm(java.awt.event.WindowEvent evt) { //GEN-FIRST:event_exitForm
! MrPostman.getMainInstance().userprefs.putBoolean("useProxy", useProxy.isSelected());
! MrPostman.getMainInstance().userprefs.put("proxyAddr", proxyAddr.getText());
! MrPostman.getMainInstance().userprefs.put("proxyPort", proxyPort.getText());
! mpn.exit();
! }
!
! //GEN-LAST:event_exitForm
!
! /**
! * @param args the command line arguments
! */
! public static void main(String[] args) {
! new MrPostmanGui(null).show();
! }
! // End of variables declaration//GEN-END:variables
! }
Index: messages.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** messages.properties 6 Mar 2003 19:03:28 -0000 1.6
--- messages.properties 7 May 2003 13:17:33 -0000 1.7
***************
*** 1,61 ****
! # The GUI messages for Mr Postman
! # Please do not hard code user visible strings in the java code!
!
! application.title=MrPostman
! application.help.title=MrPostman Help
!
! option.otherhosts=Allow other hosts to use MrPostman
! option.gui-startup=Run the GUI when program starts
! option.log-startup=Open Log window when program starts
! labels.serverport=Server Port :
!
! button.showlog=Show Log
!
! proxy.useproxy=use Proxy Configuration:
! proxy.addr=address:
! proxy.port=port:
! proxy.user=user:
! proxy.password=password:
!
! tab.main.title=Main
! tab.modules.title=Modules
! tab.proxy.title=Proxy
!
! menu.file.title=File
! menu.file.item.close=Close GUI
! menu.file.item.exit=Exit
!
! menu.help.title=Help
! menu.help.item.using=Using MrPostman
! menu.help.item.about=About
!
! about.title=About
! about.info=@APPNAME@ @VERSION@\nBuild @DSTAMP@\n(C) 2003 The MrPostman Development Team\n\nHector Urtubia\nChris Humphreys\nLucas Bruand\nThomas O'Dowd\n\nLicensed under the terms of the GNU Public License\nVisit http://mrbook.org/mrpostman for updates\nand see how you can contribute
!
! using.title=Using MrPostman
! using.info=Please refer to the README file packaged on the executable JAR.\nFor more information, visit http://mrbook.org/mrpostman
!
! button.help.home=Help Home
! button.help.back=Back
!
! #module info panel messages...
!
! modules.info.version.label=Version :
! modules.info.authors.label=Author(s) :
! modules.info.options.label=Options :
! button.apply.label=Apply
! button.help.label=Help
!
! #Module option messages...
!
! modules.hotmail.option.unread.label=Unread Only
! modules.hotmail.option.unread.desc=Collect only Unread mail
! modules.hotmail.option.markread.label=Mark read
! modules.hotmail.option.markread.desc=Flag the collected messages as read
!
! modules.another.option.markread.label=Mark read
! modules.another.option.markread.desc=Flag the collected messages as read
! modules.another.option.debugpagehtml.label=Debug HTML
! modules.another.option.debugpagehtml.desc=Developer option - when selected logs web page html to log file
! modules.another.option.summary.label=Log Summary
! modules.another.option.summary.desc=Developer option - Writes a summary of mail collection to log file
--- 1,61 ----
! # The GUI messages for Mr Postman
! # Please do not hard code user visible strings in the java code!
!
! application.title=MrPostman
! application.help.title=MrPostman Help
!
! option.otherhosts=Allow other hosts to use MrPostman
! option.gui-startup=Run the GUI when program starts
! option.log-startup=Open Log window when program starts
! labels.serverport=Server Port :
! button.showlog=Show Log
! message.serverport.restartrequired=You must Restart MrPostman for this to take effect.
!
! proxy.useproxy=use Proxy Configuration:
! proxy.addr=address:
! proxy.port=port:
! proxy.user=user:
! proxy.password=password:
!
! tab.main.title=Main
! tab.modules.title=Modules
! tab.proxy.title=Proxy
!
! menu.file.title=File
! menu.file.item.close=Close GUI
! menu.file.item.exit=Exit
!
! menu.help.title=Help
! menu.help.item.using=Using MrPostman
! menu.help.item.about=About
!
! about.title=About
! about.info=@APPNAME@ @VERSION@\nBuild @DSTAMP@\n(C) 2003 The MrPostman Development Team\n\nHector Urtubia\nChris Humphreys\nLucas Bruand\nThomas O'Dowd\n\nLicensed under the terms of the GNU Public License\nVisit http://mrbook.org/mrpostman for updates\nand see how you can contribute
!
! using.title=Using MrPostman
! using.info=Please refer to the README file packaged on the executable JAR.\nFor more information, visit http://mrbook.org/mrpostman
!
! button.help.home=Help Home
! button.help.back=Back
!
! #module info panel messages...
!
! modules.info.version.label=Version :
! modules.info.authors.label=Author(s) :
! modules.info.options.label=Options :
! button.apply.label=Apply
! button.help.label=Help
!
! #Module option messages...
!
! modules.hotmail.option.unread.label=Unread Only
! modules.hotmail.option.unread.desc=Collect only Unread mail
! modules.hotmail.option.markread.label=Mark read
! modules.hotmail.option.markread.desc=Flag the collected messages as read
!
! modules.another.option.markread.label=Mark read
! modules.another.option.markread.desc=Flag the collected messages as read
! modules.another.option.debugpagehtml.label=Debug HTML
! modules.another.option.debugpagehtml.desc=Developer option - when selected logs web page html to log file
! modules.another.option.summary.label=Log Summary
! modules.another.option.summary.desc=Developer option - Writes a summary of mail collection to log file
Index: messages_es.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages_es.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** messages_es.properties 6 Mar 2003 19:03:28 -0000 1.5
--- messages_es.properties 7 May 2003 13:17:33 -0000 1.6
***************
*** 1,61 ****
! # The GUI messages for Mr Postman
! # Please do not hard code user visible strings in the java code!
!
! application.title=MrPostman
! application.help.title=MrPostman Help
!
! option.otherhosts=Autorizar a otros para usar esta instancia de Mrpostman
! option.gui-startup=Mostrar la interfaz grafica al correr el programa
! option.log-startup=Abrir la ventana de mensajes al correr el programa
! labels.serverport=Puerto del Servidor:
!
! button.showlog=Mostrar mensajes
!
! proxy.useproxy=use Proxy Configuration:
! proxy.addr=address:
! proxy.port=port:
! proxy.user=user:
! proxy.password=password:
!
! tab.main.title=Principal
! tab.modules.title=Modulos
! tab.proxy.title=Proxy
!
! menu.file.title=Archivo
! menu.file.item.close=Cerrar la ventana
! menu.file.item.exit=Salir
!
! menu.help.title=Ayuda
! menu.help.item.using=Usando MrPostman
! menu.help.item.about=Acerca del programa
!
! about.title=Acerca
! about.info=@APPNAME@ @VERSION@\nBuild @DSTAMP@\n(C) 2003 The MrPostman Development Team\nHector Urtubia\nChris Humphreys\nLucas Bruand\nThomas O'Dowd\nLicensiado bajo los terminos de la licensia GPL.\nVisite http://mrbook.org/mrpostman para actualizaciones\ny vea como ud. puede contribuir con el proyecto.
!
! using.title=Usando MrPostman
! using.info=Por favor vea el archivo README que viene empaquetado en el JAR ejecutable. Para mas informacion, visite http://mrbook.org/mrpostman
!
! button.help.home=Help Home
! button.help.back=Back
!
! #module info panel messages...
!
! modules.info.version.label=Version :
! modules.info.authors.label=Autor(es) :
! modules.info.options.label=Opciones :
! button.apply.label=Aplicar
! button.help.label=Help
!
! #Module option messages...
!
! modules.hotmail.option.unread.label=Unread Only
! modules.hotmail.option.unread.desc=Collect only Unread mail
! modules.hotmail.option.markread.label=Mark read
! modules.hotmail.option.markread.desc=Flag the collected messages as read
!
! modules.another.option.markread.label=Mark read
! modules.another.option.markread.desc=Flag the collected messages as read
! modules.another.option.debugpagehtml.label=Debug HTML
! modules.another.option.debugpagehtml.desc=Developer option - when selected logs web page html to log file
! modules.another.option.summary.label=Log Summary
! modules.another.option.summary.desc=Developer option - Writes a summary of mail collection to log file
--- 1,62 ----
! # The GUI messages for Mr Postman
! # Please do not hard code user visible strings in the java code!
!
! application.title=MrPostman
! application.help.title=MrPostman Help
!
! option.otherhosts=Autorizar a otros para usar esta instancia de Mrpostman
! option.gui-startup=Mostrar la interfaz grafica al correr el programa
! option.log-startup=Abrir la ventana de mensajes al correr el programa
! labels.serverport=Puerto del Servidor:
! message.serverport.restartrequired=You must Restart MrPostman for this to take effect.
!
! button.showlog=Mostrar mensajes
!
! proxy.useproxy=use Proxy Configuration:
! proxy.addr=address:
! proxy.port=port:
! proxy.user=user:
! proxy.password=password:
!
! tab.main.title=Principal
! tab.modules.title=Modulos
! tab.proxy.title=Proxy
!
! menu.file.title=Archivo
! menu.file.item.close=Cerrar la ventana
! menu.file.item.exit=Salir
!
! menu.help.title=Ayuda
! menu.help.item.using=Usando MrPostman
! menu.help.item.about=Acerca del programa
!
! about.title=Acerca
! about.info=@APPNAME@ @VERSION@\nBuild @DSTAMP@\n(C) 2003 The MrPostman Development Team\nHector Urtubia\nChris Humphreys\nLucas Bruand\nThomas O'Dowd\nLicensiado bajo los terminos de la licensia GPL.\nVisite http://mrbook.org/mrpostman para actualizaciones\ny vea como ud. puede contribuir con el proyecto.
!
! using.title=Usando MrPostman
! using.info=Por favor vea el archivo README que viene empaquetado en el JAR ejecutable. Para mas informacion, visite http://mrbook.org/mrpostman
!
! button.help.home=Help Home
! button.help.back=Back
!
! #module info panel messages...
!
! modules.info.version.label=Version :
! modules.info.authors.label=Autor(es) :
! modules.info.options.label=Opciones :
! button.apply.label=Aplicar
! button.help.label=Help
!
! #Module option messages...
!
! modules.hotmail.option.unread.label=Unread Only
! modules.hotmail.option.unread.desc=Collect only Unread mail
! modules.hotmail.option.markread.label=Mark read
! modules.hotmail.option.markread.desc=Flag the collected messages as read
!
! modules.another.option.markread.label=Mark read
! modules.another.option.markread.desc=Flag the collected messages as read
! modules.another.option.debugpagehtml.label=Debug HTML
! modules.another.option.debugpagehtml.desc=Developer option - when selected logs web page html to log file
! modules.another.option.summary.label=Log Summary
! modules.another.option.summary.desc=Developer option - Writes a summary of mail collection to log file
Index: messages_fr.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages_fr.properties,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** messages_fr.properties 7 Mar 2003 22:02:10 -0000 1.9
--- messages_fr.properties 7 May 2003 13:17:33 -0000 1.10
***************
*** 1,63 ****
! # The GUI messages for Mr Postman
! # Please do not hard code user visible strings in the java code!
!
!
! application.title=MrPostman
! application.help.title=Aide sur MrPostman
!
! option.otherhosts=Autoriser l'accès au serveur depuis d'autres machines clientes
! option.gui-startup=Ouvrir la fenêtre graphique au démarrage du programme
! option.log-startup=Ouvrir le journal des événements au démarrage du programme
!
! labels.serverport=Port d'écoute
!
! button.showlog=Ouvrir le journal des événements
!
! proxy.useproxy=use Proxy Configuration:
! proxy.addr=address:
! proxy.port=port:
! proxy.user=user:
! proxy.password=password:
!
! tab.main.title=Principal
! tab.modules.title=Modules
! tab.proxy.title=Proxy
!
! menu.file.title=Fichier
! menu.file.item.close=Fermer la fenêtre.
! menu.file.item.exit=Quitter
!
! menu.help.title=Aide
! menu.help.item.using=Comment utiliser MrPostman
! menu.help.item.about=A propos
!
! about.title=A propos
! about.info=@APPNAME@ @VERSION@\nBuild @DSTAMP@\n(c) 2003 The MrPostman Development Team\nHector Urtubia\nChris Humphreys\nLucas Bruand\nThomas O'Dowd\nDistribué sous licence GNU\nVoir http://mrbook.org/mrpostman pour les mises à jour\net comment contribuer.
!
! using.title=Utiliser MrPostman
! using.info=Veuillez vous référer au document README attaché au JAR.\nPour plus d'informations, voir http://mrbook.org/mrpostman
!
! button.help.home=Page de garde de l'aide
! button.help.back=Précedente
!
! #module info panel messages...
!
! modules.info.version.label=Version :
! modules.info.authors.label=Auteur(s) :
! modules.info.options.label=Options :
! button.apply.label=Appliquer
! button.help.label=Aide
!
! #Module option messages...
!
! modules.hotmail.option.unread.label=Lire les Non-lus
! modules.hotmail.option.unread.desc=Lire les messages non-lus
! modules.hotmail.option.markread.label=marquer comme lus
! modules.hotmail.option.markread.desc=Marquer les messages téléchargés comme lus.
!
! modules.another.option.markread.label=Annoter comme lus
! modules.another.option.markread.desc=Marquer les messages téléchargés comme lus.
! modules.another.option.debugpagehtml.label=Debug HTML
! modules.another.option.debugpagehtml.desc=Option developpeur - journalise les pages web.
! modules.another.option.summary.label=Résumé des journaux
! modules.another.option.summary.desc=Option developpeur - Ecrit un résumé des mails dans un fichier
--- 1,64 ----
! # The GUI messages for Mr Postman
! # Please do not hard code user visible strings in the java code!
!
!
! application.title=MrPostman
! application.help.title=Aide sur MrPostman
!
! option.otherhosts=Autoriser l'accès au serveur depuis d'autres machines clientes
! option.gui-startup=Ouvrir la fenêtre graphique au démarrage du programme
! option.log-startup=Ouvrir le journal des événements au démarrage du programme
!
! labels.serverport=Port d'écoute
! message.serverport.restartrequired=You must Restart MrPostman for this to take effect.
!
! button.showlog=Ouvrir le journal des événements
!
! proxy.useproxy=use Proxy Configuration:
! proxy.addr=address:
! proxy.port=port:
! proxy.user=user:
! proxy.password=password:
!
! tab.main.title=Principal
! tab.modules.title=Modules
! tab.proxy.title=Proxy
!
! menu.file.title=Fichier
! menu.file.item.close=Fermer la fenêtre.
! menu.file.item.exit=Quitter
!
! menu.help.title=Aide
! menu.help.item.using=Comment utiliser MrPostman
! menu.help.item.about=A propos
!
! about.title=A propos
! about.info=@APPNAME@ @VERSION@\nBuild @DSTAMP@\n(c) 2003 The MrPostman Development Team\nHector Urtubia\nChris Humphreys\nLucas Bruand\nThomas O'Dowd\nDistribué sous licence GNU\nVoir http://mrbook.org/mrpostman pour les mises à jour\net comment contribuer.
!
! using.title=Utiliser MrPostman
! using.info=Veuillez vous référer au document README attaché au JAR.\nPour plus d'informations, voir http://mrbook.org/mrpostman
!
! button.help.home=Page de garde de l'aide
! button.help.back=Précedente
!
! #module info panel messages...
!
! modules.info.version.label=Version :
! modules.info.authors.label=Auteur(s) :
! modules.info.options.label=Options :
! button.apply.label=Appliquer
! button.help.label=Aide
!
! #Module option messages...
!
! modules.hotmail.option.unread.label=Lire les Non-lus
! modules.hotmail.option.unread.desc=Lire les messages non-lus
! modules.hotmail.option.markread.label=marquer comme lus
! modules.hotmail.option.markread.desc=Marquer les messages téléchargés comme lus.
!
! modules.another.option.markread.label=Annoter comme lus
! modules.another.option.markread.desc=Marquer les messages téléchargés comme lus.
! modules.another.option.debugpagehtml.label=Debug HTML
! modules.another.option.debugpagehtml.desc=Option developpeur - journalise les pages web.
! modules.another.option.summary.label=Résumé des journaux
! modules.another.option.summary.desc=Option developpeur - Ecrit un résumé des mails dans un fichier
|