Skip to content

Commit 5ed12a9

Browse files
committed
Add keys in French reference file
1 parent 38c3a53 commit 5ed12a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/lang/lang_fr_ref.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,6 +2516,10 @@ However, they must not be used above the header line listing the signal names.&l
25162516
the server is a simple TCP server.</string>
25172517
<string name="key_port">Port</string>
25182518
<string name="key_port_tt">The port to be opened by the server.</string>
2519+
<string name="key_telnetBufferSize">Buffer size</string>
2520+
<string name="key_telnetBufferSize_tt">The size (in bytes) of the buffer for the received data.
2521+
If data is received faster than it can be processed, the buffer can become full.
2522+
If the buffer is full, incoming data can be lost.</string>
25192523
<string name="key_skipHDL">Skip in Verilog/VHDL export</string>
25202524
<string name="key_skipHDL_tt">Skips generating the internals of the circuit in Verilog/VHDL
25212525
export. The references to the circuit are kept, making it possible to override the

0 commit comments

Comments
 (0)