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