From: Lo?c C. <lo...@us...> - 2001-04-30 22:45:00
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/czech In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/czech Modified Files: tutorial.loc chat.loc Log Message: Updated to the new 'input' frame Index: tutorial.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/czech/tutorial.loc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** tutorial.loc 2001/04/28 21:05:42 1.6 --- tutorial.loc 2001/04/30 22:44:57 1.7 *************** *** 598,601 **** --- 598,604 ---- v hlavním rámci. </p> + <p> + If you are a registered user and if the administrator had defined a personnal smiley for you, you may insert the later in your message with the code ' :mine: '. + </p> <p align="right"><a href="#top">Zpìt nahoru</a></p> <hr /> Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/czech/chat.loc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** chat.loc 2001/04/20 20:42:46 1.6 --- chat.loc 2001/04/30 22:44:57 1.7 *************** *** 174,182 **** // help popup ! define('L_HELP_TIT_1', 'Smilies'); ! define('L_HELP_TIT_2', 'Formátování textu zpráv'); define('L_HELP_FMT_1', 'Text ve zprávách mù¾e být tuèný, sklonìný nebo podtr¾ený ohranièením pøíslu¹né èásti textu s <b> </b>, <i> </i> nebo <u> </u> tagy.<br />Napøíklad, <b>tento text</b> vytvoøí <b>tento text</b>.'); define('L_HELP_FMT_2', 'Na vytvoøení odkazu (e-mail nebo URL) ve va¹ich zprávách, napi¹te jednodu¹e adresu bez jakéhokoli tagu. Odkaz bude vytvoøen automaticky.'); ! define('L_HELP_TIT_3', 'Pøíkazy'); define('L_HELP_USR', 'u¾ivatel'); define('L_HELP_MSG', 'zprávy'); --- 174,181 ---- // help popup ! define('L_HELP_TIT_1', 'Formátování textu zpráv'); define('L_HELP_FMT_1', 'Text ve zprávách mù¾e být tuèný, sklonìný nebo podtr¾ený ohranièením pøíslu¹né èásti textu s <b> </b>, <i> </i> nebo <u> </u> tagy.<br />Napøíklad, <b>tento text</b> vytvoøí <b>tento text</b>.'); define('L_HELP_FMT_2', 'Na vytvoøení odkazu (e-mail nebo URL) ve va¹ich zprávách, napi¹te jednodu¹e adresu bez jakéhokoli tagu. Odkaz bude vytvoøen automaticky.'); ! define('L_HELP_TIT_2', 'Pøíkazy'); define('L_HELP_USR', 'u¾ivatel'); define('L_HELP_MSG', 'zprávy'); *************** *** 208,212 **** define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.'); ! //message frame define('L_NO_MSG', '®ádné zprávy'); define('L_TODAY_DWN', 'The messages that have been sent today start below'); --- 207,216 ---- define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.'); ! // smilies popup ! define('L_SMIL_TIT', 'Smilies'); ! define('L_SMIL_CLICK', 'You can click on a smiley to insert the related text code inside your message.'); ! define('L_SMIL_MINE', 'If you are a registered user and if the administrator had defined a personnal smiley for you, you may insert the later in your message with the code \' :mine: \'.'); ! ! // messages frame define('L_NO_MSG', '®ádné zprávy'); define('L_TODAY_DWN', 'The messages that have been sent today start below'); *************** *** 226,230 **** 'Karotka' => '#FF6600'); ! //ignored popup define('L_IGNOR_TIT', 'Ignorováni'); define('L_IGNOR_NON', '®ádní ignorovaní u¾ivatelé'); --- 230,234 ---- 'Karotka' => '#FF6600'); ! // ignored popup define('L_IGNOR_TIT', 'Ignorováni'); define('L_IGNOR_NON', '®ádní ignorovaní u¾ivatelé'); |