CVS: phpweather/output pw_text_da.php,1.2,1.3
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-24 19:18:19
|
Update of /cvsroot/phpweather/phpweather/output In directory usw-pr-cvs1:/tmp/cvs-serv29771 Modified Files: pw_text_da.php Log Message: Updated windchill. Index: pw_text_da.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/output/pw_text_da.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- pw_text_da.php 24 Mar 2002 17:25:48 -0000 1.2 +++ pw_text_da.php 24 Mar 2002 19:18:16 -0000 1.3 @@ -96,7 +96,7 @@ $this->strings['hPa'] = ' hPa'; $this->strings['inHg'] = ' inHg'; $this->strings['rel_humidity'] = 'Den relative luftfugtigheden var '; - $this->strings['windchill'] = 'Temperaturen, med vindkylde, var '; + $this->strings['windchill'] = 'Temperaturen, inklusiv afkølingsfaktoren, var '; $this->strings['cloud_group_beg'] = 'Der var '; $this->strings['cloud_group_end'] = '.'; $this->strings['cloud_clear'] = 'Himlen var %sskyfri%s.'; |