jeroen Thu Jul 12 09:39:55 2001 EDT Modified files: /phpdoc/cs language-snippets.ent /phpdoc/de language-snippets.ent /phpdoc/es language-snippets.ent /phpdoc/fr language-snippets.ent /phpdoc/hk language-snippets.ent /phpdoc/hu language-snippets.ent /phpdoc/ja language-snippets.ent /phpdoc/kr language-snippets.ent /phpdoc/nl language-snippets.ent Log: Fix the build-errors in translations concerning safe-mode (only where applicable)
Index: phpdoc/cs/language-snippets.ent diff -u phpdoc/cs/language-snippets.ent:1.4 phpdoc/cs/language-snippets.ent:1.5 --- phpdoc/cs/language-snippets.ent:1.4 Wed Jul 11 14:16:04 2001 +++ phpdoc/cs/language-snippets.ent Thu Jul 12 09:39:52 2001 @@ -1,4 +1,4 @@ -<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.4 2001/07/11 18:16:04 jeroen Exp $ --> +<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.5 2001/07/12 13:39:52 jeroen Exp +$ --> @@ -15,4 +15,25 @@ <!ENTITY note.no-windows '<note><simpara>This function is not implemented on Windows-platforms</simpara></note>'> -<!ENTITY note.no-safemode '<note><simpara>This function is disabled when safe-mode is enabled.</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>'> + +<!-- 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>'> Index: phpdoc/de/language-snippets.ent diff -u phpdoc/de/language-snippets.ent:1.5 phpdoc/de/language-snippets.ent:1.6 --- phpdoc/de/language-snippets.ent:1.5 Wed Jul 11 14:16:05 2001 +++ phpdoc/de/language-snippets.ent Thu Jul 12 09:39:53 2001 @@ -1,4 +1,4 @@ -<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.5 2001/07/11 18:16:05 jeroen Exp $ --> +<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.6 2001/07/12 13:39:53 jeroen Exp +$ --> @@ -15,4 +15,25 @@ <!ENTITY note.no-windows '<note><simpara>This function is not implemented on Windows-platforms</simpara></note>'> -<!ENTITY note.no-safemode '<note><simpara>This function is disabled when safe-mode is enabled.</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>'> + +<!-- 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>'> Index: phpdoc/es/language-snippets.ent diff -u phpdoc/es/language-snippets.ent:1.4 phpdoc/es/language-snippets.ent:1.5 --- phpdoc/es/language-snippets.ent:1.4 Wed Jul 11 14:16:05 2001 +++ phpdoc/es/language-snippets.ent Thu Jul 12 09:39:53 2001 @@ -1,4 +1,4 @@ -<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.4 2001/07/11 18:16:05 jeroen Exp $ --> +<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.5 2001/07/12 13:39:53 jeroen Exp +$ --> @@ -15,4 +15,25 @@ <!ENTITY note.no-windows '<note><simpara>This function is not implemented on Windows-platforms</simpara></note>'> -<!ENTITY note.no-safemode '<note><simpara>This function is disabled when safe-mode is enabled.</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>'> + +<!-- 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>'> Index: phpdoc/fr/language-snippets.ent diff -u phpdoc/fr/language-snippets.ent:1.9 phpdoc/fr/language-snippets.ent:1.10 --- phpdoc/fr/language-snippets.ent:1.9 Wed Jul 11 14:16:05 2001 +++ phpdoc/fr/language-snippets.ent Thu Jul 12 09:39:53 2001 @@ -1,4 +1,4 @@ -<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.9 2001/07/11 18:16:05 jeroen Exp $ --> +<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.10 2001/07/12 13:39:53 jeroen Exp +$ --> <!ENTITY warn.experimental '<warning><simpara>Ce module est <emphasis>EXPERIMENTAL</emphasis>. Cela signifie que le comportement de ces fonctions, leurs noms et concrètement, TOUT ce qui est documenté ici peut changer dans un futur proche, SANS PREAVIS! Soyez-en conscient, et utiliser ce module à vos risques et périls.</simpara></warning>'> <!ENTITY warn.experimental.func '<warning><simpara>Cette fonction est <emphasis>EXPERIMENTALE</emphasis>. Cela signifie que le comportement de ces fonctions, leurs noms et concrètement, TOUT ce qui est documenté ici peut changer dans un futur proche, SANS PREAVIS! Soyez-en conscient, et utiliser ce module à vos risques et périls.</simpara></warning>'> @@ -7,4 +7,26 @@ <!ENTITY note.not-bin-safe '<warning><simpara>Cette fonction n'est pas capable de gérer les chaînes binaires!</simpara></warning>'> <!ENTITY note.bin-safe '<note><simpara>Cette fonction gère les chaînes binaires</simpara></note>'> <!ENTITY note.no-windows '<note><simpara>Cette fonction n'est pas implémentée sous Windows</simpara></note>'> -<!ENTITY note.no-safemode '<note><simpara>Cette fonction est désactivée lorsque le SAFE MODE est activé.</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>'> + +<!-- 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>'> Index: phpdoc/hk/language-snippets.ent diff -u phpdoc/hk/language-snippets.ent:1.4 phpdoc/hk/language-snippets.ent:1.5 --- phpdoc/hk/language-snippets.ent:1.4 Wed Jul 11 14:16:06 2001 +++ phpdoc/hk/language-snippets.ent Thu Jul 12 09:39:53 2001 @@ -1,4 +1,4 @@ -<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.4 2001/07/11 18:16:06 jeroen Exp $ --> +<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.5 2001/07/12 13:39:53 jeroen Exp +$ --> @@ -15,4 +15,25 @@ <!ENTITY note.no-windows '<note><simpara>This function is not implemented on Windows-platforms</simpara></note>'> -<!ENTITY note.no-safemode '<note><simpara>This function is disabled when safe-mode is enabled.</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>'> + +<!-- 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>'> Index: phpdoc/hu/language-snippets.ent diff -u phpdoc/hu/language-snippets.ent:1.7 phpdoc/hu/language-snippets.ent:1.8 --- phpdoc/hu/language-snippets.ent:1.7 Wed Jul 11 14:16:06 2001 +++ phpdoc/hu/language-snippets.ent Thu Jul 12 09:39:53 2001 @@ -1,4 +1,4 @@ -<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.7 2001/07/11 18:16:06 jeroen Exp $ --> +<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.8 2001/07/12 13:39:53 jeroen Exp +$ --> <!ENTITY warn.experimental '<warning><simpara>Ez a modul <emphasis>KSRLETI JELLEGGEL MKDIK</emphasis>. Ez azt jelenti, hogy az itt lert fggvnyek mkdse, maguk a fggvnynevek, azaz BRMI, ami itt le van rva, megvltozhat egy ksbbi PHP kiadsban MINDEN FIGYELMEZTETS NLKL. Ezt a modult csak a sajt felelssgedre hasznld!</simpara></warning>'> @@ -15,4 +15,25 @@ <!ENTITY note.no-windows '<note><simpara>Ez a fggvny nem mkdik Windows opercis rendszereken!</simpara></note>'> -<!ENTITY note.no-safemode '<note><simpara>Ez a fggvny nem hasznlhat, ha a Safe Mode be van kapcsolva!</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>'> + +<!-- 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>'> Index: phpdoc/ja/language-snippets.ent diff -u phpdoc/ja/language-snippets.ent:1.5 phpdoc/ja/language-snippets.ent:1.6 --- phpdoc/ja/language-snippets.ent:1.5 Wed Jul 11 14:16:06 2001 +++ phpdoc/ja/language-snippets.ent Thu Jul 12 09:39:54 2001 @@ -1,4 +1,4 @@ -<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.5 2001/07/11 18:16:06 jeroen Exp $ --> +<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.6 2001/07/12 13:39:54 jeroen Exp +$ --> <!ENTITY warn.experimental '<warning><simpara>このモジュールは、<emphasis>実験的</emphasis>なものです。これは、これらの関数の動作、関数名は、このドキュメントに書かれて事項と同様に告知なく将来的なPHPのリリースで変更される可能性があります。注意を喚起するとともに、このモジュールは使用者のリスクで使用して下さい。</simpara></warning>'> @@ -14,7 +14,28 @@ <!ENTITY note.no-windows '<note><simpara>この関数はWindows環境にはまだ実装されていません。</simpara></note>'> -<!ENTITY note.no-safemode '<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>'> + +<!-- 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>'> Index: phpdoc/kr/language-snippets.ent diff -u phpdoc/kr/language-snippets.ent:1.4 phpdoc/kr/language-snippets.ent:1.5 --- phpdoc/kr/language-snippets.ent:1.4 Wed Jul 11 14:16:06 2001 +++ phpdoc/kr/language-snippets.ent Thu Jul 12 09:39:54 2001 @@ -1,4 +1,4 @@ -<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.4 2001/07/11 18:16:06 jeroen Exp $ --> +<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.5 2001/07/12 13:39:54 jeroen Exp +$ --> @@ -15,4 +15,28 @@ <!ENTITY note.no-windows '<note><simpara>This function is not implemented on Windows-platforms</simpara></note>'> -<!ENTITY note.no-safemode '<note><simpara>This function is disabled when safe-mode is enabled.</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>'> + +<!-- 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>'> + + + Index: phpdoc/nl/language-snippets.ent diff -u phpdoc/nl/language-snippets.ent:1.5 phpdoc/nl/language-snippets.ent:1.6 --- phpdoc/nl/language-snippets.ent:1.5 Wed Jul 11 18:11:42 2001 +++ phpdoc/nl/language-snippets.ent Thu Jul 12 09:39:54 2001 @@ -1,4 +1,4 @@ -<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.5 2001/07/11 22:11:42 jeroen Exp $ --> +<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.6 2001/07/12 13:39:54 jeroen Exp +$ --> @@ -15,4 +15,28 @@ <!ENTITY note.no-windows '<note><simpara>This function is not implemented on Windows-platforms</simpara></note>'> -<!ENTITY note.no-safemode '<note><simpara>This function is disabled when safe-mode is enabled.</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>'> + +<!-- 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>'> + + +