[Fusionforge-commits] r18471 - in trunk/src: common/include translations

Marc-Etienne VARGENAU vargenau at fusionforge.org
Mon Nov 18 16:33:28 CET 2013


Author: vargenau
Date: 2013-11-18 16:33:28 +0100 (Mon, 18 Nov 2013)
New Revision: 18471

Modified:
   trunk/src/common/include/Plugin.class.php
   trunk/src/translations/bg.po
   trunk/src/translations/ca.po
   trunk/src/translations/de.po
   trunk/src/translations/en.po
   trunk/src/translations/es.po
   trunk/src/translations/eu.po
   trunk/src/translations/fr.po
   trunk/src/translations/fusionforge.pot
   trunk/src/translations/gl.po
   trunk/src/translations/it.po
   trunk/src/translations/ja.po
   trunk/src/translations/ko.po
   trunk/src/translations/nl.po
   trunk/src/translations/pl.po
   trunk/src/translations/pt.po
   trunk/src/translations/ru.po
   trunk/src/translations/sv.po
   trunk/src/translations/th.po
   trunk/src/translations/zh_CN.po
   trunk/src/translations/zh_TW.po
Log:
Use \n

Modified: trunk/src/common/include/Plugin.class.php
===================================================================
--- trunk/src/common/include/Plugin.class.php	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/common/include/Plugin.class.php	2013-11-18 15:33:28 UTC (rev 18471)
@@ -262,25 +262,27 @@
 
 		if ($display) {
 			$flag = strtolower('use_'.$this->name);
-			echo '<tr>';
-			echo '<td>';
+			echo "<tr>\n";
+			echo "<td>\n";
 			echo ' <input type="checkbox" name="'.$flag.'" value="1" ';
 			// checked or unchecked?
 			if ($group->usesPlugin($this->name)) {
 				echo 'checked="checked"';
 			}
 			echo ' /><br/>';
-			echo '</td>';
+			echo "</td>\n";
 			$pluginObject = plugin_get_object($this->name);
 			if (method_exists($pluginObject, 'getPluginDescription')) {
 				echo '<td class="tabtitle" title="'.$description = $pluginObject->getPluginDescription().'">';
 			} else {
-				echo '<td>';
+				echo "</td>\n";
 			}
-			echo '<strong>'. sprintf(_('Use %s Plugin'), $this->text) .'</strong>';
+			echo "<strong>";
+			printf(_("Use %s"), $this->text);
+			echo "</strong>";
 			echo html_image($imgStatus, '16', '16',array('alt'=>$title, 'title'=>$title, 'class'=>'tabtitle-sw'));
-			echo '</td>';
-			echo '</tr>';
+			echo "</td>\n";
+			echo "</tr>\n";
 		}
 	}
 
@@ -324,7 +326,8 @@
 			if ($user->usesPlugin($this->name)) {
 				echo 'checked="checked"';
 			}
-			echo ' />    '. sprintf(_('Use %s Plugin'), $this->text);
+			echo " />\n";
+			printf(_("Use %s"), $this->text);
 			echo html_image($imgStatus, '16', '16',array('alt'=>$title, 'title'=>$title));
 			echo '</div>';
 		}

Modified: trunk/src/translations/bg.po
===================================================================
--- trunk/src/translations/bg.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/bg.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-02-01 14:38+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3761,17 +3761,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "Няма статистика"

Modified: trunk/src/translations/ca.po
===================================================================
--- trunk/src/translations/ca.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/ca.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-02-01 14:38+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3867,17 +3867,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "No hi ha estadístiques disponibles"

Modified: trunk/src/translations/de.po
===================================================================
--- trunk/src/translations/de.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/de.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2010-07-16 10:07+0200\n"
 "Last-Translator: Thorsten Glaser <t.glaser at tarent.de>\n"
 "Language-Team: german\n"
@@ -3873,17 +3873,17 @@
 "Schreibrechte für Apache in/etc/fusionforge/plugins oder erstellen Sie den "
 "Link manuell."
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "Keine Statistiken verfügbar"

Modified: trunk/src/translations/en.po
===================================================================
--- trunk/src/translations/en.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/en.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-01-13 16:27+0100\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3567,17 +3567,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 msgid "No description available."
 msgstr ""
 

Modified: trunk/src/translations/es.po
===================================================================
--- trunk/src/translations/es.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/es.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2013-02-11 13:42+0100\n"
 "Last-Translator: skymix <skymix.es at gmail.com>\n"
 "Language-Team: Spanish/Spain\n"
@@ -3774,17 +3774,17 @@
 "permisos de escritura para apache en /etc/fusionforge/plugins o crea un "
 "enlace manual."
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr "Estado Actual del plugin es"
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
-msgstr "Usa Plugin %s"
+msgid "Use %s"
+msgstr "Usa %s"
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "Estadísticas no disponibles"

Modified: trunk/src/translations/eu.po
===================================================================
--- trunk/src/translations/eu.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/eu.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-02-19 23:28+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3859,17 +3859,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "Estatistikak ez daude eskuragarri"

Modified: trunk/src/translations/fr.po
===================================================================
--- trunk/src/translations/fr.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/fr.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2013-06-03 17:17+0100\n"
 "Last-Translator: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent."
 "com>\n"
@@ -3719,17 +3719,17 @@
 "permissions du répertoire /etc/fusionforge/plugins pour Apache, ou créer le "
 "lien manuellement."
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr "L'état actuel du greffon est"
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
-msgstr "Utiliser le plugin %s"
+msgid "Use %s"
+msgstr "Utiliser %s"
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 msgid "No description available."
 msgstr "Pas de description disponible."
 
@@ -25259,9 +25259,6 @@
 #~ msgid "Confluence"
 #~ msgstr "Confluence"
 
-#~ msgid "Use %s"
-#~ msgstr "Utiliser %s"
-
 #~ msgid "Read"
 #~ msgstr "Lecture"
 

Modified: trunk/src/translations/fusionforge.pot
===================================================================
--- trunk/src/translations/fusionforge.pot	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/fusionforge.pot	2013-11-18 15:33:28 UTC (rev 18471)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\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"
@@ -3567,17 +3567,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 msgid "No description available."
 msgstr ""
 

Modified: trunk/src/translations/gl.po
===================================================================
--- trunk/src/translations/gl.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/gl.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-09-21 10:21+0100\n"
 "Last-Translator: José Manuel Castroagudín Silva <chavescesures at gmail.com>\n"
 "Language-Team: Galician <g11n at mancomun.org>\n"
@@ -3880,17 +3880,17 @@
 "escritura para o Apache en /etc/fusionforge/plugins ou cree a ligazón "
 "manualmente."
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "Non hai estatísticas dispoñibles"

Modified: trunk/src/translations/it.po
===================================================================
--- trunk/src/translations/it.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/it.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2010-10-06 15:06+0200\n"
 "Last-Translator: Reinhard Spisser <reinhard.spisser at fiditalia.it>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3886,17 +3886,17 @@
 "plugins/%s. Controlla i permessi di scrittura per apache in /etc/fusionforge/"
 "plugins oppure crea il link manualmente."
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "Statistiche non disponibili"

Modified: trunk/src/translations/ja.po
===================================================================
--- trunk/src/translations/ja.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/ja.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-01-15 14:05+0100\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3790,17 +3790,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "ドキュメントタイトル"

Modified: trunk/src/translations/ko.po
===================================================================
--- trunk/src/translations/ko.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/ko.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3816,17 +3816,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "통계 자료가 없습니다."

Modified: trunk/src/translations/nl.po
===================================================================
--- trunk/src/translations/nl.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/nl.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3849,17 +3849,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "Geen statistieken beschikbaar"

Modified: trunk/src/translations/pl.po
===================================================================
--- trunk/src/translations/pl.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/pl.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-10-06 16:20+0200\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3710,17 +3710,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "Brak wydań"

Modified: trunk/src/translations/pt.po
===================================================================
--- trunk/src/translations/pt.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/pt.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-02-01 14:35+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3607,17 +3607,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 msgid "No description available."
 msgstr ""
 

Modified: trunk/src/translations/ru.po
===================================================================
--- trunk/src/translations/ru.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/ru.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-02-18 16:52+0100\n"
 "Last-Translator: Aleksey Bragin <aleksey at reactos.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3865,17 +3865,17 @@
 "Проверьте ваш уровень достпа к /etc/fusionforge/plugins или создайте линк в "
 "ручном режиме."
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "Нет доступной статистики"

Modified: trunk/src/translations/sv.po
===================================================================
--- trunk/src/translations/sv.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/sv.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-07-19 01:41+0200\n"
 "Last-Translator: Martin Bagge <brother at bsnet.se>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3857,17 +3857,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "Ingen statistik tillgänglig"

Modified: trunk/src/translations/th.po
===================================================================
--- trunk/src/translations/th.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/th.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2013-06-03 17:16+0100\n"
 "Last-Translator: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent."
 "com>\n"
@@ -3575,17 +3575,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 msgid "No description available."
 msgstr ""
 

Modified: trunk/src/translations/zh_CN.po
===================================================================
--- trunk/src/translations/zh_CN.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/zh_CN.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2010-10-06 15:07+0200\n"
 "Last-Translator: 邱承 <qiucheng1 at sina.com>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3840,17 +3840,17 @@
 "配置文件无法链接到/etc/fusionforge/plugins/%s。请检查apache在/etc/"
 "fusionforge/plugins 的写权限或手工创建。"
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "没有统计信息"

Modified: trunk/src/translations/zh_TW.po
===================================================================
--- trunk/src/translations/zh_TW.po	2013-11-18 11:26:32 UTC (rev 18470)
+++ trunk/src/translations/zh_TW.po	2013-11-18 15:33:28 UTC (rev 18471)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-18 12:23+0100\n"
+"POT-Creation-Date: 2013-11-18 16:32+0100\n"
 "PO-Revision-Date: 2009-02-01 14:34+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -3850,17 +3850,17 @@
 "apache in /etc/fusionforge/plugins or create the link manually."
 msgstr ""
 
-#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:307
+#: common/include/Plugin.class.php:250 common/include/Plugin.class.php:309
 #: www/admin/pluginman.php:279
 msgid "Current plugin status is"
 msgstr ""
 
-#: common/include/Plugin.class.php:280 common/include/Plugin.class.php:327
+#: common/include/Plugin.class.php:281 common/include/Plugin.class.php:330
 #, php-format
-msgid "Use %s Plugin"
+msgid "Use %s"
 msgstr ""
 
-#: common/include/Plugin.class.php:345
+#: common/include/Plugin.class.php:348
 #, fuzzy
 msgid "No description available."
 msgstr "沒有統計資訊"




More information about the Fusionforge-commits mailing list