From: Lo?c C. <lo...@us...> - 2001-12-05 19:32:14
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish In directory usw-pr-cvs1:/tmp/cvs-serv469/chat/localization/turkish Modified Files: chat.loc Log Message: new strings to use with the new privileges system Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish/chat.loc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** chat.loc 2001/12/04 19:59:43 1.11 --- chat.loc 2001/12/05 19:32:08 1.12 *************** *** 156,174 **** // input frame define('L_HLP', 'Yardim'); define('L_BAD_CMD', 'Geçerli komut degil!'); ! define('L_ADMIN', '%s çoktaaan Administratör!'); ! define('L_IS_MODERATOR', '%s çoktaan yönetici!'); ! define('L_NO_MODERATOR', 'Sadece oda yöneticisi bu komutu girebilir...'); define('L_MODERATOR', '%s simdi oda yöneticisi oldu.'); define('L_NONEXIST_USER', 'Kullanici %s odada yok.'); define('L_NONREG_USER', 'Kullanici %s login yapmamis.'); define('L_NONREG_USER_IP', 'Onun IP si: %s.'); ! define('L_NO_KICKED', 'Kullanici %s yönetici veya Administratör, maalesef odadan atilamaz.'); define('L_KICKED', 'Kullanici %s odadan atildi.'); ! define('L_NO_BANISHED', '%s yönetici veya administratör,chatten ihraç edilemez. hehe'); define('L_BANISHED', 'Kullanici %s ihraç edildi.'); define('L_SVR_TIME', 'Server saati: '); define('L_NO_SAVE', 'Kayit etmek için mesaj yok!'); - 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\'); return false">%s</a> odasina davet ediyor.'); --- 156,173 ---- // input frame define('L_HLP', 'Yardim'); + define('L_NO_RIGHT', 'The right level you\'re granted isn\'t high enough to run this command.'); define('L_BAD_CMD', 'Geçerli komut degil!'); ! define('L_CANT_PROMOTE', 'The right level you\'re granted isn\'t high enough to promote %s.'); ! define('L_PROMOTED', '%s is now %s.'); define('L_MODERATOR', '%s simdi oda yöneticisi oldu.'); define('L_NONEXIST_USER', 'Kullanici %s odada yok.'); define('L_NONREG_USER', 'Kullanici %s login yapmamis.'); define('L_NONREG_USER_IP', 'Onun IP si: %s.'); ! define('L_CANT_KICK', 'The right level you\'re granted isn\'t high enough to kick away %s.'); define('L_KICKED', 'Kullanici %s odadan atildi.'); ! define('L_CANT_BANISH', 'The right level you\'re granted isn\'t high enough to banish %s.'); define('L_BANISHED', 'Kullanici %s ihraç edildi.'); define('L_SVR_TIME', 'Server saati: '); define('L_NO_SAVE', 'Kayit etmek için mesaj yok!'); define('L_ANNOUNCE', 'ILAN..ILAN'); define('L_INVITE', '%s sizi <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> odasina davet ediyor.'); *************** *** 250,255 **** define('L_RIGHT_4', '<i>Level 4 moderator for your current room</i>'); define('L_RIGHT_3', '<i>Level 3 moderator for your current room</i>'); ! define('L_RIGHT_2', 'Regular visitor in your current room'); ! define('L_RIGHT_1', 'Member in your current room'); define('L_RIGHT_0', 'Visitor'); --- 249,254 ---- define('L_RIGHT_4', '<i>Level 4 moderator for your current room</i>'); define('L_RIGHT_3', '<i>Level 3 moderator for your current room</i>'); ! define('L_RIGHT_2', 'Experienced member'); ! define('L_RIGHT_1', 'Member'); define('L_RIGHT_0', 'Visitor'); |