gnu-social/plugins/Geonames/locale/Geonames.pot

50 lines
1.5 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-18 12:38+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#. TRANS: Exception thrown when a geo names service is not used because of a recent timeout.
#: GeonamesPlugin.php:473
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:491
#, php-format
msgid "HTTP error code %s."
msgstr ""
#. TRANS: Exception thrown when a geo names service returns an empty body.
#: GeonamesPlugin.php:498
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:516
#, php-format
msgid "Error #%1$s (\"%2$s\")."
msgstr ""
#. TRANS: Plugin description.
#: GeonamesPlugin.php:532
msgid ""
"Uses <a href=\"http://geonames.org/\">Geonames</a> service to get human-"
"readable names for locations based on user-provided lat/long pairs."
msgstr ""