|
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:53
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish
In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/turkish
Modified Files:
chat.loc
Log Message:
Set default welcome messages in the localized translations
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish/chat.loc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** chat.loc 2001/04/19 09:05:11 1.4
--- chat.loc 2001/04/20 20:42:48 1.5
***************
*** 168,172 ****
define('L_NO_ADMIN', 'Sadece administratör bu komutu kullanabilir.');
define('L_ANNOUNCE', 'ILAN..ILAN');
! define('L_INVITE', '%s sizi <a href="#" onclick="parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> odasina davet ediyor.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Davetiniz %s e gönderildi.');
--- 168,172 ----
define('L_NO_ADMIN', 'Sadece administratör bu komutu kullanabilir.');
define('L_ANNOUNCE', 'ILAN..ILAN');
! define('L_INVITE', '%s sizi <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> odasina davet ediyor.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Davetiniz %s e gönderildi.');
***************
*** 237,239 ****
--- 237,240 ----
define('L_ENTER_ROM', '%s odaya tesrif etti. Hos geldin % s.');
define('L_EXIT_ROM', '%s odadan çikti. Yine bekleriz %s .');
+ define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.');
?>
|