From: Lo?c C. <lo...@us...> - 2001-04-30 22:45:02
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/brazilian_portuguese In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/brazilian_portuguese Modified Files: chat.loc Log Message: Updated to the new 'input' frame Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/brazilian_portuguese/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:58 1.7 *************** *** 174,182 **** // help popup ! define('L_HELP_TIT_1', 'Emoticons'); ! define('L_HELP_TIT_2', 'Formatação de texto para mensagens'); define('L_HELP_FMT_1', 'Você pode usar texto bold (negrito), itálicos ou sublinhado colocando as tags <b> </b>, <i> </i> ou <u> </u> antes e depois de parte ou de todo o texto.<br />Exemplo: <b>este texto</b> vai gerar <b>este texto</b>.'); define('L_HELP_FMT_2', 'Para criar um link (para email ou URL) na sua mensagem, simplesmente digite o texto sem tag html alguma. O link será gerado automaticamente.'); ! define('L_HELP_TIT_3', 'Comandos'); define('L_HELP_USR', 'usuário'); define('L_HELP_MSG', 'mensagem'); --- 174,181 ---- // help popup ! define('L_HELP_TIT_1', 'Formatação de texto para mensagens'); define('L_HELP_FMT_1', 'Você pode usar texto bold (negrito), itálicos ou sublinhado colocando as tags <b> </b>, <i> </i> ou <u> </u> antes e depois de parte ou de todo o texto.<br />Exemplo: <b>este texto</b> vai gerar <b>este texto</b>.'); define('L_HELP_FMT_2', 'Para criar um link (para email ou URL) na sua mensagem, simplesmente digite o texto sem tag html alguma. O link será gerado automaticamente.'); ! define('L_HELP_TIT_2', 'Comandos'); define('L_HELP_USR', 'usuário'); define('L_HELP_MSG', 'mensagem'); *************** *** 208,212 **** define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.'); ! //message frame define('L_NO_MSG', 'Não existe atualmente nenhuma mensagem ...'); 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', 'Emoticons'); ! 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', 'Não existe atualmente nenhuma mensagem ...'); define('L_TODAY_DWN', 'The messages that have been sent today start below'); *************** *** 226,230 **** 'Cenoura' => '#FF6600'); ! //ignored popup define('L_IGNOR_TIT', 'Ignorado'); define('L_IGNOR_NON', 'Nenhum usuário ignorado'); --- 230,234 ---- 'Cenoura' => '#FF6600'); ! // ignored popup define('L_IGNOR_TIT', 'Ignorado'); define('L_IGNOR_NON', 'Nenhum usuário ignorado'); |