From: Lo?c C. <lo...@us...> - 2001-04-30 22:45:02
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/catalan In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/catalan Modified Files: chat.loc Log Message: Updated to the new 'input' frame Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/catalan/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', 'Somriures'); ! define('L_HELP_TIT_2', 'Format del texte pels missatges'); define('L_HELP_FMT_1', 'Es pot escriure texte amb negreta, cursiva o remarcat, incloent els textes entre els marcadors <b> </b>, <i> </i> o <u> </u> .<br />Per exemple, <b>aquest texte</b> es veurà com <b>aquest texte</b>.'); define('L_HELP_FMT_2', 'Per a establir enllaços (per a e-mail o pàgina WEB) dins el missatge, només cal escriure l\'adreça e-mail sense cap marcador especial. El mateix per a enllaços a pàgines Web.'); ! define('L_HELP_TIT_3', 'Comandaments estil IRC'); define('L_HELP_USR', 'usuari'); define('L_HELP_MSG', 'missatge'); --- 174,181 ---- // help popup ! define('L_HELP_TIT_1', 'Format del texte pels missatges'); define('L_HELP_FMT_1', 'Es pot escriure texte amb negreta, cursiva o remarcat, incloent els textes entre els marcadors <b> </b>, <i> </i> o <u> </u> .<br />Per exemple, <b>aquest texte</b> es veurà com <b>aquest texte</b>.'); define('L_HELP_FMT_2', 'Per a establir enllaços (per a e-mail o pàgina WEB) dins el missatge, només cal escriure l\'adreça e-mail sense cap marcador especial. El mateix per a enllaços a pàgines Web.'); ! define('L_HELP_TIT_2', 'Comandaments estil IRC'); define('L_HELP_USR', 'usuari'); define('L_HELP_MSG', 'missatge'); *************** *** 207,211 **** define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.'); ! //message frame define('L_NO_MSG', 'No hi han missatges ...'); define('L_TODAY_DWN', 'The messages that have been sent today start below'); --- 206,215 ---- define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.'); ! // smilies popup ! define('L_SMIL_TIT', 'Somriures'); ! 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', 'No hi han missatges ...'); define('L_TODAY_DWN', 'The messages that have been sent today start below'); *************** *** 225,229 **** 'Taronja' => '#FF6600'); ! //ignored popup define('L_IGNOR_TIT', 'Ignorat'); define('L_IGNOR_NON', 'No ignorat'); --- 229,233 ---- 'Taronja' => '#FF6600'); ! // ignored popup define('L_IGNOR_TIT', 'Ignorat'); define('L_IGNOR_NON', 'No ignorat'); |