Skip to content

Commit

Permalink
Win32service section sync with EN (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Apr 23, 2024
1 parent 81ed88e commit cfc2585
Showing 1 changed file with 12 additions and 34 deletions.
46 changes: 12 additions & 34 deletions reference/win32service/constants.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 74bd0098bc8d0fdba6bab89aed70ff89c3b1d33b Maintainer: jbnahan Status: ready -->
<!-- EN-Revision: 89c40e4a2a9521d5e69a8c86f7b68538739f8b3b Maintainer: jbnahan Status: ready -->
<!-- Reviewed: no -->
<appendix xml:id="win32service.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;

<section xml:id="win32service.constants.servicetype">
<table>
<table xml:id="win32service.constants.servicetype">
<title>Masque binaire de type de Service de Win32Service</title>
<tgroup cols="3">
<thead>
Expand Down Expand Up @@ -43,10 +42,8 @@
</tbody>
</tgroup>
</table>
</section>

<section xml:id="win32service.constants.servicestatus">
<table>
<table xml:id="win32service.constants.servicestatus">
<title>Constantes de Status du Service de Win32Service</title>
<tgroup cols="3">
<thead>
Expand Down Expand Up @@ -109,10 +106,8 @@
</tbody>
</tgroup>
</table>
</section>

<section xml:id="win32service.constants.servicecontrol">
<table>
<table xml:id="win32service.constants.servicecontrol">
<title>Constantes du Service de Control de Message de Win32Service</title>
<tgroup cols="3">
<thead>
Expand Down Expand Up @@ -235,10 +230,8 @@
</tbody>
</tgroup>
</table>
</section>

<section xml:id="win32service.constants.controlsaccepted">
<table>
<table xml:id="win32service.constants.controlsaccepted">
<title>Masque binaire de Message de Control de Service de Win32Service</title>
<tgroup cols="3">
<thead>
Expand Down Expand Up @@ -358,10 +351,8 @@
</tbody>
</tgroup>
</table>
</section>

<section xml:id="win32service.constants.servicestarttype">
<table>
<table xml:id="win32service.constants.servicestarttype">
<title>Constantes de Type de Demarrage du Service de Win32Service</title>
<tgroup cols="3">
<thead>
Expand Down Expand Up @@ -413,10 +404,8 @@
</tbody>
</tgroup>
</table>
</section>

<section xml:id="win32service.constants.errorcontrol">
<table>
<table xml:id="win32service.constants.errorcontrol">
<title>Constantes de Control d'Erreur de Win32Service</title>
<tgroup cols="3">
<thead>
Expand Down Expand Up @@ -466,10 +455,8 @@
</tbody>
</tgroup>
</table>
</section>

<section xml:id="win32service.constants.serviceflag">
<table>
<table xml:id="win32service.constants.serviceflag">
<title>Constantes de Service Flag de Win32Service</title>
<tgroup cols="3">
<thead>
Expand All @@ -491,15 +478,13 @@
</tbody>
</tgroup>
</table>
</section>

<section xml:id="win32service.constants.errors">
<note>
<para>
Ces constantes ne sont plus utilisées à partir de Win32Service 1.0.0.
</para>
</note>
<table>
<table xml:id="win32service.constants.errors">
<title>Codes d'Erreur Win32</title>
<tgroup cols="3">
<thead>
Expand Down Expand Up @@ -745,10 +730,8 @@
</tbody>
</tgroup>
</table>
</section>

<section xml:id="win32service.constants.basepriorities">
<table>
<table xml:id="win32service.constants.basepriorities">
<title>Classes de Priorité de Base Win32</title>
<tgroup cols="3">
<thead>
Expand Down Expand Up @@ -822,10 +805,8 @@
</tbody>
</tgroup>
</table>
</section>

<section xml:id="win32service.constants.recovery-action">
<table>
<table xml:id="win32service.constants.recovery-action">
<title>Actions de récupération Win32</title>
<tgroup cols="3">
<thead>
Expand Down Expand Up @@ -867,10 +848,8 @@
</tbody>
</tgroup>
</table>
</section>

<section xml:id="win32service.constants.serviceinfos">
<table>
<table xml:id="win32service.constants.serviceinfos">
<title>Win32 Service informations</title>
<tgroup cols="3">
<thead>
Expand Down Expand Up @@ -1016,7 +995,6 @@
</tbody>
</tgroup>
</table>
</section>
</appendix>

<!-- Keep this comment at the end of the file
Expand Down

0 comments on commit cfc2585

Please sign in to comment.