From: Lo?c C. <lo...@us...> - 2001-04-30 22:45:03
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/dutch In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/dutch Modified Files: chat.loc Log Message: Updated to the new 'input' frame Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/dutch/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/20 20:42:46 1.5 --- chat.loc 2001/04/30 22:44:58 1.6 *************** *** 176,184 **** // help popup ! define('L_HELP_TIT_1', 'Smile'); ! define('L_HELP_TIT_2', 'Text codes voor de berichten'); define('L_HELP_FMT_1', 'Je kan bold, italic en onderline tekst gebruiken in bericht in de HTML codes zoals <b> </b>, <i> </i> of <u> </u> tags.<br />Ter voorbeeld, <b>deze tekst</b> wordt <b>deze tekst</b>.'); define('L_HELP_FMT_2', 'Om link te maken (voor e-mail of URL) in jouw bericht, kun je gemakkelijk jou adres zonder alle tags in te voeren. De URL zal dan automatisch aangemaakt.'); ! define('L_HELP_TIT_3', 'Commando\'s'); define('L_HELP_USR', 'gebruiker'); define('L_HELP_MSG', 'bericht'); --- 176,183 ---- // help popup ! define('L_HELP_TIT_1', 'Text codes voor de berichten'); define('L_HELP_FMT_1', 'Je kan bold, italic en onderline tekst gebruiken in bericht in de HTML codes zoals <b> </b>, <i> </i> of <u> </u> tags.<br />Ter voorbeeld, <b>deze tekst</b> wordt <b>deze tekst</b>.'); define('L_HELP_FMT_2', 'Om link te maken (voor e-mail of URL) in jouw bericht, kun je gemakkelijk jou adres zonder alle tags in te voeren. De URL zal dan automatisch aangemaakt.'); ! define('L_HELP_TIT_2', 'Commando\'s'); define('L_HELP_USR', 'gebruiker'); define('L_HELP_MSG', 'bericht'); *************** *** 210,214 **** define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.'); ! // message frame define('L_NO_MSG', 'Geen bericht'); define('L_TODAY_DWN', 'The messages that have been sent today start below'); --- 209,218 ---- define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.'); ! // smilies popup ! define('L_SMIL_TIT', 'Smile'); ! 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', 'Geen bericht'); define('L_TODAY_DWN', 'The messages that have been sent today start below'); |