Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv4775
Modified Files:
configurator.php
Log Message:
Added norwegian
Index: configurator.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/configurator.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- configurator.php 20 Mar 2002 19:26:50 -0000 1.15
+++ configurator.php 28 Mar 2002 21:47:44 -0000 1.16
@@ -382,9 +382,10 @@
$properties['language'] =
new select('language',
- array('en' => 'English',
- 'da' => 'Danish',
- 'hu' => 'Hungarian'),
+ array( 'en' => 'English',
+ 'da' => 'Danish',
+ 'hu' => 'Hungarian',
+ 'no' => 'Norwegian'),
'PHP Weather can produce output in several languages ' .
'- please select your default from the list.');
|