From: Lo?c C. <lo...@us...> - 2001-04-30 22:45:04
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/polish In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/polish Modified Files: chat.loc Log Message: Updated to the new 'input' frame Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/polish/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/20 20:42:47 1.5 --- chat.loc 2001/04/30 22:44:59 1.6 *************** *** 175,183 **** // help popup ! define('L_HELP_TIT_1', 'U¶mieszki'); ! define('L_HELP_TIT_2', 'Formatowanie tekstu dla wiadomo¶ci'); define('L_HELP_FMT_1', 'Mo¿esz u¿ywaæ pogrubienia, pochylenia lub podkre¶lenia w wiadomo¶ciach u¿ywaj±c odpowiednich znaczników HTML: <b> </b>, <i> </i> lub <u> </u> tags.<br />Na przyk³ad, <b>ten tekst</b> wy¶wietli <b>ten tekst</b>.'); define('L_HELP_FMT_2', 'Aby utworzyæ link (dla adresu e-mail lub strony WWW) w twojej wiadomo¶ci po prostu podaj ten adres bez ¿adnych tagów HTML\'a. Odno¶nik zostanie stworzony automatycznie.'); ! define('L_HELP_TIT_3', 'Polecenia'); define('L_HELP_USR', 'u¿ytkownik(ów)'); define('L_HELP_MSG', 'wiadomo¶ci'); --- 175,182 ---- // help popup ! define('L_HELP_TIT_1', 'Formatowanie tekstu dla wiadomo¶ci'); define('L_HELP_FMT_1', 'Mo¿esz u¿ywaæ pogrubienia, pochylenia lub podkre¶lenia w wiadomo¶ciach u¿ywaj±c odpowiednich znaczników HTML: <b> </b>, <i> </i> lub <u> </u> tags.<br />Na przyk³ad, <b>ten tekst</b> wy¶wietli <b>ten tekst</b>.'); define('L_HELP_FMT_2', 'Aby utworzyæ link (dla adresu e-mail lub strony WWW) w twojej wiadomo¶ci po prostu podaj ten adres bez ¿adnych tagów HTML\'a. Odno¶nik zostanie stworzony automatycznie.'); ! define('L_HELP_TIT_2', 'Polecenia'); define('L_HELP_USR', 'u¿ytkownik(ów)'); define('L_HELP_MSG', 'wiadomo¶ci'); *************** *** 208,212 **** define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.'); ! //message frame define('L_NO_MSG', 'Aktualnie nie ma ¿adnych wiadomo¶ci...'); 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', 'U¶mieszki'); ! 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: \'.'); ! ! // message frame define('L_NO_MSG', 'Aktualnie nie ma ¿adnych wiadomo¶ci...'); define('L_TODAY_DWN', 'The messages that have been sent today start below'); *************** *** 226,230 **** 'Carrot' => '#FF6600'); ! //ignored popup define('L_IGNOR_TIT', 'Zignorowany'); define('L_IGNOR_NON', 'brak ignorowanych u¿ytkowników'); --- 230,234 ---- 'Carrot' => '#FF6600'); ! // ignored popup define('L_IGNOR_TIT', 'Zignorowany'); define('L_IGNOR_NON', 'brak ignorowanych u¿ytkowników'); |