Update of /cvsroot/squirrelmail/squirrelmail/plugins/translate
In directory usw-pr-cvs1:/tmp/cvs-serv27954/plugins/translate
Modified Files:
options.php setup.php
Log Message:
Getting ready for 1.2.0 release.
Index: options.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/translate/options.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -r1.3 -r1.4
--- options.php 2001/12/17 13:05:19 1.3
+++ options.php 2001/12/23 07:42:39 1.4
@@ -1,10 +1,14 @@
<?php
/**
- ** options.php
- **
- ** Pick your translator to translate the body of incoming mail messages
- **
- **/
+ * options.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * Pick your translator to translate the body of incoming mail messages
+ *
+ * $Id$
+ */
chdir('..');
Index: setup.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/translate/setup.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- setup.php 2001/12/17 13:05:19 1.4
+++ setup.php 2001/12/23 07:42:39 1.5
@@ -1,5 +1,14 @@
<?php
+/**
+ * setup.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * $Id$
+ */
+
/* Easy plugin that sends the body of the message to a new browser
window using the specified translator. It can also translate your
outgoing message if you send it to someone in a different country.
|