[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-doc
Subject:    [PEAR-DOC] cvs: peardoc /de language-snippets.ent  /es language-snippets.ent  /fr language-snippets.
From:       "Christophe Gesché" <moosh () php ! net>
Date:       2005-07-18 17:59:40
Message-ID: cvsmoosh1121709580 () cvsserver
[Download RAW message or body]

moosh		Mon Jul 18 13:59:40 2005 EDT

  Modified files:              
    /peardoc/de	language-snippets.ent 
    /peardoc/es	language-snippets.ent 
    /peardoc/fr	language-snippets.ent 
    /peardoc/hu	language-snippets.ent 
    /peardoc/ja	language-snippets.ent 
    /peardoc/nl	language-snippets.ent 
    /peardoc/pl	language-snippets.ent 
    /peardoc/ru	language-snippets.ent 
  Log:
  - add  type.callback 
  -  sort type (alphabetic)
  
["moosh-20050718135940.txt" (text/plain)]

http://cvs.php.net/diff.php/peardoc/de/language-snippets.ent?r1=1.9&r2=1.10&ty=u
Index: peardoc/de/language-snippets.ent
diff -u peardoc/de/language-snippets.ent:1.9 peardoc/de/language-snippets.ent:1.10
--- peardoc/de/language-snippets.ent:1.9	Fri May 27 09:38:00 2005
+++ peardoc/de/language-snippets.ent	Mon Jul 18 13:59:38 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- EN-Revision: 1.10 Maintainer: neufeind Status: ready -->
 
 <!ENTITY warn.experimental '<warning><simpara>Dieses Package ist
@@ -61,14 +61,15 @@
 <!ENTITY title.see '<title>Siehe auch</title>'>
 <!ENTITY title.constants 'Konstanten'>
 
+<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.bool '<type>boolean</type>'>
-<!ENTITY type.int '<type>integer</type>'>
+<!ENTITY type.callback '<type>callback</type>'>
 <!ENTITY type.float '<type>float</type>'>
-<!ENTITY type.string '<type>string</type>'>
+<!ENTITY type.int '<type>integer</type>'>
 <!ENTITY type.mixed '<type>mixed</type>'>
 <!ENTITY type.object '<type>object</type>'>
+<!ENTITY type.string '<type>string</type>'>
 <!ENTITY type.res '<type>resource</type>'>
-<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.resource '<type>resource</type>'>
 <!ENTITY type.void '<type>void</type>'>
 
http://cvs.php.net/diff.php/peardoc/es/language-snippets.ent?r1=1.4&r2=1.5&ty=u
Index: peardoc/es/language-snippets.ent
diff -u peardoc/es/language-snippets.ent:1.4 peardoc/es/language-snippets.ent:1.5
--- peardoc/es/language-snippets.ent:1.4	Fri May 27 09:38:01 2005
+++ peardoc/es/language-snippets.ent	Mon Jul 18 13:59:38 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- EN-Revision: 1.11 Maintainer: jurbo Status: ready -->
 <!ENTITY warn.experimental '<warning><simpara>Este m&oacute;dulo es
 <emphasis>EXPERIMENTAL</emphasis>. Esto significa que el comportamiento de
@@ -64,14 +64,15 @@
 <!ENTITY title.see '<title>Ver</title>'>
 <!ENTITY title.constants 'Constantes'>
 
+<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.bool '<type>boolean</type>'>
-<!ENTITY type.int '<type>integer</type>'>
+<!ENTITY type.callback '<type>callback</type>'>
 <!ENTITY type.float '<type>float</type>'>
-<!ENTITY type.string '<type>string</type>'>
+<!ENTITY type.int '<type>integer</type>'>
 <!ENTITY type.mixed '<type>mixed</type>'>
 <!ENTITY type.object '<type>object</type>'>
+<!ENTITY type.string '<type>string</type>'>
 <!ENTITY type.res '<type>resource</type>'>
-<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.resource '<type>resource</type>'>
 <!ENTITY type.void '<type>void</type>'>
 
http://cvs.php.net/diff.php/peardoc/fr/language-snippets.ent?r1=1.21&r2=1.22&ty=u
Index: peardoc/fr/language-snippets.ent
diff -u peardoc/fr/language-snippets.ent:1.21 peardoc/fr/language-snippets.ent:1.22
--- peardoc/fr/language-snippets.ent:1.21	Sat Jul  9 19:32:15 2005
+++ peardoc/fr/language-snippets.ent	Mon Jul 18 13:59:39 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
 <!-- EN-Revision: 1.13 Maintainer: ThomasMoulard Status: ready -->
 <!-- CREDITS: ohill -->
 
@@ -65,17 +65,18 @@
 <!ENTITY title.see '<title>Voir aussi</title>'>
 <!ENTITY title.constants 'Constantes'>
 
+<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.bool '<type>boolean</type>'>
 <!ENTITY type.boolean '<type>boolean</type>'>
+<!ENTITY type.callback '<type>callback</type>'>
+<!ENTITY type.float '<type>float</type>'>
 <!ENTITY type.int '<type>integer</type>'>
 <!ENTITY type.integer '<type>integer</type>'>
-<!ENTITY type.float '<type>float</type>'>
-<!ENTITY type.string '<type>string</type>'>
 <!ENTITY type.mixed '<type>mixed</type>'>
 <!ENTITY type.object '<type>object</type>'>
+<!ENTITY type.string '<type>string</type>'>
 <!ENTITY type.res '<type>resource</type>'>
 <!ENTITY type.resource '<type>resource</type>'>
-<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.void '<type>void</type>'>
 
 <!ENTITY purpose.preconstants 'constantes pr&eacute;d&eacute;finies'>
http://cvs.php.net/diff.php/peardoc/hu/language-snippets.ent?r1=1.11&r2=1.12&ty=u
Index: peardoc/hu/language-snippets.ent
diff -u peardoc/hu/language-snippets.ent:1.11 peardoc/hu/language-snippets.ent:1.12
--- peardoc/hu/language-snippets.ent:1.11	Sun Jun 19 05:28:14 2005
+++ peardoc/hu/language-snippets.ent	Mon Jul 18 13:59:39 2005
@@ -63,14 +63,15 @@
 <!ENTITY title.see '<title>L&aacute;sd</title>'>
 <!ENTITY title.constants 'Konstansok'>
 
+<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.bool '<type>boolean</type>'>
-<!ENTITY type.int '<type>integer</type>'>
+<!ENTITY type.callback '<type>callback</type>'>
 <!ENTITY type.float '<type>float</type>'>
-<!ENTITY type.string '<type>string</type>'>
+<!ENTITY type.int '<type>integer</type>'>
 <!ENTITY type.mixed '<type>mixed</type>'>
 <!ENTITY type.object '<type>object</type>'>
+<!ENTITY type.string '<type>string</type>'>
 <!ENTITY type.res '<type>resource</type>'>
-<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.resource '<type>resource</type>'>
 <!ENTITY type.void '<type>void</type>'>
 
http://cvs.php.net/diff.php/peardoc/ja/language-snippets.ent?r1=1.10&r2=1.11&ty=u
Index: peardoc/ja/language-snippets.ent
diff -u peardoc/ja/language-snippets.ent:1.10 peardoc/ja/language-snippets.ent:1.11
--- peardoc/ja/language-snippets.ent:1.10	Tue Jun 21 00:01:39 2005
+++ peardoc/ja/language-snippets.ent	Mon Jul 18 13:59:39 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- EN-Revision: 1.13 Maintainer: haruki Status: ready -->
 <!-- CREDITS: hirokawa, elf, haruki -->
 
@@ -74,14 +74,15 @@
 <!ENTITY title.see '<title>参照</title>'>
 <!ENTITY title.constants '定数'>
 
+<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.bool '<type>boolean</type>'>
-<!ENTITY type.int '<type>integer</type>'>
+<!ENTITY type.callback '<type>callback</type>'>
 <!ENTITY type.float '<type>float</type>'>
-<!ENTITY type.string '<type>string</type>'>
+<!ENTITY type.int '<type>integer</type>'>
 <!ENTITY type.mixed '<type>mixed</type>'>
 <!ENTITY type.object '<type>object</type>'>
+<!ENTITY type.string '<type>string</type>'>
 <!ENTITY type.res '<type>resource</type>'>
-<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.resource '<type>resource</type>'>
 <!ENTITY type.void '<type>void</type>'>
 
http://cvs.php.net/diff.php/peardoc/nl/language-snippets.ent?r1=1.10&r2=1.11&ty=u
Index: peardoc/nl/language-snippets.ent
diff -u peardoc/nl/language-snippets.ent:1.10 peardoc/nl/language-snippets.ent:1.11
--- peardoc/nl/language-snippets.ent:1.10	Fri May 27 09:38:01 2005
+++ peardoc/nl/language-snippets.ent	Mon Jul 18 13:59:39 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.10 $; Maintainer: vincent; Status: Translating -->
+<!-- $Revision: 1.11 $; Maintainer: vincent; Status: Translating -->
 <!-- EN-Revision: 1.11 Maintainer: cipri Status: ready -->
 
 <!ENTITY warn.experimental '<warning><simpara>Deze module is
@@ -59,14 +59,15 @@
 <!ENTITY title.see '<title>Zie</title>'>
 <!ENTITY title.constants 'Constanten'>
 
+<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.bool '<type>boolean</type>'>
-<!ENTITY type.int '<type>integer</type>'>
+<!ENTITY type.callback '<type>callback</type>'>
 <!ENTITY type.float '<type>float</type>'>
-<!ENTITY type.string '<type>string</type>'>
+<!ENTITY type.int '<type>integer</type>'>
 <!ENTITY type.mixed '<type>mixed</type>'>
 <!ENTITY type.object '<type>object</type>'>
+<!ENTITY type.string '<type>string</type>'>
 <!ENTITY type.res '<type>resource</type>'>
-<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.resource '<type>resource</type>'>
 <!ENTITY type.void '<type>void</type>'>
 
http://cvs.php.net/diff.php/peardoc/pl/language-snippets.ent?r1=1.6&r2=1.7&ty=u
Index: peardoc/pl/language-snippets.ent
diff -u peardoc/pl/language-snippets.ent:1.6 peardoc/pl/language-snippets.ent:1.7
--- peardoc/pl/language-snippets.ent:1.6	Fri May 27 09:38:01 2005
+++ peardoc/pl/language-snippets.ent	Mon Jul 18 13:59:39 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- EN-Revision: 1.11 Maintainer: radzaw Status: ready -->
 
 <!ENTITY warn.experimental '<warning><simpara>Ten modu&lstrok; jest w fazie \
<emphasis>  @@ -68,14 +68,15 @@
 <!ENTITY title.see '<title>Zobacz</title>'>
 <!ENTITY title.constants 'Sta&lstrok;e'>
 
+<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.bool '<type>boolean</type>'>
-<!ENTITY type.int '<type>integer</type>'>
+<!ENTITY type.callback '<type>callback</type>'>
 <!ENTITY type.float '<type>float</type>'>
-<!ENTITY type.string '<type>string</type>'>
+<!ENTITY type.int '<type>integer</type>'>
 <!ENTITY type.mixed '<type>mixed</type>'>
 <!ENTITY type.object '<type>object</type>'>
+<!ENTITY type.string '<type>string</type>'>
 <!ENTITY type.res '<type>resource</type>'>
-<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.resource '<type>resource</type>'>
 <!ENTITY type.void '<type>void</type>'>
 
http://cvs.php.net/diff.php/peardoc/ru/language-snippets.ent?r1=1.6&r2=1.7&ty=u
Index: peardoc/ru/language-snippets.ent
diff -u peardoc/ru/language-snippets.ent:1.6 peardoc/ru/language-snippets.ent:1.7
--- peardoc/ru/language-snippets.ent:1.6	Fri May 27 09:38:01 2005
+++ peardoc/ru/language-snippets.ent	Mon Jul 18 13:59:39 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>   \
<emphasis></emphasis>.  ,    , \
              -  \
.           \
.</simpara></warning>'>  <!ENTITY warn.experimental.func '<warning><simpara> \
  <emphasis></emphasis>.  ,   \
,              -  \
.           \
.</simpara></warning>'> @@ -43,14 +43,15 @@
 <!ENTITY title.see '<title>. </title>'>
 <!ENTITY title.constants ''>
 
+<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.bool '<type>boolean</type>'>
-<!ENTITY type.int '<type>integer</type>'>
+<!ENTITY type.callback '<type>callback</type>'>
 <!ENTITY type.float '<type>float</type>'>
-<!ENTITY type.string '<type>string</type>'>
+<!ENTITY type.int '<type>integer</type>'>
 <!ENTITY type.mixed '<type>mixed</type>'>
 <!ENTITY type.object '<type>object</type>'>
+<!ENTITY type.string '<type>string</type>'>
 <!ENTITY type.res '<type>resource</type>'>
-<!ENTITY type.array '<type>array</type>'>
 <!ENTITY type.resource '<type>resource</type>'>
 <!ENTITY type.void '<type>void</type>'>
 



-- 
PEAR Documentation List Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic