CVS: phpweather/output pw_text_no.php,1.6,1.7
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-08-12 23:00:14
|
Update of /cvsroot/phpweather/phpweather/output In directory usw-pr-cvs1:/tmp/cvs-serv5188 Modified Files: pw_text_no.php Log Message: Updates from sven-erik, this closes 562977. Index: pw_text_no.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/output/pw_text_no.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- pw_text_no.php 16 May 2002 20:02:35 -0000 1.6 +++ pw_text_no.php 12 Aug 2002 23:00:10 -0000 1.7 @@ -105,12 +105,12 @@ $this->strings['cloud_overcast'] = 'himmelen var %sovercast%s fra en høyde av '; $this->strings['cloud_vertical_visibility'] = 'den %svertical visibility%s var '; $this->strings['cloud_condition'] = array( - 'SKC' => 'clear', - 'CLR' => 'clear', - 'FEW' => 'a few', - 'SCT' => 'scattered', - 'BKN' => 'broken', - 'OVC' => 'overcast'); + 'SKC' => 'skyfri', + 'CLR' => 'skyfri', + 'FEW' => 'noen', + 'SCT' => 'spredte', + 'BKN' => 'brutte', + 'OVC' => 'overskyet'); $this->strings['cumulonimbus'] = ' bygeskyer'; $this->strings['towering_cumulus'] = ' tårnende haugskyer'; $this->strings['cavok'] = ' ingen skyer under %s og ingen bygeskyer'; |