slawek Wed Apr 24 17:32:30 2002 EDT
Modified files:
/phpdoc/pl language-snippets.ent
Log:
Updated to EN 1.25
Index: phpdoc/pl/language-snippets.ent
diff -u phpdoc/pl/language-snippets.ent:1.12 phpdoc/pl/language-snippets.ent:1.13
--- phpdoc/pl/language-snippets.ent:1.12 Sat Mar 30 18:23:43 2002
+++ phpdoc/pl/language-snippets.ent Wed Apr 24 17:32:29 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.22 Maintainer: leszek Status: ready -->
-<!-- $Revision: 1.12 $ -->
+<!-- EN-Revision: 1.25 Maintainer: leszek Status: ready -->
+<!-- $Revision: 1.13 $ -->
<!ENTITY warn.experimental '<warning><simpara>Ten modu� jest w stadium
<emphasis>EKSPERYMENTALNYM</emphasis>. Oznacza to, �e zachowanie tych funkcji,
@@ -91,4 +91,25 @@
konfiguracyjnych.</para>'>
<!ENTITY no.resource '<para>To rozszerzenie nie definiuje �adnych rodzaj�w
zasob�w.</para>'>
<!ENTITY no.constants '<para>To rozszerzenie nie definiuje �adnych sta�ych.</para>'>
+<!ENTITY no.requirement '<para>Te funkcje s� cz�ci� modu�u podstawowego, dlatego
+s� zawsze dost�pne.</para>'>
+<!ENTITY no.install '<para>By u�ywa� tych funkcji, nie trzeba niczego instalowa�.
+S� one cz�ci� j�dra PHP.</para>'>
+
+<!-- Used in reference/$extname/constants.xml -->
+<!ENTITY extension.constants '<simpara>
+Poni�sze sta�e s� zdefiniowane w tym rozszerzeniu i staj� si� dost�pne, gdy
+rozszerzenie jest dokompilowane do PHP, lub za�adowane dynamicznie przy starcie.
+</simpara>'>
+
+<!-- These are using in reference/$extname/reference.xml and other
+supplemental files to mark section titles -->
+<!ENTITY reftitle.intro '<title>Wprowadzenie</title>'>
+<!ENTITY reftitle.required '<title>Wymagania</title>'>
+<!ENTITY reftitle.install '<title>Instalacja</title>'>
+<!ENTITY reftitle.runtime '<title>Konfiguracja startowa</title>'>
+<!ENTITY reftitle.resources '<title>Typy zasob�w</title>'>
+<!ENTITY reftitle.constants '<title>Predefiniowane sta�e</title>'>
+<!ENTITY reftitle.examples '<title>Przyk�ady</title>'>
+<!ENTITY reftitle.seealso '<title>Zobacz r�wnie�</title>'>