forked from friendica/friendica-addons
35 lines
2.3 KiB
PHP
35 lines
2.3 KiB
PHP
<?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"] = "Clima atual";
|
|
$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."] = "Atualização das Configurações de clima.";
|
|
$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 °C or °F"] = "selecione se a temperatura será exibida em °C or °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";
|