derick Mon Mar 25 16:06:35 2002 EDT
Modified files:
/phpdoc/en language-snippets.ent
/phpdoc/nl language-snippets.ent
Log:
- Add language snippets for .nl
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.21 phpdoc/en/language-snippets.ent:1.22
--- phpdoc/en/language-snippets.ent:1.21 Mon Mar 25 15:52:45 2002
+++ phpdoc/en/language-snippets.ent Mon Mar 25 16:06:32 2002
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<!ENTITY warn.experimental '<warning><simpara>This extension is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension,
@@ -83,4 +83,4 @@
<!ENTITY no.config '<para>This extension does not define any
configuration directives.</para>'>
<!ENTITY no.resource '<para>This extension does not define any resource
types.</para>'>
-<!ENTITY no.constants '<para> This extension does not define any constants.</para>'>
\ No newline at end of file
+<!ENTITY no.constants '<para>This extension does not define any constants.</para>'>
Index: phpdoc/nl/language-snippets.ent
diff -u phpdoc/nl/language-snippets.ent:1.7 phpdoc/nl/language-snippets.ent:1.8
--- phpdoc/nl/language-snippets.ent:1.7 Sat Dec 29 02:47:28 2001
+++ phpdoc/nl/language-snippets.ent Mon Mar 25 16:06:32 2002
@@ -1,15 +1,26 @@
-<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.7 2001/12/29 07:47:28 eschmid Exp
$ -->
+<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.8 2002/03/25 21:06:32 derick Exp
+$ -->
-
-
-<!ENTITY warn.experimental '<warning><simpara>Deze module is
<emphasis>EXPERIMENTEEL</emphasis>. Dat betekent, dat het gedrag van deze functies,
deze functienamen, in concreto ALLES dat hier gedocumenteerd is in een toekomstige
uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees gewaarschuwd, en gebruik deze
module op eigen risico.</simpara></warning>'>
-<!ENTITY warn.experimental.func '<warning><simpara>Deze functie is
<emphasis>EXPERIMENTEEL</emphasis>. Dat betekent, dat het gedrag van deze functie,
deze functienaam, in concreto ALLES dat hier gedocumenteerd is in een toekomstige
uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees gewaarschuwd, en gebruik deze
functie op eigen risico.</simpara></warning>'>
-
-<!ENTITY warn.undocumented.func '<warning><simpara>This function is
-currently not documented, only the argument list is
-available.</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 warn.experimental '<warning><simpara>Deze module is
+<emphasis>EXPERIMENTEEL</emphasis>. Dat betekent, dat het gedrag van deze
+functies, deze functienamen, in concreto ALLES dat hier gedocumenteerd is in
+een toekomstige uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees
+gewaarschuwd, en gebruik deze module op eigen risico.</simpara></warning>'>
+
+<!ENTITY warn.experimental.func '<warning><simpara>Deze functie is
+<emphasis>EXPERIMENTEEL</emphasis>. Dat betekent, dat het gedrag van deze
+functie, deze functienaam, in concreto ALLES dat hier gedocumenteerd is in een
+toekomstige uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees
+gewaarschuwd, en gebruik deze functie op eigen risico.</simpara></warning>'>
+
+<!ENTITY warn.undocumented.func '<warning><simpara>Deze functie is op het
+moment niet gedocumenteerd, alleen de lijst met argumenten is
+beschikbaar.</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.fopen-wrapper '<tip><simpara>You can use a URL as a
filename with this function if the "fopen wrappers" have been enabled.
@@ -56,5 +67,9 @@
<!ENTITY sm.disabled 'This functions is disabled in <link
linkend="features.safe-mode">safe-mode</link>'>
+<!-- Common pieces in partintro-sections -->
+<!ENTITY no.config '<para>Deze extensie gebruikt geen configuratie regels.</para>'>
+<!ENTITY no.resource '<para>Deze extensie maakt geen gebruik van resources.</para>'>
+<!ENTITY no.constants '<para>Deze extensie defineerd geen constanten.</para>'>