spooky Tue Feb 5 10:45:01 2002 EDT
Modified files:
/phpdoc/ro language-snippets.ent
Log:
finished to tr this file.
Index: phpdoc/ro/language-snippets.ent
diff -u phpdoc/ro/language-snippets.ent:1.1 phpdoc/ro/language-snippets.ent:1.2
--- phpdoc/ro/language-snippets.ent:1.1 Tue Feb 5 10:07:18 2002
+++ phpdoc/ro/language-snippets.ent Tue Feb 5 10:45:00 2002
@@ -1,76 +1,70 @@
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!ENTITY warn.experimental '<warning><simpara>Aceasta extensie este
<emphasis>EXPERIMENTAL�</emphasis>. Comportamentul acestei extensii,
incluz�nd numele func�iilor, �i orice altceva documentat despre aceast�
extensie s-ar putea schimba far� anun� intr-o viitoare apari�ie a PHP.
-Ave�i grij� �i folosi�i aceasta extensie pe riscul vostru.</simpara>'>
+Ave�i grij� �i folosi�i aceast� extensie pe riscul vostru.</simpara>'>
-<!ENTITY warn.experimental.func '<warning><simpara>This function is
-<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this function, the
-name of this function, and anything else documented about this
-function may change in a future release of PHP without notice. Be
-warned and use this function at your own risk.</simpara>'>
-
-<!ENTITY warn.undocumented.func '<warning><simpara>This function is
-currently not documented, only the argument list is
-available.</simpara>'>
-
-<!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 to capture
-the output of this function, and save it - for example - in a
-<type>string</type>.</simpara>'>
-
-<!ENTITY tip.fopen-wrapper '<tip><simpara>You can use a URL as a
-filename with this function if the "fopen wrappers" have been enabled.
-See <function>fopen</function> for more details.</simpara>'>
-
-<!ENTITY return.success 'Returns &true; on success, &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 for
-testing the return value of this function.</simpara>'>
+<!ENTITY warn.experimental.func '<warning><simpara>Aceast� func�ie este
+<emphasis>EXPERIMENTAL�</emphasis>. Comportamentul acestei func�ii,
+numele func�iei, �i orice altceva documentat despre aceast�
+func�ie s-ar putea schimba far� anun� intr-o viitoare apari�ie a PHP.
+Ave�i grij� �i folosi�i aceast� extensie pe riscul vostru.</simpara>'>
+
+<!ENTITY warn.undocumented.func '<warning><simpara>Aceast� func�ie nu este
+momentan documentat�. Numai lista de argumente este disponibil�.</simpara>'>
+
+<!ENTITY tip.ob-capture '<tip><simpara>Odat� ce orice scoate rezultatul
+direct c�tre navigator, po�i folosi <link linkend="ref.outcontrol">func�ia
+de control a ie�irii (output-control)</link> pentru a captura rezultatul
+acestei func�ii �i de a-l salva - de exemplu - intr-un �ir
+(<type>string</type>).</simpara>'>
+
+<!ENTITY tip.fopen-wrapper '<tip><simpara>Po�i folosi acest URL ca un nume de
+fi�ier folosind aceast� func�it dac� "fopen wrappers" a fost activat�.
+Vezi <function>fopen</function> pentru mai multe detalii.</simpara>'>
+
+<!ENTITY return.success 'Returneaz� &true; in caz de success, &false; in caz de
+e�ec.'>
+
+<!ENTITY return.falseproblem '<warning><simpara>Aceast� func�ie e posibile s�
+returneze &false;, dar poate returna deasemenea o valoare ce poate fi evaluat�
+ca fiind &false; �ntr-o declara�ie simpla. Te rog folose�te <link
+linkend="language.operators.comparison">operatorul ===</link> pentru
+a testa valoarea returnat� a acestei func�ii.</simpara>'>
<!-- Various notes -->
-<!ENTITY note.not-bin-safe '<warning><simpara>This function
-is not (yet) binary safe!</simpara>'>
+<!ENTITY note.not-bin-safe '<warning><simpara>Aceast� func�ie nu este (inc�)
+sigur� ca binar!</simpara>'>
-<!ENTITY note.bin-safe '<note><simpara>This function is
-binary-safe.</simpara>'>
+<!ENTITY note.bin-safe '<note><simpara>Aceastp func�ie este binar-sigur�.</simpara>'>
-<!ENTITY note.no-windows '<note><simpara>This function is not
-implemented on Windows platforms.</simpara>'>
+<!ENTITY note.no-windows '<note><simpara>Aceast� func�ie nu este implementat�
+pe platformele Windows.</simpara>'>
-<!ENTITY note.func-callback '<note><simpara>Instead of a function name, an
-array containing an object reference and a method name can also be
-supplied.</simpara>'>
+<!ENTITY note.func-callback '<note><simpara>�n locul numelui unei func�ii,
+un vector con�in�nd o referin�� c�tre un obiect sau numele unei metode poate
+fi folosit� in schimb.</simpara>'>
<!-- Notes for safe-mode limited functions: -->
-<!ENTITY note.sm.disabled '<note><simpara>&sm.disabled;</simpara>'>
+<!ENTITY note.sm.disabled '<note><simpara>&sm.dezactivat;</simpara>'>
-<!ENTITY note.sm.uidcheck '<note><simpara>When <link
-linkend="features.safe-mode">safe mode 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>'>
-
-<!ENTITY note.sm.uidcheck.dir '<note><simpara>When <link
-linkend="features.safe-mode">safe mode is enabled, PHP checks whether
-the directory in which you are about to operate has the same UID as the
-script that is being executed.</simpara>'>
+<!ENTITY note.sm.uidcheck '<note><simpara>Cand <link
+linkend="features.safe-mode">modul sigur</link> este activat, PHP verific� dac�
+fi�ierul(le)/directoarele asupra c�rora operezi au acela�i UID
+ca scriptul ce trebuie executat.</simpara>'>
+
+<!ENTITY note.sm.uidcheck.dir '<note><simpara>Cand <link
+linkend="features.safe-mode">modul sigur</link> este activat, PHP verific� dac�
+directorul �n care vrei s� operezi are acela�i UID ca scriptul ce trebuie
+executat.</simpara>'>
<!-- 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.uidcheck 'Verific� dac� fisierul(le) cu care operezi au acela�i UID
+ca �i scriptul ce se execut�.'>
-<!ENTITY sm.disabled 'This function is disabled in <link
-linkend="features.safe-mode">safe mode.'>
+<!ENTITY sm.uidcheck.dir 'Verific� dac� �n care operezi au acela�i UID
+ca �i scriptul ce se execut�.'>
+
+<!ENTITY sm.disabled 'Aceast� fun�ie e dezactivat� in <link
+linkend="features.safe-mode">modul sigur</link>.'>