Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/finnish
In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/finnish
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/finnish/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
***************
*** 517,520 ****
--- 517,523 ----
<i>Esimerkiksi</i>, tekstin "Hei Jani :)" lähettäminen ilman lainausmerkkejä tuottaa seuraavanlaisen viestin: Hei Jani <img src="images/smilies/smile1.gif" width="15" height="15" alt=":)" />.
</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">Takaisin alkuun</a></p>
<hr />
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/finnish/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:57 1.6
***************
*** 175,183 ****
// help popup
! define('L_HELP_TIT_1', 'Hymiöt');
! define('L_HELP_TIT_2', 'Viestin tekstin muuttaminen');
define('L_HELP_FMT_1', 'Voit lihavoida, kursivoida tai alleviivata tekstiä seuraavilla tageilla, jotka tulevat viestin alkuun ja loppuun <b> </b>, <i> </i> tai <u> </u>.<br />Esimerkiksi, <b>tämä teksti</b> Tämä tuottaa <b>tämä teksti</b>.');
define('L_HELP_FMT_2', 'Luodaksesi hyperlinkin viestiisi (e-mail tai URL), kirjoita haluamasi osoite ilman mitään tageja. Linkki luodaan automaattisesti.');
! define('L_HELP_TIT_3', 'Komennot');
define('L_HELP_USR', 'käyttäjä');
define('L_HELP_MSG', 'Viesti');
--- 175,182 ----
// help popup
! define('L_HELP_TIT_1', 'Viestin tekstin muuttaminen');
define('L_HELP_FMT_1', 'Voit lihavoida, kursivoida tai alleviivata tekstiä seuraavilla tageilla, jotka tulevat viestin alkuun ja loppuun <b> </b>, <i> </i> tai <u> </u>.<br />Esimerkiksi, <b>tämä teksti</b> Tämä tuottaa <b>tämä teksti</b>.');
define('L_HELP_FMT_2', 'Luodaksesi hyperlinkin viestiisi (e-mail tai URL), kirjoita haluamasi osoite ilman mitään tageja. Linkki luodaan automaattisesti.');
! define('L_HELP_TIT_2', 'Komennot');
define('L_HELP_USR', 'käyttäjä');
define('L_HELP_MSG', 'Viesti');
***************
*** 208,211 ****
--- 207,215 ----
define('L_HELP_CMD_20', 'Describe what you\'re doing without refer yourself.');
define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.');
+
+ // smilies popup
+ define('L_SMIL_TIT', 'Hymiöt');
+ 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
|