CVS: phpweather/output pw_text_es.php,1.1,1.2
Brought to you by:
iridium
From: Max H. <ir...@us...> - 2002-05-31 14:11:23
|
Update of /cvsroot/phpweather/phpweather/output In directory usw-pr-cvs1:/tmp/cvs-serv4957 Modified Files: pw_text_es.php Log Message: Fixed for feelslike Index: pw_text_es.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/output/pw_text_es.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- pw_text_es.php 29 May 2002 15:32:44 -0000 1.1 +++ pw_text_es.php 31 May 2002 14:11:20 -0000 1.2 @@ -98,8 +98,7 @@ $this->strings['hPa'] = ' hPa'; $this->strings['inHg'] = ' inHg'; $this->strings['rel_humidity'] = ' Había una humedad relativa del '; - $this->strings['windchill'] = ' La sensación térmica por efecto del viento era de '; - $this->strings['heatindex'] = ' La sensación térmica por efecto de la humedad era de '; + $this->strings['feelslike'] = ' La sensación térmica era de '; $this->strings['cloud_group_beg'] = ' En cuanto a la nubosidad, '; $this->strings['cloud_group_end'] = '.'; $this->strings['cloud_clear'] = ' El cielo estaba %sdespejado%s.'; |