|
From: Lo?c C. <lo...@us...> - 2001-06-10 14:57:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/czech
In directory usw-pr-cvs1:/tmp/cvs-serv17318/chat/localization/czech
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/czech/chat.loc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** chat.loc 2001/05/16 20:52:56 1.9
--- chat.loc 2001/06/10 14:57:48 1.10
***************
*** 131,138 ****
--- 131,140 ----
define('L_ERR_USR_19', 'Nemù¾ete být ve více jak v jedné místnosti najednou.');
define('L_ERR_USR_20', 'Byl vám zakázán pøístup do této místnosti nebo do chatu.');
+ define('L_ERR_USR_21', 'The maximum inactivity delay has been reached.');
define('L_ERR_ROM_1', 'Jméno místnosti nesmí obsahovat èárku a zpìtné lomítko (\\).');
define('L_ERR_ROM_2', 'Zakázaná slova byla nalezena v jménu místnosti, kterou chcete vytvoøit.');
define('L_ERR_ROM_3', 'Tato místnost u¾ existuje jako veøejná.');
define('L_ERR_ROM_4', '©patné jméno místnosti.');
+ define('L_ERR_ROM_5', 'The maximum number of connected users is reached.');
// users frame or popup
***************
*** 208,211 ****
--- 210,214 ----
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/czech/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:48 1.9
***************
*** 160,163 ****
--- 160,164 ----
<a href="#actions" class="topLink">Actions</a><br />
<a href="#ignore" class="topLink">Ignorování ostatních u¾ivatelù</a><br />
+ <a href="#away" class="topLink">Doing a pause</a><br />
<a href="#whois" class="topLink">Zji¹tìní veøejných informací o ostatních u¾ivatelech</a><br />
<?php
***************
*** 350,354 ****
</p>
<p>
! Byly definovány dvì jednoduchá pravidla pro seznam u¾ivatelù:<br />
</p>
<ol>
--- 351,358 ----
</p>
<p>
! <!-- To update
! Byly definovány dvì jednoduchá pravidla pro seznam u¾ivatelù:
! -->
! Three basic rules have been defined for the users list:
</p>
<ol>
***************
*** 361,365 ****
-->
<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>jméno u¾ivatele, který je administrátorem chatu nebo moderátorem je zobrazeno kurzívou.</li>
</ol>
<p>
--- 365,370 ----
-->
<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>jméno u¾ivatele, který je administrátorem chatu nebo moderátorem je zobrazeno kurzívou;</li>
! <li>the nicks of <a href="#away">inactive users</a> have a horizontal line striking through them.</li>
</ol>
<p>
***************
*** 378,382 ****
<li>Mary je obyèejný neregistrovaný u¾ivatel.</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>
--- 383,387 ----
<li>Mary je obyèejný neregistrovaný u¾ivatel.</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>
***************
*** 796,799 ****
--- 801,821 ----
(napø. "/ignore Jack,Helen,Alf" nebo "/ignore - Jack,Alf"). Ov¹em musejí být
oddìleny èárkou bez mezer.
+ </p>
+ <p align="right"><a href="#top">Zpìt nahoru</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">Zpìt nahoru</a></p>
|