Update of /cvsroot/phpweather/phpweather/locales
In directory usw-pr-cvs1:/tmp/cvs-serv10074/locales

Modified Files:
        locale_hu.php 
Log Message:

Cloud_conditions array modified.


Index: locale_hu.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/locales/locale_hu.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- locale_hu.php       2001/07/08 17:09:24     1.1
+++ locale_hu.php       2001/07/09 17:40:27     1.2
@@ -100,22 +100,22 @@
     $this->strings['altimeter']       = 'A légköri nyomás ';
     $this->strings['rel_humidity']    = 'A relatív páratartalom ';
     $this->strings['cloud_group_beg'] = '';
-    $this->strings['cloud_group_end'] = '.';
+    $this->strings['cloud_group_end'] = ' magasságban.';
     $this->strings['cloud_clear']     = 'Az égbolt %sfelhőtlen%s volt.';
-    $this->strings['cloud_height']    = ' felhők ';
+    $this->strings['cloud_height']    = '';
     $this->strings['cloud_overcast']  = 'az égbolt %sborult%s ';
     $this->strings['cloud_vertical_visibility'] = 'a %sfüggőleges láthatóság%s ';
   
   $this->strings['cloud_condition'] = array(
            'SKC' => 'derült',
            'CLR' => 'tiszta',
-           'FEW' => 'gyenge',
-           'SCT' => 'szórványos',
-           'BKN' => 'szakadozott',
+           'FEW' => 'enyhén felhős ',
+           'SCT' => 'szórványos felhők ',
+           'BKN' => 'szakadozott felhők ',
            'OVC' => 'borult');
   
-    $this->strings['cumulonimbus']     = ' gomolyfelhős';
-    $this->strings['towering_cumulus'] = ' viharfelhős';
+    $this->strings['cumulonimbus']     = ' gomolyfelhők ';
+    $this->strings['towering_cumulus'] = ' viharfelhők ';
     $this->strings['cavok']            = ' Nincsenek felhők %s magasságban, és nincs 
gomolyfelhő';
     $this->strings['currently']        = 'Jellemző: ';
   


_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins

Reply via email to