[Fusionforge-commits] r18023 - in trunk/src: plugins/oauthconsumer/www translations

Marc-Etienne VARGENAU vargenau at fusionforge.org
Thu Sep 19 16:06:12 CEST 2013


Author: vargenau
Date: 2013-09-19 16:06:12 +0200 (Thu, 19 Sep 2013)
New Revision: 18023

Modified:
   trunk/src/plugins/oauthconsumer/www/index.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:
Do not translate <b>

Modified: trunk/src/plugins/oauthconsumer/www/index.php
===================================================================
--- trunk/src/plugins/oauthconsumer/www/index.php	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/plugins/oauthconsumer/www/index.php	2013-09-19 14:06:12 UTC (rev 18023)
@@ -14,13 +14,13 @@
 	echo '<h4>'._('Accessing resources with OAuth').'</h4>';
 	?>
 	<form action="index.php" method="post">
-	<?php echo _('<b>Providers</b>');
-	$f_provider_id = getStringFromPost('providers');?>
+	<b><?php echo _('Providers'); ?></b>
+	<?php $f_provider_id = getStringFromPost('providers'); ?>
 	<select name=providers>
 	<?php foreach ($providers as $provider) 	{
 		echo '<option value="'.$provider->get_id().'" ';
 		if($provider->get_id()==$f_provider_id)	{
-			echo 'SELECTED';
+			echo 'selected';
 		}
 		echo '>'.$provider->get_name().'</option>';
 	}?>

Modified: trunk/src/translations/bg.po
===================================================================
--- trunk/src/translations/bg.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/bg.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -11894,8 +11894,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "Автор"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/ca.po
===================================================================
--- trunk/src/translations/ca.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/ca.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -12221,8 +12221,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "Autor"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/de.po
===================================================================
--- trunk/src/translations/de.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/de.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -12280,8 +12280,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "Genehmigen"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/en.po
===================================================================
--- trunk/src/translations/en.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/en.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -11145,7 +11145,7 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
+msgid "Providers"
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:40

Modified: trunk/src/translations/es.po
===================================================================
--- trunk/src/translations/es.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/es.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -11844,8 +11844,9 @@
 msgstr "Accediendo a recursos con OAuth"
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr "<b>Proveedores</b>"
+#, fuzzy
+msgid "Providers"
+msgstr "Proveedor"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65
@@ -23129,6 +23130,9 @@
 msgid "Personal Page for %s"
 msgstr "Página personal de %s"
 
+#~ msgid "<b>Providers</b>"
+#~ msgstr "<b>Proveedores</b>"
+
 #~ msgid "Include child projects:"
 #~ msgstr "Incluir proyectos hijos:"
 

Modified: trunk/src/translations/eu.po
===================================================================
--- trunk/src/translations/eu.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/eu.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -12171,8 +12171,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "Egilea"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/fr.po
===================================================================
--- trunk/src/translations/fr.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/fr.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\n"
 "PO-Revision-Date: 2013-06-03 17:17+0100\n"
 "Last-Translator: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent."
 "com>\n"
@@ -11878,8 +11878,8 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+msgid "Providers"
+msgstr "Fournisseurs"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65
@@ -25479,9 +25479,6 @@
 #~ msgid "Cannot copy file to target directory"
 #~ msgstr "Le fichier ne peut pas être copié vers sa destination"
 
-#~ msgid "Providers"
-#~ msgstr "Fournisseurs"
-
 #~ msgid "Failed to write file to disk."
 #~ msgstr "Échec lors de l'écriture du fichier sur le disque."
 

Modified: trunk/src/translations/fusionforge.pot
===================================================================
--- trunk/src/translations/fusionforge.pot	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/fusionforge.pot	2013-09-19 14:06:12 UTC (rev 18023)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:01+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+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"
@@ -11141,7 +11141,7 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
+msgid "Providers"
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:40

Modified: trunk/src/translations/gl.po
===================================================================
--- trunk/src/translations/gl.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/gl.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -12280,8 +12280,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "Autorizar"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/it.po
===================================================================
--- trunk/src/translations/it.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/it.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -12238,8 +12238,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "Autore"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/ja.po
===================================================================
--- trunk/src/translations/ja.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/ja.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -11861,8 +11861,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "無効なパラメータ"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/ko.po
===================================================================
--- trunk/src/translations/ko.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/ko.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -12100,8 +12100,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "Author"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/nl.po
===================================================================
--- trunk/src/translations/nl.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/nl.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -12221,8 +12221,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "Schrijver"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/pl.po
===================================================================
--- trunk/src/translations/pl.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/pl.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -11512,8 +11512,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "Aktualizuj hasło"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/pt.po
===================================================================
--- trunk/src/translations/pt.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/pt.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -11245,7 +11245,7 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
+msgid "Providers"
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:40

Modified: trunk/src/translations/ru.po
===================================================================
--- trunk/src/translations/ru.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/ru.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -12305,8 +12305,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "Авторизация"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/sv.po
===================================================================
--- trunk/src/translations/sv.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/sv.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -12132,8 +12132,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "Författare"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/th.po
===================================================================
--- trunk/src/translations/th.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/th.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\n"
 "PO-Revision-Date: 2009-10-06 16:32+0200\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -11151,7 +11151,7 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
+msgid "Providers"
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:40

Modified: trunk/src/translations/zh_CN.po
===================================================================
--- trunk/src/translations/zh_CN.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/zh_CN.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -12170,8 +12170,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "作者"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65

Modified: trunk/src/translations/zh_TW.po
===================================================================
--- trunk/src/translations/zh_TW.po	2013-09-19 14:02:08 UTC (rev 18022)
+++ trunk/src/translations/zh_TW.po	2013-09-19 14:06:12 UTC (rev 18023)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-19 16:00+0200\n"
+"POT-Creation-Date: 2013-09-19 16:05+0200\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"
@@ -12181,8 +12181,9 @@
 msgstr ""
 
 #: plugins/oauthconsumer/www/index.php:17
-msgid "<b>Providers</b>"
-msgstr ""
+#, fuzzy
+msgid "Providers"
+msgstr "作者"
 
 #: plugins/oauthconsumer/www/index.php:40
 #: plugins/oauthprovider/www/access_tokens.php:65




More information about the Fusionforge-commits mailing list