luk Mon Mar 4 16:08:59 2002 EDT
Modified files:
/phpdoc/cs language-snippets.ent
Log:
Index: phpdoc/cs/language-snippets.ent
diff -u phpdoc/cs/language-snippets.ent:1.8 phpdoc/cs/language-snippets.ent:1.9
--- phpdoc/cs/language-snippets.ent:1.8 Mon Feb 4 17:36:36 2002
+++ phpdoc/cs/language-snippets.ent Mon Mar 4 16:08:58 2002
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.8 2002/02/04 22:36:36 hholzgra
Exp $ -->
+<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.9 2002/03/04 21:08:58 luk Exp $
+-->
<!ENTITY warn.experimental '<warning><simpara>Tento modul je
<emphasis>EXPERIMENT�LN�</emphasis>. To znamen�, �e chov�n� t�chto funkc� a jejich
n�zvy, p�esn�ji �e�eno COKOLI, co je zde zdokumentov�no, se v budouc�ch verz�ch PHP
m��e BEZ OHL��EN� zm�nit. Berte to v �vahu a pou��vejte tento modul na vlastn�
nebezpe��.</simpara></warning>'>
<!ENTITY warn.experimental.func '<warning><simpara>Tato funkce je
<emphasis>EXPERIMENT�LN�</emphasis>. To znamen�, �e chov�n� t�to funkce a jej� n�zev,
p�esn�ji �e�eno COKOLI, co je zde zdokumentov�no, se v budouc�ch verz�ch PHP m��e BEZ
OHL��EN� zm�nit. Berte to v �vahu a pou��vejte tuto funkci na vlastn�
nebezpe��.</simpara></warning>'>
-<!ENTITY warn.undocumented.func '<warning><simpara>This function is
-currently not documented, only the argument list is
-available.</simpara></warning>'>
+<!ENTITY warn.undocumented.func '<warning><simpara>Tato funkce je�t� nen�
+zdokumentov�na, k dispozici je pouze seznam argument�.</simpara></warning>'>
<!ENTITY tip.ob-capture '<tip><simpara>Jako pro cokoliv, co pos�l� sv� v�sledky p��mo
do prohl��e�e, m��ete pou��t <link linkend="ref.outcontrol">funkce pro ��zen�
v�stupu</link> k zachycen� v�stupu t�to funkce a jeho ulo�en� - nap��klad - do �et�zce
(<type>string</type>).</simpara></tip>'>
@@ -20,29 +18,23 @@
<!ENTITY note.no-windows '<note><simpara>Tato funkce nen� implementov�na na
platform�ch Windows.</simpara></note>'>
-<!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></note>'>
+<!ENTITY note.func-callback '<note><simpara>M�sto n�zvu funkce m��e pou�ito pole
+obsahuj�c� odkaz na objekt a n�zev metody.</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>Pokud je zapnut bezpe�n� re�im (<link
+linkend="features.safe-mode">safe-mode</link>), PHP kontroluje, zda soubory/adres��e,
+se kter�mi pracujete, maj� stejn� UID jako spu�t�n� skript.</simpara></note>'>
+<!ENTITY note.sm.uidcheck.dir '<note><simpara>Pokud je zapnut bezpe�n� re�im (<link
+linkend="features.safe-mode">safe-mode</link>), PHP kontroluje, zda adres��,
+ve kter�m pracujete, m� stejn� UID jako spu�t�n� skript.</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 functions is disabled in <link
-linkend="features.safe-mode">safe-mode</link>'>
+<!ENTITY sm.uidcheck 'Kontroluje, zda soubory/adres��e,
+se kter�mi pracujete, maj� stejn� UID jako spu�t�n� skript.'>
+<!ENTITY sm.uidcheck.dir 'Kontroluje, zda adres��,
+ve kter�m pracujete, m� stejn� UID jako spu�t�n� skript.'>
+<!ENTITY sm.disabled 'Tyto funkce jsou v bezpe�n�m re�imu (<link
+linkend="features.safe-mode">safe-mode</link>) deaktivov�ny.'>