]> git.mxchange.org Git - friendica-addons.git/blob - curweather/lang/pt-br/strings.php
regenerated all the strings
[friendica-addons.git] / curweather / lang / pt-br / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_pt_br")) {
4 function string_plural_select_pt_br($n){
5         $n = intval($n);
6         return intval($n > 1);
7 }}
8 $a->strings['Error fetching weather data.\nError was: '] = 'Houve um erro na obtenção de dados do clima\nErro:';
9 $a->strings['Current Weather'] = 'Clima atual';
10 $a->strings['Relative Humidity'] = 'Umidade relativa';
11 $a->strings['Pressure'] = 'Pressão';
12 $a->strings['Wind'] = 'Vento';
13 $a->strings['Last Updated'] = 'Atualizado';
14 $a->strings['Data by'] = 'Dados de';
15 $a->strings['Show on map'] = 'Mostrar no mapa';
16 $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';
17 $a->strings['at OpenWeatherMap'] = 'em OpenWeatherMap';
18 $a->strings['Current Weather settings updated.'] = 'Atualização das Configurações de clima.';
19 $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.';
20 $a->strings['Save Settings'] = 'Salvar Configurações';
21 $a->strings['Settings'] = 'Configurações';
22 $a->strings['Enter either the name of your location or the zip code.'] = 'Informe sua localização ou seu CEP.';
23 $a->strings['Your Location'] = 'Sua localização';
24 $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>.';
25 $a->strings['Units'] = 'Unidades';
26 $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';
27 $a->strings['Show weather data'] = 'Mostrar dados do clima';
28 $a->strings['Curweather settings saved.'] = 'As configurações do Curweather foram salvas.';
29 $a->strings['Caching Interval'] = 'Intervalo de cache';
30 $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.';
31 $a->strings['no cache'] = 'sem cache';
32 $a->strings['minutes'] = 'minutos';
33 $a->strings['Your APPID'] = 'Seu AppID';
34 $a->strings['Your API key provided by OpenWeatherMap'] = 'Sua chave de API fornecida pelo OpenWeatherMap';