Update of /cvsroot/phpweather/phpweather/output
In directory sc8-pr-cvs1:/tmp/cvs-serv12968/output
Modified Files:
pw_text_nl.php
Log Message:
Fixes sent to me by Nico Out <nm...@hc...>.
Index: pw_text_nl.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/output/pw_text_nl.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- pw_text_nl.php 28 Dec 2002 12:24:42 -0000 1.2
+++ pw_text_nl.php 23 Oct 2003 12:25:00 -0000 1.3
@@ -103,10 +103,10 @@
$this->strings['inHg'] = ' inHg';
$this->strings['rel_humidity'] = 'De relative luchtvochtigheid was ';
$this->strings['feelslike'] = 'De gevoelstemperatuur was ';
- $this->strings['cloud_group_beg'] = 'Het was ';
+ $this->strings['cloud_group_beg'] = 'Er waren ';
$this->strings['cloud_group_end'] = '.';
$this->strings['cloud_clear'] = 'De lucht was %shelder%s.';
- $this->strings['cloud_height'] = ' bewolkt op een hoogte van ';
+ $this->strings['cloud_height'] = ' wolken op een hoogte van ';
$this->strings['cloud_overcast'] = 'De lucht was %sbetrokken%s vanaf een hoogte van ';
$this->strings['cloud_vertical_visibility'] = 'het %svertikale zicht%s was ';
$this->strings['cloud_condition'] =
|