~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to components/turbopower_ipro/languages/ipconst.fr.po

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
msgid ""
 
2
msgstr ""
 
3
"Project-Id-Version: \n"
 
4
"POT-Creation-Date: \n"
 
5
"PO-Revision-Date: \n"
 
6
"Last-Translator: Beuselinck Vincent <vincent@beuselinck.fr>\n"
 
7
"Language-Team: \n"
 
8
"MIME-Version: 1.0\n"
 
9
"Content-Type: text/plain; charset=iso-8859-1\n"
 
10
"Content-Transfer-Encoding: 8bit\n"
 
11
 
 
12
#: ipconst.cacheadding
 
13
msgid "Caching item (%s = %s)"
 
14
msgstr ""
 
15
 
 
16
#: ipconst.cachecheckfreshness
 
17
msgid "Checking Freshness (%s)"
 
18
msgstr ""
 
19
 
 
20
#: ipconst.cachedirnotexist
 
21
msgid "Cache directory %s does not exist."
 
22
msgstr ""
 
23
 
 
24
#: ipconst.cacheretrieving
 
25
msgid "Loading from Cache (%s = %s)"
 
26
msgstr ""
 
27
 
 
28
#: ipconst.httpcantloadgraphic
 
29
msgid "Unable to load graphic %s"
 
30
msgstr ""
 
31
 
 
32
#: ipconst.httpconnect
 
33
msgid "Connected: (%s)"
 
34
msgstr ""
 
35
 
 
36
#: ipconst.httpdisconnect
 
37
msgid "Disconnected: (%s), %s Total bytes received"
 
38
msgstr ""
 
39
 
 
40
#: ipconst.httpdownload
 
41
msgid "Download: (%s), Error downloading"
 
42
msgstr ""
 
43
 
 
44
#: ipconst.httpget
 
45
msgid "GET: (%s)"
 
46
msgstr ""
 
47
 
 
48
#: ipconst.httpgeterror
 
49
msgid "GET: (%s) FAILED"
 
50
msgstr ""
 
51
 
 
52
#: ipconst.httpgotheader
 
53
msgid "Download: (%s), Got Header Data"
 
54
msgstr ""
 
55
 
 
56
#: ipconst.httphead
 
57
msgid "HEAD: (%s)"
 
58
msgstr ""
 
59
 
 
60
#: ipconst.httpheaderror
 
61
msgid "HEAD: (%s) FAILED"
 
62
msgstr ""
 
63
 
 
64
#: ipconst.httpnoheaderdata
 
65
msgid "No Header Data for Entity"
 
66
msgstr ""
 
67
 
 
68
#: ipconst.httppost
 
69
msgid "POST: (%s)"
 
70
msgstr ""
 
71
 
 
72
#: ipconst.httpposterror
 
73
msgid "POST: (%s) FAILED"
 
74
msgstr ""
 
75
 
 
76
#: ipconst.httpprogress
 
77
msgid "Progress Made: (%s), %s bytes received"
 
78
msgstr ""
 
79
 
 
80
#: ipconst.httpsizemismatch
 
81
msgid "Download: (%s), Size Mismatch expecting %s , got %s"
 
82
msgstr ""
 
83
 
 
84
#: ipconst.providerunknownformat
 
85
msgid "Don't know how to handle %s"
 
86
msgstr ""
 
87
 
 
88
#: ipconst.providerunknownpicture
 
89
msgid "Invalid picture format"
 
90
msgstr ""
 
91
 
 
92
#: ipconst.providerunknownrequest
 
93
msgid "Unknown request type \"%s\""
 
94
msgstr ""
 
95
 
 
96
#: ipconst.saccessprocerr
 
97
msgid "Win32 error loading '%s' pointer: %s"
 
98
msgstr "Win32 erreur en chargeant '%s' pointeur: %s"
 
99
 
 
100
#: ipconst.sactiveerr
 
101
msgid "Cannot set property on an active socket"
 
102
msgstr "Ne peut assigner une propriété sur la socket active"
 
103
 
 
104
#: ipconst.sattemptingtoread
 
105
msgid "Attempting to read "
 
106
msgstr ""
 
107
 
 
108
#: ipconst.sattemptingtowrite
 
109
msgid "Attempting to write "
 
110
msgstr ""
 
111
 
 
112
#: ipconst.sbadframelistobject
 
113
msgid "Unrecognized object of class %s in GIF Frame List"
 
114
msgstr ""
 
115
 
 
116
#: ipconst.sbadimagelibfileformat
 
117
msgid "Unrecognized file format"
 
118
msgstr ""
 
119
 
 
120
#: ipconst.sbadimagelibstream
 
121
msgid "ImageLib must use TMemoryStreams"
 
122
msgstr ""
 
123
 
 
124
#: ipconst.sbadlinelength
 
125
msgid "Invalid line length"
 
126
msgstr ""
 
127
 
 
128
#: ipconst.sbadlineterminator
 
129
msgid "Invalid line terminator"
 
130
msgstr ""
 
131
 
 
132
#: ipconst.sbadoffset
 
133
msgid "Invalid stream offset"
 
134
msgstr ""
 
135
 
 
136
#: ipconst.sbadpath
 
137
msgid "Path does not exist"
 
138
msgstr ""
 
139
 
 
140
#: ipconst.sbadseekorigin
 
141
msgid "Invalid seek origin"
 
142
msgstr ""
 
143
 
 
144
#: ipconst.sbibuffernotassigned
 
145
msgid "Buffer not assigned"
 
146
msgstr ""
 
147
 
 
148
#: ipconst.sbinhexbadchar
 
149
msgid "Invalid BinHex character"
 
150
msgstr ""
 
151
 
 
152
#: ipconst.sbinhexbaddatacrc
 
153
msgctxt "ipconst.sbinhexbaddatacrc"
 
154
msgid "Bad header CRC"
 
155
msgstr ""
 
156
 
 
157
#: ipconst.sbinhexbadformat
 
158
msgid "Invalid BinHex format"
 
159
msgstr ""
 
160
 
 
161
#: ipconst.sbinhexbadheadercrc
 
162
msgctxt "ipconst.sbinhexbadheadercrc"
 
163
msgid "Bad header CRC"
 
164
msgstr ""
 
165
 
 
166
#: ipconst.sbinhexcolonexpected
 
167
msgid "\":\" expected"
 
168
msgstr ""
 
169
 
 
170
#: ipconst.sbinhexlengtherr
 
171
msgid "Invalid data length"
 
172
msgstr ""
 
173
 
 
174
#: ipconst.sbinhexoddchar
 
175
msgid "One odd character"
 
176
msgstr ""
 
177
 
 
178
#: ipconst.sbinhexresourceforkerr
 
179
msgid "Resource fork present"
 
180
msgstr ""
 
181
 
 
182
#: ipconst.sbrokerdownloadreq
 
183
msgid "Download %s?"
 
184
msgstr ""
 
185
 
 
186
#: ipconst.sbrokerdownloadtitle
 
187
msgid "Download?"
 
188
msgstr ""
 
189
 
 
190
#: ipconst.sbytesfromstream
 
191
msgid " bytes from stream"
 
192
msgstr ""
 
193
 
 
194
#: ipconst.sbytesreadfromstream
 
195
msgid " bytes read from stream"
 
196
msgstr ""
 
197
 
 
198
#: ipconst.sbytestostream
 
199
msgid " bytes to stream"
 
200
msgstr ""
 
201
 
 
202
#: ipconst.sbyteswrittentostream
 
203
msgid " bytes written to stream"
 
204
msgstr ""
 
205
 
 
206
#: ipconst.scannotwritetostream
 
207
msgid "Cannot write to stream"
 
208
msgstr ""
 
209
 
 
210
#: ipconst.scounttoosmall
 
211
msgid "%s: new count too small"
 
212
msgstr "%s: nouveau compteur trop petit"
 
213
 
 
214
#: ipconst.sdestroying
 
215
msgid "Destroying"
 
216
msgstr ""
 
217
 
 
218
#: ipconst.seventconnect
 
219
msgid "Connect: Loc: %s Rem: %s"
 
220
msgstr ""
 
221
 
 
222
#: ipconst.seventdisconnect
 
223
msgid "Close:   Loc: %s Rem: %s"
 
224
msgstr ""
 
225
 
 
226
#: ipconst.sfilename
 
227
msgid " Filename: "
 
228
msgstr ""
 
229
 
 
230
#: ipconst.sftpbytestransferred
 
231
msgid " bytes Transferred"
 
232
msgstr ""
 
233
 
 
234
#: ipconst.sftpclose
 
235
msgctxt "ipconst.sftpclose"
 
236
msgid "Disconnected"
 
237
msgstr ""
 
238
 
 
239
#: ipconst.sftpcomplete
 
240
msgid "Transfer complete. "
 
241
msgstr ""
 
242
 
 
243
#: ipconst.sftpdelete
 
244
msgid "Deleting "
 
245
msgstr ""
 
246
 
 
247
#: ipconst.sftplogin
 
248
msgid " logged in"
 
249
msgstr ""
 
250
 
 
251
#: ipconst.sftplogout
 
252
msgid " logged out"
 
253
msgstr ""
 
254
 
 
255
#: ipconst.sftpopen
 
256
msgid "Connected to "
 
257
msgstr ""
 
258
 
 
259
#: ipconst.sftprename
 
260
msgid "Renaming "
 
261
msgstr ""
 
262
 
 
263
#: ipconst.sftprestart
 
264
msgid "Attempting to re-start transfer of "
 
265
msgstr ""
 
266
 
 
267
#: ipconst.sftpretrieve
 
268
msgid "Retrieving "
 
269
msgstr ""
 
270
 
 
271
#: ipconst.sftpstore
 
272
msgid "Storing "
 
273
msgstr ""
 
274
 
 
275
#: ipconst.sftptimeout
 
276
msgid "Transfer timed out"
 
277
msgstr ""
 
278
 
 
279
#: ipconst.sftpuserabort
 
280
msgid "Transfer aborted by user"
 
281
msgstr ""
 
282
 
 
283
#: ipconst.shtmlcharstackoverfl
 
284
msgid "Character stack overflow"
 
285
msgstr ""
 
286
 
 
287
#: ipconst.shtmldashexp
 
288
msgid "- expected"
 
289
msgstr ""
 
290
 
 
291
#: ipconst.shtmldefbrowsecaption
 
292
msgid "Browse ..."
 
293
msgstr ""
 
294
 
 
295
#: ipconst.shtmldefresetcaption
 
296
msgid "Reset"
 
297
msgstr ""
 
298
 
 
299
#: ipconst.shtmldefsubmitcaption
 
300
msgid "Submit"
 
301
msgstr ""
 
302
 
 
303
#: ipconst.shtmlencnotsupported
 
304
msgid " encoding not supported"
 
305
msgstr ""
 
306
 
 
307
#: ipconst.shtmlexp
 
308
msgid " expected"
 
309
msgstr ""
 
310
 
 
311
#: ipconst.shtmlinternal
 
312
msgid "Internal error"
 
313
msgstr ""
 
314
 
 
315
#: ipconst.shtmlinvalign
 
316
msgid "Invalid alignment specified"
 
317
msgstr ""
 
318
 
 
319
#: ipconst.shtmlinvcolor
 
320
msgid "Invalid color constant:"
 
321
msgstr ""
 
322
 
 
323
#: ipconst.shtmlinvdir
 
324
msgid "Invalid dir value specified"
 
325
msgstr ""
 
326
 
 
327
#: ipconst.shtmlinvframe
 
328
msgid "Invalid frame specified"
 
329
msgstr ""
 
330
 
 
331
#: ipconst.shtmlinvgraphic
 
332
msgid "Invalid graphic returned"
 
333
msgstr ""
 
334
 
 
335
#: ipconst.shtmlinvint
 
336
msgid "Invalid integer constant"
 
337
msgstr ""
 
338
 
 
339
#: ipconst.shtmlinvmethod
 
340
msgid "Invalid method specified"
 
341
msgstr ""
 
342
 
 
343
#: ipconst.shtmlinvpicture
 
344
msgid "Invalid picture returned"
 
345
msgstr ""
 
346
 
 
347
#: ipconst.shtmlinvrule
 
348
msgid "Invalid rule specified"
 
349
msgstr ""
 
350
 
 
351
#: ipconst.shtmlinvscope
 
352
msgid "Invalid scope specified"
 
353
msgstr ""
 
354
 
 
355
#: ipconst.shtmlinvscroll
 
356
msgid "Invalid scrolling specified"
 
357
msgstr ""
 
358
 
 
359
#: ipconst.shtmlinvshape
 
360
msgid "Invalid shape specified"
 
361
msgstr ""
 
362
 
 
363
#: ipconst.shtmlinvtype
 
364
msgid "Invalid type specified"
 
365
msgstr ""
 
366
 
 
367
#: ipconst.shtmlinvvaltype
 
368
msgid "Invalid value type specified"
 
369
msgstr ""
 
370
 
 
371
#: ipconst.shtmllineerror
 
372
msgid "Error \"%s\" at line %d, position %d"
 
373
msgstr ""
 
374
 
 
375
#: ipconst.shtmlnodataprovider
 
376
msgid "No data provider assigned"
 
377
msgstr ""
 
378
 
 
379
#: ipconst.shtmlnogetimage
 
380
msgid "No OnGetImage event handler assigned"
 
381
msgstr ""
 
382
 
 
383
#: ipconst.shtmlnographic
 
384
msgid "Picture object contains no graphic object"
 
385
msgstr ""
 
386
 
 
387
#: ipconst.shtmlnotcontainer
 
388
msgid "Parent is not a container"
 
389
msgstr ""
 
390
 
 
391
#: ipconst.shtmlresunavail
 
392
msgid "Resource unavailable:"
 
393
msgstr ""
 
394
 
 
395
#: ipconst.shtmltokenstackoverfl
 
396
msgid "Token stack overflow"
 
397
msgstr ""
 
398
 
 
399
#: ipconst.shtmlunknowntok
 
400
msgid "Unknown token"
 
401
msgstr ""
 
402
 
 
403
#: ipconst.shtmlunsupprotocol
 
404
msgid "Unsupported protocol in URL:%s"
 
405
msgstr ""
 
406
 
 
407
#: ipconst.sicmpecho
 
408
msgid ""
 
409
"Echo reply (Hop number: %d)\n"
 
410
"             Status = %d\n"
 
411
"             RTTime = %d\n"
 
412
"             Ttl = %d\n"
 
413
"             Tos = %d\n"
 
414
"             IpFlags = %d\n"
 
415
msgstr ""
 
416
 
 
417
#: ipconst.sicmpechostring
 
418
msgid "Echo string: %s"
 
419
msgstr ""
 
420
 
 
421
#: ipconst.sicmppingstart
 
422
msgid "Pinging %s with %d bytes data"
 
423
msgstr ""
 
424
 
 
425
#: ipconst.sicmpthreadexecute
 
426
msgid "Thread %d executing (Hop number = %d)"
 
427
msgstr ""
 
428
 
 
429
#: ipconst.sicmpthreadterminate
 
430
msgid "Thread %d terminating (Hop number = %d)"
 
431
msgstr ""
 
432
 
 
433
#: ipconst.sicmptracecomplete
 
434
msgid "Trace complete (%s), %d hops"
 
435
msgstr ""
 
436
 
 
437
#: ipconst.sicmptracestart
 
438
msgid "Trace to %s started"
 
439
msgstr ""
 
440
 
 
441
#: ipconst.sindexerr
 
442
msgid "Index out of range"
 
443
msgstr "Index hors des limites"
 
444
 
 
445
#: ipconst.sinvalrespcode
 
446
msgid "Invalid response code"
 
447
msgstr ""
 
448
 
 
449
#: ipconst.sinvitemsize
 
450
msgid "TIpTerminalArray.GetItemPtr: invalid item size"
 
451
msgstr ""
 
452
 
 
453
#: ipconst.sinvscrollrow
 
454
msgid "TIpTerminalBuffer.SetScrollRegion: invalid row number(s)"
 
455
msgstr ""
 
456
 
 
457
#: ipconst.sipicmp_bad_destination
 
458
msgid "Bad destination"
 
459
msgstr ""
 
460
 
 
461
#: ipconst.sipicmp_bad_option
 
462
msgid "Bad option"
 
463
msgstr ""
 
464
 
 
465
#: ipconst.sipicmp_bad_req
 
466
msgid "Bad request"
 
467
msgstr ""
 
468
 
 
469
#: ipconst.sipicmp_bad_route
 
470
msgid "Bad route"
 
471
msgstr ""
 
472
 
 
473
#: ipconst.sipicmp_buf_too_small
 
474
msgid "Buffer too small"
 
475
msgstr ""
 
476
 
 
477
#: ipconst.sipicmp_dest_host_unreachable
 
478
msgid "Destination host unreachable"
 
479
msgstr ""
 
480
 
 
481
#: ipconst.sipicmp_dest_net_unreachable
 
482
msgid "Destination network unreachable"
 
483
msgstr ""
 
484
 
 
485
#: ipconst.sipicmp_dest_port_unreachable
 
486
msgid "Destination port unreachable"
 
487
msgstr ""
 
488
 
 
489
#: ipconst.sipicmp_dest_prot_unreachable
 
490
msgid "Destination protocol unreachable"
 
491
msgstr ""
 
492
 
 
493
#: ipconst.sipicmp_hw_error
 
494
msgid "Hardware error"
 
495
msgstr ""
 
496
 
 
497
#: ipconst.sipicmp_no_resources
 
498
msgid "Destination does not have resources to complete"
 
499
msgstr ""
 
500
 
 
501
#: ipconst.sipicmp_option_too_big
 
502
msgid "Option too large"
 
503
msgstr ""
 
504
 
 
505
#: ipconst.sipicmp_packet_too_big
 
506
msgid "Packet too large"
 
507
msgstr ""
 
508
 
 
509
#: ipconst.sipicmp_param_problem
 
510
msgid "Parameter problem"
 
511
msgstr ""
 
512
 
 
513
#: ipconst.sipicmp_req_timed_out
 
514
msgid "Request timed out"
 
515
msgstr ""
 
516
 
 
517
#: ipconst.sipicmp_source_quench
 
518
msgid "Destination is busy"
 
519
msgstr ""
 
520
 
 
521
#: ipconst.sipicmp_success
 
522
msgid "Successful"
 
523
msgstr ""
 
524
 
 
525
#: ipconst.sipicmp_ttl_expired_reassem
 
526
msgid "Time to live expired during reassembly"
 
527
msgstr ""
 
528
 
 
529
#: ipconst.sipicmp_ttl_expired_transit
 
530
msgid "Time to live expired during transmit"
 
531
msgstr ""
 
532
 
 
533
#: ipconst.sipicmp_unknown
 
534
msgid "Unknown status"
 
535
msgstr ""
 
536
 
 
537
#: ipconst.slesszero
 
538
msgid "%s: new col count %d is less than zero"
 
539
msgstr "%s: le nouveau compteur col %d est inférieur à zéro"
 
540
 
 
541
#: ipconst.slinelengtherr
 
542
msgid "Invalid line length for encoded text"
 
543
msgstr ""
 
544
 
 
545
#: ipconst.slistnotassigned
 
546
msgid "List not assigned"
 
547
msgstr ""
 
548
 
 
549
#: ipconst.slogarticle
 
550
msgid "Generating OnArticle event"
 
551
msgstr ""
 
552
 
 
553
#: ipconst.slogauthlogin
 
554
msgid " (ssAuthLogin)"
 
555
msgstr ""
 
556
 
 
557
#: ipconst.slogauthpass
 
558
msgid " (ssAuthPass)"
 
559
msgstr ""
 
560
 
 
561
#: ipconst.slogauthuser
 
562
msgid " (ssAuthUser)"
 
563
msgstr ""
 
564
 
 
565
#: ipconst.slogdata
 
566
msgid " (ssData)"
 
567
msgstr ""
 
568
 
 
569
#: ipconst.slogehlo
 
570
msgid " (ssEhlo)"
 
571
msgstr ""
 
572
 
 
573
#: ipconst.slogencodeactionstart
 
574
msgid "Generating OnEncodeAction(Start)"
 
575
msgstr ""
 
576
 
 
577
#: ipconst.slogencodeactionstop
 
578
msgid "Generating OnEncodeAction(Stop)"
 
579
msgstr ""
 
580
 
 
581
#: ipconst.slogexpand
 
582
msgid " (ssExpand)"
 
583
msgstr ""
 
584
 
 
585
#: ipconst.sloghelo
 
586
msgid " (ssHelo)"
 
587
msgstr ""
 
588
 
 
589
#: ipconst.sloghelp
 
590
msgid " (ssHelp)"
 
591
msgstr ""
 
592
 
 
593
#: ipconst.slogicmpclass
 
594
msgid "[ICMP] "
 
595
msgstr ""
 
596
 
 
597
#: ipconst.slogmailfrom
 
598
msgid " (ssMailFrom)"
 
599
msgstr ""
 
600
 
 
601
#: ipconst.slogmultiline
 
602
msgid "Generating OnMultiLineResponse event"
 
603
msgstr ""
 
604
 
 
605
#: ipconst.slognextmessagenotready
 
606
msgid "Next message not ready"
 
607
msgstr ""
 
608
 
 
609
#: ipconst.slognextmessageready
 
610
msgid "Next message ready"
 
611
msgstr ""
 
612
 
 
613
#: ipconst.slognntpclass
 
614
msgid "[NNTP] "
 
615
msgstr ""
 
616
 
 
617
#: ipconst.slognsarticle
 
618
msgid " (nsArticle)"
 
619
msgstr ""
 
620
 
 
621
#: ipconst.slognsauthpass
 
622
msgid " (nsAuthPass)"
 
623
msgstr ""
 
624
 
 
625
#: ipconst.slognsauthuser
 
626
msgid " (nsAuthUser)"
 
627
msgstr ""
 
628
 
 
629
#: ipconst.slognsbody
 
630
msgid " (nsBody)"
 
631
msgstr ""
 
632
 
 
633
#: ipconst.slognsconnect
 
634
msgid " (nsConnect)"
 
635
msgstr ""
 
636
 
 
637
#: ipconst.slognsdate
 
638
msgid " (nsDate)"
 
639
msgstr ""
 
640
 
 
641
#: ipconst.slognsgroup
 
642
msgid " (nsGroup)"
 
643
msgstr ""
 
644
 
 
645
#: ipconst.slognshead
 
646
msgid " (nsHead)"
 
647
msgstr ""
 
648
 
 
649
#: ipconst.slognshelp
 
650
msgid " (nsHelp)"
 
651
msgstr ""
 
652
 
 
653
#: ipconst.slognslast
 
654
msgid " (nsLast)"
 
655
msgstr ""
 
656
 
 
657
#: ipconst.slognslist
 
658
msgid " (nsList)"
 
659
msgstr ""
 
660
 
 
661
#: ipconst.slognslistactivetimes
 
662
msgid " (nsListActiveTimes)"
 
663
msgstr ""
 
664
 
 
665
#: ipconst.slognslistdistribpats
 
666
msgid " (nsListDistribPats)"
 
667
msgstr ""
 
668
 
 
669
#: ipconst.slognslistdistributions
 
670
msgid " (nsListDistributions)"
 
671
msgstr ""
 
672
 
 
673
#: ipconst.slognslistext
 
674
msgid " (nsListExt)"
 
675
msgstr ""
 
676
 
 
677
#: ipconst.slognslistgroup
 
678
msgid " (nsListGroup)"
 
679
msgstr ""
 
680
 
 
681
#: ipconst.slognslistnewsgroups
 
682
msgid " (nsListNewsGroups)"
 
683
msgstr ""
 
684
 
 
685
#: ipconst.slognslistoverviewfmt
 
686
msgid " (nsListOverviewFmt)"
 
687
msgstr ""
 
688
 
 
689
#: ipconst.slognsnewgroups
 
690
msgid " (nsNewGroups)"
 
691
msgstr ""
 
692
 
 
693
#: ipconst.slognsnewnews
 
694
msgid " (nsNewNews)"
 
695
msgstr ""
 
696
 
 
697
#: ipconst.slognsnext
 
698
msgid " (nsNext)"
 
699
msgstr ""
 
700
 
 
701
#: ipconst.slognsnoop
 
702
msgid " (nsNoOp)"
 
703
msgstr ""
 
704
 
 
705
#: ipconst.slognsover
 
706
msgid " (nsOver)"
 
707
msgstr ""
 
708
 
 
709
#: ipconst.slognspat
 
710
msgid " (nsPat)"
 
711
msgstr ""
 
712
 
 
713
#: ipconst.slognspost
 
714
msgid " (nsPost)"
 
715
msgstr ""
 
716
 
 
717
#: ipconst.slognsprepost
 
718
msgid " (nsPrePost)"
 
719
msgstr ""
 
720
 
 
721
#: ipconst.slognsquit
 
722
msgid " (nsQuit)"
 
723
msgstr ""
 
724
 
 
725
#: ipconst.slognsspecial
 
726
msgid " (nsSpecial)"
 
727
msgstr ""
 
728
 
 
729
#: ipconst.slognsstat
 
730
msgid " (nsStat)"
 
731
msgstr ""
 
732
 
 
733
#: ipconst.slogntauthenticate
 
734
msgid " (ntAuthenticate)"
 
735
msgstr ""
 
736
 
 
737
#: ipconst.slogntnewnews
 
738
msgid " (ntNewNews)"
 
739
msgstr ""
 
740
 
 
741
#: ipconst.slogntnotask
 
742
msgid " (ntNoTask)"
 
743
msgstr ""
 
744
 
 
745
#: ipconst.slogntpostto
 
746
msgid " (ntPostTo)"
 
747
msgstr ""
 
748
 
 
749
#: ipconst.slogntselectgroup
 
750
msgid " (ntSelectGroup)"
 
751
msgstr ""
 
752
 
 
753
#: ipconst.slogoslist
 
754
msgid " (psList)"
 
755
msgstr ""
 
756
 
 
757
#: ipconst.slogpop3class
 
758
msgid "[POP3] "
 
759
msgstr ""
 
760
 
 
761
#: ipconst.slogpop3message
 
762
msgid "Generating OnMessage event"
 
763
msgstr ""
 
764
 
 
765
#: ipconst.slogpop3top
 
766
msgid "Generating OnTop event"
 
767
msgstr ""
 
768
 
 
769
#: ipconst.slogpsapop
 
770
msgid " (psApop)"
 
771
msgstr ""
 
772
 
 
773
#: ipconst.slogpsconnect
 
774
msgid " (psConnect)"
 
775
msgstr ""
 
776
 
 
777
#: ipconst.slogpsdele
 
778
msgid " (psDele)"
 
779
msgstr ""
 
780
 
 
781
#: ipconst.slogpsnoop
 
782
msgid " {psNoOp)"
 
783
msgstr ""
 
784
 
 
785
#: ipconst.slogpspass
 
786
msgid " (psPass)"
 
787
msgstr ""
 
788
 
 
789
#: ipconst.slogpsquit
 
790
msgid " (psQuit)"
 
791
msgstr ""
 
792
 
 
793
#: ipconst.slogpsretr
 
794
msgid " (psRetr)"
 
795
msgstr ""
 
796
 
 
797
#: ipconst.slogpsrset
 
798
msgid " (psRSet)"
 
799
msgstr ""
 
800
 
 
801
#: ipconst.slogpsspecial
 
802
msgid " (psSpecial)"
 
803
msgstr ""
 
804
 
 
805
#: ipconst.slogpsstat
 
806
msgid " (psStat)"
 
807
msgstr ""
 
808
 
 
809
#: ipconst.slogpstop
 
810
msgid " (psTop)"
 
811
msgstr ""
 
812
 
 
813
#: ipconst.slogpsuidl
 
814
msgid " (psUidl)"
 
815
msgstr ""
 
816
 
 
817
#: ipconst.slogpsuser
 
818
msgid " (psUser)"
 
819
msgstr ""
 
820
 
 
821
#: ipconst.slogptlist
 
822
msgid " (ptList)"
 
823
msgstr ""
 
824
 
 
825
#: ipconst.slogptlogon
 
826
msgid " (ptLogon)"
 
827
msgstr ""
 
828
 
 
829
#: ipconst.slogptnone
 
830
msgid " (ptNone)"
 
831
msgstr ""
 
832
 
 
833
#: ipconst.slogptuidl
 
834
msgid " (ptUIDL)"
 
835
msgstr ""
 
836
 
 
837
#: ipconst.slogquit
 
838
msgid " (ssQuit)"
 
839
msgstr ""
 
840
 
 
841
#: ipconst.slogrcptbcc
 
842
msgid " (ssRcptBcc)"
 
843
msgstr ""
 
844
 
 
845
#: ipconst.slogrcptcc
 
846
msgid " (ssRcptCc)"
 
847
msgstr ""
 
848
 
 
849
#: ipconst.slogrcptto
 
850
msgid " (ssRcptTo)"
 
851
msgstr ""
 
852
 
 
853
#: ipconst.slogresponse
 
854
msgid "Generating OnResponse event, Code = "
 
855
msgstr ""
 
856
 
 
857
#: ipconst.slogrset
 
858
msgid " (ssRSet)"
 
859
msgstr ""
 
860
 
 
861
#: ipconst.slogsaml
 
862
msgid " (ssSaml)"
 
863
msgstr ""
 
864
 
 
865
#: ipconst.slogsend
 
866
msgid " (ssSend)"
 
867
msgstr ""
 
868
 
 
869
#: ipconst.slogsendenvelope
 
870
msgid " (ssSendEnvelope)"
 
871
msgstr ""
 
872
 
 
873
#: ipconst.slogsendmessage
 
874
msgid " (ssSendMessage)"
 
875
msgstr ""
 
876
 
 
877
#: ipconst.slogsmtpclass
 
878
msgid "[SMTP] "
 
879
msgstr ""
 
880
 
 
881
#: ipconst.slogsmtpnextmessage
 
882
msgid "Generating OnNextMessage event"
 
883
msgstr ""
 
884
 
 
885
#: ipconst.slogsoml
 
886
msgid " (ssSoml)"
 
887
msgstr ""
 
888
 
 
889
#: ipconst.slogspecial
 
890
msgid " (ssSpecial)"
 
891
msgstr ""
 
892
 
 
893
#: ipconst.slogssconnect
 
894
msgid " (ssConnect)"
 
895
msgstr ""
 
896
 
 
897
#: ipconst.slogssnoop
 
898
msgid " (ssNoOp)"
 
899
msgstr ""
 
900
 
 
901
#: ipconst.slogstate
 
902
msgid "State change: "
 
903
msgstr ""
 
904
 
 
905
#: ipconst.slogstlogon
 
906
msgid " (stLogon)"
 
907
msgstr ""
 
908
 
 
909
#: ipconst.slogstnotask
 
910
msgid " (stNoTask)"
 
911
msgstr ""
 
912
 
 
913
#: ipconst.slogstsendmail
 
914
msgid " (stSendMail)"
 
915
msgstr ""
 
916
 
 
917
#: ipconst.slogtaskcomplete
 
918
msgid "Generating OnTaskComplete event "
 
919
msgstr ""
 
920
 
 
921
#: ipconst.slogtaskstart
 
922
msgid "Starting task: "
 
923
msgstr ""
 
924
 
 
925
#: ipconst.slogturn
 
926
msgid " (ssTurn)"
 
927
msgstr ""
 
928
 
 
929
#: ipconst.slogverify
 
930
msgid " (ssVerify)"
 
931
msgstr ""
 
932
 
 
933
#: ipconst.smemmapfilenamerequired
 
934
msgid "You must specify a file name for TIpMemMapStream"
 
935
msgstr ""
 
936
 
 
937
#: ipconst.smemmapmustbeclosed
 
938
msgid "The %s method requires the TIpMemMapStream instance to be closed"
 
939
msgstr ""
 
940
 
 
941
#: ipconst.smemmapmustbeopen
 
942
msgid "The %s method requires the TIpMemMapStream instance to be opened"
 
943
msgstr ""
 
944
 
 
945
#: ipconst.snntpcmdarticle
 
946
msgid "ARTICLE"
 
947
msgstr ""
 
948
 
 
949
#: ipconst.snntpcmdauthpass
 
950
msgid "AUTHINFO PASS"
 
951
msgstr ""
 
952
 
 
953
#: ipconst.snntpcmdauthuser
 
954
msgid "AUTHINFO USER"
 
955
msgstr ""
 
956
 
 
957
#: ipconst.snntpcmdbody
 
958
msgid "BODY"
 
959
msgstr ""
 
960
 
 
961
#: ipconst.snntpcmddate
 
962
msgid "DATE"
 
963
msgstr ""
 
964
 
 
965
#: ipconst.snntpcmdgroup
 
966
msgid "GROUP"
 
967
msgstr ""
 
968
 
 
969
#: ipconst.snntpcmdhead
 
970
msgid "HEAD"
 
971
msgstr ""
 
972
 
 
973
#: ipconst.snntpcmdhelp
 
974
msgid "HELP"
 
975
msgstr ""
 
976
 
 
977
#: ipconst.snntpcmdlast
 
978
msgid "LAST"
 
979
msgstr ""
 
980
 
 
981
#: ipconst.snntpcmdlist
 
982
msgctxt "ipconst.snntpcmdlist"
 
983
msgid "LIST"
 
984
msgstr ""
 
985
 
 
986
#: ipconst.snntpcmdlistacttimes
 
987
msgid "LIST ACTIVE.TIMES"
 
988
msgstr ""
 
989
 
 
990
#: ipconst.snntpcmdlistdistrib
 
991
msgid "LIST DISTRIBUTIONS"
 
992
msgstr ""
 
993
 
 
994
#: ipconst.snntpcmdlistdistribpats
 
995
msgid "LIST DISTRIB.PATS"
 
996
msgstr ""
 
997
 
 
998
#: ipconst.snntpcmdlistext
 
999
msgid "LIST EXTENSIONS"
 
1000
msgstr ""
 
1001
 
 
1002
#: ipconst.snntpcmdlistgroup
 
1003
msgid "LISTGROUP"
 
1004
msgstr ""
 
1005
 
 
1006
#: ipconst.snntpcmdlistnewsgroups
 
1007
msgid "LIST NEWSGROUPS"
 
1008
msgstr ""
 
1009
 
 
1010
#: ipconst.snntpcmdlistoverfmt
 
1011
msgid "LIST OVERVIEW.FMT"
 
1012
msgstr ""
 
1013
 
 
1014
#: ipconst.snntpcmdnewgroups
 
1015
msgid "NEWGROUPS"
 
1016
msgstr ""
 
1017
 
 
1018
#: ipconst.snntpcmdnewnews
 
1019
msgid "NEWNEWS"
 
1020
msgstr ""
 
1021
 
 
1022
#: ipconst.snntpcmdnext
 
1023
msgid "NEXT"
 
1024
msgstr ""
 
1025
 
 
1026
#: ipconst.snntpcmdpat
 
1027
msgid "PAT"
 
1028
msgstr ""
 
1029
 
 
1030
#: ipconst.snntpcmdpost
 
1031
msgid "POST"
 
1032
msgstr ""
 
1033
 
 
1034
#: ipconst.snntpcmdquit
 
1035
msgctxt "ipconst.snntpcmdquit"
 
1036
msgid "QUIT"
 
1037
msgstr ""
 
1038
 
 
1039
#: ipconst.snntpcmdstat
 
1040
msgctxt "ipconst.snntpcmdstat"
 
1041
msgid "STAT"
 
1042
msgstr ""
 
1043
 
 
1044
#: ipconst.snntpcmdxover
 
1045
msgid "XOVER"
 
1046
msgstr ""
 
1047
 
 
1048
#: ipconst.snoboundary
 
1049
msgid "No Mime boundary"
 
1050
msgstr ""
 
1051
 
 
1052
#: ipconst.snomemorystreamerr
 
1053
msgid "No Memory Stream assigned"
 
1054
msgstr "Aucun flux mémoire assigné"
 
1055
 
 
1056
#: ipconst.snorecipients
 
1057
msgid "No recipients specified"
 
1058
msgstr ""
 
1059
 
 
1060
#: ipconst.snoseekforread
 
1061
msgid "No seek for read"
 
1062
msgstr ""
 
1063
 
 
1064
#: ipconst.snoseekforwrite
 
1065
msgid "No seek for write"
 
1066
msgstr ""
 
1067
 
 
1068
#: ipconst.snosockerr
 
1069
msgid "Socket not assigned"
 
1070
msgstr "Socket non assignée"
 
1071
 
 
1072
#: ipconst.snostreamerr
 
1073
msgid "Stream not assigned"
 
1074
msgstr "Flux non assigné"
 
1075
 
 
1076
#: ipconst.snotenoughdata
 
1077
msgid "Not enough data in queue (%s bytes) to satisfy read request (%s bytes)"
 
1078
msgstr "Pas assez de données dans la queue (%s bytes) pour satisfaire la demande de lecture (%s bytes)"
 
1079
 
 
1080
#: ipconst.snotimererr
 
1081
msgid "Not enough system timers available"
 
1082
msgstr "Pas assez de temporisation système disponibles"
 
1083
 
 
1084
#: ipconst.snowinsock2err
 
1085
msgid "%s requires WinSock 2, and this system only has WinSock 1"
 
1086
msgstr "%s nécessite WinSock 2, et ce  système a seulement WinSock 1"
 
1087
 
 
1088
#: ipconst.snsarticle
 
1089
msgid "Retrieving article"
 
1090
msgstr ""
 
1091
 
 
1092
#: ipconst.snsauthpass
 
1093
msgid "Authorizing password"
 
1094
msgstr ""
 
1095
 
 
1096
#: ipconst.snsauthuser
 
1097
msgid "Authorizing user"
 
1098
msgstr ""
 
1099
 
 
1100
#: ipconst.snsbody
 
1101
msgid "Retrieving body"
 
1102
msgstr ""
 
1103
 
 
1104
#: ipconst.snsconnect
 
1105
msgctxt "ipconst.snsconnect"
 
1106
msgid "Connecting"
 
1107
msgstr ""
 
1108
 
 
1109
#: ipconst.snsdate
 
1110
msgid "Retrieving server date"
 
1111
msgstr ""
 
1112
 
 
1113
#: ipconst.snsgroup
 
1114
msgid "Selecting group"
 
1115
msgstr ""
 
1116
 
 
1117
#: ipconst.snshead
 
1118
msgid "Retrieving heading"
 
1119
msgstr ""
 
1120
 
 
1121
#: ipconst.snshelp
 
1122
msgid "Retrieving help"
 
1123
msgstr ""
 
1124
 
 
1125
#: ipconst.snslast
 
1126
msgid "Selecting previous article"
 
1127
msgstr ""
 
1128
 
 
1129
#: ipconst.snslist
 
1130
msgid "Retrieving list"
 
1131
msgstr ""
 
1132
 
 
1133
#: ipconst.snslistactivetimes
 
1134
msgid "Retrieving active times"
 
1135
msgstr ""
 
1136
 
 
1137
#: ipconst.snslistdistribpats
 
1138
msgid "Retrieving distribution patterns"
 
1139
msgstr ""
 
1140
 
 
1141
#: ipconst.snslistdistributions
 
1142
msgid "Retrieving list of distributions"
 
1143
msgstr ""
 
1144
 
 
1145
#: ipconst.snslistext
 
1146
msgid "Retrieving list of extended commands"
 
1147
msgstr ""
 
1148
 
 
1149
#: ipconst.snslistgroup
 
1150
msgid "Retrieving article numbers"
 
1151
msgstr ""
 
1152
 
 
1153
#: ipconst.snslistnewsgroups
 
1154
msgid "Retrieving list of available news groups"
 
1155
msgstr ""
 
1156
 
 
1157
#: ipconst.snslistoverviewfmt
 
1158
msgid "Retrieving overview format"
 
1159
msgstr ""
 
1160
 
 
1161
#: ipconst.snsnewgroups
 
1162
msgid "Getting new news groups"
 
1163
msgstr ""
 
1164
 
 
1165
#: ipconst.snsnewnews
 
1166
msgid "Getting new articles"
 
1167
msgstr ""
 
1168
 
 
1169
#: ipconst.snsnext
 
1170
msgid "Selecting next article"
 
1171
msgstr ""
 
1172
 
 
1173
#: ipconst.snsnoop
 
1174
msgctxt "ipconst.snsnoop"
 
1175
msgid "No operation"
 
1176
msgstr ""
 
1177
 
 
1178
#: ipconst.snsover
 
1179
msgid "Retrieving overview"
 
1180
msgstr ""
 
1181
 
 
1182
#: ipconst.snspat
 
1183
msgid "Retrieving patterns"
 
1184
msgstr ""
 
1185
 
 
1186
#: ipconst.snspost
 
1187
msgctxt "ipconst.snspost"
 
1188
msgid "Posting article"
 
1189
msgstr ""
 
1190
 
 
1191
#: ipconst.snsprepost
 
1192
msgid "Preparing to post article"
 
1193
msgstr ""
 
1194
 
 
1195
#: ipconst.snsquit
 
1196
msgctxt "ipconst.snsquit"
 
1197
msgid "Disconnecting"
 
1198
msgstr ""
 
1199
 
 
1200
#: ipconst.snsspecial
 
1201
msgctxt "ipconst.snsspecial"
 
1202
msgid "Sending special command"
 
1203
msgstr ""
 
1204
 
 
1205
#: ipconst.snsstat
 
1206
msgid "Retrieving status"
 
1207
msgstr ""
 
1208
 
 
1209
#: ipconst.sntauthenticate
 
1210
msgid "Authenticating"
 
1211
msgstr ""
 
1212
 
 
1213
#: ipconst.sntnewnews
 
1214
msgid "Retrieving new news"
 
1215
msgstr ""
 
1216
 
 
1217
#: ipconst.sntnotask
 
1218
msgctxt "ipconst.sntnotask"
 
1219
msgid "No task"
 
1220
msgstr ""
 
1221
 
 
1222
#: ipconst.sntpostto
 
1223
msgctxt "ipconst.sntpostto"
 
1224
msgid "Posting article"
 
1225
msgstr ""
 
1226
 
 
1227
#: ipconst.sntselectgroup
 
1228
msgid "Selecting Group"
 
1229
msgstr ""
 
1230
 
 
1231
#: ipconst.soriginfrombegin
 
1232
msgid "When origin is soFromBeginning, Offset must be >= 0"
 
1233
msgstr ""
 
1234
 
 
1235
#: ipconst.soriginfromend
 
1236
msgid "When origin is soFromEnd, Offset must be <= 0"
 
1237
msgstr ""
 
1238
 
 
1239
#: ipconst.spngbadbitdepth
 
1240
msgid "Unsupported Bit Depth of %d"
 
1241
msgstr ""
 
1242
 
 
1243
#: ipconst.spngbadchunktype
 
1244
msgid "Unrecognized Chunk Type: %s"
 
1245
msgstr ""
 
1246
 
 
1247
#: ipconst.spngbadcolortype
 
1248
msgid "Unrecognized color type of %d"
 
1249
msgstr ""
 
1250
 
 
1251
#: ipconst.spngbadinterlacemethod
 
1252
msgid "Unrecognized Interlace Method"
 
1253
msgstr ""
 
1254
 
 
1255
#: ipconst.spngbadmodificationtime
 
1256
msgid "Invalid Modification Time"
 
1257
msgstr ""
 
1258
 
 
1259
#: ipconst.spngbadpalettelength
 
1260
msgid "Invalid Palette Length"
 
1261
msgstr ""
 
1262
 
 
1263
#: ipconst.spngbadpixeldepth
 
1264
msgid "Unrecognized pixel depth of %d"
 
1265
msgstr ""
 
1266
 
 
1267
#: ipconst.spngbadsignature
 
1268
msgid "Invalid PNG Signature"
 
1269
msgstr ""
 
1270
 
 
1271
#: ipconst.spngbitdepth
 
1272
msgid "Bit Depth: %d"
 
1273
msgstr ""
 
1274
 
 
1275
#: ipconst.spngbuffertoosmall
 
1276
msgid "PNG Buffer too small."
 
1277
msgstr ""
 
1278
 
 
1279
#: ipconst.spngcannotsave
 
1280
msgid "PNG Saving is not supported"
 
1281
msgstr ""
 
1282
 
 
1283
#: ipconst.spngchunkidandlength
 
1284
msgid "PNG Chunk: %s  Length: %d"
 
1285
msgstr ""
 
1286
 
 
1287
#: ipconst.spngcolortype
 
1288
msgid "Color Type: %d"
 
1289
msgstr ""
 
1290
 
 
1291
#: ipconst.spngcompressionmethod
 
1292
msgid "Compression Method: %d"
 
1293
msgstr ""
 
1294
 
 
1295
#: ipconst.spngdefilterpass
 
1296
msgid "Unfiltering Pass %d  Size: %dx%d  From: %dx%d"
 
1297
msgstr ""
 
1298
 
 
1299
#: ipconst.spngeffectivefilter
 
1300
msgid "Effective filter is %s"
 
1301
msgstr ""
 
1302
 
 
1303
#: ipconst.spngerrorconstant
 
1304
msgid "**** ERROR ****"
 
1305
msgstr ""
 
1306
 
 
1307
#: ipconst.spngfilterchange
 
1308
msgid "Filter changed on Row %d to %x"
 
1309
msgstr ""
 
1310
 
 
1311
#: ipconst.spngfiltermethod
 
1312
msgid "Filter Method: %d"
 
1313
msgstr ""
 
1314
 
 
1315
#: ipconst.spnggamatoolong
 
1316
msgid "gAMA chunk is long"
 
1317
msgstr ""
 
1318
 
 
1319
#: ipconst.spnggamatooshort
 
1320
msgid "gAMA chunk is short"
 
1321
msgstr ""
 
1322
 
 
1323
#: ipconst.spnggammacorrection
 
1324
msgid "Gamma Correction: %f"
 
1325
msgstr ""
 
1326
 
 
1327
#: ipconst.spngihdrtoolong
 
1328
msgid "IHDR chunk is long."
 
1329
msgstr ""
 
1330
 
 
1331
#: ipconst.spngihdrtooshort
 
1332
msgid "IHDR chunk is short."
 
1333
msgstr ""
 
1334
 
 
1335
#: ipconst.spngimagesize
 
1336
msgid "Image size is %dx%d pixels"
 
1337
msgstr ""
 
1338
 
 
1339
#: ipconst.spnginterlacemethod
 
1340
msgid "Interlace Method: %d"
 
1341
msgstr ""
 
1342
 
 
1343
#: ipconst.spngmemoryrequired
 
1344
msgid "Memory required for image: %d bytes"
 
1345
msgstr ""
 
1346
 
 
1347
#: ipconst.spngmissingiend
 
1348
msgid "End of PNG found with no IEND chunk"
 
1349
msgstr ""
 
1350
 
 
1351
#: ipconst.spngmissingihdr
 
1352
msgid "IHDR Chunk is missing"
 
1353
msgstr ""
 
1354
 
 
1355
#: ipconst.spngmodificationdate
 
1356
msgid "Modification Date: %s"
 
1357
msgstr ""
 
1358
 
 
1359
#: ipconst.spngnoclipboard
 
1360
msgid "PNG Clipboard support is not supported."
 
1361
msgstr ""
 
1362
 
 
1363
#: ipconst.spngpaletteentry
 
1364
msgid "Palette Entry %d - Red: %d   Green: %d   Blue: %d"
 
1365
msgstr ""
 
1366
 
 
1367
#: ipconst.spngpalettetoolong
 
1368
msgid "Too many palette entries"
 
1369
msgstr ""
 
1370
 
 
1371
#: ipconst.spngpalettetransparency
 
1372
msgid "Palette Transparency: %d  Alpha %d"
 
1373
msgstr ""
 
1374
 
 
1375
#: ipconst.spngtimetoolong
 
1376
msgid "tIME chunk is long."
 
1377
msgstr ""
 
1378
 
 
1379
#: ipconst.spngtimetooshort
 
1380
msgid "tIME chunk is short."
 
1381
msgstr ""
 
1382
 
 
1383
#: ipconst.spngtransparentcolor
 
1384
msgid "Transparent Color: %x"
 
1385
msgstr ""
 
1386
 
 
1387
#: ipconst.spngtruncatedcrc
 
1388
msgid "CRC Code is truncated"
 
1389
msgstr ""
 
1390
 
 
1391
#: ipconst.spngtruncateddata
 
1392
msgid "Chunk data is truncated"
 
1393
msgstr ""
 
1394
 
 
1395
#: ipconst.spngunsupportedfeature
 
1396
msgid "A %s chunk was found in the PNG File. This feature is not supported in this version of the PNG decoder"
 
1397
msgstr ""
 
1398
 
 
1399
#: ipconst.spngwarningconstant
 
1400
msgid "**** WARNING ****"
 
1401
msgstr ""
 
1402
 
 
1403
#: ipconst.spop3cmdapop
 
1404
msgid "APOP"
 
1405
msgstr ""
 
1406
 
 
1407
#: ipconst.spop3cmddele
 
1408
msgid "DELE"
 
1409
msgstr ""
 
1410
 
 
1411
#: ipconst.spop3cmdlist
 
1412
msgctxt "ipconst.spop3cmdlist"
 
1413
msgid "LIST"
 
1414
msgstr ""
 
1415
 
 
1416
#: ipconst.spop3cmdnoop
 
1417
msgid "NOOP"
 
1418
msgstr ""
 
1419
 
 
1420
#: ipconst.spop3cmdpass
 
1421
msgid "PASS"
 
1422
msgstr ""
 
1423
 
 
1424
#: ipconst.spop3cmdquit
 
1425
msgctxt "ipconst.spop3cmdquit"
 
1426
msgid "QUIT"
 
1427
msgstr ""
 
1428
 
 
1429
#: ipconst.spop3cmdretr
 
1430
msgid "RETR"
 
1431
msgstr ""
 
1432
 
 
1433
#: ipconst.spop3cmdrset
 
1434
msgid "RSET"
 
1435
msgstr ""
 
1436
 
 
1437
#: ipconst.spop3cmdstat
 
1438
msgctxt "ipconst.spop3cmdstat"
 
1439
msgid "STAT"
 
1440
msgstr ""
 
1441
 
 
1442
#: ipconst.spop3cmdtop
 
1443
msgid "TOP"
 
1444
msgstr ""
 
1445
 
 
1446
#: ipconst.spop3cmduidl
 
1447
msgid "UIDL"
 
1448
msgstr ""
 
1449
 
 
1450
#: ipconst.spop3cmduser
 
1451
msgid "USER"
 
1452
msgstr ""
 
1453
 
 
1454
#: ipconst.spop3errresp
 
1455
msgid "-ERR"
 
1456
msgstr ""
 
1457
 
 
1458
#: ipconst.spop3notauthenticating
 
1459
msgid "%s can not be called in transaction state"
 
1460
msgstr ""
 
1461
 
 
1462
#: ipconst.spop3nottransacting
 
1463
msgid "%s can not be called in authentication state"
 
1464
msgstr ""
 
1465
 
 
1466
#: ipconst.spop3okresp
 
1467
msgid "+OK"
 
1468
msgstr ""
 
1469
 
 
1470
#: ipconst.sposreqd
 
1471
msgid "%s: count must be positive"
 
1472
msgstr "%s: compteur doit être positif"
 
1473
 
 
1474
#: ipconst.spsapop
 
1475
msgid "Logging on with APOP"
 
1476
msgstr ""
 
1477
 
 
1478
#: ipconst.spsconnect
 
1479
msgid "Connecting to server"
 
1480
msgstr ""
 
1481
 
 
1482
#: ipconst.spsdele
 
1483
msgid "Marking message for deletion"
 
1484
msgstr ""
 
1485
 
 
1486
#: ipconst.spslist
 
1487
msgctxt "ipconst.spslist"
 
1488
msgid "Retrieving mailbox list"
 
1489
msgstr ""
 
1490
 
 
1491
#: ipconst.spsnoop
 
1492
msgctxt "ipconst.spsnoop"
 
1493
msgid "No operation"
 
1494
msgstr ""
 
1495
 
 
1496
#: ipconst.spspass
 
1497
msgid "Logging on with Password"
 
1498
msgstr ""
 
1499
 
 
1500
#: ipconst.spsquit
 
1501
msgctxt "ipconst.spsquit"
 
1502
msgid "Disconnecting"
 
1503
msgstr ""
 
1504
 
 
1505
#: ipconst.spsretr
 
1506
msgid "Retrieving message"
 
1507
msgstr ""
 
1508
 
 
1509
#: ipconst.spsrset
 
1510
msgid "Resetting messages"
 
1511
msgstr ""
 
1512
 
 
1513
#: ipconst.spsspecial
 
1514
msgid "Special command"
 
1515
msgstr ""
 
1516
 
 
1517
#: ipconst.spsstat
 
1518
msgid "Retrieving mailbox status"
 
1519
msgstr ""
 
1520
 
 
1521
#: ipconst.spstop
 
1522
msgid "Retrieving top of message"
 
1523
msgstr ""
 
1524
 
 
1525
#: ipconst.spsuidl
 
1526
msgctxt "ipconst.spsuidl"
 
1527
msgid "Retrieving mailbox UID list"
 
1528
msgstr ""
 
1529
 
 
1530
#: ipconst.spsunknown
 
1531
msgid "Unknown state"
 
1532
msgstr ""
 
1533
 
 
1534
#: ipconst.spsuser
 
1535
msgid "Logging on with User"
 
1536
msgstr ""
 
1537
 
 
1538
#: ipconst.spterror
 
1539
msgid "An error occured with the last task."
 
1540
msgstr ""
 
1541
 
 
1542
#: ipconst.sptlist
 
1543
msgctxt "ipconst.sptlist"
 
1544
msgid "Retrieving mailbox list"
 
1545
msgstr ""
 
1546
 
 
1547
#: ipconst.sptlogon
 
1548
msgctxt "ipconst.sptlogon"
 
1549
msgid "Logging on"
 
1550
msgstr ""
 
1551
 
 
1552
#: ipconst.sptnone
 
1553
msgctxt "ipconst.sptnone"
 
1554
msgid "No task"
 
1555
msgstr ""
 
1556
 
 
1557
#: ipconst.sptuidl
 
1558
msgctxt "ipconst.sptuidl"
 
1559
msgid "Retrieving mailbox UID list"
 
1560
msgstr ""
 
1561
 
 
1562
#: ipconst.sptunknown
 
1563
msgid "Unknown task"
 
1564
msgstr ""
 
1565
 
 
1566
#: ipconst.srasalldevicesconnected
 
1567
msgid "All devices connected"
 
1568
msgstr ""
 
1569
 
 
1570
#: ipconst.srasauthack
 
1571
msgid "Authenticate acknowledged"
 
1572
msgstr ""
 
1573
 
 
1574
#: ipconst.srasauthcallback
 
1575
msgid "Authenticate callback"
 
1576
msgstr ""
 
1577
 
 
1578
#: ipconst.srasauthchangepassword
 
1579
msgid "Authenticate change password"
 
1580
msgstr ""
 
1581
 
 
1582
#: ipconst.srasauthenticate
 
1583
msgid "Authenticate"
 
1584
msgstr ""
 
1585
 
 
1586
#: ipconst.srasauthenticated
 
1587
msgid "Authenticated"
 
1588
msgstr ""
 
1589
 
 
1590
#: ipconst.srasauthlinkspeed
 
1591
msgid "Authenticate link speed"
 
1592
msgstr ""
 
1593
 
 
1594
#: ipconst.srasauthnotify
 
1595
msgid "Authenticate notify"
 
1596
msgstr ""
 
1597
 
 
1598
#: ipconst.srasauthproject
 
1599
msgid "Authenticate project"
 
1600
msgstr ""
 
1601
 
 
1602
#: ipconst.srasauthretry
 
1603
msgid "Authenticate retry"
 
1604
msgstr ""
 
1605
 
 
1606
#: ipconst.srascallbackcomplete
 
1607
msgid "Callback complete"
 
1608
msgstr ""
 
1609
 
 
1610
#: ipconst.srascallbacksetbycaller
 
1611
msgid "Callback set by caller"
 
1612
msgstr ""
 
1613
 
 
1614
#: ipconst.srasconnectdevice
 
1615
msgid "Connect device"
 
1616
msgstr ""
 
1617
 
 
1618
#: ipconst.srasconnected
 
1619
msgid "Connected"
 
1620
msgstr ""
 
1621
 
 
1622
#: ipconst.srasdeviceconnected
 
1623
msgid "Device connected"
 
1624
msgstr ""
 
1625
 
 
1626
#: ipconst.srasdisconnected
 
1627
msgctxt "ipconst.srasdisconnected"
 
1628
msgid "Disconnected"
 
1629
msgstr ""
 
1630
 
 
1631
#: ipconst.sraserr
 
1632
msgid "Ras Error (%d): on API '%s'"
 
1633
msgstr "Ras Erreur (%d): sur API '%s'"
 
1634
 
 
1635
#: ipconst.srasinteractive
 
1636
msgid "Interactive"
 
1637
msgstr ""
 
1638
 
 
1639
#: ipconst.sraslogonnetwork
 
1640
msgid "Logon network"
 
1641
msgstr ""
 
1642
 
 
1643
#: ipconst.srasopenport
 
1644
msgid "Open port"
 
1645
msgstr ""
 
1646
 
 
1647
#: ipconst.sraspasswordexpired
 
1648
msgid "Password expired"
 
1649
msgstr ""
 
1650
 
 
1651
#: ipconst.sraspaused
 
1652
msgid "Paused"
 
1653
msgstr ""
 
1654
 
 
1655
#: ipconst.srasportopened
 
1656
msgid "Port opened"
 
1657
msgstr ""
 
1658
 
 
1659
#: ipconst.srasprepareforcallback
 
1660
msgid "Prepare for callback"
 
1661
msgstr ""
 
1662
 
 
1663
#: ipconst.srasprojected
 
1664
msgid "Projected"
 
1665
msgstr ""
 
1666
 
 
1667
#: ipconst.srasreauthenticate
 
1668
msgid "Re-authenticate"
 
1669
msgstr ""
 
1670
 
 
1671
#: ipconst.srasretryauthentication
 
1672
msgid "Retry authentication"
 
1673
msgstr ""
 
1674
 
 
1675
#: ipconst.srasstartauthentication
 
1676
msgid "Start authentication"
 
1677
msgstr ""
 
1678
 
 
1679
#: ipconst.srassubentryconnected
 
1680
msgid "Sub-entry connected"
 
1681
msgstr ""
 
1682
 
 
1683
#: ipconst.srassubentrydisconnected
 
1684
msgid "Sub-entry disconnected"
 
1685
msgstr ""
 
1686
 
 
1687
#: ipconst.sraswaitforcallback
 
1688
msgid "Wait for callback"
 
1689
msgstr ""
 
1690
 
 
1691
#: ipconst.sraswaitformodemreset
 
1692
msgid "Wait for modem reset"
 
1693
msgstr ""
 
1694
 
 
1695
#: ipconst.sreadlineerr
 
1696
msgid "Received line too long, exceeds MaxLineBuf"
 
1697
msgstr "Ligne reçue trop longue, dépasse MaxLineBuf"
 
1698
 
 
1699
#: ipconst.srenameddiskfileto
 
1700
msgid "Renamed disk file to "
 
1701
msgstr ""
 
1702
 
 
1703
#: ipconst.srowcoloor
 
1704
msgid "%s: either row %d or col %d is out of range"
 
1705
msgstr "%s: soit row %d ou col %d est en dehors des limites"
 
1706
 
 
1707
#: ipconst.srowoor
 
1708
msgid "%s: row number is out of range"
 
1709
msgstr "%s: le nombre row est hors des limites"
 
1710
 
 
1711
#: ipconst.srowrowoor
 
1712
msgid "TIpTerminalArray.ScrollRows: either start row %d or end row %d is out of range"
 
1713
msgstr ""
 
1714
 
 
1715
#: ipconst.sseekingdiskfileto
 
1716
msgid "Seeking disk file to "
 
1717
msgstr ""
 
1718
 
 
1719
#: ipconst.sslnopremastersecret
 
1720
msgid "No pre-master secret."
 
1721
msgstr ""
 
1722
 
 
1723
#: ipconst.ssmtpresponse02
 
1724
msgid "Success, "
 
1725
msgstr ""
 
1726
 
 
1727
#: ipconst.ssmtpresponse04
 
1728
msgid "Transient, "
 
1729
msgstr ""
 
1730
 
 
1731
#: ipconst.ssmtpresponse05
 
1732
msgid "Persistent, "
 
1733
msgstr ""
 
1734
 
 
1735
#: ipconst.ssmtpresponse10
 
1736
msgid "Other address status"
 
1737
msgstr ""
 
1738
 
 
1739
#: ipconst.ssmtpresponse11
 
1740
msgid "Bad destination mailbox address"
 
1741
msgstr ""
 
1742
 
 
1743
#: ipconst.ssmtpresponse12
 
1744
msgid "Bad destination system address"
 
1745
msgstr ""
 
1746
 
 
1747
#: ipconst.ssmtpresponse13
 
1748
msgid "Bad destination mailbox address syntax"
 
1749
msgstr ""
 
1750
 
 
1751
#: ipconst.ssmtpresponse14
 
1752
msgid "Destination mailbox address ambiguous"
 
1753
msgstr ""
 
1754
 
 
1755
#: ipconst.ssmtpresponse15
 
1756
msgid "Destination mailbox address valid"
 
1757
msgstr ""
 
1758
 
 
1759
#: ipconst.ssmtpresponse16
 
1760
msgid "Mailbox has moved"
 
1761
msgstr ""
 
1762
 
 
1763
#: ipconst.ssmtpresponse17
 
1764
msgid "Bad sender's mailbox address syntax"
 
1765
msgstr ""
 
1766
 
 
1767
#: ipconst.ssmtpresponse18
 
1768
msgid "Bad sender's system address"
 
1769
msgstr ""
 
1770
 
 
1771
#: ipconst.ssmtpresponse20
 
1772
msgid "Other or undefined mailbox status"
 
1773
msgstr ""
 
1774
 
 
1775
#: ipconst.ssmtpresponse21
 
1776
msgid "Mailbox disabled, not accepting messages"
 
1777
msgstr ""
 
1778
 
 
1779
#: ipconst.ssmtpresponse22
 
1780
msgid "Mailbox full"
 
1781
msgstr ""
 
1782
 
 
1783
#: ipconst.ssmtpresponse23
 
1784
msgid "Message length exceeds administrative limit."
 
1785
msgstr ""
 
1786
 
 
1787
#: ipconst.ssmtpresponse24
 
1788
msgid "Mailing list expansion problem"
 
1789
msgstr ""
 
1790
 
 
1791
#: ipconst.ssmtpresponse30
 
1792
msgid "Other or undefined mail system status"
 
1793
msgstr ""
 
1794
 
 
1795
#: ipconst.ssmtpresponse31
 
1796
msgid "Mail system full"
 
1797
msgstr ""
 
1798
 
 
1799
#: ipconst.ssmtpresponse32
 
1800
msgid "System not accepting network messages"
 
1801
msgstr ""
 
1802
 
 
1803
#: ipconst.ssmtpresponse33
 
1804
msgid "System not capable of selected features"
 
1805
msgstr ""
 
1806
 
 
1807
#: ipconst.ssmtpresponse34
 
1808
msgid "Message too big for system"
 
1809
msgstr ""
 
1810
 
 
1811
#: ipconst.ssmtpresponse40
 
1812
msgid "Other or undefined network or routing status"
 
1813
msgstr ""
 
1814
 
 
1815
#: ipconst.ssmtpresponse41
 
1816
msgid "No answer from host"
 
1817
msgstr ""
 
1818
 
 
1819
#: ipconst.ssmtpresponse42
 
1820
msgid "Bad connection"
 
1821
msgstr ""
 
1822
 
 
1823
#: ipconst.ssmtpresponse43
 
1824
msgid "Routing server failure"
 
1825
msgstr ""
 
1826
 
 
1827
#: ipconst.ssmtpresponse44
 
1828
msgid "Unable to route"
 
1829
msgstr ""
 
1830
 
 
1831
#: ipconst.ssmtpresponse45
 
1832
msgid "Network congestion"
 
1833
msgstr ""
 
1834
 
 
1835
#: ipconst.ssmtpresponse46
 
1836
msgid "Routing loop detected"
 
1837
msgstr ""
 
1838
 
 
1839
#: ipconst.ssmtpresponse47
 
1840
msgid "Delivery time expired"
 
1841
msgstr ""
 
1842
 
 
1843
#: ipconst.ssmtpresponse50
 
1844
msgid "Other or undefined protocol status"
 
1845
msgstr ""
 
1846
 
 
1847
#: ipconst.ssmtpresponse51
 
1848
msgid "Invalid command"
 
1849
msgstr ""
 
1850
 
 
1851
#: ipconst.ssmtpresponse52
 
1852
msgid "Syntax error"
 
1853
msgstr ""
 
1854
 
 
1855
#: ipconst.ssmtpresponse53
 
1856
msgid "Too many recipients"
 
1857
msgstr ""
 
1858
 
 
1859
#: ipconst.ssmtpresponse54
 
1860
msgid "Invalid command arguments"
 
1861
msgstr ""
 
1862
 
 
1863
#: ipconst.ssmtpresponse55
 
1864
msgid "Wrong protocol version"
 
1865
msgstr ""
 
1866
 
 
1867
#: ipconst.ssmtpresponse60
 
1868
msgid "Other or undefined media error"
 
1869
msgstr ""
 
1870
 
 
1871
#: ipconst.ssmtpresponse61
 
1872
msgid "Media not supported"
 
1873
msgstr ""
 
1874
 
 
1875
#: ipconst.ssmtpresponse62
 
1876
msgid "Conversion required and prohibited"
 
1877
msgstr ""
 
1878
 
 
1879
#: ipconst.ssmtpresponse63
 
1880
msgid "Conversion required but not supported"
 
1881
msgstr ""
 
1882
 
 
1883
#: ipconst.ssmtpresponse64
 
1884
msgid "Conversion with loss performed"
 
1885
msgstr ""
 
1886
 
 
1887
#: ipconst.ssmtpresponse65
 
1888
msgid "Conversion failed"
 
1889
msgstr ""
 
1890
 
 
1891
#: ipconst.ssmtpresponse70
 
1892
msgid "Other or undefined security status"
 
1893
msgstr ""
 
1894
 
 
1895
#: ipconst.ssmtpresponse71
 
1896
msgid "Delivery not authorized, message refused"
 
1897
msgstr ""
 
1898
 
 
1899
#: ipconst.ssmtpresponse72
 
1900
msgid "Mailing list expansion prohibited"
 
1901
msgstr ""
 
1902
 
 
1903
#: ipconst.ssmtpresponse73
 
1904
msgid "Security conversion required but not possible"
 
1905
msgstr ""
 
1906
 
 
1907
#: ipconst.ssmtpresponse74
 
1908
msgid "Security features not supported"
 
1909
msgstr ""
 
1910
 
 
1911
#: ipconst.ssmtpresponse75
 
1912
msgid "Cryptographic failure"
 
1913
msgstr ""
 
1914
 
 
1915
#: ipconst.ssmtpresponse76
 
1916
msgid "Cryptographic algorithm not supported"
 
1917
msgstr ""
 
1918
 
 
1919
#: ipconst.ssmtpresponse77
 
1920
msgid "Message integrity failure"
 
1921
msgstr ""
 
1922
 
 
1923
#: ipconst.ssmtpresponsesubunknown
 
1924
msgid "Unknown subcode"
 
1925
msgstr ""
 
1926
 
 
1927
#: ipconst.ssmtpresponseunknown
 
1928
msgid "Unknown response code"
 
1929
msgstr ""
 
1930
 
 
1931
#: ipconst.ssockserr
 
1932
msgid "SOCKS request refused - %d"
 
1933
msgstr "SOCKS demande refusée - %d"
 
1934
 
 
1935
#: ipconst.sssauthlogin
 
1936
msgid "Requesting authentication"
 
1937
msgstr ""
 
1938
 
 
1939
#: ipconst.sssauthpass
 
1940
msgid "Authenticating password"
 
1941
msgstr ""
 
1942
 
 
1943
#: ipconst.sssauthuser
 
1944
msgid "Authenticating username"
 
1945
msgstr ""
 
1946
 
 
1947
#: ipconst.sssconnect
 
1948
msgctxt "ipconst.sssconnect"
 
1949
msgid "Connecting"
 
1950
msgstr ""
 
1951
 
 
1952
#: ipconst.sssdata
 
1953
msgid "Sending Data"
 
1954
msgstr ""
 
1955
 
 
1956
#: ipconst.sssehlo
 
1957
msgid "Logging on with EHLO"
 
1958
msgstr ""
 
1959
 
 
1960
#: ipconst.sssexpand
 
1961
msgid "Expanding"
 
1962
msgstr ""
 
1963
 
 
1964
#: ipconst.ssshelo
 
1965
msgid "Logging on with HELO"
 
1966
msgstr ""
 
1967
 
 
1968
#: ipconst.ssshelp
 
1969
msgid "Help"
 
1970
msgstr ""
 
1971
 
 
1972
#: ipconst.ssslbadcertificate
 
1973
msgid "Bad certificate."
 
1974
msgstr ""
 
1975
 
 
1976
#: ipconst.ssslbadcerttype
 
1977
msgid "Cert type not found"
 
1978
msgstr ""
 
1979
 
 
1980
#: ipconst.ssslbadcompressionvalue
 
1981
msgid "Compression value is wrong."
 
1982
msgstr ""
 
1983
 
 
1984
#: ipconst.ssslbadkeyexchangetype
 
1985
msgid "Key exchange message expected but not received"
 
1986
msgstr ""
 
1987
 
 
1988
#: ipconst.ssslbadmac
 
1989
msgid "MAC did not match."
 
1990
msgstr ""
 
1991
 
 
1992
#: ipconst.ssslbadmd5hash
 
1993
msgid "MD5 hash did not match."
 
1994
msgstr ""
 
1995
 
 
1996
#: ipconst.ssslbadpublicencoding
 
1997
msgid "Bad public encoding type."
 
1998
msgstr ""
 
1999
 
 
2000
#: ipconst.ssslbadrecordmac
 
2001
msgid "Server received a bad record MAC."
 
2002
msgstr ""
 
2003
 
 
2004
#: ipconst.ssslbadsha1hash
 
2005
msgid "SHA1 hash did not match."
 
2006
msgstr ""
 
2007
 
 
2008
#: ipconst.ssslblocksizeerror
 
2009
msgid "Block size error"
 
2010
msgstr ""
 
2011
 
 
2012
#: ipconst.ssslbufferoverflow
 
2013
msgid "Buffer overflow error."
 
2014
msgstr ""
 
2015
 
 
2016
#: ipconst.ssslbuffersizemissmatch
 
2017
msgid "Buffer size miss-match."
 
2018
msgstr ""
 
2019
 
 
2020
#: ipconst.ssslclosenotify
 
2021
msgid "Server sent close notify."
 
2022
msgstr ""
 
2023
 
 
2024
#: ipconst.ssslcompressionfailure
 
2025
msgid "Compression failure."
 
2026
msgstr ""
 
2027
 
 
2028
#: ipconst.ssslconnectchange
 
2029
msgid "Can not change SSL status while connected."
 
2030
msgstr ""
 
2031
 
 
2032
#: ipconst.ssslencryptbuf2small
 
2033
msgid "Encrypt buffer to small."
 
2034
msgstr ""
 
2035
 
 
2036
#: ipconst.ssslencryptiontype
 
2037
msgid "Encryption type not defined."
 
2038
msgstr ""
 
2039
 
 
2040
#: ipconst.ssslexpiredcertificate
 
2041
msgid "Expired Certificate."
 
2042
msgstr ""
 
2043
 
 
2044
#: ipconst.ssslfailedhelloparse
 
2045
msgid "Did not parse server hello correctly."
 
2046
msgstr ""
 
2047
 
 
2048
#: ipconst.ssslhandshakefailure
 
2049
msgid "Handshake failure."
 
2050
msgstr ""
 
2051
 
 
2052
#: ipconst.ssslillegalparameter
 
2053
msgid "Illegal Parameter."
 
2054
msgstr ""
 
2055
 
 
2056
#: ipconst.ssslinvalidcipher
 
2057
msgid "Invalid cipher."
 
2058
msgstr ""
 
2059
 
 
2060
#: ipconst.ssslnocertificate
 
2061
msgid "Certificate is not available."
 
2062
msgstr ""
 
2063
 
 
2064
#: ipconst.ssslnohashtype
 
2065
msgid "No hash type selected."
 
2066
msgstr ""
 
2067
 
 
2068
#: ipconst.ssslnomessageencslected
 
2069
msgid "No message encoding type selected."
 
2070
msgstr ""
 
2071
 
 
2072
#: ipconst.ssslnoroom
 
2073
msgid "Not enough memory available to read SSL record."
 
2074
msgstr ""
 
2075
 
 
2076
#: ipconst.ssslnotenoughkeymaterail
 
2077
msgid "Not enough key material."
 
2078
msgstr ""
 
2079
 
 
2080
#: ipconst.ssslpaddingerror
 
2081
msgid "Padding error."
 
2082
msgstr ""
 
2083
 
 
2084
#: ipconst.ssslparsererror
 
2085
msgid "Parsing error."
 
2086
msgstr ""
 
2087
 
 
2088
#: ipconst.ssslpointernotassigned
 
2089
msgid "Pointer not assigned."
 
2090
msgstr ""
 
2091
 
 
2092
#: ipconst.ssslreaderror
 
2093
msgid "Read error."
 
2094
msgstr ""
 
2095
 
 
2096
#: ipconst.ssslreadsizemissmatch
 
2097
msgid "Read size miss-match."
 
2098
msgstr ""
 
2099
 
 
2100
#: ipconst.ssslrevokedcertificate
 
2101
msgid "Revoked Certificate."
 
2102
msgstr ""
 
2103
 
 
2104
#: ipconst.ssslservernohandshake
 
2105
msgid "Server cid not return a handshake message."
 
2106
msgstr ""
 
2107
 
 
2108
#: ipconst.ssslservernoserverhello
 
2109
msgid "Server cid not return a server hello message."
 
2110
msgstr ""
 
2111
 
 
2112
#: ipconst.ssslsessidtolong
 
2113
msgid "Session ID is longer than 32 bytes."
 
2114
msgstr ""
 
2115
 
 
2116
#: ipconst.ssslshabuf2small
 
2117
msgid "SHA1 buffer to small."
 
2118
msgstr ""
 
2119
 
 
2120
#: ipconst.ssslunexpectedmessage
 
2121
msgid "Server received an unexpected message."
 
2122
msgstr ""
 
2123
 
 
2124
#: ipconst.ssslunknowncertificate
 
2125
msgid "Unknown Certificate."
 
2126
msgstr ""
 
2127
 
 
2128
#: ipconst.ssslunprocesseddata
 
2129
msgid "SSL data processing error."
 
2130
msgstr ""
 
2131
 
 
2132
#: ipconst.ssslunsupportedcertificate
 
2133
msgid "Unsupported Certificate."
 
2134
msgstr ""
 
2135
 
 
2136
#: ipconst.ssslunsupportedchiper
 
2137
msgid "Unsupported cipher chosen."
 
2138
msgstr ""
 
2139
 
 
2140
#: ipconst.ssslunsupportedencoding
 
2141
msgid "Unsupported public encoding."
 
2142
msgstr ""
 
2143
 
 
2144
#: ipconst.sssmailfrom
 
2145
msgid "Sending sender's info"
 
2146
msgstr ""
 
2147
 
 
2148
#: ipconst.sssnoop
 
2149
msgctxt "ipconst.sssnoop"
 
2150
msgid "No operation"
 
2151
msgstr ""
 
2152
 
 
2153
#: ipconst.sssquit
 
2154
msgid "Quit"
 
2155
msgstr ""
 
2156
 
 
2157
#: ipconst.sssrcptbcc
 
2158
msgid "Sending BCC info"
 
2159
msgstr ""
 
2160
 
 
2161
#: ipconst.sssrcptcc
 
2162
msgid "Sending CC info"
 
2163
msgstr ""
 
2164
 
 
2165
#: ipconst.sssrcptto
 
2166
msgid "Sending MailTo info"
 
2167
msgstr ""
 
2168
 
 
2169
#: ipconst.sssrset
 
2170
msgid "Resetting server"
 
2171
msgstr ""
 
2172
 
 
2173
#: ipconst.ssssaml
 
2174
msgid "ssSaml"
 
2175
msgstr ""
 
2176
 
 
2177
#: ipconst.ssssend
 
2178
msgid "ssSend"
 
2179
msgstr ""
 
2180
 
 
2181
#: ipconst.ssssendenvelope
 
2182
msgid "Sending Envelope"
 
2183
msgstr ""
 
2184
 
 
2185
#: ipconst.ssssendmessage
 
2186
msgid "Sending Message"
 
2187
msgstr ""
 
2188
 
 
2189
#: ipconst.ssssoml
 
2190
msgid "ssSoml"
 
2191
msgstr ""
 
2192
 
 
2193
#: ipconst.sssspecial
 
2194
msgctxt "ipconst.sssspecial"
 
2195
msgid "Sending special command"
 
2196
msgstr ""
 
2197
 
 
2198
#: ipconst.sssturn
 
2199
msgid "ssTurn"
 
2200
msgstr ""
 
2201
 
 
2202
#: ipconst.sssverify
 
2203
msgid "Verifying"
 
2204
msgstr ""
 
2205
 
 
2206
#: ipconst.ssterror
 
2207
msgid "An error has occured during this task."
 
2208
msgstr ""
 
2209
 
 
2210
#: ipconst.sstlogon
 
2211
msgctxt "ipconst.sstlogon"
 
2212
msgid "Logging on"
 
2213
msgstr ""
 
2214
 
 
2215
#: ipconst.sstnotask
 
2216
msgid "None"
 
2217
msgstr ""
 
2218
 
 
2219
#: ipconst.sstreamcreated
 
2220
msgid "Successfully created "
 
2221
msgstr ""
 
2222
 
 
2223
#: ipconst.sstreamcreateerror
 
2224
msgid "Stream create error "
 
2225
msgstr ""
 
2226
 
 
2227
#: ipconst.sstsendmail
 
2228
msgid "Sending mail"
 
2229
msgstr ""
 
2230
 
 
2231
#: ipconst.sunsupportedencoding
 
2232
msgid "Encoding method not supported"
 
2233
msgstr ""
 
2234
 
 
2235
#: ipconst.suuencodecounterr
 
2236
msgid "Count <> Len or Count > 63"
 
2237
msgstr ""
 
2238
 
 
2239
#: ipconst.swebimagecannotload
 
2240
msgid "Cannot load %s"
 
2241
msgstr ""
 
2242
 
 
2243
#: ipconst.swebimagenotfound
 
2244
msgid "%s was not found"
 
2245
msgstr ""
 
2246
 
 
2247
#: ipconst.swebimagestreambad
 
2248
msgid "Cannot load image from stream"
 
2249
msgstr ""
 
2250
 
 
2251
#: ipconst.swinsockerr
 
2252
msgid "WinSock Error (%d): %s, on API '%s'"
 
2253
msgstr "Erreur WinSock (%d): %s, sur  API '%s'"
 
2254
 
 
2255
#: ipconst.swriteafterrename
 
2256
msgid "***Write after rename"
 
2257
msgstr ""
 
2258
 
 
2259
#: ipconst.swrongstateerr
 
2260
msgid "Can not comply, wrong state"
 
2261
msgstr ""
 
2262
 
 
2263
#: ipconst.swsaeacces
 
2264
msgid "Permission denied"
 
2265
msgstr "Permission refusée"
 
2266
 
 
2267
#: ipconst.swsaeaddrinuse
 
2268
msgid "Address already in use"
 
2269
msgstr "Adresse déjà utilisée"
 
2270
 
 
2271
#: ipconst.swsaeaddrnotavail
 
2272
msgid "Cannot assign requested address"
 
2273
msgstr "Impossible d'assigner l'adresse demandée"
 
2274
 
 
2275
#: ipconst.swsaeafnosupport
 
2276
msgid "Address family not supported by protocol family"
 
2277
msgstr "Famille d'adresses non pris en charge par la famille de protocole"
 
2278
 
 
2279
#: ipconst.swsaealready
 
2280
msgid "Operation already in progress"
 
2281
msgstr "Opération déjà en cours"
 
2282
 
 
2283
#: ipconst.swsaebadf
 
2284
msgid "Bad file descriptor"
 
2285
msgstr "Mauvais descripteur de fichier"
 
2286
 
 
2287
#: ipconst.swsaecancelled
 
2288
msgid "Cancelled"
 
2289
msgstr ""
 
2290
 
 
2291
#: ipconst.swsaeconnaborted
 
2292
msgid "Software caused connection abort"
 
2293
msgstr ""
 
2294
 
 
2295
#: ipconst.swsaeconnrefused
 
2296
msgid "Connection refused"
 
2297
msgstr ""
 
2298
 
 
2299
#: ipconst.swsaeconnreset
 
2300
msgid "Connection reset by peer"
 
2301
msgstr ""
 
2302
 
 
2303
#: ipconst.swsaedestaddrreq
 
2304
msgid "Destination address required"
 
2305
msgstr "Adresse de destination requise"
 
2306
 
 
2307
#: ipconst.swsaediscon
 
2308
msgid "Graceful shutdown in progress"
 
2309
msgstr ""
 
2310
 
 
2311
#: ipconst.swsaedquot
 
2312
msgid "Disk quota exceeded"
 
2313
msgstr ""
 
2314
 
 
2315
#: ipconst.swsaefault
 
2316
msgid "Bad address"
 
2317
msgstr "Mauvaise adresse"
 
2318
 
 
2319
#: ipconst.swsaehostdown
 
2320
msgid "Host is down"
 
2321
msgstr ""
 
2322
 
 
2323
#: ipconst.swsaehostunreach
 
2324
msgid "No route to host"
 
2325
msgstr ""
 
2326
 
 
2327
#: ipconst.swsaeinprogress
 
2328
msgid "Operation now in progress"
 
2329
msgstr "Opération en cours"
 
2330
 
 
2331
#: ipconst.swsaeintr
 
2332
msgid "Interrupted function call"
 
2333
msgstr ""
 
2334
 
 
2335
#: ipconst.swsaeinval
 
2336
msgid "Invalid argument"
 
2337
msgstr "Argument invalide"
 
2338
 
 
2339
#: ipconst.swsaeinvalidproctable
 
2340
msgid "Invalid procedure table from service provider"
 
2341
msgstr ""
 
2342
 
 
2343
#: ipconst.swsaeinvalidprovider
 
2344
msgid "Invalid service provider version number"
 
2345
msgstr ""
 
2346
 
 
2347
#: ipconst.swsaeisconn
 
2348
msgid "Socket is already connected"
 
2349
msgstr ""
 
2350
 
 
2351
#: ipconst.swsaeloop
 
2352
msgid "Too many levels of symbolic links"
 
2353
msgstr ""
 
2354
 
 
2355
#: ipconst.swsaemfile
 
2356
msgid "Too many open files"
 
2357
msgstr "Trop de fichiers ouverts"
 
2358
 
 
2359
#: ipconst.swsaemsgsize
 
2360
msgid "Message too long"
 
2361
msgstr "Message trop long"
 
2362
 
 
2363
#: ipconst.swsaenametoolong
 
2364
msgid "File name too long"
 
2365
msgstr ""
 
2366
 
 
2367
#: ipconst.swsaenetdown
 
2368
msgid "Network is down"
 
2369
msgstr "Le réseau est arrêté"
 
2370
 
 
2371
#: ipconst.swsaenetreset
 
2372
msgid "Network dropped connection on reset"
 
2373
msgstr ""
 
2374
 
 
2375
#: ipconst.swsaenetunreach
 
2376
msgid "Network is unreachable"
 
2377
msgstr "Le réseau est inacessible"
 
2378
 
 
2379
#: ipconst.swsaenobufs
 
2380
msgid "No buffer space available"
 
2381
msgstr ""
 
2382
 
 
2383
#: ipconst.swsaenomore
 
2384
msgctxt "ipconst.swsaenomore"
 
2385
msgid "No more data available"
 
2386
msgstr ""
 
2387
 
 
2388
#: ipconst.swsaenoprotoopt
 
2389
msgid "Bad protocol option"
 
2390
msgstr "Mauvaise option de protocole"
 
2391
 
 
2392
#: ipconst.swsaenotconn
 
2393
msgid "Socket is not connected"
 
2394
msgstr ""
 
2395
 
 
2396
#: ipconst.swsaenotempty
 
2397
msgid "Directory not empty"
 
2398
msgstr ""
 
2399
 
 
2400
#: ipconst.swsaenotsock
 
2401
msgid "Socket operation on nonsocket"
 
2402
msgstr ""
 
2403
 
 
2404
#: ipconst.swsaeopnotsupp
 
2405
msgid "Operation not supported"
 
2406
msgstr "Opération non supportée"
 
2407
 
 
2408
#: ipconst.swsaepfnosupport
 
2409
msgid "Protocol family not supported"
 
2410
msgstr "Famille de protocole non supportée"
 
2411
 
 
2412
#: ipconst.swsaeproclim
 
2413
msgid "Too many processes"
 
2414
msgstr ""
 
2415
 
 
2416
#: ipconst.swsaeprotonosupport
 
2417
msgid "Protocol not supported"
 
2418
msgstr "Protocole non supporté"
 
2419
 
 
2420
#: ipconst.swsaeprototype
 
2421
msgid "Protocol wrong type for socket"
 
2422
msgstr "Type de protocole incorrect pour le socket"
 
2423
 
 
2424
#: ipconst.swsaeproviderfailedinit
 
2425
msgid "Unable to initialize a service provider"
 
2426
msgstr ""
 
2427
 
 
2428
#: ipconst.swsaerefused
 
2429
msgid "Refused"
 
2430
msgstr ""
 
2431
 
 
2432
#: ipconst.swsaeremote
 
2433
msgid "Too many levels of remote in path"
 
2434
msgstr ""
 
2435
 
 
2436
#: ipconst.swsaeshutdown
 
2437
msgid "Cannot send after socket shutdown"
 
2438
msgstr ""
 
2439
 
 
2440
#: ipconst.swsaesocktnosupport
 
2441
msgid "Socket type not supported"
 
2442
msgstr "Type de socket non supporté"
 
2443
 
 
2444
#: ipconst.swsaestale
 
2445
msgid "Stale NFS file handle"
 
2446
msgstr ""
 
2447
 
 
2448
#: ipconst.swsaetimedout
 
2449
msgid "Connection timed out"
 
2450
msgstr ""
 
2451
 
 
2452
#: ipconst.swsaetoomanyrefs
 
2453
msgid "Too many references; cannot splice"
 
2454
msgstr ""
 
2455
 
 
2456
#: ipconst.swsaeusers
 
2457
msgid "Too many users"
 
2458
msgstr ""
 
2459
 
 
2460
#: ipconst.swsaewouldblock
 
2461
msgid "Resource temporarily unavailable"
 
2462
msgstr "Ressource temporairement invalide"
 
2463
 
 
2464
#: ipconst.swsahost_not_found
 
2465
msgid "Host not found"
 
2466
msgstr ""
 
2467
 
 
2468
#: ipconst.swsanotinitialised
 
2469
msgid "Successful WSAStartup not yet performed"
 
2470
msgstr ""
 
2471
 
 
2472
#: ipconst.swsano_data
 
2473
msgid "Valid name, no data record of requested type"
 
2474
msgstr ""
 
2475
 
 
2476
#: ipconst.swsano_recovery
 
2477
msgid "This is a nonrecoverable error"
 
2478
msgstr ""
 
2479
 
 
2480
#: ipconst.swsaservice_not_found
 
2481
msgid "Service not found"
 
2482
msgstr ""
 
2483
 
 
2484
#: ipconst.swsasyscallfailure
 
2485
msgid "System call failure"
 
2486
msgstr ""
 
2487
 
 
2488
#: ipconst.swsasysnotready
 
2489
msgid "Network subsystem is unavailable"
 
2490
msgstr ""
 
2491
 
 
2492
#: ipconst.swsatry_again
 
2493
msgid "Nonauthoritative host not found"
 
2494
msgstr ""
 
2495
 
 
2496
#: ipconst.swsatype_not_found
 
2497
msgid "Type not found"
 
2498
msgstr ""
 
2499
 
 
2500
#: ipconst.swsavernotsupported
 
2501
msgid "WinSock DLL version not supported"
 
2502
msgstr ""
 
2503
 
 
2504
#: ipconst.swsa_e_cancelled
 
2505
msgid "Lookup cancelled"
 
2506
msgstr ""
 
2507
 
 
2508
#: ipconst.swsa_e_no_more
 
2509
msgctxt "ipconst.swsa_e_no_more"
 
2510
msgid "No more data available"
 
2511
msgstr ""
 
2512
 
 
2513
#: ipconst.swsa_qos_admission_failure
 
2514
msgid "Error due to lack of resources"
 
2515
msgstr ""
 
2516
 
 
2517
#: ipconst.swsa_qos_bad_object
 
2518
msgid "Problem filterspec or providerspecific buffer"
 
2519
msgstr ""
 
2520
 
 
2521
#: ipconst.swsa_qos_bad_style
 
2522
msgid "Unknown or conflicting style"
 
2523
msgstr ""
 
2524
 
 
2525
#: ipconst.swsa_qos_generic_error
 
2526
msgid "General error"
 
2527
msgstr ""
 
2528
 
 
2529
#: ipconst.swsa_qos_no_receivers
 
2530
msgid "There are no receivers"
 
2531
msgstr ""
 
2532
 
 
2533
#: ipconst.swsa_qos_no_senders
 
2534
msgid "There are no senders"
 
2535
msgstr ""
 
2536
 
 
2537
#: ipconst.swsa_qos_policy_failure
 
2538
msgid "Rejected for administrative reasons - bad credentials"
 
2539
msgstr ""
 
2540
 
 
2541
#: ipconst.swsa_qos_receivers
 
2542
msgid "At least one Reserve has arrived"
 
2543
msgstr ""
 
2544
 
 
2545
#: ipconst.swsa_qos_request_confirmed
 
2546
msgid "Reserve has been confirmed"
 
2547
msgstr ""
 
2548
 
 
2549
#: ipconst.swsa_qos_senders
 
2550
msgid "At least one Path has arrived"
 
2551
msgstr ""
 
2552
 
 
2553
#: ipconst.swsa_qos_traffic_ctrl_error
 
2554
msgid "Problem with some part of the flowspec"
 
2555
msgstr ""
 
2556