Update of /cvsroot/phpweather/phpweather/output
In directory usw-pr-cvs1:/tmp/cvs-serv31335
Modified Files:
pw_text_hu.php
Log Message:
Adding the Hungarian translation of word 'windchill'.
Index: pw_text_hu.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/output/pw_text_hu.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- pw_text_hu.php 24 Mar 2002 17:25:48 -0000 1.3
+++ pw_text_hu.php 26 Mar 2002 19:52:19 -0000 1.4
@@ -8,7 +8,7 @@
* A magyar szövegû idõjárásjelentéshez a locale_common innen
* veszi a sztringeket.
*
- * @author Mihály Gyulai <gy...@my...>
+ * @author Mihály Gyulai
* @link http://gyulai.freeyellow.com/ The homepage of the author.
* @version $Id$
*/
@@ -106,7 +106,7 @@
$this->strings['hPa'] = ' hPa';
$this->strings['inHg'] = ' inHg';
$this->strings['rel_humidity'] = 'A relatív páratartalom ';
- $this->strings['windchill'] = 'The temperature including windchill was ';
+ $this->strings['windchill'] = 'A hõérzet ';
$this->strings['cloud_group_beg'] = 'Az égbolton';
$this->strings['cloud_group_end'] = ' magasságban.';
$this->strings['cloud_clear'] = 'Az égbolt %sfelhõtlen%s volt.';
|