]> git.mxchange.org Git - friendica-addons.git/blobdiff - curweather/lang/pt-br/strings.php
PT BR translations THX Beatriz Vital
[friendica-addons.git] / curweather / lang / pt-br / strings.php
index 87481b1271a5c6c81c7d0b69f422da69745d95c7..d25df2a94c689f507eda17e1602826716b83ade4 100644 (file)
@@ -1,3 +1,34 @@
-<?php\r
-\r
-$a->strings["Submit"] = "Enviar";\r
+<?php
+
+if(! function_exists("string_plural_select_pt_br")) {
+function string_plural_select_pt_br($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["Error fetching weather data.\\nError was: "] = "Houve um erro na obtenção de dados do clima\\nErro:";
+$a->strings["Current Weather"] = "";
+$a->strings["Relative Humidity"] = "Umidade relativa";
+$a->strings["Pressure"] = "Pressão";
+$a->strings["Wind"] = "Vento";
+$a->strings["Last Updated"] = "Atualizado";
+$a->strings["Data by"] = "Dados de";
+$a->strings["Show on map"] = "Mostrar no mapa";
+$a->strings["There was a problem accessing the weather data. But have a look"] = "Houve um problema no acesso aos dados do clima. Mas dê uma olhada";
+$a->strings["at OpenWeatherMap"] = "em OpenWeatherMap";
+$a->strings["Current Weather settings updated."] = "";
+$a->strings["No APPID found, please contact your admin to optain one."] = "Não foi encontrado nenhum AppID; fale com seu administrador para receber um.";
+$a->strings["Save Settings"] = "Salvar Configurações";
+$a->strings["Settings"] = "Configurações";
+$a->strings["Enter either the name of your location or the zip code."] = "Informe sua localização ou seu CEP.";
+$a->strings["Your Location"] = "Sua localização";
+$a->strings["Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "Identificador da sua localização (nome ou CEP), p.ex. <em>Rio,BR</em> ou <em>20021,BR</em>.";
+$a->strings["Units"] = "Unidades";
+$a->strings["select if the temperatur should be displayed in &deg;C or &deg;F"] = "selecione se a temperatura será exibida em &deg;C or &deg;F";
+$a->strings["Show weather data"] = "Mostrar dados do clima";
+$a->strings["Curweather settings saved."] = "As configurações do Curweather foram salvas.";
+$a->strings["Caching Interval"] = "Intervalo de cache";
+$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Por quanto tempo os dados do clima devem ser guardados em cache? Escolha de acordo com o tipo da sua conta no OpenWeatherMap.";
+$a->strings["no cache"] = "sem cache";
+$a->strings["minutes"] = "minutos";
+$a->strings["Your APPID"] = "Seu AppID";
+$a->strings["Your API key provided by OpenWeatherMap"] = "Sua chave de API fornecida pelo OpenWeatherMap";