svn: /phpdoc/de/trunk/reference/nis/functions/ yp-err-string.xml yp-errno.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sun, 15 Apr 2018 12:16:08 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=344674
Log:
Remove untranslated translations
Changed paths:
D phpdoc/de/trunk/reference/nis/functions/yp-err-string.xml
D phpdoc/de/trunk/reference/nis/functions/yp-errno.xml
Deleted: phpdoc/de/trunk/reference/nis/functions/yp-err-string.xml
===================================================================
--- phpdoc/de/trunk/reference/nis/functions/yp-err-string.xml 2018-04-14 22:41:42 UTC (rev 344673)
+++ phpdoc/de/trunk/reference/nis/functions/yp-err-string.xml 2018-04-15 12:16:08 UTC (rev 344674)
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Revision$ -->
-<!-- splitted from ./de/functions/nis.xml, last change in rev 1.2 -->
-<!-- last change to 'yp-err-string' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: n/a Maintainer: nohn Status: ready -->
-<!-- OLD-Revision: 1.17/EN.1.2 -->
- <refentry xml:id="function.yp-err-string" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>yp_err_string</refname>
- <refpurpose>
- Returns the error string associated with the previous operation
- </refpurpose>
- </refnamediv>
- <refsect1>
- <title>Description</title>
- <methodsynopsis>
- <type>string</type><methodname>yp_err_string</methodname>
- <void/>
- </methodsynopsis>
- <para>
- <function>yp_err_string</function> returns the error message
- associated with the previous operation. Useful to indicate what
- exactly went wrong.
- </para>
- <para>
- <example>
- <title>Example for NIS errors</title>
- <programlisting role="php">
-<?php
- echo "Error: " . yp_err_string();
-?>
- </programlisting>
- </example>
- </para>
- <para>
- See also <function>yp_errno</function>.
- </para>
- </refsect1>
- </refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
Deleted: phpdoc/de/trunk/reference/nis/functions/yp-errno.xml
===================================================================
--- phpdoc/de/trunk/reference/nis/functions/yp-errno.xml 2018-04-14 22:41:42 UTC (rev 344673)
+++ phpdoc/de/trunk/reference/nis/functions/yp-errno.xml 2018-04-15 12:16:08 UTC (rev 344674)
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Revision$ -->
-<!-- splitted from ./de/functions/nis.xml, last change in rev 1.2 -->
-<!-- last change to 'yp-errno' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: n/a Maintainer: nohn Status: ready -->
-<!-- OLD-Revision: 1.17/EN.1.2 -->
- <refentry xml:id="function.yp-errno" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>yp_errno</refname>
- <refpurpose>
- Returns the error code of the previous operation
- </refpurpose>
- </refnamediv>
- <refsect1>
- <title>Description</title>
- <methodsynopsis>
- <type>int</type><methodname>yp_errno</methodname>
- <void/>
- </methodsynopsis>
- <para>
- <function>yp_errno</function> returns the error code of the
- previous operation.
- </para>
- <para>
- Possible errors are:
- </para>
- <para>
- <simplelist>
- <member>1 args to function are bad</member>
- <member>2 RPC failure - domain has been unbound</member>
- <member>3 can't bind to server on this domain</member>
- <member>4 no such map in server's domain</member>
- <member>5 no such key in map</member>
- <member>6 internal yp server or client error</member>
- <member>7 resource allocation failure</member>
- <member>8 no more records in map database</member>
- <member>9 can't communicate with portmapper</member>
- <member>10 can't communicate with ypbind</member>
- <member>11 can't communicate with ypserv</member>
- <member>12 local domain name not set</member>
- <member>13 yp database is bad</member>
- <member>14 yp version mismatch</member>
- <member>15 access violation</member>
- <member>16 database busy</member>
- </simplelist>
- </para>
- <para>
- See also <function>yp_err_string</function>.
- </para>
- </refsect1>
- </refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->