|
From: Lo?c C. <lo...@us...> - 2001-06-10 14:58:21
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/argentinian_spanish
In directory usw-pr-cvs1:/tmp/cvs-serv17318/chat/localization/argentinian_spanish
Modified Files:
chat.loc tutorial.loc
Log Message:
Too many changes to detail.
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/argentinian_spanish/chat.loc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** chat.loc 2001/05/30 19:19:18 1.1
--- chat.loc 2001/06/10 14:57:48 1.2
***************
*** 131,138 ****
--- 131,140 ----
define('L_ERR_USR_19', 'No puedes estar en más de un salón al mismo tiempo.');
define('L_ERR_USR_20', 'Has sido bloqueado desde este salón o desde el chat.');
+ define('L_ERR_USR_21', 'The maximum inactivity delay has been reached.');
define('L_ERR_ROM_1', 'Los nombres de los salones no pueden contener comas o barras (\\).');
define('L_ERR_ROM_2', 'Hay palabras no válidas en el nombre del salón que quieres crear.');
define('L_ERR_ROM_3', 'Este salón ya existe como público.');
define('L_ERR_ROM_4', 'Nombre de salón inválido.');
+ define('L_ERR_ROM_5', 'The maximum number of connected users is reached.');
// users frame or popup
***************
*** 207,210 ****
--- 209,213 ----
define('L_HELP_CMD_20', 'Describe que estás haciendo, sin refererirte a ti mismo.');
define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.');
+ define('L_HELP_CMD_22', 'Tell the other users you\'re not paying attention to the chat ou set you being back. You can also send a message with this command.');
// smilies popup
Index: tutorial.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/argentinian_spanish/tutorial.loc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** tutorial.loc 2001/05/30 19:19:18 1.1
--- tutorial.loc 2001/06/10 14:57:48 1.2
***************
*** 160,163 ****
--- 160,164 ----
<a href="#actions" class="topLink">Acciones</a><br />
<a href="#ignore" class="topLink">Ignorar a otros usuarios</a><br />
+ <a href="#away" class="topLink">Doing a pause</a><br />
<a href="#whois" class="topLink">Obtener información pública de otros usuarios</a><br />
<?php
***************
*** 320,328 ****
</p>
<p>
Dos reglas básicas han sido definidas para la lista de usuarios:
</p>
<ol>
<li>Un pequeño icono (que indica también su sexo) es mostrado antes del nick de un usuario registrado (haciendo click sobre él, se abrirá <a href="#whois">la ventana de búsqueda</a> para este usuario), mientras que para usuarios no registrados no se presenta ningún signo o ícono asociado a su <i>nick</i> (alias);</li>
! <li>el nick del administrador o del moderador aparece con caracteres itálicos.</li>
</ol>
<p>
--- 321,333 ----
</p>
<p>
+ <!-- To update
Dos reglas básicas han sido definidas para la lista de usuarios:
+ -->
+ Three basic rules have been defined for the users list:
</p>
<ol>
<li>Un pequeño icono (que indica también su sexo) es mostrado antes del nick de un usuario registrado (haciendo click sobre él, se abrirá <a href="#whois">la ventana de búsqueda</a> para este usuario), mientras que para usuarios no registrados no se presenta ningún signo o ícono asociado a su <i>nick</i> (alias);</li>
! <li>el nick del administrador o del moderador aparece con caracteres itálicos;</li>
! <li>the nicks of <a href="#away">inactive users</a> have a horizontal line striking through them.</li>
</ol>
<p>
***************
*** 337,341 ****
<ul>
<li>Nicolas es el administrador o uno de los moderadores del salón phpMyChat;<br /><br /></li>
! <li>alien (cuyo sexo no se ha especificado), Jezek2 y Caridad son usuarios registrados sin "atributos" especiales para el salón phpMyChat;<br /><br /></li>
<li>lolo es un simple usuario no registrado.</li>
</ul>
--- 342,346 ----
<ul>
<li>Nicolas es el administrador o uno de los moderadores del salón phpMyChat;<br /><br /></li>
! <li>alien (cuyo sexo no se ha especificado), Jezek2 (who is not paying attention to the chat) y Caridad son usuarios registrados sin "atributos" especiales para el salón phpMyChat;<br /><br /></li>
<li>lolo es un simple usuario no registrado.</li>
</ul>
***************
*** 684,687 ****
--- 689,709 ----
</p>
<p align="right"><a href="#top">Volver al comienzo</a></p>
+ <hr />
+
+ <p>
+ <font size="+1"><a name="away"><b>Doing a pause:</b></a></font>
+ </p>
+ <p>
+ To tell the other users you're not paying attention to the chat while being connected, type the <b>command "/away"</b> without quotes.<br />
+ Then your username will be displayed with a horizontal line striking through it in the users' list.
+ </p>
+ <p>
+ To come back to the chat, just send a new message or use again the "/away" command.
+ </p>
+ <p>
+ Note that you may send a message with the away ccommand.<br />
+ <i>For example :</i> /away I'll be back in a few minutes.
+ </p>
+ <p align="right"><a href="#top">Back to the top</a></p>
<hr />
|