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

« back to all changes in this revision

Viewing changes to components/synedit/languages/syneditstrconst.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
"MIME-Version: 1.0\n"
 
4
"Content-Type: text/plain; charset=UTF-8\n"
 
5
"Content-Transfer-Encoding: 8bit\n"
 
6
"Project-Id-Version: \n"
 
7
"POT-Creation-Date: \n"
 
8
"PO-Revision-Date: \n"
 
9
"Last-Translator: Beuselinck Vincent <vincent@beuselinck.fr>\n"
 
10
"Language-Team: \n"
 
11
 
 
12
#: syneditstrconst.syns_attrasp
 
13
msgid "Asp"
 
14
msgstr ""
 
15
 
 
16
#: syneditstrconst.syns_attrassembler
 
17
msgid "Assembler"
 
18
msgstr ""
 
19
 
 
20
#: syneditstrconst.syns_attrattributename
 
21
msgid "Attribute Name"
 
22
msgstr ""
 
23
 
 
24
#: syneditstrconst.syns_attrattributevalue
 
25
msgid "Attribute Value"
 
26
msgstr ""
 
27
 
 
28
#: syneditstrconst.syns_attrblock
 
29
msgid "Block"
 
30
msgstr ""
 
31
 
 
32
#: syneditstrconst.syns_attrbrackets
 
33
msgid "Brackets"
 
34
msgstr ""
 
35
 
 
36
#: syneditstrconst.syns_attrcaselabel
 
37
msgid "Case label"
 
38
msgstr ""
 
39
 
 
40
#: syneditstrconst.syns_attrcdatasection
 
41
msgid "CDATA Section"
 
42
msgstr ""
 
43
 
 
44
#: syneditstrconst.syns_attrcharacter
 
45
msgid "Character"
 
46
msgstr ""
 
47
 
 
48
#: syneditstrconst.syns_attrchunkmarker
 
49
msgid "Diff Chunk Marker"
 
50
msgstr ""
 
51
 
 
52
#: syneditstrconst.syns_attrchunkmixed
 
53
msgid "Diff Chunk Line Counts"
 
54
msgstr ""
 
55
 
 
56
#: syneditstrconst.syns_attrchunknew
 
57
msgid "Diff Chunk New Line Count"
 
58
msgstr ""
 
59
 
 
60
#: syneditstrconst.syns_attrchunkorig
 
61
msgid "Diff Chunk Original Line Count"
 
62
msgstr ""
 
63
 
 
64
#: syneditstrconst.syns_attrclass
 
65
msgid "Class"
 
66
msgstr ""
 
67
 
 
68
#: syneditstrconst.syns_attrcomment
 
69
msgid "Comment"
 
70
msgstr ""
 
71
 
 
72
#: syneditstrconst.syns_attrcondition
 
73
msgid "Condition"
 
74
msgstr ""
 
75
 
 
76
#: syneditstrconst.syns_attrdatatype
 
77
msgid "Data type"
 
78
msgstr ""
 
79
 
 
80
#: syneditstrconst.syns_attrdefaultpackage
 
81
msgid "Default packages"
 
82
msgstr ""
 
83
 
 
84
#: syneditstrconst.syns_attrdir
 
85
msgid "Direction"
 
86
msgstr ""
 
87
 
 
88
#: syneditstrconst.syns_attrdirective
 
89
msgid "Directive"
 
90
msgstr ""
 
91
 
 
92
#: syneditstrconst.syns_attrdoctypesection
 
93
msgid "DOCTYPE Section"
 
94
msgstr ""
 
95
 
 
96
#: syneditstrconst.syns_attrdocumentation
 
97
msgid "Documentation"
 
98
msgstr ""
 
99
 
 
100
#: syneditstrconst.syns_attrelementname
 
101
msgid "Element Name"
 
102
msgstr ""
 
103
 
 
104
#: syneditstrconst.syns_attrembedsql
 
105
msgid "Embedded SQL"
 
106
msgstr ""
 
107
 
 
108
#: syneditstrconst.syns_attrembedtext
 
109
msgid "Embedded text"
 
110
msgstr ""
 
111
 
 
112
#: syneditstrconst.syns_attrentityreference
 
113
msgid "Entity Reference"
 
114
msgstr ""
 
115
 
 
116
#: syneditstrconst.syns_attrescapeampersand
 
117
msgid "Escape ampersand"
 
118
msgstr ""
 
119
 
 
120
#: syneditstrconst.syns_attrevent
 
121
msgid "Event"
 
122
msgstr ""
 
123
 
 
124
#: syneditstrconst.syns_attrexception
 
125
msgid "Exception"
 
126
msgstr ""
 
127
 
 
128
#: syneditstrconst.syns_attrflags
 
129
msgid "Flags"
 
130
msgstr ""
 
131
 
 
132
#: syneditstrconst.syns_attrfloat
 
133
msgid "Float"
 
134
msgstr ""
 
135
 
 
136
#: syneditstrconst.syns_attrform
 
137
msgid "Form"
 
138
msgstr ""
 
139
 
 
140
#: syneditstrconst.syns_attrfunction
 
141
msgid "Function"
 
142
msgstr ""
 
143
 
 
144
#: syneditstrconst.syns_attrhexadecimal
 
145
msgid "Hexadecimal"
 
146
msgstr ""
 
147
 
 
148
#: syneditstrconst.syns_attricon
 
149
msgid "Icon reference"
 
150
msgstr ""
 
151
 
 
152
#: syneditstrconst.syns_attridedirective
 
153
msgid "IDE Directive"
 
154
msgstr ""
 
155
 
 
156
#: syneditstrconst.syns_attridentifier
 
157
msgid "Identifier"
 
158
msgstr ""
 
159
 
 
160
#: syneditstrconst.syns_attrillegalchar
 
161
msgid "Illegal char"
 
162
msgstr ""
 
163
 
 
164
#: syneditstrconst.syns_attrinclude
 
165
msgid "Include"
 
166
msgstr ""
 
167
 
 
168
#: syneditstrconst.syns_attrindirect
 
169
msgid "Indirect"
 
170
msgstr ""
 
171
 
 
172
#: syneditstrconst.syns_attrinternalfunction
 
173
msgid "Internal function"
 
174
msgstr ""
 
175
 
 
176
#: syneditstrconst.syns_attrinvalidsymbol
 
177
msgid "Invalid symbol"
 
178
msgstr ""
 
179
 
 
180
#: syneditstrconst.syns_attrkey
 
181
msgid "Key"
 
182
msgstr ""
 
183
 
 
184
#: syneditstrconst.syns_attrlabel
 
185
msgid "Label"
 
186
msgstr ""
 
187
 
 
188
#: syneditstrconst.syns_attrlineadded
 
189
msgid "Diff Added line"
 
190
msgstr ""
 
191
 
 
192
#: syneditstrconst.syns_attrlinechanged
 
193
msgid "Diff Changed Line"
 
194
msgstr ""
 
195
 
 
196
#: syneditstrconst.syns_attrlinecontext
 
197
msgid "Diff Context Line"
 
198
msgstr ""
 
199
 
 
200
#: syneditstrconst.syns_attrlineremoved
 
201
msgid "Diff Removed Line"
 
202
msgstr ""
 
203
 
 
204
#: syneditstrconst.syns_attrmacro
 
205
msgid "Macro"
 
206
msgstr ""
 
207
 
 
208
#: syneditstrconst.syns_attrmarker
 
209
msgid "Marker"
 
210
msgstr ""
 
211
 
 
212
#: syneditstrconst.syns_attrmathmode
 
213
msgid "Math Mode"
 
214
msgstr ""
 
215
 
 
216
#: syneditstrconst.syns_attrmessage
 
217
msgid "Message"
 
218
msgstr ""
 
219
 
 
220
#: syneditstrconst.syns_attrmiscellaneous
 
221
msgid "Miscellaneous"
 
222
msgstr ""
 
223
 
 
224
#: syneditstrconst.syns_attrnamespaceattrname
 
225
msgid "Namespace Attribute Name"
 
226
msgstr ""
 
227
 
 
228
#: syneditstrconst.syns_attrnamespaceattrvalue
 
229
msgid "Namespace Attribute Value"
 
230
msgstr ""
 
231
 
 
232
#: syneditstrconst.syns_attrnewfile
 
233
msgid "Diff New File"
 
234
msgstr ""
 
235
 
 
236
#: syneditstrconst.syns_attrnonreservedkeyword
 
237
msgid "Non-reserved keyword"
 
238
msgstr ""
 
239
 
 
240
#: syneditstrconst.syns_attrnull
 
241
msgid "Null"
 
242
msgstr ""
 
243
 
 
244
#: syneditstrconst.syns_attrnumber
 
245
msgid "Number"
 
246
msgstr ""
 
247
 
 
248
#: syneditstrconst.syns_attroctal
 
249
msgid "Octal"
 
250
msgstr ""
 
251
 
 
252
#: syneditstrconst.syns_attroperator
 
253
msgid "Operator"
 
254
msgstr ""
 
255
 
 
256
#: syneditstrconst.syns_attrorigfile
 
257
msgid "Diff Original File"
 
258
msgstr ""
 
259
 
 
260
#: syneditstrconst.syns_attrplsql
 
261
msgid "Reserved word (PL/SQL)"
 
262
msgstr ""
 
263
 
 
264
#: syneditstrconst.syns_attrpragma
 
265
msgid "Pragma"
 
266
msgstr ""
 
267
 
 
268
#: syneditstrconst.syns_attrpreprocessor
 
269
msgid "Preprocessor"
 
270
msgstr ""
 
271
 
 
272
#: syneditstrconst.syns_attrprevvalue
 
273
msgid "Previous value"
 
274
msgstr ""
 
275
 
 
276
#: syneditstrconst.syns_attrprocessinginstr
 
277
msgid "Processing Instruction"
 
278
msgstr ""
 
279
 
 
280
#: syneditstrconst.syns_attrqualifier
 
281
msgid "Qualifier"
 
282
msgstr ""
 
283
 
 
284
#: syneditstrconst.syns_attrregister
 
285
msgid "Register"
 
286
msgstr ""
 
287
 
 
288
#: syneditstrconst.syns_attrreservedword
 
289
msgid "Reserved word"
 
290
msgstr ""
 
291
 
 
292
#: syneditstrconst.syns_attrroundbracket
 
293
msgid "Round Bracket"
 
294
msgstr ""
 
295
 
 
296
#: syneditstrconst.syns_attrrpl
 
297
msgid "Rpl"
 
298
msgstr ""
 
299
 
 
300
#: syneditstrconst.syns_attrrplcomment
 
301
msgid "Rpl comment"
 
302
msgstr ""
 
303
 
 
304
#: syneditstrconst.syns_attrrplkey
 
305
msgid "Rpl key"
 
306
msgstr ""
 
307
 
 
308
#: syneditstrconst.syns_attrsasm
 
309
msgid "SASM"
 
310
msgstr ""
 
311
 
 
312
#: syneditstrconst.syns_attrsasmcomment
 
313
msgid "SASM Comment"
 
314
msgstr ""
 
315
 
 
316
#: syneditstrconst.syns_attrsasmkey
 
317
msgid "SASM Key"
 
318
msgstr ""
 
319
 
 
320
#: syneditstrconst.syns_attrsecondreservedword
 
321
msgid "Second reserved word"
 
322
msgstr ""
 
323
 
 
324
#: syneditstrconst.syns_attrsection
 
325
msgid "Section"
 
326
msgstr ""
 
327
 
 
328
#: syneditstrconst.syns_attrspace
 
329
msgid "Space"
 
330
msgstr ""
 
331
 
 
332
#: syneditstrconst.syns_attrspecialvariable
 
333
msgid "Special variable"
 
334
msgstr ""
 
335
 
 
336
#: syneditstrconst.syns_attrsqlkey
 
337
msgid "SQL keyword"
 
338
msgstr ""
 
339
 
 
340
#: syneditstrconst.syns_attrsqlplus
 
341
msgid "SQL*Plus command"
 
342
msgstr ""
 
343
 
 
344
#: syneditstrconst.syns_attrsquarebracket
 
345
msgid "Square Bracket"
 
346
msgstr ""
 
347
 
 
348
#: syneditstrconst.syns_attrstring
 
349
msgid "String"
 
350
msgstr ""
 
351
 
 
352
#: syneditstrconst.syns_attrsymbol
 
353
msgid "Symbol"
 
354
msgstr ""
 
355
 
 
356
#: syneditstrconst.syns_attrsyntaxerror
 
357
msgid "SyntaxError"
 
358
msgstr ""
 
359
 
 
360
#: syneditstrconst.syns_attrsystem
 
361
msgid "System functions and variables"
 
362
msgstr ""
 
363
 
 
364
#: syneditstrconst.syns_attrsystemvalue
 
365
msgid "System value"
 
366
msgstr ""
 
367
 
 
368
#: syneditstrconst.syns_attrtablename
 
369
msgid "Table Name"
 
370
msgstr ""
 
371
 
 
372
#: syneditstrconst.syns_attrterminator
 
373
msgid "Terminator"
 
374
msgstr ""
 
375
 
 
376
#: syneditstrconst.syns_attrtexcommand
 
377
msgid "TeX Command"
 
378
msgstr ""
 
379
 
 
380
#: syneditstrconst.syns_attrtext
 
381
msgid "Text"
 
382
msgstr ""
 
383
 
 
384
#: syneditstrconst.syns_attrtextmathmode
 
385
msgid "Text in Math Mode"
 
386
msgstr ""
 
387
 
 
388
#: syneditstrconst.syns_attrunknownword
 
389
msgid "Unknown word"
 
390
msgstr ""
 
391
 
 
392
#: syneditstrconst.syns_attruser
 
393
msgid "User functions and variables"
 
394
msgstr ""
 
395
 
 
396
#: syneditstrconst.syns_attruserfunction
 
397
msgid "User functions"
 
398
msgstr ""
 
399
 
 
400
#: syneditstrconst.syns_attrvalue
 
401
msgid "Value"
 
402
msgstr ""
 
403
 
 
404
#: syneditstrconst.syns_attrvariable
 
405
msgid "Variable"
 
406
msgstr ""
 
407
 
 
408
#: syneditstrconst.syns_attrwhitespace
 
409
msgid "Whitespace"
 
410
msgstr ""
 
411
 
 
412
#: syneditstrconst.syns_duplicateshortcutmsg
 
413
#| msgid "Shortcut already exists"
 
414
msgid "The keystroke \"%s\" is already assigned to another editor command. (%s)"
 
415
msgstr "La s?quence \"%s\" est déjà affectée à une autre commande de l'éditeur. (%s)"
 
416
 
 
417
#: syneditstrconst.syns_eduplicateshortcut
 
418
msgid "Mouse-Shortcut already exists"
 
419
msgstr "Raccourci d?j? existant"
 
420
 
 
421
#: syneditstrconst.syns_emcbreakpointtoggle
 
422
msgid "Toggle Breakpoint"
 
423
msgstr ""
 
424
 
 
425
#: syneditstrconst.syns_emccodefoldcollaps
 
426
msgid "Fold Code"
 
427
msgstr ""
 
428
 
 
429
#: syneditstrconst.syns_emccodefoldcollaps_opt
 
430
msgid "Nodes,One,All,\"At Caret\",\"Current Node\""
 
431
msgstr ""
 
432
 
 
433
#: syneditstrconst.syns_emccodefoldcontextmenu
 
434
msgid "Fold Menu"
 
435
msgstr ""
 
436
 
 
437
#: syneditstrconst.syns_emccodefoldexpand
 
438
msgid "Unfold Code"
 
439
msgstr ""
 
440
 
 
441
#: syneditstrconst.syns_emccodefoldexpand_opt
 
442
msgid "Nodes,One,All"
 
443
msgstr ""
 
444
 
 
445
#: syneditstrconst.syns_emccontextmenu
 
446
msgid "Popup Menu"
 
447
msgstr ""
 
448
 
 
449
#: syneditstrconst.syns_emccontextmenucaretmove_opt
 
450
msgid "\"Move caret, when selection exists\", Never, \"Click outside\", Always"
 
451
msgstr ""
 
452
 
 
453
#: syneditstrconst.syns_emcmouselink
 
454
msgid "Source Link"
 
455
msgstr ""
 
456
 
 
457
#: syneditstrconst.syns_emcmouselink_opt
 
458
msgid "Underline,yes, no"
 
459
msgstr ""
 
460
 
 
461
#: syneditstrconst.syns_emcnone
 
462
msgid "No Action"
 
463
msgstr ""
 
464
 
 
465
#: syneditstrconst.syns_emcpasteselection
 
466
msgid "Quick Paste Selection"
 
467
msgstr ""
 
468
 
 
469
#: syneditstrconst.syns_emcselection_opt
 
470
msgid "Mode,Begin,Continue"
 
471
msgstr ""
 
472
 
 
473
#: syneditstrconst.syns_emcselectline
 
474
msgid "Select Line"
 
475
msgstr ""
 
476
 
 
477
#: syneditstrconst.syns_emcselectline_opt
 
478
msgid "\"Include spaces\",no,yes"
 
479
msgstr ""
 
480
 
 
481
#: syneditstrconst.syns_emcselectpara
 
482
msgid "Select Paragraph"
 
483
msgstr ""
 
484
 
 
485
#: syneditstrconst.syns_emcselectword
 
486
msgid "Select Word"
 
487
msgstr ""
 
488
 
 
489
#: syneditstrconst.syns_emcstartcolumnselections
 
490
msgid "Column Selection"
 
491
msgstr ""
 
492
 
 
493
#: syneditstrconst.syns_emcstartdragmove
 
494
msgid "Drag Selection"
 
495
msgstr ""
 
496
 
 
497
#: syneditstrconst.syns_emcstartlineselections
 
498
msgid "Line Selection"
 
499
msgstr ""
 
500
 
 
501
#: syneditstrconst.syns_emcstartselection
 
502
msgid "Selection"
 
503
msgstr ""
 
504
 
 
505
#: syneditstrconst.syns_emcsyneditcommand
 
506
msgid "IDE Command"
 
507
msgstr ""
 
508
 
 
509
#: syneditstrconst.syns_emcwheelhorizscrolldown
 
510
msgid "Wheel scroll down (Horizontal)"
 
511
msgstr ""
 
512
 
 
513
#: syneditstrconst.syns_emcwheelhorizscrollup
 
514
msgid "Wheel scroll up (Horizontal)"
 
515
msgstr ""
 
516
 
 
517
#: syneditstrconst.syns_emcwheelscrolldown
 
518
msgid "Wheel scroll down"
 
519
msgstr ""
 
520
 
 
521
#: syneditstrconst.syns_emcwheelscrollup
 
522
msgid "Wheel scroll up"
 
523
msgstr ""
 
524
 
 
525
#: syneditstrconst.syns_emcwheelscroll_opt
 
526
msgid "Speed,\"System settings\",Lines,Pages,\"Pages (less one line)\""
 
527
msgstr ""
 
528
 
 
529
#: syneditstrconst.syns_emcwheelvertscrolldown
 
530
msgid "Wheel scroll down (Vertical)"
 
531
msgstr ""
 
532
 
 
533
#: syneditstrconst.syns_emcwheelvertscrollup
 
534
msgid "Wheel scroll up (Vertical)"
 
535
msgstr ""
 
536
 
 
537
#: syneditstrconst.syns_emcwheelzoomin
 
538
msgid "Wheel zoom in"
 
539
msgstr ""
 
540
 
 
541
#: syneditstrconst.syns_emcwheelzoomnorm
 
542
msgid "Wheel zoom default"
 
543
msgstr ""
 
544
 
 
545
#: syneditstrconst.syns_emcwheelzoomout
 
546
msgid "Wheel zoom out"
 
547
msgstr ""
 
548
 
 
549
#: syneditstrconst.syns_exporterformathtml
 
550
msgid "HTML"
 
551
msgstr "HTML"
 
552
 
 
553
#: syneditstrconst.syns_exporterformatrtf
 
554
msgid "RTF"
 
555
msgstr "RTF"
 
556
 
 
557
#: syneditstrconst.syns_filteradsp21xx
 
558
msgid "DSP Files (*.dsp,*.inc)|*.DSP;*.INC"
 
559
msgstr "Fichiers DSP (*.dsp,*.inc)|*.DSP;*.INC"
 
560
 
 
561
#: syneditstrconst.syns_filterasm68hc11
 
562
msgid "68HC11 Assembler Files (*.hc11,*.asm,*.asc)|*.HC11;*.ASM;*.ASC"
 
563
msgstr "Fichiers asm 68HC11 (*.hc11,*.asm,*.asc)|*.HC11;*.ASM;*.ASC"
 
564
 
 
565
#: syneditstrconst.syns_filterawk
 
566
msgid "AWK Script (*.awk)|*.awk"
 
567
msgstr "Scripts AWK (*.awk)|*.awk"
 
568
 
 
569
#: syneditstrconst.syns_filterbaan
 
570
msgid "Baan 4GL Files (*.cln)|*.cln"
 
571
msgstr "Fichiers Baan 4GL (*.cln)|*.cln"
 
572
 
 
573
#: syneditstrconst.syns_filterbatch
 
574
msgid "MS-DOS Batch Files (*.bat;*.cmd)|*.bat;*.cmd"
 
575
msgstr "Scripts MS-DOS (*.bat;*.cmd)|*.bat;*.cmd"
 
576
 
 
577
#: syneditstrconst.syns_filtercache
 
578
msgid "Cache Files (*.mac,*.inc,*.int)|*.mac;*.inc;*.int"
 
579
msgstr "Fichiers Cache (*.mac,*.inc,*.int)|*.mac;*.inc;*.int"
 
580
 
 
581
#: syneditstrconst.syns_filtercaclipper
 
582
msgid "CA-Clipper Files (*.prg,*.ch,*.inc)|*.prg;*.ch;*.inc"
 
583
msgstr "Fichiers CA-Clipper (*.prg,*.ch,*.inc)|*.prg;*.ch;*.inc"
 
584
 
 
585
#: syneditstrconst.syns_filtercorbaidl
 
586
msgid "CORBA IDL files (*.idl)|*.idl"
 
587
msgstr "Fichiers CORBA IDL (*.idl)|*.idl"
 
588
 
 
589
#: syneditstrconst.syns_filtercpm
 
590
msgid "CPM reports (*.rdf,*.rif,*.rmf,*.rxf)|*.rdf;*.rif;*.rmf;*.rxf"
 
591
msgstr "Rapports CPM (*.rdf,*.rif,*.rmf,*.rxf)|*.rdf;*.rif;*.rmf;*.rxf"
 
592
 
 
593
#: syneditstrconst.syns_filtercpp
 
594
msgid "C++ Files (*.c,*.cpp,*.h,*.hpp,*.hh)|*.c;*.cpp;*.h;*.hpp;*.hh"
 
595
msgstr "Fichiers C++ (*.c,*.cpp,*.h,*.hpp,*.hh)|*.c;*.cpp;*.h;*.hpp;*.hh"
 
596
 
 
597
#: syneditstrconst.syns_filtercss
 
598
msgid "Cascading Stylesheets (*.css)|*.css"
 
599
msgstr "Fichiers de styles (*.css)|*.css"
 
600
 
 
601
#: syneditstrconst.syns_filterdfm
 
602
msgid "Borland Form Files (*.dfm;*.xfm)|*.dfm;*.xfm"
 
603
msgstr "Fichiers fiches Borland (*.dfm;*.xfm)|*.dfm;*.xfm"
 
604
 
 
605
#: syneditstrconst.syns_filterfortran
 
606
msgid "Fortran Files (*.for)|*.for"
 
607
msgstr "Fichiers Fortran (*.for)|*.for"
 
608
 
 
609
#: syneditstrconst.syns_filterfoxpro
 
610
msgid "Foxpro Files (*.prg)|*.prg"
 
611
msgstr "Fichiers Foxpro (*.prg)|*.prg"
 
612
 
 
613
#: syneditstrconst.syns_filtergalaxy
 
614
msgid "Galaxy Files (*.gtv,*.galrep,*.txt)|*.gtv;*.galrep;*.txt"
 
615
msgstr "Fichiers Galaxy (*.gtv,*.galrep,*.txt)|*.gtv;*.galrep;*.txt"
 
616
 
 
617
#: syneditstrconst.syns_filtergembase
 
618
msgid "GEMBASE Files (*.dml,*.gem)|*.DML;*.GEM"
 
619
msgstr "Fichiers GEMBASE (*.dml,*.gem)|*.DML;*.GEM"
 
620
 
 
621
#: syneditstrconst.syns_filtergws
 
622
msgid "GW-TEL Script Files (*.gws)|*.gws"
 
623
msgstr "Fichiers scripts GW-TEL (*.gws)|*.gws"
 
624
 
 
625
#: syneditstrconst.syns_filterhp48
 
626
msgid "HP48 Files (*.s,*.sou,*.a,*.hp)|*.s;*.sou;*.a;*.hp"
 
627
msgstr "Fichiers HP48 (*.s,*.sou,*.a,*.hp)|*.s;*.sou;*.a;*.hp"
 
628
 
 
629
#: syneditstrconst.syns_filterhtml
 
630
msgid "HTML Document (*.htm,*.html)|*.htm;*.html"
 
631
msgstr "Documents HTML (*.htm,*.html)|*.htm;*.html"
 
632
 
 
633
#: syneditstrconst.syns_filterini
 
634
msgid "INI Files (*.ini)|*.ini"
 
635
msgstr "Fichiers INI (*.ini)|*.ini"
 
636
 
 
637
#: syneditstrconst.syns_filterinno
 
638
msgid "Inno Setup Script Files (*.iss)|*.iss"
 
639
msgstr "Fichiers Inno Setup (*.iss)|*.iss"
 
640
 
 
641
#: syneditstrconst.syns_filterjava
 
642
msgid "Java Files (*.java)|*.java"
 
643
msgstr "Fichiers Java (*.java)|*.java"
 
644
 
 
645
#: syneditstrconst.syns_filterjscript
 
646
msgid "Javascript Files (*.js)|*.js"
 
647
msgstr "Fichiers Javascript (*.js)|*.js"
 
648
 
 
649
#: syneditstrconst.syns_filterkix
 
650
msgid "KiXtart scripts (*.kix)|*.kix"
 
651
msgstr "Scripts KiXtart (*.kix)|*.kix"
 
652
 
 
653
#: syneditstrconst.syns_filterlfm
 
654
msgid "Lazarus Form Files (*.lfm)|*.lfm"
 
655
msgstr "Fichiers fiches Lazarus (*.lfm)|*.lfm"
 
656
 
 
657
#: syneditstrconst.syns_filtermodelica
 
658
msgid "Modelica Files (*.mo)|*.mo"
 
659
msgstr "Fichiers Modelica (*.mo)|*.mo"
 
660
 
 
661
#: syneditstrconst.syns_filtermodula3
 
662
msgid "Modula-3 Files (*.m3)|*.m3"
 
663
msgstr "Fichiers Modula-3 (*.m3)|*.m3"
 
664
 
 
665
#: syneditstrconst.syns_filterpascal
 
666
msgid "Pascal Files (*.pas,*.dpr,*.dpk,*.inc)|*.pas;*.dpr;*.dpk;*.inc"
 
667
msgstr "Fichiers Pascal (*.pas,*.dpr,*.dpk,*.inc)|*.pas;*.dpr;*.dpk;*.inc"
 
668
 
 
669
#: syneditstrconst.syns_filterperl
 
670
msgid "Perl Files (*.pl,*.pm,*.cgi)|*.pl;*.pm;*.cgi"
 
671
msgstr "Fichiers Perl (*.pl,*.pm,*.cgi)|*.pl;*.pm;*.cgi"
 
672
 
 
673
#: syneditstrconst.syns_filterphp
 
674
msgid "PHP Files (*.php,*.php3,*.phtml,*.inc)|*.php;*.php3;*.phtml;*.inc"
 
675
msgstr "Fichiers PHP (*.php,*.php3,*.phtml,*.inc)|*.php;*.php3;*.phtml;*.inc"
 
676
 
 
677
#: syneditstrconst.syns_filterpo
 
678
msgid "Po Files (*.po)|*.po"
 
679
msgstr "Fichiers Po (*.po)|*.po"
 
680
 
 
681
#: syneditstrconst.syns_filterprogress
 
682
msgid "Progress Files (*.w,*.p,*.i)|*.w;*.p;*.i"
 
683
msgstr "Fichiers Progress (*.w,*.p,*.i)|*.w;*.p;*.i"
 
684
 
 
685
#: syneditstrconst.syns_filterpython
 
686
msgid "Python Files (*.py)|*.py"
 
687
msgstr "Fichiers Python (*.py)|*.py"
 
688
 
 
689
#: syneditstrconst.syns_filterrtf
 
690
msgid "Rich Text Format (*.rtf)|*.rtf"
 
691
msgstr "Format texte enrichi (*.rtf)|*.rtf"
 
692
 
 
693
#: syneditstrconst.syns_filtersdd
 
694
msgid "Semanta DD files (*.sdd)|*.sdd"
 
695
msgstr "Fichiers Semanta DD (*.sdd)|*.sdd"
 
696
 
 
697
#: syneditstrconst.syns_filtersml
 
698
msgid "Standard ML Files (*.sml)|*.sml"
 
699
msgstr "Fichiers standard ML (*.sml)|*.sml"
 
700
 
 
701
#: syneditstrconst.syns_filtersql
 
702
msgid "SQL Files (*.sql)|*.sql"
 
703
msgstr "Fichiers SQL (*.sql)|*.sql"
 
704
 
 
705
#: syneditstrconst.syns_filtersyngenmsgfiles
 
706
msgid "Msg files (*.msg)|*.msg"
 
707
msgstr "Fichiers Msg (*.msg)|*.msg"
 
708
 
 
709
#: syneditstrconst.syns_filtertcltk
 
710
msgid "Tcl/Tk Files (*.tcl)|*.tcl"
 
711
msgstr "Fichiers Tcl/Tk (*.tcl)|*.tcl"
 
712
 
 
713
#: syneditstrconst.syns_filtertex
 
714
msgid "TeX Files (*.tex)|*.tex"
 
715
msgstr "Fichiers TeX (*.tex)|*.tex"
 
716
 
 
717
#: syneditstrconst.syns_filterunixshellscript
 
718
msgid "UNIX Shell Scripts (*.sh)|*.sh"
 
719
msgstr "Scripts shell UNIX (*.sh)|*.sh"
 
720
 
 
721
#: syneditstrconst.syns_filtervbscript
 
722
msgid "VBScript Files (*.vbs)|*.vbs"
 
723
msgstr "Fichiers VBScript (*.vbs)|*.vbs"
 
724
 
 
725
#: syneditstrconst.syns_filtervisualbasic
 
726
msgid "Visual Basic Files (*.bas)|*.bas"
 
727
msgstr "Fichiers VB (*.bas)|*.bas"
 
728
 
 
729
#: syneditstrconst.syns_filterx86asm
 
730
msgid "x86 Assembly Files (*.asm)|*.ASM"
 
731
msgstr "Fichiers asm x86 (*.asm)|*.ASM"
 
732
 
 
733
#: syneditstrconst.syns_filterxml
 
734
msgid "XML Document (*.xml,*.xsd,*.xsl,*.xslt,*.dtd)|*.xml;*.xsd;*.xsl;*.xslt;*.dtd"
 
735
msgstr "Documents XML (*.xml,*.xsd,*.xsl,*.xslt,*.dtd)|*.xml;*.xsd;*.xsl;*.xslt;*.dtd"
 
736
 
 
737
#: syneditstrconst.syns_previewscrollinfofmt
 
738
msgid "Page: %d"
 
739
msgstr "Page: %d"
 
740
 
 
741
#: syneditstrconst.syns_scrollinfofmt
 
742
msgid "%d - %d"
 
743
msgstr "%d - %d"
 
744
 
 
745
#: syneditstrconst.syns_scrollinfofmttop
 
746
msgid "Top Line: %d"
 
747
msgstr "Haut de ligne: %d"
 
748
 
 
749
#: syneditstrconst.syns_shortcutnone
 
750
msgid "<none>"
 
751
msgstr "<aucun>"
 
752
 
 
753
#: syneditstrconst.syns_untitled
 
754
msgid "Untitled"
 
755
msgstr ""
 
756