X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FGeonames%2Flocale%2Fnl%2FLC_MESSAGES%2FGeonames.po;h=630a013120c1f011a84a0b6b0506041045e48bc0;hb=2e4e2f693d76dde8bcc42ef8aadbfd1c7965468b;hp=0dc5c54b053ac1d0fad6b0eff64152d9a0648df2;hpb=55b4303ea4da2a74723f7df5dbd1d83ae3922d27;p=quix0rs-gnu-social.git diff --git a/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po index 0dc5c54b05..630a013120 100644 --- a/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po @@ -9,18 +9,39 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-06 02:34+0100\n" -"PO-Revision-Date: 2011-03-06 01:37:16+0000\n" -"Language-Team: Dutch \n" +"POT-Creation-Date: 2012-05-12 18:44+0000\n" +"PO-Revision-Date: 2012-05-12 18:45:57+0000\n" +"Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-03-03 17:43:26+0000\n" -"X-Generator: MediaWiki 1.18alpha (r83348); Translate extension (2011-03-04)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" +"X-Generator: MediaWiki 1.20alpha (9a7f2d8); Translate 2012-04-11\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. 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 "Dit wordt overgeslagen vanwege een recente timeout van de webservice." + +#. 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 "HTTP-foutcode %s." + +#. TRANS: Exception thrown when a geo names service returns an empty body. +msgid "Empty HTTP body in response." +msgstr "Lege HTTP-body in antwoord." + +#. 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 "Fout #%1$s (\"%2$s\")." + +#. TRANS: Plugin description. msgid "" "Uses Geonames service to get human-" "readable names for locations based on user-provided lat/long pairs."