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

Modified Files:
        locale_hu.php 
Log Message:

Experimenting with the words 'few' and 'clouds'.

Index: locale_hu.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/locales/locale_hu.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- locale_hu.php       2001/07/09 17:40:27     1.2
+++ locale_hu.php       2001/07/10 18:51:37     1.3
@@ -4,8 +4,10 @@
 /**
  * Provides all the strings needed by locale_common to produce 
  * Hungarian output.
+ * A magyar sz�veg� id�j�r�sjelent�shez a locale_common innen
+ * veszi a sztringeket.
  *
- * @author   Mihaly Gyulai http://gyulai.freeyellow.com/
+ * @author   Mih�ly Gyulai  http://gyulai.freeyellow.com/
  * @version  
  */
 class locale_hu extends locale_common {
@@ -13,7 +15,8 @@
   /**
    * This constructor provides all the strings used.
    *
-   * @param  array  This is just passed on to locale_common()
+   * @param  array   This is just passed on to locale_common()
+   *                Ezt a param�tert �tadjuk locale_common() -nak.
    */
   function locale_hu($input) {
     $this->strings['charset']                  = 'ISO-8859-2';
@@ -37,7 +40,7 @@
     $this->strings['miles']                    = ' m�rf�ld';
     $this->strings['and']                      = ' �s ';
     $this->strings['plus']                     = ' �s ';
-    $this->strings['with']                     = ' with? ';
+    $this->strings['with']                     = '';
     $this->strings['wind_blowing']             = 'Sz�lsebess�g: ';
     $this->strings['wind_with_gusts']          = ' sz�ll�k�sek: ';
     $this->strings['wind_from']                = ' ir�nya: ';
@@ -99,7 +102,7 @@
     $this->strings['dew_point']       = ', a harmatpont ';
     $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_beg'] = 'Az �gbolt';
     $this->strings['cloud_group_end'] = ' magass�gban.';
     $this->strings['cloud_clear']     = 'Az �gbolt %sfelh�tlen%s volt.';
     $this->strings['cloud_height']    = '';
@@ -107,23 +110,23 @@
     $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' => 'enyh�n felh�s ',
-           'SCT' => 'sz�rv�nyos felh�k ',
-           'BKN' => 'szakadozott felh�k ',
-           'OVC' => 'borult');
+           'SKC' => ' der�lt',
+           'CLR' => ' tiszta',
+           'FEW' => ' enyh�n felh�s ',
+           'SCT' => ' sz�rv�nyosan felh�s ',
+           'BKN' => ' szakadozottan felh�s ',
+           'OVC' => ' borult');
   
     $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['cavok']            = 'on nincsenek felh�k %s magass�gban, �s 
+nincs gomolyfelh�';
     $this->strings['currently']        = 'Jellemz�: ';
   
   $this->strings['weather'] = array(
-  '-' => 'k�nny� ',
-  ' ' => 'enyhe ',
-  '+' => 'er�s ',
-  'VC' => ' k�zeli',
+  '-' => ' k�nny� ',
+  ' ' => ' enyhe ',
+  '+' => ' er�s ',
+  'VC' => ' a k�zelben',
   'PR' => ' r�szleges',
   'BC' => ' szakadozott',
   'MI' => ' felsz�nes',


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

Reply via email to