Update of /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv19719/src/org/mrbook/mrpostman/gui
Modified Files:
messages.properties messages_de.properties
messages_es.properties messages_fr.properties
moduleoptiongui.xml
Log Message:
Yahoo Trash empty
Index: messages.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages.properties,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** messages.properties 29 May 2003 10:54:36 -0000 1.9
--- messages.properties 3 Oct 2003 13:53:17 -0000 1.10
***************
*** 64,65 ****
--- 64,68 ----
modules.yahoo.option.https.label=Use HTTPS
modules.yahoo.option.https.desc=Use HTTPS rather than HTTP for signon
+
+ modules.yahoo.option.emptyTrash.label=Empty Trash
+ modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
\ No newline at end of file
Index: messages_de.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages_de.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** messages_de.properties 29 May 2003 10:54:36 -0000 1.2
--- messages_de.properties 3 Oct 2003 13:53:17 -0000 1.3
***************
*** 128,129 ****
--- 128,131 ----
+ modules.yahoo.option.emptyTrash.label=Empty Trash
+ modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
\ No newline at end of file
Index: messages_es.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages_es.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** messages_es.properties 29 May 2003 10:54:36 -0000 1.8
--- messages_es.properties 3 Oct 2003 13:53:17 -0000 1.9
***************
*** 65,66 ****
--- 65,69 ----
modules.yahoo.option.https.label=Use HTTPS
modules.yahoo.option.https.desc=Use HTTPS rather than HTTP for signon
+
+ modules.yahoo.option.emptyTrash.label=Empty Trash
+ modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
\ No newline at end of file
Index: messages_fr.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages_fr.properties,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** messages_fr.properties 29 May 2003 10:54:36 -0000 1.14
--- messages_fr.properties 3 Oct 2003 13:53:17 -0000 1.15
***************
*** 130,131 ****
--- 130,134 ----
modules.yahoo.option.https.label=Use HTTPS
modules.yahoo.option.https.desc=Utiliser HTTPS plutot que HTTP pour s'authentifier.
+
+ modules.yahoo.option.emptyTrash.label=Empty Trash
+ modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
\ No newline at end of file
Index: moduleoptiongui.xml
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/moduleoptiongui.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** moduleoptiongui.xml 8 May 2003 07:57:37 -0000 1.3
--- moduleoptiongui.xml 3 Oct 2003 13:53:17 -0000 1.4
***************
*** 51,54 ****
--- 51,59 ----
<input type="checkbox" />
</module-option>
+ <module-option id="yahoo.emptyTrash">
+ <label>modules.yahoo.option.emptyTrash.label</label>
+ <desc>modules.yahoo.option.emptyTrash.desc</desc>
+ <input type="checkbox" />
+ </module-option>
</module>
|