svn: /phpdoc/tr/trunk/language/predefined/ argumentcounterror.xml arithmeticerror.xml assertionerror.xml
[email protected] (Nilgün Belma Bugüner)
| Newsgroups | php.doc.tr |
|---|---|
| Message-ID | <[email protected]> |
nilgun Sun, 14 Oct 2018 11:39:45 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=345817
Log:
New translations.
Changed paths:
A phpdoc/tr/trunk/language/predefined/argumentcounterror.xml
A phpdoc/tr/trunk/language/predefined/arithmeticerror.xml
A phpdoc/tr/trunk/language/predefined/assertionerror.xml
svn-diffs-345817.txt
(text/x-diff, 9.3 KB)
Added: phpdoc/tr/trunk/language/predefined/argumentcounterror.xml
===================================================================
--- phpdoc/tr/trunk/language/predefined/argumentcounterror.xml (rev 0)
+++ phpdoc/tr/trunk/language/predefined/argumentcounterror.xml 2018-10-14 11:39:45 UTC (rev 345817)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 345729 Maintainer: nilgun Status: ready -->
+<phpdoc:exceptionref xml:id="class.argumentcounterror"
+ xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:phpdoc="http://php.net/ns/phpdoc">
+ <title>ArgumentCountError</title>
+ <titleabbrev>ArgumentCountError</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Error intro -->
+ <section xml:id="argumentcounterror.intro">
+ &reftitle.intro;
+ <para>
+ Kullanıcı tanımlı bir işlev veya yönteme gerekenden az değiştirge
+ aktarıldığında <ooclass><classname>ArgumentCountError</classname></ooclass>
+ yavrulanır.
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="argumentcounterror.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>ArgumentCountError</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>ArgumentCountError</classname>
+ </ooclass>
+
+ <ooclass>
+ <modifier>extends</modifier>
+ <classname>TypeError</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
+ <xi:fallback />
+ </xi:include>
+
+ <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ </classsynopsis>
+
+<!-- }}} -->
+
+ </section>
+ </partintro>
+</phpdoc:exceptionref>
+
+<!-- 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
+-->
Property changes on: phpdoc/tr/trunk/language/predefined/argumentcounterror.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/tr/trunk/language/predefined/arithmeticerror.xml
===================================================================
--- phpdoc/tr/trunk/language/predefined/arithmeticerror.xml (rev 0)
+++ phpdoc/tr/trunk/language/predefined/arithmeticerror.xml 2018-10-14 11:39:45 UTC (rev 345817)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 345729 Maintainer: nilgun Status: ready -->
+<phpdoc:exceptionref xml:id="class.arithmeticerror"
+ xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:phpdoc="http://php.net/ns/phpdoc">
+ <title>ArithmeticError</title>
+ <titleabbrev>ArithmeticError</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Error intro -->
+ <section xml:id="arithmeticerror.intro">
+ &reftitle.intro;
+ <para>
+ Matematiksel işlemler yapılırken bir hata oluştuğunda
+ <classname>ArithmeticError</classname> yavrulanır.
+ PHP 7.0'da bu hatalara, negatif miktarda bit kaydırma yapmaya çalışırken
+ veya bir tamsayının olası sınırlarının dışına çıkan bir değerle sonuçlanan
+ <function>intdiv</function> çağrıları dahildir.
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="arithmeticerror.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>ArithmeticError</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>ArithmeticError</classname>
+ </ooclass>
+
+ <ooclass>
+ <modifier>extends</modifier>
+ <classname>Error</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
+ <xi:fallback />
+ </xi:include>
+
+ <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ </classsynopsis>
+
+<!-- }}} -->
+
+ </section>
+ </partintro>
+</phpdoc:exceptionref>
+
+<!-- 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
+-->
Property changes on: phpdoc/tr/trunk/language/predefined/arithmeticerror.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/tr/trunk/language/predefined/assertionerror.xml
===================================================================
--- phpdoc/tr/trunk/language/predefined/assertionerror.xml (rev 0)
+++ phpdoc/tr/trunk/language/predefined/assertionerror.xml 2018-10-14 11:39:45 UTC (rev 345817)
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 345729 Maintainer: nilgun Status: ready -->
+<phpdoc:exceptionref xml:id="class.assertionerror"
+ xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:phpdoc="http://php.net/ns/phpdoc">
+ <title>AssertionError</title>
+ <titleabbrev>AssertionError</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Error intro -->
+ <section xml:id="assertionerror.intro">
+ &reftitle.intro;
+ <para>
+ <function>assert</function> işlevi başarısız olduğunda
+ <classname>AssertionError</classname> yavrulanır.
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="assertionerror.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>AssertionError</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>AssertionError</classname>
+ </ooclass>
+
+ <ooclass>
+ <modifier>extends</modifier>
+ <classname>Error</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
+ <xi:fallback />
+ </xi:include>
+
+ <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+ </classsynopsis>
+
+<!-- }}} -->
+
+ </section>
+ </partintro>
+</phpdoc:exceptionref>
+
+<!-- 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
+-->
Property changes on: phpdoc/tr/trunk/language/predefined/assertionerror.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property