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