translation updated and fixed typos.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67753 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rui Hirokawa 2002-01-14 15:47:59 +00:00
parent d96c681407
commit a8a2217609
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.20 $ -->
<!-- $Revision: 1.21 $ -->
<reference id="ref.calendar">
<title>Calendar functions</title>
<titleabbrev>Calendar</titleabbrev>
@ -534,7 +534,7 @@ echo easter_days (1913); /* 2, i.e. March 23 */
<parameter>jday</parameter> &lt;= 2465342 )
</para>
<para>
See also <function>jdtounix</function>.
See also <function>unixtojd</function>.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.36 $ -->
<!-- $Revision: 1.37 $ -->
<reference id="ref.cpdf">
<title>ClibPDF functions</title>
<titleabbrev>ClibPDF</titleabbrev>
@ -1752,7 +1752,7 @@ cpdf_restore($pdf)
</funcprototype>
</funcsynopsis>
<para>
The <function>cpdf_setgray_stroke</function> function sets the current
The <function>cpdf_setgray</function> function sets the current
drawing and filling color to the given gray value.
</para>
<para>
@ -1913,7 +1913,7 @@ cpdf_restore($pdf)
</funcprototype>
</funcsynopsis>
<para>
The <function>cpdf_setrgbcolor_stroke</function> function sets the current
The <function>cpdf_setrgbcolor</function> function sets the current
drawing and filling color to the given rgb color value.
</para>
<para>