visualmind              Sat Nov 17 15:59:20 2001 EDT

  Modified files:              
    /phpdoc/ar  language-snippets.ent 
  Log:
  Translated to Arabic
  
Index: phpdoc/ar/language-snippets.ent
diff -u phpdoc/ar/language-snippets.ent:1.1 phpdoc/ar/language-snippets.ent:1.2
--- phpdoc/ar/language-snippets.ent:1.1 Sat Nov 17 13:14:54 2001
+++ phpdoc/ar/language-snippets.ent     Sat Nov 17 15:59:20 2001
@@ -1,38 +1,33 @@
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
+<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.2 2001/11/17 20:59:20 visualmind 
+Exp $ -->
 
-<!ENTITY warn.experimental '<warning><simpara>This module is 
<emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of these functions, 
these function names, in concreto ANYTHING documented here can change in a future 
release of PHP WITHOUT NOTICE. Be warned, and use this module at your own 
risk.</simpara></warning>'>
-<!ENTITY warn.experimental.func '<warning><simpara>This function is 
<emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of this function, 
this function name, in concreto ANYTHING documented here can change in a future 
release of PHP WITHOUT NOTICE. Be warned, and use this function at your own 
risk.</simpara></warning>'>
+<!ENTITY warn.experimental '<warning><simpara>��� ������<emphasis>�������</emphasis>. 
+��� ����� �� ���� ��� ������ �������� � ��� ��� ���� ��� �� ������ �� ����� �� ����� 
+������� ��� �� ����� . ������ ��� ������ �� ���</simpara></warning>'>
+<!ENTITY warn.experimental.func '<warning><simpara>��� 
+������<emphasis>�������</emphasis>. ��� ����� �� ���� ��� ������ �� ����� � ��� ��� 
+���� ��� �� ������ �� ����� �� ����� ������� ��� �� ����� . ������ ��� ������ �� 
+���</simpara></warning>'>
 
-<!ENTITY tip.ob-capture '<tip><simpara>As with anything that outputs its result 
directly to the browser, you can use the <link linkend="ref.outcontrol">output-control 
functions</link> to capture the output of this function, and save it - for example - 
in a <type>string</type>.</simpara></tip>'>
+<!ENTITY tip.ob-capture '<tip><simpara>��� �� ����� �� �� ��� ���� ������ ������ ��� 
+�������� � ������ �� ������ <link linkend="ref.outcontrol">���� ������ �� �������� 
+</link>����� ��� ����� ��� �����ɡ ������� ��� ���� ������ ���� 
+��<type>string</type>.</simpara></tip>'>
 
 <!ENTITY return.success 'Returns &true; on succes, &false; on failure.'>
 
-<!ENTITY return.falseproblem '<warning><simpara>This function may return &false;, but 
may also return a value evaluating to &false; in a simple if statement. Please use 
<link linkend="language.operators.comparison">the === operator</link> for testing the 
return value of this function.<simpara></warning>'>
+<!ENTITY return.falseproblem '<warning><simpara>��� ������ �� ���� &false;, 
+�� �� ������� ����� �� ���� ���� �����  &false; �� ���� ��� IF �����. ����� ������ 
+<link linkend="language.operators.comparison">����� === </link>��� ������ ���� ��� 
+������.<simpara></warning>'>
 
 <!-- Various notes -->
-<!ENTITY note.not-bin-safe '<warning><simpara>This function is not (yet) binary 
safe!</simpara></warning>'>
-<!ENTITY note.bin-safe '<note><simpara>This function is binary-safe</simpara></note>'>
-<!ENTITY note.no-windows '<note><simpara>This function is not implemented on 
Windows-platforms</simpara></note>'>
+<!ENTITY note.not-bin-safe '<warning><simpara>��� ������ ���� ���� -��� ����- �� ���� 
+�������� �������� ������ (binary) </simpara></warning>'>
+<!ENTITY note.bin-safe '<note><simpara>��� ������ ���� �� ���� �������� �������� 
+������ (binary)</simpara></note>'>
+<!ENTITY note.no-windows '<note><simpara>��� ������ / ������� ��� ���� ��� ���� 
+������ </simpara></note>'>
 
 <!-- Notes for safe-mode limited functions: -->
 <!ENTITY note.sm.disabled '<note><simpara>&sm.disabled;</simpara></note>'>
-<!ENTITY note.sm.uidcheck '<note><simpara>When <link 
-linkend="features.safe-mode">safe-mode</link> is enabled, PHP checks whether 
-the file(s)/directories you are about to operate on, have the same UID as the 
-script that is being executed.</simpara></note>'>
-<!ENTITY note.sm.uidcheck.dir '<note><simpara>When <link 
-linkend="features.safe-mode">safe-mode</link> is enabled, PHP checks whether 
-the directory in which you are about to operate, have the same UID as the 
-script that is being executed.</simpara></note>'>
+<!ENTITY note.sm.uidcheck '<note><simpara>����� ���� <link 
+linkend="features.safe-mode">safe-mode</link>������� � �� ��� �� ���� �� ��� ���� 
+�������/�������� ���� ��� ��� ����� ����� � ����� ��� ���� �������� UID ������� ��� 
+�������� Script ���� ��� ������.</simpara></note>'>
+<!ENTITY note.sm.uidcheck.dir '<note>
+<simpara>����� ���� <link 
+linkend="features.safe-mode">safe-mode</link>������� � �� ��� �� ���� �� ��� ���� 
+�������/�������� ���� ��� ��� ����� ����� � ����� ��� ���� �������� UID ������� ��� 
+�������� Script ���� ��� ������. </simpara></note>'>
 
 <!-- Common pieces in features/safe-mode.xml 
      Jade doesn't allow in-line entities, so I put them here... Though they 
      should have been inline in safe-mode.xml -->
-<!ENTITY sm.uidcheck 'Checks whether the file(s)/directories you are 
-about to operate on, have the same UID as the script that is being
-executed.'>
-<!ENTITY sm.uidcheck.dir 'Checks whether the directory in which
-you are about to operate, has the same UID as the script that is being
-executed.'>
-<!ENTITY sm.disabled 'This function is disabled in <link 
-linkend="features.safe-mode">safe-mode</link>'>
+<!ENTITY sm.uidcheck '���� �� ��� ���� �������/�������� ���� ��� ��� ����� ����� � 
+����� ��� ���� �������� UID ������� ��� �������� Script ���� ��� ������.'>
+<!ENTITY sm.uidcheck.dir '���� �� ��� ���� �������/�������� ���� ��� ��� ����� ����� 
+� ����� ��� ���� �������� UID ������� ��� �������� Script ���� ��� ������.'>
+<!ENTITY sm.disabled '��� ������ ����� �� ���� ��� ������  <link 
+linkend="features.safe-mode">safe-mode</link>'>
\ No newline at end of file


Reply via email to