Skip to content

Commit dfa8143

Browse files
authored
New Crowdin updates (#3248)
* New translations wp-export-document.md (French) * New translations wp-export-variable.md (French) * New translations listbox_overview.md (French) * New translations webarea_overview.md (French) * New translations wp-export-document.md (French) * New translations wp-export-variable.md (French) * New translations managing-formulas.md (French) * New translations createstylesheet.md (French) * New translations listbox_overview.md (French) * New translations properties_webarea.md (French) * New translations webarea_overview.md (French) * New translations wp-export-document.md (French) * New translations wp-export-variable.md (French) * New translations managing-formulas.md (French) * New translations listbox-object.md (French) * New translations listbox-object.md (French) * New translations wp-delete-style-sheet.md (French) * New translations wp-get-style-sheet.md (French) * New translations debuglogfiles.md (Japanese) * New translations command-index.md (French) * New translations wp-insert-formula.md (French) * New translations wp-new-style-sheet.md (French) * New translations wp-delete-style-sheet.md (French) * New translations wp-import-style-sheets.md (French) * New translations command-index.md (Spanish) * New translations command-name.md (Spanish) * New translations form-event-code.md (Spanish) * New translations command-index.md (Spanish) * New translations command-name.md (Spanish) * New translations debuglogfiles.md (Japanese) * New translations debuglogfiles.md (Japanese) * New translations debuglogfiles.md (Japanese) * New translations sessions.md (Japanese) * New translations debuglogfiles.md (Japanese) * New translations sessions.md (Japanese) * New translations quick-tour.md (Japanese) * New translations updates.md (Japanese) * New translations sessions.md (Japanese) * New translations sessions.md (Japanese)
1 parent 8d69df2 commit dfa8143

File tree

34 files changed

+338
-339
lines changed

34 files changed

+338
-339
lines changed

i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands/command-index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -875,9 +875,9 @@ title: Comandos por nombre
875875
[`Printing page`](../commands-legacy/printing-page.md)<br/>
876876
[`PROCESS 4D TAGS`](../commands-legacy/process-4d-tags.md)<br/>
877877
[`Process aborted`](../commands-legacy/process-aborted.md)<br/>
878-
[`Process activity`](process-activity.md) - **modified 4D 20 R7**<br/>
879-
[`Process info`](process-info.md) - **new 4D 20 R7**<br/>
880-
[`Process number`](process-number.md) - **modified 4D 20 R7**<br/>
878+
[`Process activity`](process-activity.md) - **modificado 4D 20 R7**<br/>
879+
[`Process info`](process-info.md) - **nuevo 4D 20 R7**<br/>
880+
[`Process number`](process-number.md) - **modificado 4D 20 R7**<br/>
881881
[`Process state`](../commands-legacy/process-state.md)<br/>
882882
[`PUSH RECORD`](../commands-legacy/push-record.md)<br/>
883883

@@ -1261,7 +1261,7 @@ title: Comandos por nombre
12611261
[`WA Evaluate JavaScript`](../commands-legacy/wa-evaluate-javascript.md)<br/>
12621262
[`WA EXECUTE JAVASCRIPT FUNCTION`](../commands-legacy/wa-execute-javascript-function.md)<br/>
12631263
[`WA Forward URL available`](../commands-legacy/wa-forward-url-available.md)<br/>
1264-
[`WA Get context`](../commands/wa-get-context.md) **new 4D 20 R9**<br/>
1264+
[`WA Get context`](../commands/wa-get-context.md) **nuevo 4D 20 R9**<br/>
12651265
[`WA Get current URL`](../commands-legacy/wa-get-current-url.md)<br/>
12661266
[`WA GET EXTERNAL LINKS FILTERS`](../commands-legacy/wa-get-external-links-filters.md)<br/>
12671267
[`WA Get last filtered URL`](../commands-legacy/wa-get-last-filtered-url.md)<br/>
@@ -1277,7 +1277,7 @@ title: Comandos por nombre
12771277
[`WA OPEN WEB INSPECTOR`](../commands-legacy/wa-open-web-inspector.md)<br/>
12781278
[`WA REFRESH CURRENT URL`](../commands-legacy/wa-refresh-current-url.md)<br/>
12791279
[`WA Run offscreen area`](../commands-legacy/wa-run-offscreen-area.md)<br/>
1280-
[`WA SET CONTEXT`](../commands/wa-set-context.md) **new 4D 20 R9**<br/>
1280+
[`WA SET CONTEXT`](../commands/wa-set-context.md) **nuevo 4D 20 R9**<br/>
12811281
[`WA SET EXTERNAL LINKS FILTERS`](../commands-legacy/wa-set-external-links-filters.md)<br/>
12821282
[`WA SET PAGE CONTENT`](../commands-legacy/wa-set-page-content.md)<br/>
12831283
[`WA SET PREFERENCE`](../commands-legacy/wa-set-preference.md)<br/>

i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands/command-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ displayed_sidebar: docs
3333

3434
## Descripción
3535

36-
The **Command name** command <!--REF #_command_.Command name.Summary-->returns the name as well as (optionally) the properties of the command whose command number you pass in *command*.<!-- END REF-->El número de cada comando se indica tanto en el explorador como en el área Propiedades de esta documentación.
36+
El comando **Command name** <!--REF #_command_.Command name.Summary-->devuelve el nombre así como (opcionalmente) las propiedades del comando cuyo número de comando pasa en *command*.<!-- END REF-->El número de cada comando se indica tanto en el explorador como en el área Propiedades de esta documentación.
3737

3838
**Nota de compatibilidad:** el nombre de un comando puede variar de una versión 4D a la siguiente (comandos renombrados), este comando se utilizaba en versiones anteriores para designar un comando directamente mediante su número, especialmente en porciones de código no tokenizadas. Esta necesidad ha disminuido con el tiempo a medida que 4D sigue evolucionando porque, para las sentencias no tokenizadas (fórmulas), 4D ahora ofrece una sintaxis con tokens. Esta sintaxis le permite evitar posibles problemas debidos a las variaciones en los nombres de los comandos y otros elementos, como las tablas, sin dejar de poder escribir estos nombres de forma legible (para más información, consulte la sección *Utilización de tokens en las fórmulas*). Tenga en cuenta también que la opción \*[Usar parámetros del sistema regional\* de las Preferencias](../Preferences/methods.md#4d-programming-language-use-regional-system-settings) le permite seguir usando el idioma francés en una versión francesa de 4D.
3939

i18n/es/docusaurus-plugin-content-docs/version-21/commands/command-index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -874,9 +874,9 @@ title: Comandos por nombre
874874
[`Printing page`](../commands-legacy/printing-page.md)<br/>
875875
[`PROCESS 4D TAGS`](../commands-legacy/process-4d-tags.md)<br/>
876876
[`Process aborted`](../commands-legacy/process-aborted.md)<br/>
877-
[`Process activity`](process-activity.md) - **modified 4D 20 R7**<br/>
878-
[`Process info`](process-info.md) - **new 4D 20 R7**<br/>
879-
[`Process number`](process-number.md) - **modified 4D 20 R7**<br/>
877+
[`Process activity`](process-activity.md) - **modificado 4D 20 R7**<br/>
878+
[`Process info`](process-info.md) - **nuevo 4D 20 R7**<br/>
879+
[`Process number`](process-number.md) - **modificado 4D 20 R7**<br/>
880880
[`Process state`](../commands-legacy/process-state.md)<br/>
881881
[`PUSH RECORD`](../commands-legacy/push-record.md)<br/>
882882

@@ -1260,7 +1260,7 @@ title: Comandos por nombre
12601260
[`WA Evaluate JavaScript`](../commands-legacy/wa-evaluate-javascript.md)<br/>
12611261
[`WA EXECUTE JAVASCRIPT FUNCTION`](../commands-legacy/wa-execute-javascript-function.md)<br/>
12621262
[`WA Forward URL available`](../commands-legacy/wa-forward-url-available.md)<br/>
1263-
[`WA Get context`](../commands/wa-get-context.md) **new 4D 20 R9**<br/>
1263+
[`WA Get context`](../commands/wa-get-context.md) **nuevo 4D 20 R9**<br/>
12641264
[`WA Get current URL`](../commands-legacy/wa-get-current-url.md)<br/>
12651265
[`WA GET EXTERNAL LINKS FILTERS`](../commands-legacy/wa-get-external-links-filters.md)<br/>
12661266
[`WA Get last filtered URL`](../commands-legacy/wa-get-last-filtered-url.md)<br/>
@@ -1276,7 +1276,7 @@ title: Comandos por nombre
12761276
[`WA OPEN WEB INSPECTOR`](../commands-legacy/wa-open-web-inspector.md)<br/>
12771277
[`WA REFRESH CURRENT URL`](../commands-legacy/wa-refresh-current-url.md)<br/>
12781278
[`WA Run offscreen area`](../commands-legacy/wa-run-offscreen-area.md)<br/>
1279-
[`WA SET CONTEXT`](../commands/wa-set-context.md) **new 4D 20 R9**<br/>
1279+
[`WA SET CONTEXT`](../commands/wa-set-context.md) **nuevo 4D 20 R9**<br/>
12801280
[`WA SET EXTERNAL LINKS FILTERS`](../commands-legacy/wa-set-external-links-filters.md)<br/>
12811281
[`WA SET PAGE CONTENT`](../commands-legacy/wa-set-page-content.md)<br/>
12821282
[`WA SET PREFERENCE`](../commands-legacy/wa-set-preference.md)<br/>

i18n/es/docusaurus-plugin-content-docs/version-21/commands/command-name.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ displayed_sidebar: docs
3333

3434
## Descripción
3535

36-
The **Command name** command <!--REF #_command_.Command name.Summary-->returns the name as well as (optionally) the properties of the command whose command number you pass in *command*.<!-- END REF-->El número de cada comando se indica tanto en el explorador como en el área Propiedades de esta documentación.
36+
El comando **Command name** <!--REF #_command_.Command name.Summary-->devuelve el nombre así como (opcionalmente) las propiedades del comando cuyo número de comando pasa en *command*.<!-- END REF-->El número de cada comando se indica tanto en el explorador como en el área Propiedades de esta documentación.
3737

3838
**Nota de compatibilidad:** el nombre de un comando puede variar de una versión 4D a la siguiente (comandos renombrados), este comando se utilizaba en versiones anteriores para designar un comando directamente mediante su número, especialmente en porciones de código no tokenizadas. Esta necesidad ha disminuido con el tiempo a medida que 4D sigue evolucionando porque, para las sentencias no tokenizadas (fórmulas), 4D ahora ofrece una sintaxis con tokens. Esta sintaxis le permite evitar posibles problemas debidos a las variaciones en los nombres de los comandos y otros elementos, como las tablas, sin dejar de poder escribir estos nombres de forma legible (para más información, consulte la sección *Utilización de tokens en las fórmulas*). Tenga en cuenta también que la opción \*[Usar parámetros del sistema regional\* de las Preferencias](../Preferences/methods.md#4d-programming-language-use-regional-system-settings) le permite seguir usando el idioma francés en una versión francesa de 4D.
3939

@@ -60,13 +60,13 @@ El siguiente código permite cargar todos los comandos 4D válidos en un array:
6060
Repeat
6161
$Lon_id:=$Lon_id+1
6262
$Txt_command:=Command name($Lon_id)
63-
If(OK=1) //command number exists
64-
If(Length($Txt_command)>0) //command is not disabled
63+
If(OK=1) //el número de comando existe
64+
If(Length($Txt_command)>0) //el comando no está desactivado
6565
APPEND TO ARRAY($tTxt_commands;$Txt_command)
6666
APPEND TO ARRAY($tLon_Command_IDs;$Lon_id)
6767
End if
6868
End if
69-
Until(OK=0) //end of existing commands
69+
Until(OK=0) //fin de los comandos existentes
7070
```
7171

7272
## Ejemplo 2
@@ -94,12 +94,12 @@ En la versión inglesa de 4D, la lista desplegable leerá: Sum, Average, Min y M
9494
Quiere crear un método que devuelva **True** si el comando, cuyo número se pasa como parámetro, es hilo seguro, y **False** en caso contrario.
9595

9696
```4d
97-
//Is_Thread_Safe project method
97+
//Método proyecto Is_Thread_Safe
9898
#declare($command : Integer) : Boolean
9999
var $threadsafe : Integer
100100
var $name; $theme : Text
101101
$name:=Command name($command;$threadsafe;$theme)
102-
If($threadsafe ?? 0) //if the first bit is set to 1
102+
If($threadsafe ?? 0) //si el primer bit es 1
103103
return True
104104
Else
105105
return False
@@ -125,11 +125,11 @@ var $deprecated : Collection
125125
Repeat
126126
$Lon_id:=$Lon_id+1
127127
$Txt_command:=Command name($Lon_id;$info)
128-
If($info ?? 1) //the second bit is set to 1
129-
//then the command is deprecated
128+
If($info ?? 1) //el segundo bit está a 1
129+
//entonces el comando es obsoleto
130130
$deprecated.push($Txt_command)
131131
End if
132-
Until(OK=0) //end of existing commands
132+
Until(OK=0) //fin de los comandos existentes
133133
134134
```
135135

i18n/es/docusaurus-plugin-content-docs/version-21/commands/form-event-code.md

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -76,40 +76,40 @@ En este ejemplo, la gestión completa de una lista desplegable (inicialización,
7676
Este ejemplo es un método formulario genérico. Muestra cada uno de los posibles eventos que pueden ocurrir cuando un formulario se utiliza como formulario de salida:
7777

7878
```4d
79-
//Method of a form being used as output form for a summary report
80-
$vpFormTable:=Current form table
81-
Case of
82-
//...
83-
:(Form event code=On Header)
84-
//A header area is about to be printed
85-
Case of
86-
:(Before selection($vpFormTable->))
87-
//Code for the first break header goes here
88-
:(Level=1)
89-
//Code for a break header level 1 goes here
90-
:(Level=2)
91-
//Code for a break header level 2 goes here
92-
//...
93-
End case
94-
:(Form event code=On Printing Detail)
95-
//A record is about to be printed
96-
//Code for each record goes here
97-
:(Form event code=On Printing Break)
98-
//A break area is about to be printed
99-
Case of
100-
:(Level=0)
101-
//Code for a break level 0 goes here
102-
:(Level=1)
103-
//Code for a break level 1 goes here
104-
//...
105-
End case
106-
:(Form event code=On Printing Footer)
107-
If(End selection($vpFormTable->))
108-
//Code for the last footer goes here
109-
Else
110-
//Code for a footer goes here
111-
End if
112-
End case
79+
  //Método de un formulario utilizado como formulario de salida para un informe resumen
80+
 $vpFormTable:=Current form table
81+
 Case of
82+
  //...
83+
    :(Form event code=On Header)
84+
  //Un área de encabezado está a punto de imprimirse
85+
       Case of
86+
          :(Before selection($vpFormTable->))
87+
  //El código para la primera ruptura de encabezado va aquí
88+
          :(Level=1)
89+
  //El código para la ruptura de encabezado nivel 1 debe ser pasado aquí
90+
          :(Level=2)
91+
  //El código para la ruptura de encabezado nivel 2 debe ser pasado aquí
92+
  //...
93+
       End case
94+
    :(Form event code=On Printing Detail)
95+
  //Un registro está a punto de imprimirse
96+
  //El código para cada registro va aquí
97+
    :(Form event code=On Printing Break)
98+
  //Un área de ruptura está a punto de imprimirse
99+
       Case of
100+
          :(Level=0)
101+
  //El código para un nivel de ruptura 0 va aquí
102+
          :(Level=1)
103+
  //El código para un nivel de ruptura 1 va aquí
104+
  //...
105+
       End case
106+
    :(Form event code=On Printing Footer)
107+
       If(End selection($vpFormTable->))
108+
  //El código para el último pie de página va aquí
109+
       Else
110+
  //Código par un pie va aquí
111+
       End if
112+
 End case
113113
```
114114

115115
## Ejemplo 4
@@ -160,27 +160,27 @@ Para ejemplos sobre cómo manejar los eventos [`On Before Keystroke`](../Events/
160160
Este ejemplo muestra cómo tratar de la misma manera los clics y los dobles clics en un área desplazable:
161161

162162
```4d
163-
//asChoices scrollable area object method
163+
  //Método objeto para el área de desplazamiento asChoices
164164
Case of
165165
:(Form event code=On Load)
166166
ARRAY TEXT(asChoices;...)
167167
//...
168168
asChoices:=0
169169
:((Form event code=On Clicked)|(Form event code=On Double Clicked))
170170
If(asChoices#0)
171-
//An item has been clicked, do something here
172-
//...
173-
End if
174-
//...
175-
End case
171+
  //Al hacer clic en un elemento, hacer algo aquí
172+
  //...
173+
       End if
174+
  //...
175+
 End case
176176
```
177177

178178
## Ejemplo 7
179179

180180
Este ejemplo muestra cómo tratar los clics y los dobles clics utilizando una respuesta diferente. Tenga en cuenta el uso del elemento cero para realizar un seguimiento del elemento seleccionado:
181181

182182
```4d
183-
//asChoices scrollable area object method
183+
//Método de objeto de área desplazable asChoices
184184
Case of
185185
:(Form event code=On Load)
186186
ARRAY TEXT(asChoices;...)
@@ -190,9 +190,9 @@ Este ejemplo muestra cómo tratar los clics y los dobles clics utilizando una re
190190
:(Form event code=On Clicked)
191191
If(asChoices#0)
192192
If(asChoices#Num(asChoices))
193-
//A new item has been clicked, do something here
193+
//Se ha hecho clic en un nuevo elemento, haga algo aquí
194194
//...
195-
//Save the new selected element for the next time
195+
//Guarda el nuevo elemento seleccionado para la próxima vez
196196
asChoices{0}:=String(asChoices)
197197
End if
198198
Else
@@ -211,7 +211,7 @@ Este ejemplo muestra cómo tratar los clics y los dobles clics utilizando una re
211211
Este ejemplo muestra cómo mantener un área de información de texto de estado desde dentro de un método de formulario, utilizando los eventos [`On Getting Focus`](../Events/onGettingFocus.md) y [`On Losing Focus`](../Events/onLosingFocus.md):
212212

213213
```4d
214-
//[Contacts];"Data Entry" form method
214+
//Método formulario [Contacts];"Data Entry" form method
215215
Case of
216216
:(Form event code=On Load)
217217
var vtStatusArea : Text
@@ -263,7 +263,7 @@ Este ejemplo muestra cómo responder a un evento de cierre de ventana con un for
263263
Este ejemplo muestra cómo poner en mayúsculas un campo de texto o alfanumérico cada vez que se modifica su valor:
264264

265265
```4d
266-
//[Contacts]First Name Object method
266+
//Método Objeto [Contacts]First Name
267267
Case of
268268
//...
269269
:(Form event code=On Data Change)
@@ -277,7 +277,7 @@ Este ejemplo muestra cómo poner en mayúsculas un campo de texto o alfanuméric
277277
El siguiente ejemplo ilustra cómo gestionar una acción de borrado en una lista jerárquica:
278278

279279
```4d
280-
... //method of hierarchical list
280+
... //Método de lista jerárquica
281281
:(Form event code=On Delete Action)
282282
ARRAY LONGINT($itemsArray;0)
283283
$Ref:=Selected list items(<>HL;$itemsArray;*)
@@ -307,9 +307,9 @@ En este ejemplo, el evento formulario [`On Scroll`](../Events/onScroll.md) nos p
307307
```4d
308308
Case of
309309
:(Form event code=On Scroll)
310-
// we take the position of the left picture
310+
// tomamos la posición de la imagen izquierda
311311
OBJECT GET SCROLL POSITION(*;"satellite";vPos;hPos)
312-
// and we apply it to the right picture
312+
// y la aplicamos a la imagen derecha
313313
OBJECT SET SCROLL POSITION(*;"plan";vPos;hPos;*)
314314
End case
315315
```
@@ -335,9 +335,9 @@ Desea dibujar un rectángulo rojo alrededor de la celda seleccionada de un list
335335
OBJECT GET COORDINATES(*;"LB1";$xlb1;$ylb1;$xlb2;$ylb2)
336336
$toAdd:=LISTBOX Get headers height(*;"LB1") //height of the header so as not to overlap it
337337
If($ylb1+$toAdd<$y1)&($ylb2>$y2) //if we are inside the list box
338-
//to keep it simple, we only handle headers
339-
//but we should handle horizontal clipping
340-
//as well as scroll bars
338+
//para simplificar, sólo manejamos los encabezados
339+
//pero deberíamos manejar el recorte horizontal
340+
//así como las barras de desplazamiento
341341
OBJECT SET VISIBLE(*;"RedRect";True)
342342
OBJECT SET COORDINATES(*;"RedRect";$x1;$y1;$x2;$y2)
343343
Else

i18n/fr/docusaurus-plugin-content-docs/current/WritePro/commands/command-index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ title: Commandes 4D Write Pro
2323
[`WP DELETE FOOTER`](../commands/wp-delete-footer)<br/>
2424
[`WP DELETE HEADER`](../commands/wp-delete-header)<br/>
2525
[`WP DELETE PICTURE`](../commands/wp-delete-picture)<br/>
26-
[`WP DELETE SECTION`](../commands/wp-delete-section) ***New 4D 20 R7***<br/>
27-
[`WP DELETE STYLE SHEET`](../commands/wp-delete-style-sheet) ***Modified 4D 21 R3***<br/>
28-
[`WP DELETE SUBSECTION`](wp-delete-subsection.md) ***Modified 4D 20 R7***<br/>
26+
[`WP DELETE SECTION`](../commands/wp-delete-section) ***nouveau 4D 20 R7***<br/>
27+
[`WP DELETE STYLE SHEET`](../commands/wp-delete-style-sheet) ***Modifié 4D 21 R3***<br/>
28+
[`WP DELETE SUBSECTION`](wp-delete-subsection.md) ***Modifié 4D 20 R7***<br/>
2929
[`WP DELETE TEXT BOX`](../commands/wp-delete-text-box)
3030

3131
<a id="E"><b>E</b></a>
@@ -42,7 +42,7 @@ title: Commandes 4D Write Pro
4242

4343
<a id="G"><b>G</b></a>
4444

45-
[`WP GET ATTRIBUTES`](wp-get-attributes.md) ***Modified 4D 20 R8***<br/>
45+
[`WP GET ATTRIBUTES`](wp-get-attributes.md) ***Modifié 4D 20 R8***<br/>
4646
[`WP Get body`](../commands/wp-get-body)<br/>
4747
[`WP GET BOOKMARKS`](../commands/wp-get-bookmarks)<br/>
4848
[`WP Get breaks`](../commands/wp-get-breaks)<br/>
@@ -58,20 +58,20 @@ title: Commandes 4D Write Pro
5858
[`WP Get position`](../commands/wp-get-position)<br/>
5959
[`WP Get section`](../commands/wp-get-section)<br/>
6060
[`WP Get sections`](../commands/wp-get-sections)<br/>
61-
[`WP Get style sheet`](../commands/wp-get-style-sheet) ***Modified 4D 21 R3***<br/>
61+
[`WP Get style sheet`](../commands/wp-get-style-sheet) ***Modifié 4D 21 R3***<br/>
6262
[`WP Get style sheets`](../commands/wp-get-style-sheets)<br/>
6363
[`WP Get subsection`](../commands/wp-get-subsection)<br/>
6464
[`WP Get text`](../commands/wp-get-text)<br/>
6565
[`WP Get view properties`](../commands/wp-get-view-properties)
6666

6767
<a id="I"><b>I</b></a>
6868

69-
[`WP Import document`](wp-import-document.md) ***Modified 4D 20 R8***<br/>
69+
[`WP Import document`](wp-import-document.md) ***Modifié 4D 20 R8***<br/>
7070
[`WP IMPORT STYLE SHEETS`](../commands/wp-import-style-sheets)<br/>
71-
[`WP INSERT BREAK`](wp-insert-break.md) ***Modified 4D 20 R8***<br/>
72-
[`WP Insert document body`](wp-insert-document-body.md) ***Modified 4D 20 R8***<br/>
73-
[`WP INSERT FORMULA`](wp-insert-formula.md) ***Modified 4D 20 R8***<br/>
74-
[`WP INSERT PICTURE`](wp-insert-picture.md) ***Modified 4D 20 R8***<br/>
71+
[`WP INSERT BREAK`](wp-insert-break.md) ***Modifié 4D 20 R8***<br/>
72+
[`WP Insert document body`](wp-insert-document-body.md) ***Modifié 4D 20 R8***<br/>
73+
[`WP INSERT FORMULA`](wp-insert-formula.md) ***Modifié 4D 20 R8***<br/>
74+
[`WP INSERT PICTURE`](wp-insert-picture.md) ***Modifié 4D 20 R8***<br/>
7575
[`WP Insert table`](../commands/wp-insert-table)<br/>
7676
[`WP Is font style supported`](../commands/wp-is-font-style-supported)
7777

@@ -81,7 +81,7 @@ title: Commandes 4D Write Pro
8181
[`WP NEW BOOKMARK`](../commands/wp-new-bookmark)<br/>
8282
[`WP New footer`](../commands/wp-new-footer)<br/>
8383
[`WP New header`](../commands/wp-new-header)<br/>
84-
[`WP New style sheet`](../commands/wp-new-style-sheet) ***Modified 4D 21 R3***<br/>
84+
[`WP New style sheet`](../commands/wp-new-style-sheet) ***Modifié 4D 21 R3***<br/>
8585
[`WP New subsection`](../commands/wp-new-subsection)<br/>
8686
[`WP New text box`](../commands/wp-new-text-box)
8787

@@ -99,7 +99,7 @@ title: Commandes 4D Write Pro
9999

100100
[`WP SELECT`](../commands/wp-select)<br/>
101101
[`WP Selection range`](../commands/wp-selection-range)<br/>
102-
[`WP SET ATTRIBUTES`](wp-set-attributes.md) ***Modified 4D 20 R8***<br/>
102+
[`WP SET ATTRIBUTES`](wp-set-attributes.md) ***Modifié 4D 20 R8***<br/>
103103
[`WP SET DATA CONTEXT`](../commands/wp-set-data-context)<br/>
104104
[`WP SET FRAME`](../commands/wp-set-frame)<br/>
105105
[`WP SET LINK`](../commands/wp-set-link)<br/>
@@ -108,7 +108,7 @@ title: Commandes 4D Write Pro
108108

109109
<a id="T"><b>T</b></a>
110110

111-
[`WP Table append row`](wp-table-append-row.md) ***Modified 4D 20 R8***<br/>
111+
[`WP Table append row`](wp-table-append-row.md) ***Modifié 4D 20 R8***<br/>
112112
[`WP TABLE DELETE COLUMNS`](../commands/wp-table-delete-columns)<br/>
113113
[`WP TABLE DELETE ROWS`](../commands/wp-table-delete-rows)<br/>
114114
[`WP Table get cells`](../commands/wp-table-get-cells)<br/>

0 commit comments

Comments
 (0)