|
From: Lo?c C. <lo...@us...> - 2001-06-10 14:57:53
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/italian
In directory usw-pr-cvs1:/tmp/cvs-serv17318/chat/localization/italian
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/italian/chat.loc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** chat.loc 2001/05/16 20:52:56 1.8
--- chat.loc 2001/06/10 14:57:49 1.9
***************
*** 136,143 ****
--- 136,145 ----
define('L_ERR_USR_19', 'Non puoi essere in più di una chat contemporaneamente.');
define('L_ERR_USR_20', 'You have been banished from this room or from the chat.');
+ define('L_ERR_USR_21', 'The maximum inactivity delay has been reached.');
define('L_ERR_ROM_1', 'Il nome delle chat non può contenere virgole o backslash (\\).');
define('L_ERR_ROM_2', 'Nel nome di chat è stata trovata una parola censurabile.');
define('L_ERR_ROM_3', 'Già esiste un\'area pubblica con questo nome.');
define('L_ERR_ROM_4', 'Nome area non valido.');
+ define('L_ERR_ROM_5', 'The maximum number of connected users is reached.');
// users frame or popup - frame utente o menù a cascata
***************
*** 213,216 ****
--- 215,219 ----
define('L_HELP_CMD_20', 'Describe what you\'re doing without refer yourself.');
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/italian/tutorial.loc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** tutorial.loc 2001/05/28 19:55:50 1.10
--- tutorial.loc 2001/06/10 14:57:49 1.11
***************
*** 161,164 ****
--- 161,165 ----
<a href="#actions" class="topLink">Azioni</a><br />
<a href="#ignore" class="topLink">Ignorare altri utenti</a><br />
+ <a href="#away" class="topLink">Doing a pause</a><br />
<a href="#whois" class="topLink">Ottenere informazioni pubbliche sugli altri utenti</a><br />
<?php
***************
*** 321,325 ****
--- 322,329 ----
</p>
<p>
+ <!-- To update
Sono state definite due aggiunte per la lista degli utenti:
+ -->
+ Three basic rules have been defined for the users list:
</p>
<ol>
***************
*** 328,332 ****
-->
<li>a little icon that shows gender is displayed before the nick of a registered user (clicking on it will launch the <a href="#whois">whois popup</a> for this user), while unregistered users have nothing but blank spaces displayed before their nick;</li>
! <li>il nome utente di un amministratore o di un moderatore e' in corsivo.</li>
</ol>
<p>
--- 332,337 ----
-->
<li>a little icon that shows gender is displayed before the nick of a registered user (clicking on it will launch the <a href="#whois">whois popup</a> for this user), while unregistered users have nothing but blank spaces displayed before their nick;</li>
! <li>il nome utente di un amministratore o di un moderatore e' in corsivo;</li>
! <li>the nicks of <a href="#away">inactive users</a> have a horizontal line striking through them.</li>
</ol>
<p>
***************
*** 341,345 ****
<ul>
<li>Nicolas e' l'amministratore o uno dei moderatori dell'area phpMyChat;<br /><br /></li>
! <li>alien (il cui genere è sconosciuto), Jezek2 e Caridad sono utenti registrati senza alcun privilegio extra per la stanza phpMyChat;<br /><br /></li>
<li>lolo è semplicemente un utente non registrato.</li>
</ul>
--- 346,350 ----
<ul>
<li>Nicolas e' l'amministratore o uno dei moderatori dell'area phpMyChat;<br /><br /></li>
! <li>alien (il cui genere è sconosciuto), Jezek2 (who is not paying attention to the chat) e Caridad sono utenti registrati senza alcun privilegio extra per la stanza phpMyChat;<br /><br /></li>
<li>lolo è semplicemente un utente non registrato.</li>
</ul>
***************
*** 688,691 ****
--- 693,713 ----
</p>
<p align="right"><a href="#top">Torna all'inizio</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 />
|