Geonames.pot 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2012-06-30 11:07+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. TRANS: Exception thrown when a geo names service is not used because of a recent timeout.
  19. #: GeonamesPlugin.php:439
  20. msgid "Skipping due to recent web service timeout."
  21. msgstr ""
  22. #. TRANS: Exception thrown when a geo names service does not return an expected response.
  23. #. TRANS: %s is an HTTP error code.
  24. #: GeonamesPlugin.php:457
  25. #, php-format
  26. msgid "HTTP error code %s."
  27. msgstr ""
  28. #. TRANS: Exception thrown when a geo names service returns an empty body.
  29. #: GeonamesPlugin.php:464
  30. msgid "Empty HTTP body in response."
  31. msgstr ""
  32. #. TRANS: Exception thrown when a geo names service return a specific error number and error text.
  33. #. TRANS: %1$s is an error code, %2$s is an error message.
  34. #: GeonamesPlugin.php:482
  35. #, php-format
  36. msgid "Error #%1$s (\"%2$s\")."
  37. msgstr ""
  38. #. TRANS: Plugin description.
  39. #: GeonamesPlugin.php:498
  40. msgid ""
  41. "Uses <a href=\"http://geonames.org/\">Geonames</a> service to get human-"
  42. "readable names for locations based on user-provided lat/long pairs."
  43. msgstr ""