Просмотр исходного кода

[DOCUMENTATION] French: sync manual

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20771 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 лет назад
Родитель
Сommit
49e6943fde

+ 6 - 6
documentation/manual/fr/module_specs/Zend_Serializer-Adapter.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 20234 -->
+<!-- EN-Revision: 20686 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.serializer.adapter">
     <title>Zend_Serializer_Adapter</title>
@@ -81,7 +81,7 @@
             Les options disponibles sont:
         </para>
 
-        <table>
+        <table id="zend.serializer.adapter.wddx.table.options">
             <title>Options Zend_Serializer_Adapter_Wddx</title>
 
             <tgroup cols="4">
@@ -128,7 +128,7 @@
             Les options disponibles sont:
         </para>
 
-        <table>
+        <table id="zend.serializer.adapter.json.table.options">
             <title>Options Zend_Serializer_Adapter_Json</title>
 
             <tgroup cols="4">
@@ -215,7 +215,7 @@
             Les options disponibles sont:
         </para>
 
-        <table>
+        <table id="zend.serializer.adapter.pythonpickle.table.options">
             <title>Options Zend_Serializer_Adapter_PythonPickle</title>
 
             <tgroup cols="4">
@@ -251,7 +251,7 @@
             Le transtypage (PHP vers Python) se comporte comme suit:
         </para>
 
-        <table>
+        <table id="zend.serializer.adapter.pythonpickle.table.php2python">
             <title>Le transtypage (PHP vers Python)</title>
 
             <tgroup cols="2">
@@ -319,7 +319,7 @@
             Le transtypage (Python vers PHP) se comporte comme suit:
         </para>
 
-        <table>
+        <table id="zend.serializer.adapter.pythonpickle.table.python2php">
             <title>Transtypage (Python vers PHP):</title>
 
             <tgroup cols="2">

+ 3 - 6
documentation/manual/fr/module_specs/Zend_Serializer-Introduction.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 20225 -->
+<!-- EN-Revision: 20760 -->
 <!-- Reviewed: no -->
 <sect1 id="zend.serializer.introduction">
     <title>Introduction</title>
@@ -71,7 +71,7 @@ try {
         <methodname>serialize</methodname> ou <methodname>unserialize</methodname>.
     </para>
 
-    <sect2 id="zend.serializer.introduction.example.static.php">
+    <example id="zend.serializer.introduction.example.static.php">
         <title>Utiliser l'interface statique de Zend_Serializer</title>
 
         <para>
@@ -94,8 +94,5 @@ try {
     echo $e;
 }
 ]]></programlisting>
-    </sect2>
+    </example>
 </sect1>
-<!--
-vim:se ts=4 sw=4 et:
--->