derick          Tue Mar 26 10:34:55 2002 EDT

  Added files:                 
    /phpdoc/fi  bookinfo.xml language-defs.ent language-snippets.ent 
                preface.xml translation.xml 
  Log:
  - Added .fi translation
  
  

Index: phpdoc/fi/bookinfo.xml
+++ phpdoc/fi/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>Jani</firstname><surname>Taskinen</surname>
   </editor>
  </authorgroup>

  <copyright>
   <year>1997</year>
   <year>1998</year>
   <year>1999</year>
   <year>2000</year>
   <year>2001</year>
   <year>2002</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, 2002 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>
   <simpara>
    The 'Extending PHP 4.0' section of this manual is copyright &copy; 2000 by
    Zend Technologies, Ltd. This material may be distributed only subject to
    the terms and conditions set forth in the Open Publication License, v1.0
    or later (the latest version is presently available at
    <ulink url="&url.opl;">&url.opl;</ulink>).
   </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
indent-tabs-mode:nil
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/fi/language-defs.ent
+++ phpdoc/fi/language-defs.ent
<!-- $Revision: 1.1 $ -->

<!ENTITY PHPManual         "PHP Manual">
<!ENTITY Date              "Date:">
<!ENTITY GettingStarted    "Getting Started">
<!ENTITY Installation      "Installation">
<!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">
<!ENTITY FunctionIndex     "Function Index">
<!ENTITY CHMEdition        "HTML Help Edition">
<!ENTITY ReservedConstants "Predefined Constants">

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

<!ENTITY warn.experimental '<warning><simpara>This extension is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension,
including the names of its functions, and anything else documented
about this extension may change in a future release of PHP without
notice.  Be warned and use this extension at your own
risk.</simpara></warning>'>

<!ENTITY warn.experimental.func '<warning><simpara>This function is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this function, the
name of this function, and anything else documented about this
function may change in a future release of PHP without notice.  Be
warned and use this function at your own risk.</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 tip.fopen-wrapper '<tip><simpara>You can use a URL as a
filename with this function if the "fopen wrappers" have been enabled.
See <function>fopen</function> for more details.</simpara></tip>'>

<!ENTITY return.success 'Returns &true; on success, &false; on failure.'>

<!ENTITY return.falseproblem '<warning><simpara>This function may
return Boolean &false;, but may also return a non-Boolean value which
evaluates to &false;, such as <literal>0</literal> or
&quot;&quot;. Please read the section on <link
linkend="language.types.boolean">Booleans</link> for more
information. 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>'>

<!ENTITY note.func-callback '<note><simpara>Instead of a function name, an
array containing an object reference and a method name can also be
supplied.</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 has 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>.'>

<!-- Common pieces in partintro-sections -->
<!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>'>

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

 <preface id="preface">
  <title>Preface</title>

  <abstract>
   <simpara>
    <acronym>PHP</acronym>, which stands for "PHP: Hypertext
    Preprocessor" is a widely-used Open Source general-purpose
    scripting language that is especially suited for Web
    development and can be embedded into HTML. Its syntax draws
    upon C, Java, and Perl, and is easy to learn. The main goal of
    the language is to allow web developers to write dynamically
    generated webpages quickly, but you can do much more with PHP.
   </simpara>
  </abstract>

  <para>
   This manual consists primarily of a function reference, but also contains a
   language reference, explanations of some of PHP's major features, and other
   supplemental information.
  </para>

  <para>
   You can download this manual in several formats at <ulink
   url="&url.php.docs;">&url.php.docs;</ulink>.  The downloads are updated as
   the content changes. More information about how this manual is developed
   can be found in the  <link linkend="about">'About the manual'</link>
   appendix.
  </para>
 </preface>

<!-- 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:"../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/fi/translation.xml
+++ phpdoc/fi/translation.xml
<?xml version="1.0" encoding="iso-8859-8" ?>
<!DOCTYPE translation SYSTEM "../entities/translation.dtd">

<translation>

 <intro>
  The Finish Translation is managed by Jani Taskinen, please mail him for any 
information at [EMAIL PROTECTED]
 </intro>

 <translators>
  <person name="Jani Taskinen"      email="[EMAIL PROTECTED]"                
nick="sniper"       cvs="yes" />
 </translators>

 <work-in-progress>
 </work-in-progress>

</translation>

Reply via email to