| 
 | 
  António Lourenço - 2014-04-07 18:36:21  
Hi! 
 
A little help for you to add the class weather 
 
'pt' => array( 
	    'cannot_access' => "Impossivel aceder a 'API Meteorologia", 
	    'invalid_city_info' => "Selecione uma cidade válida", 
	    'show_next_days' => " Previsão nos próximos três dias", 
	    'back_to_weather' => "Voltar à previsão de hoje", 
	    'weather' => 'Meteorologia', 
	    'weather_desc' => "Previsão meteorológica", 
	    'wind' => 'Vento', 
	    'wind_degree' => 'Orientação do vento', 
	    'humidity' => 'Húmidade', 
	    'pressure' => 'Pressão atmosférica', 
	    'hi' => 'Alta', 
	    'lo' => 'Baixa' 
); 
 
You is well, 
 
António Lourenço 
  
  Samy Massoud - 2014-04-07 19:02:41 -  In reply to message 1 from António Lourenço 
Thank you António Lourenço 
 
Appreciate that  
i will pump this change with next update. 
 
Thank you 
  
  António Lourenço - 2014-04-07 19:43:42 -  In reply to message 2 from Samy Massoud 
Hi! 
 
Excuse me. will fix translation hi and lo 
 
'pt' => array( 
	    'cannot_access' => "Impossivel aceder a 'API Meteorologia", 
	    'invalid_city_info' => "Selecione uma cidade válida", 
	    'show_next_days' => " Previsão nos próximos três dias", 
	    'back_to_weather' => "Voltar à previsão de hoje", 
	    'weather' => 'Meteorologia', 
	    'weather_desc' => "Previsão meteorológica", 
	    'wind' => 'Vento', 
	    'wind_degree' => 'Orientação do vento', 
	    'humidity' => 'Húmidade', 
	    'pressure' => 'Pressão atmosférica', 
	    'hi' => 'Máxima', 
	    'lo' => 'Mínima' 
 
António Lourenço 
  
  Samy Massoud - 2014-04-07 21:19:23 -  In reply to message 3 from António Lourenço 
Done local, 
wait next release 
 
Thanks 
  
   |