[evolvis-commits] r13309: i18n fixes

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 02:30:43 CET 2011


Author: mirabilos
Date: 2011-02-28 02:30:42 +0100 (Mon, 28 Feb 2011)
New Revision: 13309

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/common/forum/ForumMessage.class.php
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/bg.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/ca.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/de.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/el.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/en.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/eo.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/es.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/eu.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/fr.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/gforge.pot
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/he.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/id.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/it.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/ja.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/ko.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/la.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/nb.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/nl.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/pl.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/pt.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/pt_BR.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/ru.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/sv.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/th.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/zh_CN.po
   trunk/gforge_base/evolvisforge-5.1/gforge/translations/zh_TW.po
Log:
i18n fixes

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/common/forum/ForumMessage.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/common/forum/ForumMessage.class.php	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/common/forum/ForumMessage.class.php	2011-02-28 01:30:42 UTC (rev 13309)
@@ -660,10 +660,11 @@
 
 			$body = sprintf(_("\nRead and respond to this message at: \n%s"), util_make_url ('/forum/message.php?msg_id='.$this->getID()));
 			if ($GLOBALS['sys_use_mail']) {
-				$body .= stripcslashes(sprintf(_('\nOr by replying to this e-mail entering your response between the following markers: '.
-					  '\n%1$s'.
-					  '\n(enter your response here)'.
-					  '\n%1$s'), FORUM_MAIL_MARKER));
+				$body .= stripcslashes(sprintf(_('
+Or reply to this e-mail entering your response between the following markers: 
+%1$s
+(enter your response here)
+%1$s'), FORUM_MAIL_MARKER));
 			}
 			$body .= sprintf(_("\n\n\nBy: %s\n"), $this->getPosterRealName());
 

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/bg.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/bg.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/bg.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:38+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -198,11 +198,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -211,11 +215,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2311,14 +2315,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/ca.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/ca.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/ca.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:38+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -199,11 +199,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -212,11 +216,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2458,14 +2462,6 @@
 msgid "Mantis admin"
 msgstr "Administració de les llistes de correu"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/de.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/de.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/de.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-01-15 15:23+0100\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -201,11 +201,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -214,11 +218,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2438,14 +2442,6 @@
 msgid "Mantis admin"
 msgstr "Post-Admin"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/el.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/el.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/el.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:37+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -196,11 +196,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -209,11 +213,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2239,14 +2243,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/en.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/en.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/en.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-01-13 16:27+0100\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -196,11 +196,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -209,11 +213,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2239,14 +2243,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/eo.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/eo.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/eo.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:37+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -196,11 +196,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -209,11 +213,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2239,14 +2243,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/es.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/es.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/es.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-01-15 15:24+0100\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -202,11 +202,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -215,11 +219,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2441,14 +2445,6 @@
 msgid "Mantis admin"
 msgstr "Administración de Correos"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/eu.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/eu.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/eu.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-19 23:28+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -201,11 +201,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -214,11 +218,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2423,14 +2427,6 @@
 msgid "Mantis admin"
 msgstr "Posta elektronikoen administraria"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/fr.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/fr.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/fr.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,14 +7,14 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
-"PO-Revision-Date: 2009-04-30 15:20+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
+"PO-Revision-Date: 2009-04-30 16:18+0200\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: LANGUAGE <aljeux at free.fr>\n"
-"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Pootle 1.2.1\n"
 "X-Poedit-Language: French\n"
@@ -212,16 +212,20 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 "\n"
-"Ou par e-mail en sasissant votre réponse entre les marqueurs suivants :\n"
+"Ou répondez par e-mail en saisissant votre réponse entre les marqueurs suivants :\n"
 "%1$s\n"
 "(tapez votre réponse ici)\n"
 "%1$s"
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -234,11 +238,11 @@
 "\n"
 "Par : %s\n"
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr "Un fichier a été joint à ce message."
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -451,8 +455,8 @@
 "Bad tag name, you only can use the following characters: [A-Z][a-z][0-9]-_&'#"
 "+. and space"
 msgstr ""
-"Nom d'étiquette invalide.  Seuls les caractères suivants sont autorisés : "
-"[A-Z][a-z][0-9]-_&'#+. et l'espace."
+"Nom d'étiquette invalide.  Seuls les caractères suivants sont autorisés : [A-"
+"Z][a-z][0-9]-_&'#+. et l'espace."
 
 #: common/include/Group.class.php:1307
 msgid "Setting tags: "
@@ -2098,8 +2102,8 @@
 "those extra tabs can only appear on the right of the standard tabs. And you "
 "can only move them inside the set of extra tabs."
 msgstr ""
-"Vous pouvez déplacer et supprimer les onglets supplémentaires déjà ajoutés. "
-" Note : ces onglets supplémentaires apparaissent forcément à droite des "
+"Vous pouvez déplacer et supprimer les onglets supplémentaires déjà ajoutés.  "
+"Note : ces onglets supplémentaires apparaissent forcément à droite des "
 "onglets standard, et ne peuvent être déplacés qu'entre eux."
 
 #: plugins/extratabs/www/index.php:158
@@ -2439,14 +2443,6 @@
 msgid "Mantis admin"
 msgstr "Administration de Mantis"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr "Voir le Mediawiki personnel"
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr "Voir l'administration de Mediawiki"
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr "Aide"
@@ -3126,8 +3122,8 @@
 "Either mount the VOB with <tt>cleartool mount %1$s</tt> or select the <tt>%1"
 "$s</tt> VOB in your ClearCase Explorer."
 msgstr ""
-"Montez le VOB avec <tt>cleartool mount %1$s</tt> ou choisissez le VOB <tt>%"
-"1$s</tt> dans votre explorateur ClearCase."
+"Montez le VOB avec <tt>cleartool mount %1$s</tt> ou choisissez le VOB <tt>%1"
+"$s</tt> dans votre explorateur ClearCase."
 
 #: plugins/scmccase/common/CCasePlugin.class.php:115
 #: www/project/admin/history.php:34
@@ -3309,8 +3305,8 @@
 "prompted.</p>"
 msgstr ""
 "<p><b>Accès Subversion via DAV pour les développeurs</b></p><p>Cette méthode "
-"d'accès au dépôt est réservée aux développeurs du projet. Vous pourrez "
-"avoir besoin de taper votre mot de passe.</p>"
+"d'accès au dépôt est réservée aux développeurs du projet. Vous pourrez avoir "
+"besoin de taper votre mot de passe.</p>"
 
 #: plugins/scmsvn/common/SVNPlugin.class.php:145
 msgid ""
@@ -3544,14 +3540,13 @@
 msgstr ""
 "<p>Pour éviter d'avoir à saisir votre mot de passe à chaque fois que vous "
 "utilisez votre compte CVS/SSH, vous pouvez déposer votre clé publique ici et "
-"elles seront placées sur le serveur CVS dans votre fichier "
-"~/.ssh/authorized_keys. Cette opération s'effectue à l'aide d'une tâche "
-"programmée et n'est donc pas instantanée. Attendez vous à un délai d'une "
-"heure.</p><p>Pour générer une clé publique, utilisez le programme \"ssh-"
-"keygen\". La clé publique sera placée dans \"~/.ssh/identity.pub\" (protocole "
-"1) et dans \"~/.ssh/id_dsa.pub\" ou \"~/.ssh/id_rsa.pub\" (protocole 2). "
-"Consultez la documentation de SSH pour plus d'informations sur le partage de "
-"clés.</p>"
+"elles seront placées sur le serveur CVS dans votre fichier ~/.ssh/"
+"authorized_keys. Cette opération s'effectue à l'aide d'une tâche programmée "
+"et n'est donc pas instantanée. Attendez vous à un délai d'une heure.</"
+"p><p>Pour générer une clé publique, utilisez le programme \"ssh-keygen\". La "
+"clé publique sera placée dans \"~/.ssh/identity.pub\" (protocole 1) et dans "
+"\"~/.ssh/id_dsa.pub\" ou \"~/.ssh/id_rsa.pub\" (protocole 2). Consultez la "
+"documentation de SSH pour plus d'informations sur le partage de clés.</p>"
 
 #: www/account/editsshkeys.php:81
 msgid ""
@@ -7955,8 +7950,7 @@
 #: www/index_std.php:8
 msgid "FusionForge helps you manage the entire development life cycle"
 msgstr ""
-"FusionForge vous aide à suivre l'intégralité de votre cycle de "
-"développement."
+"FusionForge vous aide à suivre l'intégralité de votre cycle de développement."
 
 #: www/index_std.php:11
 msgid ""
@@ -10682,22 +10676,20 @@
 "li><li>Search engines throughout the site</li></ul><p/>Unix Name:<br/>"
 msgstr ""
 "<h3>4. Nom Unix du projet</h3>\n"
-"<p>En plus du nom complet du projet, vous devez choisir un nom « Unix » "
-"court.</p><p>Du fait de son utilisation à de nombreux endroits sur le site, "
-"le « nom Unix » est soumis à plusieurs restrictions :</p><ul><li>Il doit "
-"être unique</li><li>Il doit comprendre entre 3 et 15 caractères</li><li>Il "
-"ne peut contenir que des lettres (minuscules), des chiffres et des "
-"tirets</li><li>Il ne peut être choisi parmi certains noms "
-"réservés</li><li>Il ne changera pas tout au long de la vie du "
-"projet</li></ul>\n"
-"<p>Ce nom Unix est important, car il est utilisé des manières "
-"suivantes :</p>\n"
-"<ul><li>Pour construire l'adresse du site web du projet, <tt>nom-unix.%"
-"1$s</tt></li><li>Pour utiliser CVS, dans <tt>/cvsroot/nom-unix</tt> sur "
-"<tt>cvs.nom-unix.%1$s</tt> (ou équivalent pour un autre système de suivi de "
-"version)</li><li>Pour obtenir un accès shell sur <tt>nom-unix.%"
-"1$s</tt></li><li>Pour les recherches partout dans le site</li></ul><p>Nom "
-"Unix :<br/>"
+"<p>En plus du nom complet du projet, vous devez choisir un nom « Unix » court."
+"</p><p>Du fait de son utilisation à de nombreux endroits sur le site, le « "
+"nom Unix » est soumis à plusieurs restrictions :</p><ul><li>Il doit être "
+"unique</li><li>Il doit comprendre entre 3 et 15 caractères</li><li>Il ne "
+"peut contenir que des lettres (minuscules), des chiffres et des tirets</"
+"li><li>Il ne peut être choisi parmi certains noms réservés</li><li>Il ne "
+"changera pas tout au long de la vie du projet</li></ul>\n"
+"<p>Ce nom Unix est important, car il est utilisé des manières suivantes :</"
+"p>\n"
+"<ul><li>Pour construire l'adresse du site web du projet, <tt>nom-unix.%1$s</"
+"tt></li><li>Pour utiliser CVS, dans <tt>/cvsroot/nom-unix</tt> sur <tt>cvs."
+"nom-unix.%1$s</tt> (ou équivalent pour un autre système de suivi de version)"
+"</li><li>Pour obtenir un accès shell sur <tt>nom-unix.%1$s</tt></li><li>Pour "
+"les recherches partout dans le site</li></ul><p>Nom Unix :<br/>"
 
 #: www/register/projectinfo.php:156
 #, php-format
@@ -11715,8 +11707,8 @@
 msgid ""
 "More than <strong>%1$s</strong> projects have <strong>%2$s</strong> as tag."
 msgstr ""
-"L'étiquette <strong>%2$s</strong> est utilisée sur plus de de <strong>%"
-"1$s</strong> projets."
+"L'étiquette <strong>%2$s</strong> est utilisée sur plus de de <strong>%1$s</"
+"strong> projets."
 
 #: www/softwaremap/trove_list.php:314
 msgid "Activity Ranking: "
@@ -13390,77 +13382,3 @@
 #: www/users:33
 msgid "No User Name Provided"
 msgstr "Aucun nom d'utilisateur n'a été fourni"
-
-#~ msgid "View My Developer Profile"
-#~ msgstr "Voir mon profil de développeur"
-
-#~ msgid "You have not chosen a license"
-#~ msgstr "Vous n'avez pas choisi de licence"
-
-#~ msgid "Conflicting licenses choice"
-#~ msgstr "Conflit dans le choix de licence"
-
-#~ msgid "Please give more comprehensive licensing description"
-#~ msgstr "Veuillez fournir une description plus précise de la licence."
-
-#~ msgid ""
-#~ "<a href=\"http://fusionforge.fusionforge.org/\">FusionForge archive</a>"
-#~ msgstr ""
-#~ "<a href=\"http://fusionforge.fusionforge.org/\">archive de FusionForge</a>"
-
-#~ msgid ""
-#~ "<a href=\"http://www.gnu.org/software/mailman/\">Mailman</a> <i>(optional)"
-#~ "</i>"
-#~ msgstr ""
-#~ "<a href=\"http://www.gnu.org/software/mailman/\">Mailman</a> <i>"
-#~ "(optionnel)</i>"
-
-#~ msgid "Mailing lists"
-#~ msgstr "Listes de diffusion"
-
-#~ msgid "Online help via IRC"
-#~ msgstr "Aide en ligne par IRC"
-
-#~ msgid "Contribute!"
-#~ msgstr "Contribuer !"
-
-#~ msgid "FusionForge Project Page"
-#~ msgstr "Page du projet de FusionForge"
-
-#~ msgid "Bug Tracker"
-#~ msgstr "Suivi des bugs"
-
-#~ msgid "Patch Submissions"
-#~ msgstr "Soumission de correctifs"
-
-#~ msgid "Older headlines"
-#~ msgstr "Anciennes annonces"
-
-#~ msgid "<h3>3. License</h3>"
-#~ msgstr "<h3>3. Licence</h3>"
-
-#~ msgid ""
-#~ "<p>If you selected \"other\", please provide an explanation along with a "
-#~ "description of your license. Realize that other licenses may not be "
-#~ "approved. Also, it may take additional time to make a decision for such "
-#~ "project, since we will need to check that license is compatible with the "
-#~ "OpenSource definition.</p>"
-#~ msgstr ""
-#~ "<p>Si vous avez choisi une autre licence, veuillez fournir ici une "
-#~ "description de cette licence, avec toutes les explications pertinentes.  "
-#~ "Notez que les licences non-standard peuvent mener au rejet des projets, "
-#~ "ou à un délai supplémentaire lors de leur approbation (puisqu'il faudra "
-#~ "plus de temps à l'équipe d'administration pour vérifier la compatibilité "
-#~ "de la licence avec la définition de l'Open Source).</p>"
-
-#~ msgid "Opn"
-#~ msgstr "Ouv."
-
-#~ msgid "Cls"
-#~ msgstr "Ferm."
-
-#~ msgid "CO's"
-#~ msgstr "Cop."
-
-#~ msgid "Comm's"
-#~ msgstr "Val."

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/gforge.pot
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/gforge.pot	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/gforge.pot	2011-02-28 01:30:42 UTC (rev 13309)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -198,11 +198,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -211,11 +215,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2241,14 +2245,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/he.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/he.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/he.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -196,11 +196,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -209,11 +213,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2239,14 +2243,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/id.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/id.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/id.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -196,11 +196,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -209,11 +213,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2239,14 +2243,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/it.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/it.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/it.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -200,11 +200,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -213,11 +217,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2433,14 +2437,6 @@
 msgid "Mantis admin"
 msgstr "Amministrazione Mail"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/ja.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/ja.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/ja.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-01-15 14:05+0100\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -199,11 +199,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -212,11 +216,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2339,14 +2343,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/ko.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/ko.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/ko.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -199,11 +199,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -212,11 +216,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2395,14 +2399,6 @@
 msgid "Mantis admin"
 msgstr "메일 설정"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/la.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/la.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/la.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -196,11 +196,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -209,11 +213,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2239,14 +2243,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/nb.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/nb.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/nb.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -196,11 +196,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -209,11 +213,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2239,14 +2243,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/nl.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/nl.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/nl.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -200,11 +200,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -213,11 +217,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2452,14 +2456,6 @@
 msgid "Mantis admin"
 msgstr "Mailbeheer"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/pl.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/pl.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/pl.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:35+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -196,11 +196,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -209,11 +213,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2239,14 +2243,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/pt.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/pt.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/pt.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:35+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -196,11 +196,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -209,11 +213,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2239,14 +2243,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/pt_BR.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/pt_BR.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/pt_BR.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:35+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -199,11 +199,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -212,11 +216,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2415,14 +2419,6 @@
 msgid "Mantis admin"
 msgstr "Administrador de Correio"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/ru.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/ru.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/ru.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-18 16:52+0100\n"
 "Last-Translator: Aleksey Bragin <aleksey at reactos.org>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -198,11 +198,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -211,12 +215,12 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 #, fuzzy
 msgid "A file has been uploaded with this message."
 msgstr "Файл должен быть указан на этой странице."
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2418,14 +2422,6 @@
 msgid "Mantis admin"
 msgstr "Управление переменными"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr "Персональная энциклопедия"
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr "Управление персональной энциклопедией"
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""
@@ -13346,6 +13342,12 @@
 msgid "No User Name Provided"
 msgstr "Имя участника обязательно"
 
+#~ msgid "View Personal MediaWiki"
+#~ msgstr "Персональная энциклопедия"
+
+#~ msgid "View the MediaWiki Administration"
+#~ msgstr "Управление персональной энциклопедией"
+
 #~ msgid "View My Developer Profile"
 #~ msgstr "Смотреть мой профиль разработчика"
 

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/sv.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/sv.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/sv.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-03-26 16:15+0200\n"
 "Last-Translator: Martin Bagge <brother at bsnet.se>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -200,11 +200,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -213,11 +217,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2406,14 +2410,6 @@
 msgid "Mantis admin"
 msgstr "E-post admin"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/th.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/th.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/th.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:35+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -196,11 +196,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -209,11 +213,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2239,14 +2243,6 @@
 msgid "Mantis admin"
 msgstr ""
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/zh_CN.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/zh_CN.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/zh_CN.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:35+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -199,11 +199,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -212,11 +216,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2425,14 +2429,6 @@
 msgid "Mantis admin"
 msgstr "邮件管理"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/translations/zh_TW.po
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/translations/zh_TW.po	2011-02-28 01:30:34 UTC (rev 13308)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/translations/zh_TW.po	2011-02-28 01:30:42 UTC (rev 13309)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gforge 4.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-29 12:42+0200\n"
+"POT-Creation-Date: 2009-04-30 16:17+0200\n"
 "PO-Revision-Date: 2009-02-01 14:34+0100\n"
 "Last-Translator: \n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -199,11 +199,15 @@
 #: common/forum/ForumMessage.class.php:663
 #, php-format
 msgid ""
-"\\nOr by replying to this e-mail entering your response between the "
-"following markers: \\n%1$s\\n(enter your response here)\\n%1$s"
+"\n"
+"Or reply to this e-mail entering your response between the following "
+"markers: \n"
+"%1$s\n"
+"(enter your response here)\n"
+"%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:668
+#: common/forum/ForumMessage.class.php:669
 #, php-format
 msgid ""
 "\n"
@@ -212,11 +216,11 @@
 "By: %s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:673
+#: common/forum/ForumMessage.class.php:674
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:684
+#: common/forum/ForumMessage.class.php:685
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2425,14 +2429,6 @@
 msgid "Mantis admin"
 msgstr "郵件管理"
 
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:143
-msgid "View Personal MediaWiki"
-msgstr ""
-
-#: plugins/mediawiki/common/MediaWikiPlugin.class.php:153
-msgid "View the MediaWiki Administration"
-msgstr ""
-
 #: plugins/online_help/common/online_helpPlugin.class.php:84
 msgid "Get Help"
 msgstr ""



More information about the evolvis-commits mailing list