12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # Translation of StatusNet - Geonames to Catalan (català)
- # Exported from translatewiki.net
- #
- # Author: Toniher
- # --
- # This file is distributed under the same license as the StatusNet package.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: StatusNet - Geonames\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2012-06-30 11:07+0000\n"
- "PO-Revision-Date: 2012-06-30 11:08:40+0000\n"
- "Language-Team: Catalan <https://translatewiki.net/wiki/Portal:ca>\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n"
- "X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
- "X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
- "X-Language-Code: ca\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 "S'ignora pel recent temps d'espera esgotat del web."
- #. 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 "Codi d'error HTTP %s."
- #. TRANS: Exception thrown when a geo names service returns an empty body.
- msgid "Empty HTTP body in response."
- msgstr "Cos HTTP buit a la resposta."
- #. 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 "Error #%1$s (\"%2$s\")."
- #. TRANS: Plugin description.
- 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 ""
- "Fa servir el servei <a href=\"http://geonames.org/\">Geonames</a> per "
- "obtenir noms comprensibles per a aquelles ubicacions basades en els parells "
- "lat/long de l'usuari."
|