CVS: phpweather/output pw_text_da.php,1.9,1.10 pw_text_no.php,1.9,1.1...
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-11-10 23:18:46
|
Update of /cvsroot/phpweather/phpweather/output In directory usw-pr-cvs1:/tmp/cvs-serv24394 Modified Files: pw_text_da.php pw_text_no.php Log Message: Removed extra space in Danish translation, and added missing string to Norwegian translation, perhaps you could verify that this means what I think it means in Norwegian, Sven-Erik? Index: pw_text_da.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/output/pw_text_da.php,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- pw_text_da.php 20 Oct 2002 15:57:15 -0000 1.9 +++ pw_text_da.php 10 Nov 2002 23:18:43 -0000 1.10 @@ -120,7 +120,7 @@ array('-' => 'let ', ' ' => 'moderat ', '+' => 'kraftig ', - 'VC' => ' i nærheden', + 'VC' => ' i nærheden', 'PR' => ' delvis', 'BC' => ' banker af', 'MI' => ' lave', Index: pw_text_no.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/output/pw_text_no.php,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- pw_text_no.php 20 Oct 2002 15:57:15 -0000 1.9 +++ pw_text_no.php 10 Nov 2002 23:18:43 -0000 1.10 @@ -120,6 +120,7 @@ '-' => 'lett ', ' ' => 'moderat ', '+' => 'kraftig ', + 'VC' => ' i nærheden', 'PR' => 'delvis ', 'BC' => 'banker ', 'MI' => 'shallow ', |