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

Modified Files:
        locale_hu.php 
Log Message:
Rearranging 'felho' (=cloud), to allow word-combination in 'gomolyfelho'
(=cumulonimbus).

Index: locale_hu.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/locales/locale_hu.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- locale_hu.php       2001/07/13 09:24:02     1.5
+++ locale_hu.php       2001/07/14 20:23:52     1.6
@@ -106,20 +106,20 @@
     $this->strings['cloud_group_beg'] = 'Az égbolton';
     $this->strings['cloud_group_end'] = ' magasságban.';
     $this->strings['cloud_clear']     = 'Az égbolt %sfelhőtlen%s volt.';
-    $this->strings['cloud_height']    = ' felhő ';
+    $this->strings['cloud_height']    = 'felhő ';
     $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' => ' néhány',
-           'SCT' => ' szórványos',
-           'BKN' => ' szakadozott',
+           'FEW' => ' néhány ',
+           'SCT' => ' szórványos ',
+           'BKN' => ' szakadozott ',
            'OVC' => ' borult');
   
-    $this->strings['cumulonimbus']     = ' gomolyfelhő ';
-    $this->strings['towering_cumulus'] = ' viharfelhő ';
+    $this->strings['cumulonimbus']     = ' gomoly';
+    $this->strings['towering_cumulus'] = ' vihar';
     $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