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

« back to all changes in this revision

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