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

Modified Files:
        locale_hu.php 
Log Message:
Adding 'hPa' and 'inHg'.

Index: locale_hu.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/locales/locale_hu.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- locale_hu.php       2001/07/14 20:23:52     1.6
+++ locale_hu.php       2001/07/16 19:46:50     1.7
@@ -102,6 +102,8 @@
     $this->strings['temperature']     = 'A hőmérséklet ';
     $this->strings['dew_point']       = ', a harmatpont ';
     $this->strings['altimeter']       = 'A légköri nyomás ';
+    $this->strings['hPa']             = ' hPa';
+    $this->strings['inHg']            = ' inHg';
     $this->strings['rel_humidity']    = 'A relatív páratartalom ';
     $this->strings['cloud_group_beg'] = 'Az égbolton';
     $this->strings['cloud_group_end'] = ' magasságban.';


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

Reply via email to