CVS: phpweather/output pw_text_hu.php,1.9,1.10
Brought to you by:
iridium
From: Mihaly G. <mis...@us...> - 2002-05-16 19:52:16
|
Update of /cvsroot/phpweather/phpweather/output In directory usw-pr-cvs1:/tmp/cvs-serv10778 Modified Files: pw_text_hu.php Log Message: Translation of '...feels like'. Index: pw_text_hu.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/output/pw_text_hu.php,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- pw_text_hu.php 16 May 2002 19:44:20 -0000 1.9 +++ pw_text_hu.php 16 May 2002 19:52:12 -0000 1.10 @@ -106,7 +106,7 @@ $this->strings['hPa'] = ' hPa'; $this->strings['inHg'] = ' inHg'; $this->strings['rel_humidity'] = 'A relatív páratartalom '; - $this->strings['feelslike'] = 'The temperature feels like '; + $this->strings['feelslike'] = '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.'; @@ -183,4 +183,4 @@ } } -?> \ No newline at end of file +?> |