X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FGeonames%2Flocale%2FGeonames.pot;h=ab5b32256ff13298f1705e280e0dd8e98c981b8d;hb=13ae3ab2599a127db29d4c777f16c853503bccac;hp=94ead0234bd2a9402f0ff64f6c79c753ca2600ff;hpb=0f1fc36a05c8d858827718255bef20e8d0c0d3f6;p=quix0rs-gnu-social.git diff --git a/plugins/Geonames/locale/Geonames.pot b/plugins/Geonames/locale/Geonames.pot index 94ead0234b..ab5b32256f 100644 --- a/plugins/Geonames/locale/Geonames.pot +++ b/plugins/Geonames/locale/Geonames.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-22 22:34+0000\n" +"POT-Creation-Date: 2011-04-18 11:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,7 +16,32 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: GeonamesPlugin.php:491 +#. TRANS: Exception thrown when a geo names service is not used because of a recent timeout. +#: GeonamesPlugin.php:439 +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. +#: GeonamesPlugin.php:457 +#, php-format +msgid "HTTP error code %s." +msgstr "" + +#. TRANS: Exception thrown when a geo names service returns an empty body. +#: GeonamesPlugin.php:464 +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. +#: GeonamesPlugin.php:482 +#, php-format +msgid "Error #%1$s (\"%2$s\")." +msgstr "" + +#. TRANS: Plugin description. +#: GeonamesPlugin.php:498 msgid "" "Uses Geonames service to get human-" "readable names for locations based on user-provided lat/long pairs."