derick          Sat Nov 17 13:14:54 2001 EDT

  Added files:                 
    /phpdoc/ar  .cvsignore Translators bookinfo.xml language-defs.ent 
                language-snippets.ent 
  Log:
  - Added basic files for arabic translation
  
  

Index: phpdoc/ar/.cvsignore
+++ phpdoc/ar/.cvsignore
*.pdf
*.rtf
*.ced
*.prc
*.gz
*.tex
*.log
*.fot
*.aux
*.dvi
*.ps
*.ced
*.zip
phpweb.dsl
php.dsl
print.dsl
html.dsl
howto.dsl
checkdoc
version.ent
Makefile
config.status
config.cache
config.log
config.h.in
configure
makedoc
html
php3
manual.xml
manual.xml
bigmanual.html
status.txt
missing.txt
diff
php
confdefs.h
common.dsl
quickref.dsl
quickref.txt
html-locale.dsl
funclist.txt
manual.txt
chapters.ent
bightml.xsl
html.xsl
htmlhelp.xsl
print.xsl

Index: phpdoc/ar/bookinfo.xml
+++ phpdoc/ar/bookinfo.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->

 <bookinfo id="bookinfo">
  <authorgroup id="authors">

   <author>
    <firstname>Stig</firstname><surname>S&aelig;ther Bakken</surname>
   </author>

   <author>
    <firstname>Alexander</firstname><surname>Aulbach</surname>
   </author>

   <author>
    <firstname>Egon</firstname><surname>Schmid</surname>
   </author>

   <author>
    <firstname>Jim</firstname><surname>Winstead</surname>
   </author>

   <author>
    <firstname>Lars Torben</firstname><surname>Wilson</surname>
   </author>

   <author>
    <firstname>Rasmus</firstname><surname>Lerdorf</surname>
   </author>

   <author>
    <firstname>Andrei</firstname><surname>Zmievski</surname>
   </author>

   <author>
    <firstname>Jouni</firstname><surname>Ahto</surname>
   </author>

  </authorgroup>

  <pubdate>&php.build-date;</pubdate>
 
  <authorgroup id="editors">
   <editor>
    <firstname>Stig</firstname><surname>S&aelig;ther Bakken</surname>
   </editor>
   <editor>
    <firstname>Egon</firstname><surname>Schmid</surname>
   </editor>
  </authorgroup>

  <copyright>
   <year>1997</year>
   <year>1998</year>
   <year>1999</year>
   <year>2000</year>
   <year>2001</year>
   <holder>the PHP Documentation Group</holder>
  </copyright>

  <legalnotice id="copyright">
   <title>Copyright</title>
   <simpara>
    This manual is &copy; Copyright 1997, 1998, 1999, 2000, 2001 by
    the PHP Documentation Group.  The members of this group are listed
    on the front page of this manual.
   </simpara>
   <simpara>
    This manual can be redistributed under the terms of the GNU
    General Public License as published by the Free Software
    Foundation; either version 2 of the License, or (at your option)
    any later version.
   </simpara>
  </legalnotice>

 </bookinfo>
 
<!-- 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
sgml-parent-document:nil
sgml-default-dtd-file:"../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
-->

Index: phpdoc/ar/language-defs.ent
+++ phpdoc/ar/language-defs.ent
<!-- $Revision: 1.1 $ -->

<!ENTITY PHPManual         "PHP Manual">
<!ENTITY Date              "Date:">
<!ENTITY GettingStarted    "Getting Started">
<!ENTITY LanguageReference "Language Reference">
<!ENTITY Features          "Features">
<!ENTITY FunctionReference "Function Reference">
<!ENTITY Appendixes        "Appendixes">
<!ENTITY PEAR              "PEAR: the PHP Extension and Application Repository">
<!ENTITY FAQ               "FAQ: Frequently Asked Questions">
<!ENTITY FAQabbrev         "FAQ">

Index: phpdoc/ar/language-snippets.ent
+++ phpdoc/ar/language-snippets.ent
<!-- $Revision: 1.1 $ -->

<!ENTITY warn.experimental '<warning><simpara>This module is 
<emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of these functions, 
these function names, in concreto ANYTHING documented here can change in a future 
release of PHP WITHOUT NOTICE. Be warned, and use this module at your own 
risk.</simpara></warning>'>
<!ENTITY warn.experimental.func '<warning><simpara>This function is 
<emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of this function, 
this function name, in concreto ANYTHING documented here can change in a future 
release of PHP WITHOUT NOTICE. Be warned, and use this function at your own 
risk.</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 return.success 'Returns &true; on succes, &false; on failure.'>

<!ENTITY return.falseproblem '<warning><simpara>This function may return &false;, but 
may also return a value evaluating to &false; in a simple if statement. Please use 
<link linkend="language.operators.comparison">the === operator</link> for testing the 
return value of this function.<simpara></warning>'>

<!-- Various notes -->
<!ENTITY note.not-bin-safe '<warning><simpara>This function is not (yet) binary 
safe!</simpara></warning>'>
<!ENTITY note.bin-safe '<note><simpara>This function is binary-safe</simpara></note>'>
<!ENTITY note.no-windows '<note><simpara>This function is not implemented on 
Windows-platforms</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 function is disabled in <link 
linkend="features.safe-mode">safe-mode</link>'>


Reply via email to