X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FGeonames%2Flocale%2Fpt_BR%2FLC_MESSAGES%2FGeonames.po;h=55d5c47e468e760755669e2176d252ff790ddac9;hb=d7fd6bac7280f6d5f5acef6d8cdf149b53cb53f3;hp=dcc6c80183f26c550eed97d5b7e0f7c181c098c7;hpb=7a9b989349a580a7ae8e90a15e4212b2f5a5fc8e;p=quix0rs-gnu-social.git diff --git a/plugins/Geonames/locale/pt_BR/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/pt_BR/LC_MESSAGES/Geonames.po index dcc6c80183..55d5c47e46 100644 --- a/plugins/Geonames/locale/pt_BR/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/pt_BR/LC_MESSAGES/Geonames.po @@ -1,31 +1,52 @@ -# Translation of StatusNet - Geonames to Brazilian Portuguese (Português do Brasil) -# Exported from translatewiki.net -# -# Author: Giro720 -# -- -# This file is distributed under the same license as the StatusNet package. -# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: StatusNet - Geonames\n" +"Project-Id-Version: GNU social\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: Brazilian Portuguese \n" +"POT-Creation-Date: 2015-02-02 17:47+0100\n" +"PO-Revision-Date: 2015-02-06 16:34+0000\n" +"Last-Translator: digitaldreamer \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/gnu-social/gnu-social/language/pt_BR/)\n" +"MIME-Version: 1.0\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-Language-Code: pt-br\n" -"X-Message-Group: #out-statusnet-plugin-geonames\n" +"Language: pt_BR\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. +#: GeonamesPlugin.php:439 +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:457 +#, php-format +msgid "HTTP error code %s." +msgstr "" + +#. TRANS: Exception thrown when a geo names service returns an empty body. +#: GeonamesPlugin.php:464 +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:482 +#, php-format +msgid "Error #%1$s (\"%2$s\")." +msgstr "" + +#. TRANS: Plugin description. +#: GeonamesPlugin.php:498 msgid "" "Uses Geonames service to get human-" "readable names for locations based on user-provided lat/long pairs." -msgstr "" -"Utiliza o serviço Geonames para obter " -"as denominações geográficas legíveis por humanos baseado nos dados de " -"latitude/longitude fornecidas pelo usuário." +msgstr "Utiliza o serviço Geonames para obter as denominações geográficas legíveis por humanos baseado nos dados de latitude/longitude fornecidas pelo usuário."