]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Geonames/locale/zh_CN/LC_MESSAGES/Geonames.po
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Geonames / locale / zh_CN / LC_MESSAGES / Geonames.po
index 09a97847026e707507e2366cadfa680f4b507685..46f62c51010858c33b126b55638f363ca582bb07 100644 (file)
@@ -1,5 +1,5 @@
 # Translation of StatusNet - Geonames to Simplified Chinese (‪中文(简体)‬)
-# Expored from translatewiki.net
+# Exported from translatewiki.net
 #
 # Author: ZhengYiFeng
 # --
@@ -9,20 +9,40 @@ msgid ""
 msgstr ""
 "Project-Id-Version: StatusNet - Geonames\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-10-03 19:53+0000\n"
-"PO-Revision-Date: 2010-10-03 19:56:46+0000\n"
+"POT-Creation-Date: 2011-04-09 18:34+0000\n"
+"PO-Revision-Date: 2011-04-09 18:37:14+0000\n"
 "Language-Team: Simplified Chinese <http://translatewiki.net/wiki/Portal:zh-"
 "hans>\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2010-10-01 20:38:54+0000\n"
-"X-Generator: MediaWiki 1.17alpha (r74231); Translate extension (2010-09-17)\n"
+"X-POT-Import-Date: 2011-03-24 15:25:03+0000\n"
+"X-Generator: MediaWiki 1.18alpha (r85732); Translate extension (2011-03-11)\n"
 "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
 "X-Language-Code: zh-hans\n"
 "X-Message-Group: #out-statusnet-plugin-geonames\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: GeonamesPlugin.php:491
+#. TRANS: Exception thrown when a geo names service is not used because of a recent timeout.
+msgid "Skipping due to recent web service timeout."
+msgstr ""
+
+#. TRANS: Exception thrown when a geo names service does not return an expected response.
+#. TRANS: %s is an HTTP error code.
+#, php-format
+msgid "HTTP error code %s."
+msgstr ""
+
+#. TRANS: Exception thrown when a geo names service returns an empty body.
+msgid "Empty HTTP body in response."
+msgstr ""
+
+#. TRANS: Exception thrown when a geo names service return a specific error number and error text.
+#. TRANS: %1$s is an error code, %2$s is an error message.
+#, php-format
+msgid "Error #%1$s (\"%2$s\")."
+msgstr ""
+
+#. TRANS: Plugin description.
 msgid ""
 "Uses <a href=\"http://geonames.org/\">Geonames</a> service to get human-"
 "readable names for locations based on user-provided lat/long pairs."