CVS: phpweather/output pw_text_da.php,1.6,1.7
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-05-17 16:21:52
|
Update of /cvsroot/phpweather/phpweather/output In directory usw-pr-cvs1:/tmp/cvs-serv30495 Modified Files: pw_text_da.php Log Message: Updated with translation of 'feelslike'. Index: pw_text_da.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/output/pw_text_da.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- pw_text_da.php 16 May 2002 20:02:35 -0000 1.6 +++ pw_text_da.php 17 May 2002 16:21:49 -0000 1.7 @@ -96,7 +96,7 @@ $this->strings['hPa'] = ' hPa'; $this->strings['inHg'] = ' inHg'; $this->strings['rel_humidity'] = 'Den relative luftfugtigheden var '; - $this->strings['feelslike'] = 'The Temperature feels like '; + $this->strings['feelslike'] = 'Temperaturen vil føles som '; $this->strings['cloud_group_beg'] = 'Der var '; $this->strings['cloud_group_end'] = '.'; $this->strings['cloud_clear'] = 'Himlen var %sskyfri%s.'; |