|
From: Lo?c C. <lo...@us...> - 2001-06-10 14:57:53
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/german
In directory usw-pr-cvs1:/tmp/cvs-serv17318/chat/localization/german
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/german/chat.loc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** chat.loc 2001/05/26 11:55:07 1.10
--- chat.loc 2001/06/10 14:57:49 1.11
***************
*** 137,144 ****
--- 137,146 ----
define('L_ERR_USR_19', 'Du kannst nicht in mehreren Räumen zugleich sein.');
define('L_ERR_USR_20', 'Du wurdest aus diesem Raum oder aus dem Chat verbannt.');
+ define('L_ERR_USR_21', 'The maximum inactivity delay has been reached.');
define('L_ERR_ROM_1', 'Der Name des Raums darf keine Kommata und Backslashes (\\) enthalten.');
define('L_ERR_ROM_2', 'Der Name des Raumes den Du anlegen willst enthält ein verbotenes Wort.');
define('L_ERR_ROM_3', 'Dieser Raum existiert schon als öffentlicher Raum.');
define('L_ERR_ROM_4', 'Ungültiger Raumname.');
+ define('L_ERR_ROM_5', 'The maximum number of connected users is reached.');
// users frame or popup
***************
*** 214,217 ****
--- 216,220 ----
define('L_HELP_CMD_20', 'Beschreiben, was du grade tust, ohne Dich selbst zu erwähnen.');
define('L_HELP_CMD_21', 'Einschalten/Ausschalten des grafischen Smilies Modus.');
+ 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/german/tutorial.loc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** tutorial.loc 2001/05/07 21:09:51 1.8
--- tutorial.loc 2001/06/10 14:57:49 1.9
***************
*** 160,163 ****
--- 160,164 ----
<a href="#actions" class="topLink">Aktionen</a><br />
<a href="#ignore" class="topLink">Andere Benutzer ignorieren</a><br />
+ <a href="#away" class="topLink">Doing a pause</a><br />
<a href="#whois" class="topLink">Informationen über andere Benutzer bekommen</a><br />
<?php
***************
*** 318,322 ****
--- 319,326 ----
</p>
<p>
+ <!-- To update
Zwei Regeln gelten für die Benutzerliste:
+ -->
+ Three basic rules have been defined for the users list:
</p>
<ol>
***************
*** 325,329 ****
-->
<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>der Benutzername von Moderatoren/Administrator ist kursiv geschrieben.</li>
</ol>
<p><i>Zum Beispiel</i>, kannst Du aus dem Bild unten erkennen, dass:</p>
--- 329,334 ----
-->
<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>der Benutzername von Moderatoren/Administrator ist kursiv geschrieben;</li>
! <li>the nicks of <a href="#away">inactive users</a> have a horizontal line striking through them.</li>
</ol>
<p><i>Zum Beispiel</i>, kannst Du aus dem Bild unten erkennen, dass:</p>
***************
*** 340,344 ****
<li>Mary ein normaler unregistrierter Benutzer ist.</li>
-->
! <li>alien (whose gender is unknown), Jezek2 and Caridad are registered users with no extra "power" for the phpMyChat room;<br /><br /></li>
<li>lolo is a simple unregistered user.</li>
</ul>
--- 345,349 ----
<li>Mary ein normaler unregistrierter Benutzer ist.</li>
-->
! <li>alien (whose gender is unknown), Jezek2 (who is not paying attention to the chat) and Caridad are registered users with no extra "power" for the phpMyChat room;<br /><br /></li>
<li>lolo is a simple unregistered user.</li>
</ul>
***************
*** 683,686 ****
--- 688,708 ----
</p>
<p align="right"><a href="#top">Zurück zum Anfang</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 />
|