Geonames.pot 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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: 2020-08-04 01:05+0100\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. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #. TRANS: Exception thrown when a geo names service is not used because of a recent timeout.
  20. #: GeonamesPlugin.php:473
  21. msgid "Skipping due to recent web service timeout."
  22. msgstr ""
  23. #. TRANS: Exception thrown when a geo names service does not return an expected response.
  24. #. TRANS: %s is an HTTP error code.
  25. #: GeonamesPlugin.php:491
  26. #, php-format
  27. msgid "HTTP error code %s."
  28. msgstr ""
  29. #. TRANS: Exception thrown when a geo names service returns an empty body.
  30. #: GeonamesPlugin.php:498
  31. msgid "Empty HTTP body in response."
  32. msgstr ""
  33. #. TRANS: Exception thrown when a geo names service return a specific error number and error text.
  34. #. TRANS: %1$s is an error code, %2$s is an error message.
  35. #: GeonamesPlugin.php:516
  36. #, php-format
  37. msgid "Error #%1$s (\"%2$s\")."
  38. msgstr ""
  39. #. TRANS: Plugin description.
  40. #: GeonamesPlugin.php:532
  41. msgid ""
  42. "Uses <a href=\"http://geonames.org/\">Geonames</a> service to get human-"
  43. "readable names for locations based on user-provided lat/long pairs."
  44. msgstr ""