tpug Fri Dec 7 11:49:33 2001 EDT
Modified files:
/phpdoc/tr language-defs.ent language-snippets.ent
Log:
added new entities
Index: phpdoc/tr/language-defs.ent
diff -u phpdoc/tr/language-defs.ent:1.6 phpdoc/tr/language-defs.ent:1.7
--- phpdoc/tr/language-defs.ent:1.6 Tue Dec 4 16:33:00 2001
+++ phpdoc/tr/language-defs.ent Fri Dec 7 11:49:33 2001
@@ -8,4 +8,4 @@
<!ENTITY PEAR "PEAR: the PHP Extension and Application Repository">
<!ENTITY FAQ "SSS: Sık�a Sorulan Sorular">
<!ENTITY FAQabbrev "SSS">
-<!ENTITY FunctionIndex "Fonksiyon Fihristi">
\ No newline at end of file
+<!ENTITY FunctionIndex "Fonksiyon Fihristi">
Index: phpdoc/tr/language-snippets.ent
diff -u phpdoc/tr/language-snippets.ent:1.5 phpdoc/tr/language-snippets.ent:1.6
--- phpdoc/tr/language-snippets.ent:1.5 Sat Dec 1 19:33:42 2001
+++ phpdoc/tr/language-snippets.ent Fri Dec 7 11:49:33 2001
@@ -6,10 +6,17 @@
<!ENTITY return.success 'Başarıda &true; ,
başarısızlıkta &false; d�nd�r�r.'>
+<!ENTITY return.falseproblem '<warning><simpara>Bu fonksiyon &false; d�nd�rebilir,
+ama aynı zamanda basit bir if bloğu i�ersinde &false; olarak
+değerlendirilecek bir değer de d�nd�rebilir. L�tfen
+bu fonksiyonun d�nd�rd�ğ� değeri denemek i�in <link
+linkend="language.operators.comparison">the === operat�r</link>�n�
+kullanın.</simpara></warning>'>
+
<!-- Various notes -->
<!ENTITY note.not-bin-safe '<warning><simpara>Bu fonksiyon hen�z ikili d�zende
kullanılmaya m�sait değil!</simpara></warning>'>
<!ENTITY note.bin-safe '<note><simpara>Bu fonksiyon ikili d�zende
kullanılabilir</simpara></note>'>
<!ENTITY note.no-windows '<note><simpara>Bu fonksiyon Windows platformunda mevcut
değildir</simpara></note>'>
+<!ENTITY note.func-callback '<note><simpara>Fonksiyon isminin haricinde, bir nesneye
+referans taşıyan bir dizi-değişken veya bir fonksiyon
+ismi de sağlanabilir.</simpara></note>'>
<!-- Notes for safe-mode limited functions: -->
<!ENTITY note.sm.disabled '<note><simpara>&sm.disabled;</simpara></note>'>