[Phpfreechat-svn] SF.net SVN: phpfreechat: [938] trunk/i18n
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-01-31 08:43:25
|
Revision: 938 http://svn.sourceforge.net/phpfreechat/?rev=938&view=rev Author: kerphi Date: 2007-01-31 00:43:24 -0800 (Wed, 31 Jan 2007) Log Message: ----------- add the untranslated labels Modified Paths: -------------- trunk/i18n/es_ES/main.php trunk/i18n/hu_HU/main.php Modified: trunk/i18n/es_ES/main.php =================================================================== --- trunk/i18n/es_ES/main.php 2007-01-31 08:41:16 UTC (rev 937) +++ trunk/i18n/es_ES/main.php 2007-01-31 08:43:24 UTC (rev 938) @@ -366,4 +366,5 @@ // line 359 in pfcglobalconfig.class.php $GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = "No existe %s, data_public_path no puede ser instalado"; -?> + +?> \ No newline at end of file Modified: trunk/i18n/hu_HU/main.php =================================================================== --- trunk/i18n/hu_HU/main.php 2007-01-31 08:41:16 UTC (rev 937) +++ trunk/i18n/hu_HU/main.php 2007-01-31 08:43:24 UTC (rev 938) @@ -340,4 +340,31 @@ // line 43 in kick.class.php $GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "kirúgva %s szobából %s által - oka: %s"; +// line 359 in pfcglobalconfig.class.php +$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = ""; + +// line 20 in quit.class.php +$GLOBALS["i18n"]["%s quit (%s)"] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Chat loading ..."] = ""; + +// line 124 in chat.js.tpl.php +$GLOBALS["i18n"]["Please wait"] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["This web application requires %s to work properly."] = ""; + +// line 135 in chat.js.tpl.php +$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = ""; + +// line 137 in chat.js.tpl.php +$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = ""; + +// line 139 in chat.js.tpl.php +$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = ""; + ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |