CVS: phpweather/output pw_text_no.php,1.2,1.3
Brought to you by:
iridium
From: Max H. <ir...@us...> - 2002-03-26 18:44:21
|
Update of /cvsroot/phpweather/phpweather/output In directory usw-pr-cvs1:/tmp/cvs-serv12789/output Modified Files: pw_text_no.php Log Message: Updated norwegian translation, thanks to Sven-Erik Index: pw_text_no.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/output/pw_text_no.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- pw_text_no.php 24 Mar 2002 17:25:48 -0000 1.2 +++ pw_text_no.php 26 Mar 2002 18:44:18 -0000 1.3 @@ -97,7 +97,7 @@ $this->strings['hPa'] = ' hPa'; $this->strings['inHg'] = ' inHg'; $this->strings['rel_humidity'] = 'Den relative fuktigheten var '; - $this->strings['windchill'] = 'Temperaturen, med vindkylde, var '; + $this->strings['windchill'] = 'Temperaturen, med vindfaktor, var '; $this->strings['cloud_group_beg'] = 'Det var '; $this->strings['cloud_group_end'] = '.'; $this->strings['cloud_clear'] = 'Himmelen var %sclear%s.'; |