[Phpfreechat-svn] SF.net SVN: phpfreechat: [935] trunk/i18n/es_ES/main.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-01-23 08:05:14
|
Revision: 935 http://svn.sourceforge.net/phpfreechat/?rev=935&view=rev Author: kerphi Date: 2007-01-23 00:05:13 -0800 (Tue, 23 Jan 2007) Log Message: ----------- fix two labels : http://www.phpfreechat.net/forum/viewtopic.php?pid=4691#p4691 Modified Paths: -------------- trunk/i18n/es_ES/main.php Modified: trunk/i18n/es_ES/main.php =================================================================== --- trunk/i18n/es_ES/main.php 2007-01-22 09:01:25 UTC (rev 934) +++ trunk/i18n/es_ES/main.php 2007-01-23 08:05:13 UTC (rev 935) @@ -322,10 +322,10 @@ $GLOBALS["i18n"]["Choosen nickname is not allowed"] = "No esta permitido elegir nickname"; // line 83 in chat.js.tpl.php -$GLOBALS["i18n"]["Enable sound notifications"] = "Notificaciones de sonido habilitadas"; +$GLOBALS["i18n"]["Enable sound notifications"] = "Habilitar notificaciones de sonido"; // line 84 in chat.js.tpl.php -$GLOBALS["i18n"]["Disable sound notifications"] = "notificaciones de sonido deshabilitadas"; +$GLOBALS["i18n"]["Disable sound notifications"] = "Deshabilitar notificaciones de sonido"; // line 23 in kick.class.php $GLOBALS["i18n"]["no reason"] = "Sin motivos"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |