From: Lo?c C. <lo...@us...> - 2001-04-11 23:06:16
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish In directory usw-pr-cvs1:/tmp/cvs-serv1253/chat/localization/turkish Modified Files: tutorial.loc chat.loc Log Message: Two many modifications, I can't detail Index: tutorial.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish/tutorial.loc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** tutorial.loc 2001/04/10 16:58:57 1.1 --- tutorial.loc 2001/04/11 23:06:13 1.2 *************** *** 242,246 **** <ul> <li>Önce kullanici isminizi<?php if (!C_EMAIL_PASWD) echo(' ve sifrenizi'); ?> tanimlayiniz. Chat odasinda kullanici isminiz görünecek.Isminizde bosluk,virgül ve backslash(\) yasaktir. ! <?php if (C_BAD_WORDS == 1) echo(' yasaklanmis kelimeleri kullanamaysiniz.'); ?></li> <li>sonra Isim,Soyisim ve E-Mail-Adresini giriniz. Chat için kullanici ismini tanimlayabilmek için bunlar zorunludur.</li> <li>Eger kendi siteniz varsa onuda giriniz.</li> --- 242,246 ---- <ul> <li>Önce kullanici isminizi<?php if (!C_EMAIL_PASWD) echo(' ve sifrenizi'); ?> tanimlayiniz. Chat odasinda kullanici isminiz görünecek.Isminizde bosluk,virgül ve backslash(\) yasaktir. ! <?php if (C_NO_SWEAR == 1) echo(' yasaklanmis kelimeleri kullanamaysiniz.'); ?></li> <li>sonra Isim,Soyisim ve E-Mail-Adresini giriniz. Chat için kullanici ismini tanimlayabilmek için bunlar zorunludur.</li> <li>Eger kendi siteniz varsa onuda giriniz.</li> *************** *** 265,269 **** </p> <p> ! Oda isimlerinde virgül ve (\) olamaz.<?php if (C_BAD_WORDS == 1) echo(' "yasaklanmis kelimeler" kullanilamaz.' . "\n"); ?> </p> <p align="right"><a href="#top">Basa Dön</a></p> --- 265,269 ---- </p> <p> ! Oda isimlerinde virgül ve (\) olamaz.<?php if (C_NO_SWEAR == 1) echo(' "yasaklanmis kelimeler" kullanilamaz.' . "\n"); ?> </p> <p align="right"><a href="#top">Basa Dön</a></p> *************** *** 302,306 **** <p> Chat odasina mesaj göndermek icin asagida (soldaki) alan a mesaj inizi giriniz ve Enter/Return a basiniz. Bütün mesajlari ana pencerede görebilirsiniz.<br /> ! <?php if (C_BAD_WORDS == 1) echo('Dikkat! "Yasaklanmis kelimeler" mesajinizdan silinecektir.' . "\n"); ?> </p> <p> --- 302,306 ---- <p> Chat odasina mesaj göndermek icin asagida (soldaki) alan a mesaj inizi giriniz ve Enter/Return a basiniz. Bütün mesajlari ana pencerede görebilirsiniz.<br /> ! <?php if (C_NO_SWEAR == 1) echo('Dikkat! "Yasaklanmis kelimeler" mesajinizdan silinecektir.' . "\n"); ?> </p> <p> *************** *** 317,321 **** --- 317,324 ---- </p> <ol> + <!-- To update <li>ein Kücük bir simge (<img src="images/whois_off.gif" width="5" height="9" border="0" alt="Whois" />) kayitli kullanici isimlerinin önünde gösterilir ve üzerine TIKladiginizda bir <a href="#whois">WhoIs Popup</a> yazisi cikar.Kayitli olmayan kullaniclarin isimlerinin önünde sadece bir eksi - isareti olur;</li> + --> + <li>a little icon that shows gender is displayed before the nick of a registered user (clicking on it will launch the <a href="#whois">whois popup</a> for this user), while unregistered users have nothing but blank spaces displayed before their nick;</li> <li>Yönetici ve Administratörlerin isimleri egri yazilir.</li> </ol> *************** *** 326,336 **** <tr> <td> ! <img src="images/tutorials_imgs/users_list.gif" width="99" height="131" border="0" alt="Kullanici listesi" /> </td> <td> <ul> ! <li>Nicolas in odanin Administratör veya yöneticisi oldugu;</li> <li>lolo ve Jezek2 in normal kayitli kullanici olduklari;</li> <li>Mary nin kayitsiz bir kullanici oldugu belli olur.</li> </ul> </td> --- 329,343 ---- <tr> <td> ! <img src="images/tutorials_imgs/users_list.gif" width="128" height="145" border="0" alt="Kullanici listesi" /> </td> <td> <ul> ! <li>Nicolas in odanin Administratör veya yöneticisi oldugu;<br /><br /></li> ! <!-- To update <li>lolo ve Jezek2 in normal kayitli kullanici olduklari;</li> <li>Mary nin kayitsiz bir kullanici oldugu belli olur.</li> + --> + <li>alien (whose gender is unknown), Jezek2 and Caridad are registered users with no extra "power" for the phpMyChat room;<br /><br /></li> + <li>lolo es un simple usuario no registrado.</li> </ul> </td> *************** *** 470,476 **** { include('./lib/smilies.lib.' . C_EXTENSION); ! $smiliesCnt = count($smilies); ! $smiliesCodes = array(); ! displaySmilies($smiliesCodes, $smilies, $smiliesCnt, 'tutorial'); unset($smilies); ?> --- 477,481 ---- { include('./lib/smilies.lib.' . C_EXTENSION); ! $smiliesCodes = pmcDisplaySmilies('tutorial'); unset($smilies); ?> *************** *** 576,580 **** </p> <p> ! Oda isimlerinde virgül ve backslash olamaz(\).<?php if (C_BAD_WORDS == 1) echo(' oda isimlerinde "yasaklanmis kelimeler" kullanilamaz.' . "\n"); ?> </p> <?php --- 581,585 ---- </p> <p> ! Oda isimlerinde virgül ve backslash olamaz(\).<?php if (C_NO_SWEAR == 1) echo(' oda isimlerinde "yasaklanmis kelimeler" kullanilamaz.' . "\n"); ?> </p> <?php Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish/chat.loc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** chat.loc 2001/04/10 16:58:57 1.1 --- chat.loc 2001/04/11 23:06:13 1.2 *************** *** 166,170 **** define('L_NO_ADMIN', 'Sadece administratör bu komutu kullanabilir.'); define('L_ANNOUNCE', 'ILAN..ILAN'); ! define('L_INVITE', '%s sizi <a href="#" onclick="parent.runCmd(\'%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.'); --- 166,170 ---- 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.'); |