Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/spanish
In directory usw-pr-cvs1:/tmp/cvs-serv7923/chat/localization/spanish
Modified Files:
tutorial.loc chat.loc
Log Message:
Add the new 'img' command
Index: tutorial.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/spanish/tutorial.loc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** tutorial.loc 2001/04/11 23:06:13 1.2
--- tutorial.loc 2001/04/15 21:18:19 1.3
***************
*** 409,412 ****
--- 409,413 ----
<li>
El <b>comando Order</b> permite a usted verificar nuevos mensajes que aparecen arriba o abajo de la pantalla.<br /><br />Tipear "/order" sin comillas.
+ <br /><br />
</li>
<?php
***************
*** 414,417 ****
--- 415,422 ----
echo("\n");
?>
+ <li>
+ The <b>Img command</b> enables or disable the graphical smilies mode.<br /><br />Type "/img" without quotes.
+ <br /><br />
+ </li>
<li>
El <b>comando Notify</b> permite a usted saber cuándo otros usuarios están adentro o afuera del salón de chat. Por defecto, esta opción es <?php echo((C_NOTIFY) ? 'on' : 'off'); ?> y las notas <?php echo((C_NOTIFY) ? '' : 'no '); ?>serán vistas.<br /><br />Tipear "/notify" sin comillas.
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/spanish/chat.loc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** chat.loc 2001/04/11 23:06:13 1.2
--- chat.loc 2001/04/15 21:18:19 1.3
***************
*** 205,208 ****
--- 205,209 ----
define('L_HELP_CMD_19', 'Permite al(los) moderador(es) de un salón o al administrador a "banish" un usuario de un salón por un tiempo determinado por el administrador.<br />Este último puede banear a un usuario de otro salón adonde él no está y utilizar "<b> * </b>" seteo para ban "para siempre" y el usuario es eliminado de todo el chat.');
define('L_HELP_CMD_20', 'Describe que está usted haciendo, sin referencia de usted mismo.');
+ define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.');
// messages frame
|