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

« back to all changes in this revision

Viewing changes to languages/lazaruside.af_ZA.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:
11
11
"Content-Transfer-Encoding: 8bit\n"
12
12
"Plural-Forms: \n"
13
13
 
 
14
#: lazarusidestrconsts.dbgbreakgroupdlgcaptiondisable
 
15
msgctxt "lazarusidestrconsts.dbgbreakgroupdlgcaptiondisable"
 
16
msgid "Select Groups"
 
17
msgstr ""
 
18
 
 
19
#: lazarusidestrconsts.dbgbreakgroupdlgcaptionenable
 
20
msgctxt "lazarusidestrconsts.dbgbreakgroupdlgcaptionenable"
 
21
msgid "Select Groups"
 
22
msgstr ""
 
23
 
 
24
#: lazarusidestrconsts.dbgbreakgroupdlgheaderdisable
 
25
msgid "Select groups to disable when breakpoint is hit"
 
26
msgstr ""
 
27
 
 
28
#: lazarusidestrconsts.dbgbreakgroupdlgheaderenable
 
29
msgid "Select groups to enable when breakpoint is hit"
 
30
msgstr ""
 
31
 
 
32
#: lazarusidestrconsts.dbgbreakpropertygroupnotfound
 
33
msgid "Some groups in the Enable/Disable list do not exist.%0:sCreate them?%0:s%0:s%1:s"
 
34
msgstr ""
 
35
 
14
36
#: lazarusidestrconsts.dlfmousepredefinedscheme
15
37
msgid "Use predefined scheme"
16
38
msgstr ""
27
49
msgid "Reset all text settings"
28
50
msgstr ""
29
51
 
 
52
#: lazarusidestrconsts.dlfmousesimplebuttonaddhistorypoint
 
53
msgid "Add history point"
 
54
msgstr ""
 
55
 
 
56
#: lazarusidestrconsts.dlfmousesimplebuttoncontextmenu
 
57
msgid "Context Menu"
 
58
msgstr ""
 
59
 
 
60
#: lazarusidestrconsts.dlfmousesimplebuttoncontextmenudbg
 
61
msgid "Context Menu (debug)"
 
62
msgstr ""
 
63
 
 
64
#: lazarusidestrconsts.dlfmousesimplebuttoncontextmenutab
 
65
msgid "Context Menu (tab)"
 
66
msgstr ""
 
67
 
 
68
#: lazarusidestrconsts.dlfmousesimplebuttondeclaration
 
69
msgid "Jumps to implementation"
 
70
msgstr ""
 
71
 
 
72
#: lazarusidestrconsts.dlfmousesimplebuttondeclarationblock
 
73
msgid "Jumps to implementation/other block end"
 
74
msgstr ""
 
75
 
 
76
#: lazarusidestrconsts.dlfmousesimplebuttonhistback
 
77
msgid "History back"
 
78
msgstr ""
 
79
 
 
80
#: lazarusidestrconsts.dlfmousesimplebuttonhistforw
 
81
msgid "History forward"
 
82
msgstr ""
 
83
 
 
84
#: lazarusidestrconsts.dlfmousesimplebuttonnothing
 
85
msgctxt "lazarusidestrconsts.dlfmousesimplebuttonnothing"
 
86
msgid "Nothing/Default"
 
87
msgstr ""
 
88
 
 
89
#: lazarusidestrconsts.dlfmousesimplebuttonpaste
 
90
msgctxt "lazarusidestrconsts.dlfmousesimplebuttonpaste"
 
91
msgid "Paste"
 
92
msgstr "Plak"
 
93
 
 
94
#: lazarusidestrconsts.dlfmousesimplebuttonselcontinue
 
95
msgid "Continue %0:s (Bound to: %1:s)"
 
96
msgstr ""
 
97
 
 
98
#: lazarusidestrconsts.dlfmousesimplebuttonselcontinueplain
 
99
msgid "Continue %0:s"
 
100
msgstr ""
 
101
 
 
102
#: lazarusidestrconsts.dlfmousesimplebuttonselect
 
103
msgid "Select text"
 
104
msgstr ""
 
105
 
 
106
#: lazarusidestrconsts.dlfmousesimplebuttonselectcolumn
 
107
msgid "Select text (Columns)"
 
108
msgstr ""
 
109
 
 
110
#: lazarusidestrconsts.dlfmousesimplebuttonselectline
 
111
msgid "Select text (Lines)"
 
112
msgstr ""
 
113
 
 
114
#: lazarusidestrconsts.dlfmousesimplebuttonsetfreebookmark
 
115
msgid "Set free bookmark"
 
116
msgstr ""
 
117
 
 
118
#: lazarusidestrconsts.dlfmousesimplebuttonsetlinefull
 
119
msgid "Select current Line (Full)"
 
120
msgstr ""
 
121
 
 
122
#: lazarusidestrconsts.dlfmousesimplebuttonsetlinesmart
 
123
msgid "Select current Line (Text)"
 
124
msgstr ""
 
125
 
 
126
#: lazarusidestrconsts.dlfmousesimplebuttonsetpara
 
127
msgid "Select current Paragraph"
 
128
msgstr ""
 
129
 
 
130
#: lazarusidestrconsts.dlfmousesimplebuttonsetword
 
131
msgid "Select current Word"
 
132
msgstr ""
 
133
 
 
134
#: lazarusidestrconsts.dlfmousesimplebuttonzoomreset
 
135
msgid "Reset zoom"
 
136
msgstr ""
 
137
 
30
138
#: lazarusidestrconsts.dlfmousesimplediff
31
139
msgid "This page does not represent your current settings. See advanced page. Use this page to reset any advanced changes"
32
140
msgstr ""
37
145
msgstr ""
38
146
 
39
147
#: lazarusidestrconsts.dlfmousesimplegutterleftdown
40
 
msgid "Standard, All actions (breakpoint, fold) on Mouse down"
 
148
msgid "Standard, All actions (breakpoint, fold) on mouse down"
41
149
msgstr ""
42
150
 
43
151
#: lazarusidestrconsts.dlfmousesimplegutterleftup
44
 
msgid "Extended, Actions (breakpoint, fold) on Mouse up. Selection on Mouse down and move"
 
152
msgid "Extended, Actions (breakpoint, fold) on mouse up. Selection on mouse down and move"
45
153
msgstr ""
46
154
 
47
155
#: lazarusidestrconsts.dlfmousesimpleguttersect
62
170
msgid "Alt-Key sets column mode"
63
171
msgstr ""
64
172
 
65
 
#: lazarusidestrconsts.dlfmousesimpletextsectctrlleftlabel
66
 
msgid "Ctrl Left Button"
67
 
msgstr ""
68
 
 
69
 
#: lazarusidestrconsts.dlfmousesimpletextsectctrlleftrjump
70
 
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectctrlleftrjump"
71
 
msgid "jumps to implementation"
72
 
msgstr ""
73
 
 
74
 
#: lazarusidestrconsts.dlfmousesimpletextsectctrlleftrjumporblock
75
 
msgid "jumps to implementation/other block end"
76
 
msgstr ""
77
 
 
78
 
#: lazarusidestrconsts.dlfmousesimpletextsectctrlleftrnone
79
 
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectctrlleftrnone"
80
 
msgid "nothing"
81
 
msgstr "niks"
82
 
 
83
 
#: lazarusidestrconsts.dlfmousesimpletextsectdoubleselline
84
 
msgid "Double Click selects line"
 
173
#: lazarusidestrconsts.dlfmousesimpletextsectaltctrllabel
 
174
msgid "Alt-Ctrl Button"
 
175
msgstr ""
 
176
 
 
177
#: lazarusidestrconsts.dlfmousesimpletextsectaltctrlwheellabel
 
178
msgid "Alt-Ctrl Wheel"
 
179
msgstr ""
 
180
 
 
181
#: lazarusidestrconsts.dlfmousesimpletextsectaltlabel
 
182
msgid "Alt Button"
 
183
msgstr ""
 
184
 
 
185
#: lazarusidestrconsts.dlfmousesimpletextsectaltwheellabel
 
186
msgid "Alt Wheel"
 
187
msgstr ""
 
188
 
 
189
#: lazarusidestrconsts.dlfmousesimpletextsectctrllabel
 
190
msgid "Ctrl Button"
 
191
msgstr ""
 
192
 
 
193
#: lazarusidestrconsts.dlfmousesimpletextsectctrlwheellabel
 
194
msgid "Ctrl Wheel"
85
195
msgstr ""
86
196
 
87
197
#: lazarusidestrconsts.dlfmousesimpletextsectdrag
88
 
msgid "Drag Selection (copy/paste)"
89
 
msgstr ""
90
 
 
91
 
#: lazarusidestrconsts.dlfmousesimpletextsectmidgoto
92
 
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectmidgoto"
93
 
msgid "jumps to implementation"
 
198
msgid "Drag selection (copy/paste)"
 
199
msgstr ""
 
200
 
 
201
#: lazarusidestrconsts.dlfmousesimpletextsectextra1label
 
202
msgid "Extra-1 Button"
 
203
msgstr ""
 
204
 
 
205
#: lazarusidestrconsts.dlfmousesimpletextsectextra2label
 
206
msgid "Extra-2 Button"
 
207
msgstr ""
 
208
 
 
209
#: lazarusidestrconsts.dlfmousesimpletextsectldoublealtlabel
 
210
msgid "Alt Double"
 
211
msgstr ""
 
212
 
 
213
#: lazarusidestrconsts.dlfmousesimpletextsectldoublectrllabel
 
214
msgid "Ctrl Double"
 
215
msgstr ""
 
216
 
 
217
#: lazarusidestrconsts.dlfmousesimpletextsectldoublelabel
 
218
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectldoublelabel"
 
219
msgid "Double"
 
220
msgstr ""
 
221
 
 
222
#: lazarusidestrconsts.dlfmousesimpletextsectldoubleshiftlabel
 
223
msgid "Shift Double"
 
224
msgstr ""
 
225
 
 
226
#: lazarusidestrconsts.dlfmousesimpletextsectlquadlabel
 
227
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectlquadlabel"
 
228
msgid "Quad"
 
229
msgstr ""
 
230
 
 
231
#: lazarusidestrconsts.dlfmousesimpletextsectltriplelabel
 
232
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectltriplelabel"
 
233
msgid "Triple"
94
234
msgstr ""
95
235
 
96
236
#: lazarusidestrconsts.dlfmousesimpletextsectmidlabel
97
237
msgid "Middle Button"
98
238
msgstr ""
99
239
 
100
 
#: lazarusidestrconsts.dlfmousesimpletextsectmidnone
101
 
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectmidnone"
102
 
msgid "nothing"
103
 
msgstr "niks"
104
 
 
105
 
#: lazarusidestrconsts.dlfmousesimpletextsectmidpaste
106
 
msgid "paste selection"
 
240
#: lazarusidestrconsts.dlfmousesimpletextsectpagebtn
 
241
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectpagebtn"
 
242
msgid "Middle"
 
243
msgstr ""
 
244
 
 
245
#: lazarusidestrconsts.dlfmousesimpletextsectpageextra1
 
246
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectpageextra1"
 
247
msgid "Extra 1"
 
248
msgstr ""
 
249
 
 
250
#: lazarusidestrconsts.dlfmousesimpletextsectpageextra2
 
251
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectpageextra2"
 
252
msgid "Extra 2"
 
253
msgstr ""
 
254
 
 
255
#: lazarusidestrconsts.dlfmousesimpletextsectpagelmod
 
256
msgid "Left 1"
 
257
msgstr ""
 
258
 
 
259
#: lazarusidestrconsts.dlfmousesimpletextsectpagelmulti
 
260
msgid "Left 2"
 
261
msgstr ""
 
262
 
 
263
#: lazarusidestrconsts.dlfmousesimpletextsectpageright
 
264
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectpageright"
 
265
msgid "Right"
 
266
msgstr "Regs"
 
267
 
 
268
#: lazarusidestrconsts.dlfmousesimpletextsectpagewheel
 
269
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectpagewheel"
 
270
msgid "Wheel"
 
271
msgstr ""
 
272
 
 
273
#: lazarusidestrconsts.dlfmousesimpletextsectrightlabel
 
274
msgid "Right Button"
 
275
msgstr ""
 
276
 
 
277
#: lazarusidestrconsts.dlfmousesimpletextsectshiftaltctrllabel
 
278
msgid "Shift-Alt-Ctrl Button"
 
279
msgstr ""
 
280
 
 
281
#: lazarusidestrconsts.dlfmousesimpletextsectshiftaltctrlwheellabel
 
282
msgid "Shift-Alt-Ctrl"
 
283
msgstr ""
 
284
 
 
285
#: lazarusidestrconsts.dlfmousesimpletextsectshiftaltlabel
 
286
msgid "Shift-Alt Button"
 
287
msgstr ""
 
288
 
 
289
#: lazarusidestrconsts.dlfmousesimpletextsectshiftaltwheellabel
 
290
msgid "Shift-Alt Wheel"
 
291
msgstr ""
 
292
 
 
293
#: lazarusidestrconsts.dlfmousesimpletextsectshiftctrllabel
 
294
msgid "Shift-Ctrl Button"
 
295
msgstr ""
 
296
 
 
297
#: lazarusidestrconsts.dlfmousesimpletextsectshiftctrlwheellabel
 
298
msgid "Shift-Ctrl Wheel"
 
299
msgstr ""
 
300
 
 
301
#: lazarusidestrconsts.dlfmousesimpletextsectshiftlabel
 
302
msgid "Shift Button"
 
303
msgstr ""
 
304
 
 
305
#: lazarusidestrconsts.dlfmousesimpletextsectwheellabel
 
306
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectwheellabel"
 
307
msgid "Wheel"
 
308
msgstr ""
 
309
 
 
310
#: lazarusidestrconsts.dlfmousesimpletextshiftsectwheellabel
 
311
msgid "Shift Wheel"
107
312
msgstr ""
108
313
 
109
314
#: lazarusidestrconsts.dlfmousesimplewarning
110
315
msgid "You have unsaved changes. Using this page will undo changes made on the advanced page"
111
316
msgstr ""
112
317
 
 
318
#: lazarusidestrconsts.dlfmousesimplewheelhsrolldef
 
319
msgid "Scroll horizontal (System speed)"
 
320
msgstr ""
 
321
 
 
322
#: lazarusidestrconsts.dlfmousesimplewheelhsrollline
 
323
msgid "Scroll horizontal (Single line)"
 
324
msgstr ""
 
325
 
 
326
#: lazarusidestrconsts.dlfmousesimplewheelhsrollpage
 
327
msgid "Scroll horizontal (Page)"
 
328
msgstr ""
 
329
 
 
330
#: lazarusidestrconsts.dlfmousesimplewheelhsrollpagehalf
 
331
msgid "Scroll horizontal (Half page)"
 
332
msgstr ""
 
333
 
 
334
#: lazarusidestrconsts.dlfmousesimplewheelhsrollpageless
 
335
msgid "Scroll horizontal (Page, less one line)"
 
336
msgstr ""
 
337
 
 
338
#: lazarusidestrconsts.dlfmousesimplewheelnothing
 
339
msgctxt "lazarusidestrconsts.dlfmousesimplewheelnothing"
 
340
msgid "Nothing/Default"
 
341
msgstr ""
 
342
 
 
343
#: lazarusidestrconsts.dlfmousesimplewheelsrolldef
 
344
msgid "Scroll (System speed)"
 
345
msgstr ""
 
346
 
 
347
#: lazarusidestrconsts.dlfmousesimplewheelsrollline
 
348
msgid "Scroll (Single line)"
 
349
msgstr ""
 
350
 
 
351
#: lazarusidestrconsts.dlfmousesimplewheelsrollpage
 
352
msgid "Scroll (Page)"
 
353
msgstr ""
 
354
 
 
355
#: lazarusidestrconsts.dlfmousesimplewheelsrollpagehalf
 
356
msgid "Scroll (Half page)"
 
357
msgstr ""
 
358
 
 
359
#: lazarusidestrconsts.dlfmousesimplewheelsrollpageless
 
360
msgid "Scroll (Page, less one line)"
 
361
msgstr ""
 
362
 
 
363
#: lazarusidestrconsts.dlfmousesimplewheelzoom
 
364
msgid "Zoom"
 
365
msgstr ""
 
366
 
113
367
#: lazarusidestrconsts.dlfnopredefinedscheme
114
368
msgid "< None >"
115
369
msgstr ""
269
523
msgid "Word-Brackets"
270
524
msgstr ""
271
525
 
 
526
#: lazarusidestrconsts.dlgaddhispecialvisiblechars
 
527
msgid "Visualized Special Chars"
 
528
msgstr ""
 
529
 
272
530
#: lazarusidestrconsts.dlgadditionalsrcpath
273
 
msgid "Additional Source search path for all projects (.pp;.pas)"
 
531
msgid "Additional source search path for all projects (.pp;.pas)"
274
532
msgstr ""
275
533
 
276
534
#: lazarusidestrconsts.dlgaddsemicolon
289
547
msgid "Alphabetically"
290
548
msgstr ""
291
549
 
 
550
#: lazarusidestrconsts.dlgalreadyusesallotherunits
 
551
msgid "\"%s\" already uses all the units in this project"
 
552
msgstr ""
 
553
 
292
554
#: lazarusidestrconsts.dlgalwaysvisiblecursor
293
555
msgid "Always visible cursor"
294
556
msgstr ""
302
564
msgstr ""
303
565
 
304
566
#: lazarusidestrconsts.dlgapplicationsettings
305
 
msgid "Application Settings"
 
567
msgid "Application settings"
306
568
msgstr ""
307
569
 
308
570
#: lazarusidestrconsts.dlgassemblerdefault
311
573
msgstr ""
312
574
 
313
575
#: lazarusidestrconsts.dlgassertcode
314
 
msgid "Include Assertion Code"
 
576
msgid "Include assertion code"
315
577
msgstr ""
316
578
 
317
579
#: lazarusidestrconsts.dlgautocreateforms
331
593
msgstr ""
332
594
 
333
595
#: lazarusidestrconsts.dlgautoindent
 
596
msgctxt "lazarusidestrconsts.dlgautoindent"
334
597
msgid "Auto indent"
335
598
msgstr ""
336
599
 
338
601
msgid "(Setup smart indent)"
339
602
msgstr ""
340
603
 
 
604
#: lazarusidestrconsts.dlgautoindenttype
 
605
msgctxt "lazarusidestrconsts.dlgautoindenttype"
 
606
msgid "Auto indent"
 
607
msgstr ""
 
608
 
341
609
#: lazarusidestrconsts.dlgautoremoveemptymethods
342
610
msgid "Auto remove empty methods"
343
611
msgstr ""
347
615
msgstr ""
348
616
 
349
617
#: lazarusidestrconsts.dlgautosave
350
 
msgid "Auto save"
 
618
msgid "Auto Save"
351
619
msgstr ""
352
620
 
353
621
#: lazarusidestrconsts.dlgavailableforms
371
639
msgstr ""
372
640
 
373
641
#: lazarusidestrconsts.dlgblockgroupoptions
374
 
msgid "Selection:"
 
642
msgctxt "lazarusidestrconsts.dlgblockgroupoptions"
 
643
msgid "Selection"
375
644
msgstr ""
376
645
 
377
646
#: lazarusidestrconsts.dlgblockindent
378
 
msgid "Block indent"
 
647
msgid "Block indent (spaces)"
379
648
msgstr ""
380
649
 
381
650
#: lazarusidestrconsts.dlgblockindenttype
394
663
msgid "Spaces"
395
664
msgstr ""
396
665
 
 
666
#: lazarusidestrconsts.dlgblocktabindent
 
667
msgid "Block indent (tabs)"
 
668
msgstr ""
 
669
 
397
670
#: lazarusidestrconsts.dlgbp7cptb
398
 
msgid "TP/BP 7.0 Compatible"
 
671
msgid "TP/BP 7.0 compatible"
399
672
msgstr ""
400
673
 
401
674
#: lazarusidestrconsts.dlgbrackethighlight
410
683
msgid "Free Pascal Compiler messages file (*.msg)|*.msg|Any Files (*.*)|*.*"
411
684
msgstr ""
412
685
 
 
686
#: lazarusidestrconsts.dlgbuildmodes
 
687
msgid "Build Modes"
 
688
msgstr ""
 
689
 
413
690
#: lazarusidestrconsts.dlgbutapply
414
691
msgid "Apply"
415
692
msgstr ""
416
693
 
417
 
#: lazarusidestrconsts.dlgcancel
418
 
msgctxt "lazarusidestrconsts.dlgcancel"
419
 
msgid "Cancel"
420
 
msgstr "Kanselleer"
421
 
 
422
694
#: lazarusidestrconsts.dlgcasesensitive
423
695
msgctxt "lazarusidestrconsts.dlgcasesensitive"
424
 
msgid "&Case Sensitive"
 
696
msgid "&Case sensitive"
425
697
msgstr ""
426
698
 
427
699
#: lazarusidestrconsts.dlgccocaption
428
700
msgid "Checking compiler options"
429
701
msgstr ""
430
702
 
 
703
#: lazarusidestrconsts.dlgccoorphanedfilefound
 
704
msgid "orphaned file found: %s"
 
705
msgstr ""
 
706
 
431
707
#: lazarusidestrconsts.dlgccoresults
432
708
msgid "Results"
433
709
msgstr ""
469
745
msgid "Test: Compiling an empty file"
470
746
msgstr ""
471
747
 
 
748
#: lazarusidestrconsts.dlgccousingconfigfile
 
749
msgid "using config file %s"
 
750
msgstr ""
 
751
 
472
752
#: lazarusidestrconsts.dlgcdtclassorder
473
753
msgid "Class order"
474
754
msgstr ""
482
762
msgstr ""
483
763
 
484
764
#: lazarusidestrconsts.dlgcdtpreview
485
 
msgid "Preview (Max line length = 1)"
 
765
msgid "Preview (max line length = 1)"
486
766
msgstr ""
487
767
 
488
768
#: lazarusidestrconsts.dlgcdtreadprefix
506
786
msgstr ""
507
787
 
508
788
#: lazarusidestrconsts.dlgcentercursorline
509
 
msgid "Center Cursor Line"
 
789
msgid "Center cursor line"
510
790
msgstr ""
511
791
 
512
792
#: lazarusidestrconsts.dlgcharcasefileact
538
818
msgstr "Kleurskema"
539
819
 
540
820
#: lazarusidestrconsts.dlgcmacro
541
 
msgid "C Style Macros (global)"
 
821
msgid "C style macros (global)"
542
822
msgstr ""
543
823
 
544
824
#: lazarusidestrconsts.dlgcoansistr
545
 
msgid "Use Ansi Strings"
 
825
msgid "Use ansi strings"
546
826
msgstr ""
547
827
 
548
828
#: lazarusidestrconsts.dlgcoasis
559
839
msgstr ""
560
840
 
561
841
#: lazarusidestrconsts.dlgcochecks
562
 
msgid "Checks:"
 
842
msgid "Checks"
563
843
msgstr ""
564
844
 
565
845
#: lazarusidestrconsts.dlgcocompilation
567
847
msgstr "Vertaleering"
568
848
 
569
849
#: lazarusidestrconsts.dlgcoconditionals
 
850
msgctxt "lazarusidestrconsts.dlgcoconditionals"
570
851
msgid "Conditionals"
571
852
msgstr ""
572
853
 
573
854
#: lazarusidestrconsts.dlgcocops
574
 
msgid "C Style Operators (*=, +=, /= and -=)"
 
855
msgid "C style operators (*=, +=, /= and -=)"
575
856
msgstr ""
576
857
 
577
858
#: lazarusidestrconsts.dlgcocreatechildnode
592
873
msgstr ""
593
874
 
594
875
#: lazarusidestrconsts.dlgcodbx
595
 
msgid "Generate Debugging Info For DBX (Slows Compiling)"
 
876
msgid "Generate debugging info for DBX (slows compiling)"
596
877
msgstr ""
597
878
 
598
879
#: lazarusidestrconsts.dlgcodebugging
599
 
msgid "Debugging:"
 
880
msgctxt "lazarusidestrconsts.dlgcodebugging"
 
881
msgid "Debugging info"
 
882
msgstr ""
 
883
 
 
884
#: lazarusidestrconsts.dlgcodebugging2
 
885
msgctxt "lazarusidestrconsts.dlgcodebugging2"
 
886
msgid "Debugging"
600
887
msgstr ""
601
888
 
602
889
#: lazarusidestrconsts.dlgcodebugpath
629
916
msgstr ""
630
917
 
631
918
#: lazarusidestrconsts.dlgcodegeneration
632
 
msgid "Code generation"
 
919
msgid "Code Generation"
633
920
msgstr ""
634
921
 
635
922
#: lazarusidestrconsts.dlgcodetoolsopts
637
924
msgstr ""
638
925
 
639
926
#: lazarusidestrconsts.dlgcofast
640
 
msgid "Faster Code"
 
927
msgid "Faster code"
641
928
msgstr ""
642
929
 
643
930
#: lazarusidestrconsts.dlgcogdb
644
 
msgid "Generate Debugging Info For GDB (Slows Compiling)"
645
 
msgstr ""
646
 
 
647
 
#: lazarusidestrconsts.dlgcogenerate
648
 
msgid "Generate:"
 
931
msgid "Generate debugging info for GDB (slower / increases exe-size)"
649
932
msgstr ""
650
933
 
651
934
#: lazarusidestrconsts.dlgcoheaptrc
652
 
msgid "Use Heaptrc Unit"
 
935
msgid "Use Heaptrc unit (check for mem-leaks)"
653
936
msgstr ""
654
937
 
655
938
#: lazarusidestrconsts.dlgcoincfiles
656
 
msgid "Include Files (-Fi):"
 
939
msgid "Include files (-Fi):"
657
940
msgstr ""
658
941
 
659
942
#: lazarusidestrconsts.dlgcoinherited
694
977
msgid "Not modified"
695
978
msgstr ""
696
979
 
 
980
#: lazarusidestrconsts.dlgcolors
 
981
msgctxt "lazarusidestrconsts.dlgcolors"
 
982
msgid "Colors"
 
983
msgstr "Kleure"
 
984
 
697
985
#: lazarusidestrconsts.dlgcommandlineparameters
698
986
msgid "Command line parameters"
699
987
msgstr ""
702
990
msgid "Command line parameters (without application name)"
703
991
msgstr ""
704
992
 
705
 
#: lazarusidestrconsts.dlgcomovedown
706
 
msgid "Move down"
707
 
msgstr ""
708
 
 
709
 
#: lazarusidestrconsts.dlgcomoveleveldown
710
 
msgid "Move level down"
711
 
msgstr ""
712
 
 
713
 
#: lazarusidestrconsts.dlgcomovelevelup
714
 
msgid "Move level up"
715
 
msgstr ""
716
 
 
717
 
#: lazarusidestrconsts.dlgcomoveup
718
 
msgid "Move up"
719
 
msgstr ""
720
 
 
721
993
#: lazarusidestrconsts.dlgcompilermessage
722
 
msgid "Compiler Messages"
 
994
msgid "Compiler messages"
723
995
msgstr ""
724
996
 
725
997
#: lazarusidestrconsts.dlgcompilermessages
736
1008
msgstr ""
737
1009
 
738
1010
#: lazarusidestrconsts.dlgconfigfiles
739
 
msgid "Config Files:"
 
1011
msgid "Config files"
740
1012
msgstr ""
741
1013
 
742
1014
#: lazarusidestrconsts.dlgconormal
743
 
msgid "Normal Code"
 
1015
msgid "Normal code"
744
1016
msgstr ""
745
1017
 
746
1018
#: lazarusidestrconsts.dlgcoopts
772
1044
msgid "Range"
773
1045
msgstr ""
774
1046
 
 
1047
#: lazarusidestrconsts.dlgcorelocatable
 
1048
msgid "Relocatable"
 
1049
msgstr ""
 
1050
 
775
1051
#: lazarusidestrconsts.dlgcoshowerr
776
 
msgid "Show Errors"
 
1052
msgid "Show errors"
777
1053
msgstr ""
778
1054
 
779
1055
#: lazarusidestrconsts.dlgcoshowoptions
781
1057
msgstr ""
782
1058
 
783
1059
#: lazarusidestrconsts.dlgcosmaller
784
 
msgid "Smaller Code"
 
1060
msgid "Smaller code"
785
1061
msgstr ""
786
1062
 
787
1063
#: lazarusidestrconsts.dlgcosmartlinkable
788
 
msgid "Smart Linkable"
 
1064
msgid "Smart linkable"
789
1065
msgstr ""
790
1066
 
791
1067
#: lazarusidestrconsts.dlgcosources
792
 
msgid "Other Sources (.pp/.pas files, used only by IDE not by compiler)"
 
1068
msgid "Other sources (.pp/.pas files, used only by IDE not by compiler)"
793
1069
msgstr ""
794
1070
 
795
1071
#: lazarusidestrconsts.dlgcostack
797
1073
msgstr ""
798
1074
 
799
1075
#: lazarusidestrconsts.dlgcostrip
800
 
msgid "Strip Symbols From Executable"
 
1076
msgid "Strip symbols from executable"
 
1077
msgstr ""
 
1078
 
 
1079
#: lazarusidestrconsts.dlgcosymboltype
 
1080
msgid "Choose type of debug info"
 
1081
msgstr ""
 
1082
 
 
1083
#: lazarusidestrconsts.dlgcosymboltypeauto
 
1084
msgctxt "lazarusidestrconsts.dlgcosymboltypeauto"
 
1085
msgid "Automatic"
 
1086
msgstr ""
 
1087
 
 
1088
#: lazarusidestrconsts.dlgcosymboltypedwarf2
 
1089
msgid "Dwarf2"
 
1090
msgstr ""
 
1091
 
 
1092
#: lazarusidestrconsts.dlgcosymboltypedwarf2set
 
1093
msgid "Dwarf with sets"
 
1094
msgstr ""
 
1095
 
 
1096
#: lazarusidestrconsts.dlgcosymboltypedwarf3
 
1097
msgid "Dwarf3 (beta)"
 
1098
msgstr ""
 
1099
 
 
1100
#: lazarusidestrconsts.dlgcosymboltypestabs
 
1101
msgid "Stabs"
801
1102
msgstr ""
802
1103
 
803
1104
#: lazarusidestrconsts.dlgcounitstyle
804
 
msgid "Unit Style:"
 
1105
msgid "Unit style"
805
1106
msgstr ""
806
1107
 
807
1108
#: lazarusidestrconsts.dlgcouseasdefault
817
1118
msgstr ""
818
1119
 
819
1120
#: lazarusidestrconsts.dlgcppinline
820
 
msgid "C++ Styled INLINE"
 
1121
msgid "C++ styled INLINE"
821
1122
msgstr ""
822
1123
 
823
1124
#: lazarusidestrconsts.dlgctrlmiddletabcloseotherpages
829
1130
msgstr ""
830
1131
 
831
1132
#: lazarusidestrconsts.dlgcursorgroupoptions
832
 
msgid "Cursor:"
 
1133
msgid "Cursor"
833
1134
msgstr ""
834
1135
 
835
1136
#: lazarusidestrconsts.dlgcursorskipsselection
860
1161
msgid "Default Value"
861
1162
msgstr ""
862
1163
 
863
 
#: lazarusidestrconsts.dlgdelphi2ext
864
 
msgid "Delphi 2 Extensions"
865
 
msgstr ""
866
 
 
867
1164
#: lazarusidestrconsts.dlgdeltemplate
868
1165
msgid "Delete template "
869
1166
msgstr ""
870
1167
 
871
1168
#: lazarusidestrconsts.dlgdeplhicomp
872
 
msgid "Delphi Compatible"
 
1169
msgid "Delphi compatible"
873
1170
msgstr ""
874
1171
 
875
1172
#: lazarusidestrconsts.dlgdesktop
881
1178
msgstr ""
882
1179
 
883
1180
#: lazarusidestrconsts.dlgdesktopfiles
884
 
msgid "Desktop files"
 
1181
msgid "Desktop Files"
885
1182
msgstr ""
886
1183
 
887
1184
#: lazarusidestrconsts.dlgdesktophints
965
1262
msgid "Var/Type (local)"
966
1263
msgstr ""
967
1264
 
968
 
#: lazarusidestrconsts.dlgdownword
969
 
msgctxt "lazarusidestrconsts.dlgdownword"
970
 
msgid "Down"
971
 
msgstr "Af"
972
 
 
973
1265
#: lazarusidestrconsts.dlgedadd
974
 
msgid "Add..."
 
1266
msgid "Add ..."
975
1267
msgstr ""
976
1268
 
977
1269
#: lazarusidestrconsts.dlgedback
987
1279
msgstr ""
988
1280
 
989
1281
#: lazarusidestrconsts.dlgedcodetempl
990
 
msgid "Code templates"
 
1282
msgid "Code Templates"
991
1283
msgstr ""
992
1284
 
993
 
#: lazarusidestrconsts.dlgedcolor
994
 
#, fuzzy
995
 
#| msgid "Syntax highlight"
996
 
msgctxt "lazarusidestrconsts.dlgedcolor"
997
 
msgid "Colors"
998
 
msgstr "Kleur"
999
 
 
1000
1285
#: lazarusidestrconsts.dlgedcompleteblocks
1001
1286
msgid "Add close statement for pascal blocks"
1002
1287
msgstr ""
1013
1298
msgid "(%s sec delay)"
1014
1299
msgstr ""
1015
1300
 
1016
 
#: lazarusidestrconsts.dlgeddelete
1017
 
msgctxt "lazarusidestrconsts.dlgeddelete"
1018
 
msgid "Delete"
1019
 
msgstr ""
1020
 
 
1021
1301
#: lazarusidestrconsts.dlgeddisplay
1022
1302
msgid "Display"
1023
1303
msgstr ""
1024
1304
 
1025
1305
#: lazarusidestrconsts.dlgededit
1026
 
msgid "Edit..."
 
1306
msgid "Edit ..."
1027
1307
msgstr ""
1028
1308
 
1029
1309
#: lazarusidestrconsts.dlgedfiles
1030
 
msgid "Editor files"
 
1310
msgid "Editor Files"
1031
1311
msgstr ""
1032
1312
 
1033
1313
#: lazarusidestrconsts.dlgedidcomlet
1119
1399
msgid "Editor font"
1120
1400
msgstr ""
1121
1401
 
1122
 
#: lazarusidestrconsts.dlgeditorfontheight
1123
 
msgid "Editor font height"
 
1402
#: lazarusidestrconsts.dlgeditorfontsize
 
1403
msgid "Editor font size"
1124
1404
msgstr ""
1125
1405
 
1126
1406
#: lazarusidestrconsts.dlgeditoroptions
1160
1440
msgid "End key jumps to nearest end"
1161
1441
msgstr ""
1162
1442
 
1163
 
#: lazarusidestrconsts.dlgentirescope
1164
 
msgid "&Entire Scope"
1165
 
msgstr ""
1166
 
 
1167
1443
#: lazarusidestrconsts.dlgenvask
1168
1444
msgid "Ask"
1169
1445
msgstr "Vra"
1176
1452
msgid "Backup"
1177
1453
msgstr ""
1178
1454
 
1179
 
#: lazarusidestrconsts.dlgenvcolors
1180
 
msgctxt "lazarusidestrconsts.dlgenvcolors"
1181
 
msgid "Colors"
1182
 
msgstr "Kleure"
1183
 
 
1184
1455
#: lazarusidestrconsts.dlgenvfiles
1185
1456
msgid "Files"
1186
1457
msgstr ""
1209
1480
msgstr ""
1210
1481
 
1211
1482
#: lazarusidestrconsts.dlgenvotherfiles
1212
 
msgid "Other files"
 
1483
msgid "Other Files"
1213
1484
msgstr ""
1214
1485
 
1215
1486
#: lazarusidestrconsts.dlgenvproject
1216
 
msgid "Project"
 
1487
msgid "Tabs for project"
1217
1488
msgstr ""
1218
1489
 
1219
1490
#: lazarusidestrconsts.dlgenvtype
1253
1524
msgid "Chunk section"
1254
1525
msgstr ""
1255
1526
 
1256
 
#: lazarusidestrconsts.dlgfolddifffile
1257
 
msgctxt "lazarusidestrconsts.dlgfolddifffile"
1258
 
msgid "File"
1259
 
msgstr "Lêer"
1260
 
 
1261
1527
#: lazarusidestrconsts.dlgfoldhtmlasp
1262
1528
msgid "ASP"
1263
1529
msgstr ""
1431
1697
msgid "Form Editor"
1432
1698
msgstr ""
1433
1699
 
 
1700
#: lazarusidestrconsts.dlgfrombeginning
 
1701
msgid "From b&eginning"
 
1702
msgstr ""
 
1703
 
1434
1704
#: lazarusidestrconsts.dlgfromcursor
1435
 
msgid "&From Cursor"
 
1705
msgid "&From cursor"
1436
1706
msgstr ""
1437
1707
 
1438
1708
#: lazarusidestrconsts.dlgfropts
1440
1710
msgid "Options"
1441
1711
msgstr "Opsies"
1442
1712
 
1443
 
#: lazarusidestrconsts.dlggeneratedwarf
1444
 
msgid "Generate dwarf debug information"
1445
 
msgstr ""
1446
 
 
1447
1713
#: lazarusidestrconsts.dlggetposition
1448
1714
msgid "Get position"
1449
1715
msgstr "Kry posisie"
1453
1719
msgstr ""
1454
1720
 
1455
1721
#: lazarusidestrconsts.dlggpccomp
1456
 
msgid "GPC (GNU Pascal Compiler) Compatible"
 
1722
msgid "GPC (GNU Pascal Compiler) compatible"
1457
1723
msgstr ""
1458
1724
 
1459
1725
#: lazarusidestrconsts.dlggprof
1507
1773
msgid "Environment"
1508
1774
msgstr "Omgewing"
1509
1775
 
1510
 
#: lazarusidestrconsts.dlggrouphelp
1511
 
msgctxt "lazarusidestrconsts.dlggrouphelp"
1512
 
msgid "Help"
1513
 
msgstr "Help"
1514
 
 
1515
1776
#: lazarusidestrconsts.dlggroupundo
1516
1777
msgid "Group Undo"
1517
1778
msgstr ""
1549
1810
msgid "Half page scroll"
1550
1811
msgstr ""
1551
1812
 
 
1813
#: lazarusidestrconsts.dlgheapandstacksize
 
1814
msgid "Heap and stack sizes"
 
1815
msgstr ""
 
1816
 
1552
1817
#: lazarusidestrconsts.dlgheapsize
1553
 
msgid "Heap Size"
 
1818
msgid "Heap size"
1554
1819
msgstr ""
1555
1820
 
1556
1821
#: lazarusidestrconsts.dlgheightpos
1586
1851
msgstr ""
1587
1852
 
1588
1853
#: lazarusidestrconsts.dlghintsparametersendernotused
1589
 
msgid "Show Hints for parameter \"Sender\" not used"
 
1854
msgid "Show hints for parameter \"Sender\" not used"
1590
1855
msgstr ""
1591
1856
 
1592
1857
#: lazarusidestrconsts.dlghintsunused
1593
 
msgid "Show Hints for unused units in main source"
 
1858
msgid "Show hints for unused units in main"
1594
1859
msgstr ""
1595
1860
 
1596
1861
#: lazarusidestrconsts.dlghomekeyjumpstoneareststart
1603
1868
 
1604
1869
#: lazarusidestrconsts.dlgidentifiercompletion
1605
1870
msgctxt "lazarusidestrconsts.dlgidentifiercompletion"
1606
 
msgid "Identifier completion"
 
1871
msgid "Identifier Completion"
1607
1872
msgstr ""
1608
1873
 
1609
1874
#: lazarusidestrconsts.dlgidentifierpolicy
1627
1892
msgstr ""
1628
1893
 
1629
1894
#: lazarusidestrconsts.dlgindentstabsgroupoptions
1630
 
msgid "Indent and Tabs:"
 
1895
msgid "Indent and Tabs"
1631
1896
msgstr ""
1632
1897
 
1633
1898
#: lazarusidestrconsts.dlginfrontofmethods
1638
1903
msgid "Constructor name must be 'init' (destructor must be 'done')"
1639
1904
msgstr ""
1640
1905
 
 
1906
#: lazarusidestrconsts.dlginsertimplementation
 
1907
msgid "Implementation"
 
1908
msgstr ""
 
1909
 
 
1910
#: lazarusidestrconsts.dlginsertinterface
 
1911
msgid "Interface"
 
1912
msgstr ""
 
1913
 
 
1914
#: lazarusidestrconsts.dlginsertsection
 
1915
msgid "Insert into Uses section of"
 
1916
msgstr ""
 
1917
 
1641
1918
#: lazarusidestrconsts.dlginsspaceafter
1642
1919
msgid "Insert space after"
1643
1920
msgstr ""
1712
1989
msgstr ""
1713
1990
 
1714
1991
#: lazarusidestrconsts.dlglevelnoneopt
1715
 
msgid "Level 0 (no extra Optimizations)"
 
1992
msgid "Level 0 (no extra optimizations)"
1716
1993
msgstr ""
1717
1994
 
1718
1995
#: lazarusidestrconsts.dlglinesplitting
1720
1997
msgstr ""
1721
1998
 
1722
1999
#: lazarusidestrconsts.dlglinklibraries
1723
 
msgid "Link Style:"
 
2000
msgid "Link style"
1724
2001
msgstr ""
1725
2002
 
1726
2003
#: lazarusidestrconsts.dlglinksmart
1727
 
msgid "Link Smart"
 
2004
msgid "Link smart"
1728
2005
msgstr ""
1729
2006
 
1730
2007
#: lazarusidestrconsts.dlglnumsbct
1731
 
msgid "Display Line Numbers in Run-time Error Backtraces"
 
2008
msgid "Display line numbers in run-time error backtraces"
1732
2009
msgstr ""
1733
2010
 
1734
2011
#: lazarusidestrconsts.dlgloaddfile
1740
2017
msgstr ""
1741
2018
 
1742
2019
#: lazarusidestrconsts.dlgmainviewforms
1743
 
msgid "View project forms"
 
2020
msgid "View Project Forms"
1744
2021
msgstr ""
1745
2022
 
1746
2023
#: lazarusidestrconsts.dlgmainviewframes
1747
 
msgid "View project frames"
 
2024
msgid "View Project Frames"
1748
2025
msgstr ""
1749
2026
 
1750
2027
#: lazarusidestrconsts.dlgmainviewunits
1751
 
msgid "View project units"
 
2028
msgctxt "lazarusidestrconsts.dlgmainviewunits"
 
2029
msgid "View Project Units"
1752
2030
msgstr ""
1753
2031
 
1754
2032
#: lazarusidestrconsts.dlgmakepath
1764
2042
msgstr ""
1765
2043
 
1766
2044
#: lazarusidestrconsts.dlgmarkupgroup
1767
 
msgid "Word under Caret Highlight"
 
2045
msgid "Highlight of Word under Caret"
1768
2046
msgstr ""
1769
2047
 
1770
2048
#: lazarusidestrconsts.dlgmarkupwordfulllen
1772
2050
msgstr ""
1773
2051
 
1774
2052
#: lazarusidestrconsts.dlgmarkupwordnokeyword
1775
 
msgid "Ignore Keywords"
 
2053
msgid "Ignore keywords"
1776
2054
msgstr ""
1777
2055
 
1778
2056
#: lazarusidestrconsts.dlgmarkupwordnotimer
1779
 
msgid "Disable Timer for Markup Current Word"
 
2057
msgid "Disable timer for markup current word"
1780
2058
msgstr ""
1781
2059
 
1782
2060
#: lazarusidestrconsts.dlgmarkupwordtrim
1783
 
msgid "Trim Spaces (when highlighting current selection)"
 
2061
msgid "Trim spaces (when highlighting current selection)"
1784
2062
msgstr ""
1785
2063
 
1786
2064
#: lazarusidestrconsts.dlgmaxcntr
1843
2121
msgid "Unfold One (Some Colapsed)"
1844
2122
msgstr ""
1845
2123
 
1846
 
#: lazarusidestrconsts.dlgmousefoldenabled
1847
 
msgctxt "lazarusidestrconsts.dlgmousefoldenabled"
1848
 
msgid "Enabled"
1849
 
msgstr ""
1850
 
 
1851
2124
#: lazarusidestrconsts.dlgmousefoldexpfoldall
1852
2125
msgid "Fold All (All Expanded)"
1853
2126
msgstr ""
1888
2161
msgstr ""
1889
2162
 
1890
2163
#: lazarusidestrconsts.dlgmouseoptbtn2
 
2164
msgctxt "lazarusidestrconsts.dlgmouseoptbtn2"
1891
2165
msgid "Double"
1892
2166
msgstr ""
1893
2167
 
1894
2168
#: lazarusidestrconsts.dlgmouseoptbtn3
 
2169
msgctxt "lazarusidestrconsts.dlgmouseoptbtn3"
1895
2170
msgid "Triple"
1896
2171
msgstr ""
1897
2172
 
1898
2173
#: lazarusidestrconsts.dlgmouseoptbtn4
 
2174
msgctxt "lazarusidestrconsts.dlgmouseoptbtn4"
1899
2175
msgid "Quad"
1900
2176
msgstr ""
1901
2177
 
1902
 
#: lazarusidestrconsts.dlgmouseoptbtnadd
1903
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtnadd"
1904
 
msgid "Add"
1905
 
msgstr "Voeg by"
1906
 
 
1907
2178
#: lazarusidestrconsts.dlgmouseoptbtnany
1908
2179
msgid "Any"
1909
2180
msgstr ""
1910
2181
 
1911
 
#: lazarusidestrconsts.dlgmouseoptbtncancel
1912
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtncancel"
1913
 
msgid "Cancel"
1914
 
msgstr "Kanselleer"
1915
 
 
1916
 
#: lazarusidestrconsts.dlgmouseoptbtndel
1917
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtndel"
1918
 
msgid "Delete"
1919
 
msgstr ""
1920
 
 
1921
 
#: lazarusidestrconsts.dlgmouseoptbtndown
1922
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtndown"
1923
 
msgid "Down"
1924
 
msgstr "Af"
1925
 
 
1926
2182
#: lazarusidestrconsts.dlgmouseoptbtnexport
1927
2183
msgctxt "lazarusidestrconsts.dlgmouseoptbtnexport"
1928
2184
msgid "Export"
1929
2185
msgstr ""
1930
2186
 
1931
2187
#: lazarusidestrconsts.dlgmouseoptbtnextra1
 
2188
msgctxt "lazarusidestrconsts.dlgmouseoptbtnextra1"
1932
2189
msgid "Extra 1"
1933
2190
msgstr ""
1934
2191
 
1935
2192
#: lazarusidestrconsts.dlgmouseoptbtnextra2
 
2193
msgctxt "lazarusidestrconsts.dlgmouseoptbtnextra2"
1936
2194
msgid "Extra 2"
1937
2195
msgstr ""
1938
2196
 
1939
2197
#: lazarusidestrconsts.dlgmouseoptbtnimport
 
2198
msgctxt "lazarusidestrconsts.dlgmouseoptbtnimport"
1940
2199
msgid "Import"
1941
2200
msgstr ""
1942
2201
 
1954
2213
msgid "Make Fallback"
1955
2214
msgstr ""
1956
2215
 
1957
 
#: lazarusidestrconsts.dlgmouseoptbtnok
1958
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtnok"
1959
 
msgid "OK"
1960
 
msgstr ""
1961
 
 
1962
2216
#: lazarusidestrconsts.dlgmouseoptbtnright
1963
2217
msgctxt "lazarusidestrconsts.dlgmouseoptbtnright"
1964
2218
msgid "Right"
1965
2219
msgstr "Regs"
1966
2220
 
1967
 
#: lazarusidestrconsts.dlgmouseoptbtnudp
1968
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtnudp"
1969
 
msgid "Change"
1970
 
msgstr "Verander"
 
2221
#: lazarusidestrconsts.dlgmouseoptbtnwheeldown
 
2222
msgid "Wheel down"
 
2223
msgstr ""
1971
2224
 
1972
 
#: lazarusidestrconsts.dlgmouseoptbtnup
1973
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtnup"
1974
 
msgid "Up"
1975
 
msgstr "Op"
 
2225
#: lazarusidestrconsts.dlgmouseoptbtnwheelup
 
2226
msgid "Wheel up"
 
2227
msgstr ""
1976
2228
 
1977
2229
#: lazarusidestrconsts.dlgmouseoptcapture
1978
2230
msgid "Capture"
2110
2362
msgid "Y"
2111
2363
msgstr ""
2112
2364
 
 
2365
#: lazarusidestrconsts.dlgmouseoptnodeall
 
2366
msgctxt "lazarusidestrconsts.dlgmouseoptnodeall"
 
2367
msgid "All"
 
2368
msgstr "Alles"
 
2369
 
2113
2370
#: lazarusidestrconsts.dlgmouseoptnodegutter
2114
2371
msgctxt "lazarusidestrconsts.dlgmouseoptnodegutter"
2115
2372
msgid "Gutter"
2141
2398
msgid "Selection"
2142
2399
msgstr ""
2143
2400
 
 
2401
#: lazarusidestrconsts.dlgmouseoptopt2label
 
2402
msgid "Opt"
 
2403
msgstr ""
 
2404
 
2144
2405
#: lazarusidestrconsts.dlgmouseoptotheract
2145
2406
msgid "Other actions using the same button"
2146
2407
msgstr ""
2147
2408
 
2148
2409
#: lazarusidestrconsts.dlgmouseoptotheracthint
2149
 
msgid "They may be executed depending on the Modifier Keys, Fallthrough settings, Single/Double, Up/Down..."
 
2410
msgid "They may be executed depending on the Modifier Keys, Fallthrough settings, Single/Double, Up/Down ..."
2150
2411
msgstr ""
2151
2412
 
2152
2413
#: lazarusidestrconsts.dlgmouseoptotheracttoggle
2168
2429
msgstr ""
2169
2430
 
2170
2431
#: lazarusidestrconsts.dlgmultiwinaccessgroup
2171
 
msgid "Find editor for jump targets:"
 
2432
msgid "Find Editor for Jump Targets"
2172
2433
msgstr ""
2173
2434
 
2174
2435
#: lazarusidestrconsts.dlgmultiwinaccessorder
2192
2453
msgstr ""
2193
2454
 
2194
2455
#: lazarusidestrconsts.dlgmultiwintabgroup
2195
 
msgid "Notebook Tabs:"
 
2456
msgid "Notebook Tabs"
2196
2457
msgstr ""
2197
2458
 
2198
2459
#: lazarusidestrconsts.dlgnaming
2203
2464
msgid "No automatic renaming"
2204
2465
msgstr ""
2205
2466
 
 
2467
#: lazarusidestrconsts.dlgnoavailableunits
 
2468
msgid "No available units to add."
 
2469
msgstr ""
 
2470
 
2206
2471
#: lazarusidestrconsts.dlgnobrackethighlight
2207
2472
msgid "No Highlight"
2208
2473
msgstr ""
2211
2476
msgid "Source notebook tabs position"
2212
2477
msgstr ""
2213
2478
 
2214
 
#: lazarusidestrconsts.dlgnotebooktabposbottom
2215
 
msgctxt "lazarusidestrconsts.dlgnotebooktabposbottom"
2216
 
msgid "Bottom"
2217
 
msgstr ""
2218
 
 
2219
 
#: lazarusidestrconsts.dlgnotebooktabposleft
2220
 
msgctxt "lazarusidestrconsts.dlgnotebooktabposleft"
2221
 
msgid "Left"
2222
 
msgstr "Links"
2223
 
 
2224
 
#: lazarusidestrconsts.dlgnotebooktabposright
2225
 
msgctxt "lazarusidestrconsts.dlgnotebooktabposright"
2226
 
msgid "Right"
2227
 
msgstr "Regs"
2228
 
 
2229
 
#: lazarusidestrconsts.dlgnotebooktabpostop
2230
 
msgctxt "lazarusidestrconsts.dlgnotebooktabpostop"
2231
 
msgid "Top"
2232
 
msgstr ""
2233
 
 
2234
2479
#: lazarusidestrconsts.dlgnotsplitlineafter
2235
 
msgid "Do not split line after:"
 
2480
msgid "Do not split line after"
2236
2481
msgstr ""
2237
2482
 
2238
2483
#: lazarusidestrconsts.dlgnotsplitlinefront
2239
 
msgid "Do not split line In front of:"
 
2484
msgid "Do not split line in front of"
2240
2485
msgstr ""
2241
2486
 
2242
2487
#: lazarusidestrconsts.dlgobjinsp
2271
2516
msgstr ""
2272
2517
 
2273
2518
#: lazarusidestrconsts.dlgoptimiz
2274
 
msgid "Optimizations:"
 
2519
msgid "Optimizations"
2275
2520
msgstr ""
2276
2521
 
2277
2522
#: lazarusidestrconsts.dlgotherunitfiles
2278
 
msgid "Other Unit Files (-Fu) (Delimiter is semicolon):"
 
2523
msgid "Other unit files (-Fu) (delimiter is semicolon):"
2279
2524
msgstr ""
2280
2525
 
2281
2526
#: lazarusidestrconsts.dlgoverwriteblock
2282
 
msgid "Overwrite Block"
2283
 
msgstr ""
2284
 
 
2285
 
#: lazarusidestrconsts.dlgpackagegraph
2286
 
msgid "Package Graph"
 
2527
msgid "Overwrite block"
2287
2528
msgstr ""
2288
2529
 
2289
2530
#: lazarusidestrconsts.dlgpalhints
2299
2540
msgstr ""
2300
2541
 
2301
2542
#: lazarusidestrconsts.dlgpasextkeywordsgroup
2302
 
msgid "Extended Pascal keyword options"
 
2543
msgid "Extended Pascal Keyword Options"
2303
2544
msgstr ""
2304
2545
 
2305
2546
#: lazarusidestrconsts.dlgpassoptslinker
2306
 
msgid "Pass Options To The Linker (Delimiter is space)"
 
2547
msgid "Pass options to linker (delimiter is space)"
2307
2548
msgstr ""
2308
2549
 
2309
2550
#: lazarusidestrconsts.dlgpasstringkeywords
2310
 
msgid "Highlight String keyword(s)"
 
2551
msgid "Highlight \"String\" keyword(s)"
2311
2552
msgstr ""
2312
2553
 
2313
2554
#: lazarusidestrconsts.dlgpasstringkeywordsoptdefault
2325
2566
msgstr ""
2326
2567
 
2327
2568
#: lazarusidestrconsts.dlgpersistentblock
2328
 
msgid "Persistent Block"
 
2569
msgid "Persistent block"
2329
2570
msgstr ""
2330
2571
 
2331
2572
#: lazarusidestrconsts.dlgpersistentcursor
2340
2581
msgid "Application"
2341
2582
msgstr ""
2342
2583
 
 
2584
#: lazarusidestrconsts.dlgpoasinvoker
 
2585
msgid "as invoker (asInvoker)"
 
2586
msgstr ""
 
2587
 
2343
2588
#: lazarusidestrconsts.dlgpoclearicon
2344
 
msgid "Clear Icon"
 
2589
msgid "&Clear Icon"
2345
2590
msgstr ""
2346
2591
 
2347
2592
#: lazarusidestrconsts.dlgpocreateappbundle
2349
2594
msgstr ""
2350
2595
 
2351
2596
#: lazarusidestrconsts.dlgpodpiaware
2352
 
msgid "Dpi Aware application (for Vista+)"
 
2597
msgid "Enabled DPI Awareness (for Vista+)"
 
2598
msgstr ""
 
2599
 
 
2600
#: lazarusidestrconsts.dlgpoexecutionlevel
 
2601
msgid "Execution Level"
2353
2602
msgstr ""
2354
2603
 
2355
2604
#: lazarusidestrconsts.dlgpofroms
2356
2605
msgid "Forms"
2357
2606
msgstr ""
2358
2607
 
 
2608
#: lazarusidestrconsts.dlgpohighestavailable
 
2609
msgid "highest available (highestAvailable)"
 
2610
msgstr ""
 
2611
 
2359
2612
#: lazarusidestrconsts.dlgpoi18n
2360
2613
msgid "i18n"
2361
2614
msgstr ""
2374
2627
msgstr ""
2375
2628
 
2376
2629
#: lazarusidestrconsts.dlgpoloadicon
2377
 
msgid "Load Icon"
 
2630
msgid "&Load Icon"
2378
2631
msgstr ""
2379
2632
 
2380
2633
#: lazarusidestrconsts.dlgpomisc
2383
2636
msgstr ""
2384
2637
 
2385
2638
#: lazarusidestrconsts.dlgpooutputsettings
2386
 
msgid "Output Settings"
 
2639
msgid "Output settings"
 
2640
msgstr ""
 
2641
 
 
2642
#: lazarusidestrconsts.dlgporequireadministrator
 
2643
msgid "require administrator (requireAdministrator)"
2387
2644
msgstr ""
2388
2645
 
2389
2646
#: lazarusidestrconsts.dlgposaveicon
2390
 
msgid "Save Icon"
 
2647
msgid "&Save Icon"
2391
2648
msgstr ""
2392
2649
 
2393
2650
#: lazarusidestrconsts.dlgposavesession
2402
2659
msgid "Title:"
2403
2660
msgstr ""
2404
2661
 
 
2662
#: lazarusidestrconsts.dlgpouiaccess
 
2663
msgid "UI Access (uiAccess)"
 
2664
msgstr ""
 
2665
 
2405
2666
#: lazarusidestrconsts.dlgpouseappbundle
2406
 
msgid "Use Application Bundle for running and debugging (darwin only)"
 
2667
msgid "Use Application Bundle for running and debugging (Darwin only)"
2407
2668
msgstr ""
2408
2669
 
2409
2670
#: lazarusidestrconsts.dlgpousemanifest
2410
2671
msgid "Use manifest file to enable themes (Windows only)"
2411
2672
msgstr ""
2412
2673
 
 
2674
#: lazarusidestrconsts.dlgproject
 
2675
msgid "Project"
 
2676
msgstr ""
 
2677
 
2413
2678
#: lazarusidestrconsts.dlgprojectoptions
2414
2679
msgid "Project Options"
2415
2680
msgstr ""
2419
2684
msgstr ""
2420
2685
 
2421
2686
#: lazarusidestrconsts.dlgprojfiles
2422
 
msgid "Project files"
 
2687
msgid "Project Files"
2423
2688
msgstr ""
2424
2689
 
2425
2690
#: lazarusidestrconsts.dlgpromptonreplace
2426
 
msgid "&Prompt On Replace"
 
2691
msgid "&Prompt on replace"
2427
2692
msgstr ""
2428
2693
 
2429
2694
#: lazarusidestrconsts.dlgpropertycompletion
2463
2728
msgstr ""
2464
2729
 
2465
2730
#: lazarusidestrconsts.dlgregularexpressions
2466
 
msgid "&Regular Expressions"
 
2731
msgid "Regular e&xpressions"
2467
2732
msgstr ""
2468
2733
 
2469
2734
#: lazarusidestrconsts.dlgreplaceall
2471
2736
msgstr "Vervang Alles"
2472
2737
 
2473
2738
#: lazarusidestrconsts.dlgreplacewith
2474
 
msgid "&Replace With"
 
2739
#, fuzzy
 
2740
#| msgid "&Replace With"
 
2741
msgid "&Replace with"
2475
2742
msgstr "&Vervang met"
2476
2743
 
2477
2744
#: lazarusidestrconsts.dlgreport
2483
2750
msgstr ""
2484
2751
 
2485
2752
#: lazarusidestrconsts.dlgrightclickselects
2486
 
msgid "Right Click selects"
 
2753
msgid "Right click selects"
2487
2754
msgstr ""
2488
2755
 
2489
2756
#: lazarusidestrconsts.dlgrightmargin
2532
2799
msgid "User overrides"
2533
2800
msgstr ""
2534
2801
 
2535
 
#: lazarusidestrconsts.dlgrunovalue
2536
 
msgctxt "lazarusidestrconsts.dlgrunovalue"
2537
 
msgid "Value"
2538
 
msgstr ""
2539
 
 
2540
 
#: lazarusidestrconsts.dlgrunovariable
2541
 
msgid "Variable"
2542
 
msgstr ""
2543
 
 
2544
2802
#: lazarusidestrconsts.dlgrunparameters
2545
 
msgid "Run parameters"
 
2803
msgid "Run Parameters"
2546
2804
msgstr ""
2547
2805
 
2548
2806
#: lazarusidestrconsts.dlgsavedfile
2570
2828
msgstr ""
2571
2829
 
2572
2830
#: lazarusidestrconsts.dlgscrollgroupoptions
2573
 
msgid "Scrolling:"
 
2831
msgid "Scrolling"
2574
2832
msgstr ""
2575
2833
 
2576
2834
#: lazarusidestrconsts.dlgscrollhint
2595
2853
msgstr ""
2596
2854
 
2597
2855
#: lazarusidestrconsts.dlgsearchcaption
2598
 
msgid "Searching..."
 
2856
msgid "Searching ..."
2599
2857
msgstr ""
2600
2858
 
2601
2859
#: lazarusidestrconsts.dlgsearchpaths
2603
2861
msgstr ""
2604
2862
 
2605
2863
#: lazarusidestrconsts.dlgselectedtext
2606
 
msgid "&Selected Text"
 
2864
msgid "&Selected text"
2607
2865
msgstr ""
2608
2866
 
2609
2867
#: lazarusidestrconsts.dlgsetallelementdefault
2618
2876
msgid "Set property Variable"
2619
2877
msgstr ""
2620
2878
 
 
2879
#: lazarusidestrconsts.dlgshowallunits
 
2880
msgid "Show all units"
 
2881
msgstr ""
 
2882
 
2621
2883
#: lazarusidestrconsts.dlgshowcaps
2622
2884
msgid "Show component captions"
2623
2885
msgstr ""
2643
2905
msgid "Show debug info"
2644
2906
msgstr ""
2645
2907
 
2646
 
#: lazarusidestrconsts.dlgshowdefinedmacros
2647
 
msgid "Show defined macros"
2648
 
msgstr ""
2649
 
 
2650
2908
#: lazarusidestrconsts.dlgshowedrhints
2651
2909
msgid "Show editor hints"
2652
2910
msgstr ""
2668
2926
msgstr ""
2669
2927
 
2670
2928
#: lazarusidestrconsts.dlgshowhint
2671
 
msgid "Show Hints"
 
2929
msgctxt "lazarusidestrconsts.dlgshowhint"
 
2930
msgid "Show hints"
2672
2931
msgstr ""
2673
2932
 
2674
2933
#: lazarusidestrconsts.dlgshowlinenumbers
2677
2936
msgstr ""
2678
2937
 
2679
2938
#: lazarusidestrconsts.dlgshownotes
2680
 
msgid "Show Notes"
 
2939
msgid "Show notes"
2681
2940
msgstr ""
2682
2941
 
2683
2942
#: lazarusidestrconsts.dlgshownothing
2706
2965
msgstr ""
2707
2966
 
2708
2967
#: lazarusidestrconsts.dlgshowwarnings
2709
 
msgid "Show Warnings"
 
2968
msgid "Show warnings"
2710
2969
msgstr ""
2711
2970
 
2712
2971
#: lazarusidestrconsts.dlgsingletaskbarbutton
2713
2972
msgid "Show single button in TaskBar"
2714
2973
msgstr ""
2715
2974
 
2716
 
#: lazarusidestrconsts.dlgskipforwarddeclarations
2717
 
msgid "Skip forward declarations"
 
2975
#: lazarusidestrconsts.dlgskipforwardclassdeclarations
 
2976
msgid "Skip forward class declarations"
2718
2977
msgstr ""
2719
2978
 
2720
2979
#: lazarusidestrconsts.dlgsmarttabs
2755
3014
msgid "Origin"
2756
3015
msgstr ""
2757
3016
 
 
3017
#: lazarusidestrconsts.dlgstacksize
 
3018
msgid "Stack size"
 
3019
msgstr ""
 
3020
 
2758
3021
#: lazarusidestrconsts.dlgstatickeyword
2759
 
msgid "Static Keyword in Objects"
 
3022
msgid "Static keyword in objects"
2760
3023
msgstr ""
2761
3024
 
2762
3025
#: lazarusidestrconsts.dlgstopafternrerr
2798
3061
msgstr ""
2799
3062
 
2800
3063
#: lazarusidestrconsts.dlgtargetplatform
2801
 
msgid "Target Platform:"
 
3064
msgid "Target platform"
2802
3065
msgstr ""
2803
3066
 
2804
3067
#: lazarusidestrconsts.dlgtargetproc
2809
3072
msgid "Directory for building test projects"
2810
3073
msgstr ""
2811
3074
 
2812
 
#: lazarusidestrconsts.dlgtexttofing
2813
 
msgid "&Text to Find"
 
3075
#: lazarusidestrconsts.dlgtexttofind
 
3076
#, fuzzy
 
3077
#| msgid "&Text to Find"
 
3078
msgctxt "lazarusidestrconsts.dlgtexttofind"
 
3079
msgid "&Text to find"
2814
3080
msgstr "&Teks of te vind"
2815
3081
 
2816
3082
#: lazarusidestrconsts.dlgthedirectory
2829
3095
msgid "Tooltip symbol Tools"
2830
3096
msgstr ""
2831
3097
 
 
3098
#: lazarusidestrconsts.dlgtopinfohint
 
3099
msgid "Current Class/Proc Hint"
 
3100
msgstr ""
 
3101
 
2832
3102
#: lazarusidestrconsts.dlgtoppos
2833
3103
msgid "Top:"
2834
3104
msgstr "Bo-kant:"
2838
3108
msgstr ""
2839
3109
 
2840
3110
#: lazarusidestrconsts.dlgtrimspacetypecaption
2841
 
msgid "Trim Spaces Style"
 
3111
msgid "Trim spaces style"
2842
3112
msgstr ""
2843
3113
 
2844
3114
#: lazarusidestrconsts.dlgtrimspacetypecaretmove
2862
3132
msgstr ""
2863
3133
 
2864
3134
#: lazarusidestrconsts.dlguncertopt
2865
 
msgid "Uncertain Optimizations"
 
3135
msgid "Uncertain optimizations"
2866
3136
msgstr ""
2867
3137
 
2868
3138
#: lazarusidestrconsts.dlgundoaftersave
2870
3140
msgstr "Ontdoen na stoor"
2871
3141
 
2872
3142
#: lazarusidestrconsts.dlgundogroupoptions
2873
 
msgid "Undo / Redo:"
 
3143
msgid "Undo / Redo"
2874
3144
msgstr ""
2875
3145
 
2876
3146
#: lazarusidestrconsts.dlgundolimit
2877
3147
msgid "Undo limit"
2878
3148
msgstr "Ontdoen limiet"
2879
3149
 
2880
 
#: lazarusidestrconsts.dlgunitdepbrowse
2881
 
msgctxt "lazarusidestrconsts.dlgunitdepbrowse"
2882
 
msgid "Open"
2883
 
msgstr ""
2884
 
 
2885
3150
#: lazarusidestrconsts.dlgunitdepcaption
2886
 
msgid "Unit dependencies"
 
3151
msgid "Unit Dependencies"
2887
3152
msgstr ""
2888
3153
 
2889
3154
#: lazarusidestrconsts.dlgunitdeprefresh
2899
3164
msgid "Unsaved line"
2900
3165
msgstr ""
2901
3166
 
2902
 
#: lazarusidestrconsts.dlgupword
2903
 
msgctxt "lazarusidestrconsts.dlgupword"
2904
 
msgid "Up"
2905
 
msgstr "Op"
2906
 
 
2907
3167
#: lazarusidestrconsts.dlgusecodefolding
2908
 
msgid "Code folding"
 
3168
msgid "Code Folding"
2909
3169
msgstr ""
2910
3170
 
2911
3171
#: lazarusidestrconsts.dlgusecustomconfig
2912
 
msgid "Use additional Compiler Config File"
 
3172
msgid "Use additional compiler config file"
2913
3173
msgstr ""
2914
3174
 
2915
3175
#: lazarusidestrconsts.dlgusedividerdraw
2916
 
msgid "Divider drawing"
 
3176
msgid "Divider Drawing"
2917
3177
msgstr ""
2918
3178
 
2919
3179
#: lazarusidestrconsts.dlgusefpccfg
2920
 
msgid "Use standard Compiler Config File (fpc.cfg)"
 
3180
msgid "Use standard compiler config file (fpc.cfg)"
2921
3181
msgstr ""
2922
3182
 
2923
3183
#: lazarusidestrconsts.dlguselaunchingapp
2924
3184
msgid "Use launching application"
2925
3185
msgstr ""
2926
3186
 
 
3187
#: lazarusidestrconsts.dlguseminimumime
 
3188
msgid "Ime handled by System"
 
3189
msgstr ""
 
3190
 
2927
3191
#: lazarusidestrconsts.dlgusemsgfile
2928
3192
msgid "Use messages file"
2929
3193
msgstr ""
2948
3212
msgid "Use tab history when closing tabs"
2949
3213
msgstr ""
2950
3214
 
 
3215
#: lazarusidestrconsts.dlguseunitcaption
 
3216
msgid "Add unit to Uses section"
 
3217
msgstr ""
 
3218
 
2951
3219
#: lazarusidestrconsts.dlgvaluecolor
2952
3220
msgctxt "lazarusidestrconsts.dlgvaluecolor"
2953
3221
msgid "Value"
2966
3234
msgstr ""
2967
3235
 
2968
3236
#: lazarusidestrconsts.dlgwholewordsonly
2969
 
msgid "&Whole Words Only"
 
3237
msgid "&Whole words only"
2970
3238
msgstr ""
2971
3239
 
2972
3240
#: lazarusidestrconsts.dlgwidthpos
2983
3251
msgstr ""
2984
3252
 
2985
3253
#: lazarusidestrconsts.dlgwinpos
2986
 
msgid "Window Positions"
 
3254
msgid "Window positions"
 
3255
msgstr ""
 
3256
 
 
3257
#: lazarusidestrconsts.dlgwordexceptions
 
3258
msgid "Exceptions"
2987
3259
msgstr ""
2988
3260
 
2989
3261
#: lazarusidestrconsts.dlgwordspolicies
2997
3269
msgstr ""
2998
3270
 
2999
3271
#: lazarusidestrconsts.dlgwritefpclogo
3000
 
msgid "Write an FPC logo"
 
3272
msgid "Write FPC logo"
3001
3273
msgstr ""
3002
3274
 
3003
3275
#: lazarusidestrconsts.fdinvalidmultiselectiontext
3004
3276
msgid "Multiselected components must be of a single form."
3005
3277
msgstr ""
3006
3278
 
3007
 
#: lazarusidestrconsts.fdmalignword
3008
 
msgid "Align"
 
3279
#: lazarusidestrconsts.fdmalignmenu
 
3280
msgid "Align ..."
3009
3281
msgstr ""
3010
3282
 
3011
3283
#: lazarusidestrconsts.fdmdeleteselection
3044
3316
msgstr ""
3045
3317
 
3046
3318
#: lazarusidestrconsts.fdmsaveformasxml
3047
 
msgid "Save form as XML"
 
3319
msgid "Save Form as XML"
 
3320
msgstr ""
 
3321
 
 
3322
#: lazarusidestrconsts.fdmscalemenu
 
3323
msgid "Scale ..."
3048
3324
msgstr ""
3049
3325
 
3050
3326
#: lazarusidestrconsts.fdmscaleword
3056
3332
msgid "Select All"
3057
3333
msgstr ""
3058
3334
 
 
3335
#: lazarusidestrconsts.fdmsizemenu
 
3336
msgid "Size ..."
 
3337
msgstr ""
 
3338
 
3059
3339
#: lazarusidestrconsts.fdmsizeword
3060
3340
msgid "Size"
3061
3341
msgstr ""
3068
3348
msgid "Option: Snap to guide lines"
3069
3349
msgstr ""
3070
3350
 
3071
 
#: lazarusidestrconsts.fdmtaborder
3072
 
#, fuzzy
3073
 
#| msgid "Tab order..."
3074
 
msgid "Tab Order..."
3075
 
msgstr "Keep orde..."
3076
 
 
3077
3351
#: lazarusidestrconsts.fdmzorder
3078
3352
msgid "Z-order"
3079
3353
msgstr ""
3082
3356
msgid "On Both Sides"
3083
3357
msgstr ""
3084
3358
 
 
3359
#: lazarusidestrconsts.histdlgbtnclearhint
 
3360
msgid "Clear all snapshots"
 
3361
msgstr ""
 
3362
 
 
3363
#: lazarusidestrconsts.histdlgbtnenablehint
 
3364
msgid "Toggle view snapshot or current"
 
3365
msgstr ""
 
3366
 
 
3367
#: lazarusidestrconsts.histdlgbtnexport
 
3368
msgctxt "lazarusidestrconsts.histdlgbtnexport"
 
3369
msgid "Export"
 
3370
msgstr ""
 
3371
 
 
3372
#: lazarusidestrconsts.histdlgbtnimport
 
3373
msgctxt "lazarusidestrconsts.histdlgbtnimport"
 
3374
msgid "Import"
 
3375
msgstr ""
 
3376
 
 
3377
#: lazarusidestrconsts.histdlgbtnmakesnaphint
 
3378
msgid "Take Snapshot"
 
3379
msgstr ""
 
3380
 
 
3381
#: lazarusidestrconsts.histdlgbtnpowerhint
 
3382
msgid "Switch on/off automatic snapshots"
 
3383
msgstr ""
 
3384
 
 
3385
#: lazarusidestrconsts.histdlgbtnremovehint
 
3386
msgid "Remove selected entry"
 
3387
msgstr ""
 
3388
 
 
3389
#: lazarusidestrconsts.histdlgbtnshowhisthint
 
3390
msgid "View history"
 
3391
msgstr ""
 
3392
 
 
3393
#: lazarusidestrconsts.histdlgbtnshowsnaphint
 
3394
msgid "View Snapshots"
 
3395
msgstr ""
 
3396
 
 
3397
#: lazarusidestrconsts.histdlgcolumnloc
 
3398
msgid "Location"
 
3399
msgstr ""
 
3400
 
 
3401
#: lazarusidestrconsts.histdlgcolumntime
 
3402
msgid "Time"
 
3403
msgstr ""
 
3404
 
 
3405
#: lazarusidestrconsts.histdlgformname
 
3406
msgctxt "lazarusidestrconsts.histdlgformname"
 
3407
msgid "History"
 
3408
msgstr ""
 
3409
 
3085
3410
#: lazarusidestrconsts.lis0no1drawdividerlinesonlyfortoplevel2drawlinesforfi
3086
3411
msgid "0 = no, 1 = draw divider lines only for top level, 2 = draw lines for first two levels, ..."
3087
3412
msgstr ""
3095
3420
msgstr "Voeg Lêers"
3096
3421
 
3097
3422
#: lazarusidestrconsts.lisa2paddfilestopackage
3098
 
msgid "Add files to package"
 
3423
msgid "Add Files to Package"
3099
3424
msgstr ""
3100
3425
 
3101
3426
#: lazarusidestrconsts.lisa2paddlfmlrsfilesiftheyexist
3143
3468
msgid "Class Name already exists"
3144
3469
msgstr ""
3145
3470
 
 
3471
#: lazarusidestrconsts.lisa2pcreatenewcomp
 
3472
msgid "Create New Component"
 
3473
msgstr ""
 
3474
 
3146
3475
#: lazarusidestrconsts.lisa2pcreatenewfile
3147
 
msgid "Create new file"
 
3476
msgid "Create New File"
 
3477
msgstr ""
 
3478
 
 
3479
#: lazarusidestrconsts.lisa2pcreatenewreq
 
3480
msgid "Create New Requirement"
3148
3481
msgstr ""
3149
3482
 
3150
3483
#: lazarusidestrconsts.lisa2pdependency
3151
3484
msgid "Dependency"
3152
3485
msgstr ""
3153
3486
 
3154
 
#: lazarusidestrconsts.lisa2pexistingfile
3155
 
msgid "%sExisting file: %s%s%s"
 
3487
#: lazarusidestrconsts.lisa2pexistingfile2
 
3488
msgid "Existing file: %s%s%s"
3156
3489
msgstr ""
3157
3490
 
3158
3491
#: lazarusidestrconsts.lisa2pfilealreadyexists
3159
3492
msgid "File already exists"
3160
3493
msgstr ""
3161
3494
 
3162
 
#: lazarusidestrconsts.lisa2pfilealreadyexistsintheproject
3163
 
msgid "File %s%s%s already exists in the project."
 
3495
#: lazarusidestrconsts.lisa2pfilealreadyexistsinthepackage
 
3496
msgid "File %s%s%s already exists in the package."
3164
3497
msgstr ""
3165
3498
 
3166
3499
#: lazarusidestrconsts.lisa2pfilealreadyinpackage
3187
3520
msgid "Invalid Ancestor Type"
3188
3521
msgstr ""
3189
3522
 
3190
 
#: lazarusidestrconsts.lisa2pinvalidcircle
3191
 
msgid "Invalid Circle"
 
3523
#: lazarusidestrconsts.lisa2pinvalidcirculardependency
 
3524
msgid "Invalid Circular Dependency"
3192
3525
msgstr ""
3193
3526
 
3194
3527
#: lazarusidestrconsts.lisa2pinvalidclassname
3216
3549
msgstr ""
3217
3550
 
3218
3551
#: lazarusidestrconsts.lisa2pnewcomponent
 
3552
msgctxt "lazarusidestrconsts.lisa2pnewcomponent"
3219
3553
msgid "New Component"
3220
3554
msgstr ""
3221
3555
 
3248
3582
msgstr ""
3249
3583
 
3250
3584
#: lazarusidestrconsts.lisa2pshowall
 
3585
msgctxt "lazarusidestrconsts.lisa2pshowall"
3251
3586
msgid "Show all"
3252
3587
msgstr ""
3253
3588
 
3426
3761
msgid "Actions:"
3427
3762
msgstr ""
3428
3763
 
 
3764
#: lazarusidestrconsts.lisactivate
 
3765
msgid "Activate"
 
3766
msgstr ""
 
3767
 
3429
3768
#: lazarusidestrconsts.lisactivateregularexpressionsyntaxfortextandreplaceme
3430
3769
msgid "Activate regular expression syntax for text and replacement (pretty much like perl)"
3431
3770
msgstr ""
3432
3771
 
 
3772
#: lazarusidestrconsts.lisactivateselected
 
3773
msgid "Activate Selected"
 
3774
msgstr ""
 
3775
 
3433
3776
#: lazarusidestrconsts.lisactive
3434
3777
msgid "Active"
3435
3778
msgstr ""
3438
3781
msgid "Active Filter"
3439
3782
msgstr ""
3440
3783
 
3441
 
#: lazarusidestrconsts.lisadddirectory
3442
 
msgid "Add directory"
3443
 
msgstr ""
 
3784
#: lazarusidestrconsts.lisadd
 
3785
msgctxt "lazarusidestrconsts.lisadd"
 
3786
msgid "Add"
 
3787
msgstr "Voeg by"
3444
3788
 
3445
 
#: lazarusidestrconsts.lisaddfilesofdirectory
3446
 
msgid "Add files of directory"
 
3789
#: lazarusidestrconsts.lisaddfilesindirectory
 
3790
msgid "Add Files in Directory"
3447
3791
msgstr ""
3448
3792
 
3449
3793
#: lazarusidestrconsts.lisadditionalcompileroptionsinheritedfrompackages
3450
3794
msgid "Additional compiler options inherited from packages"
3451
3795
msgstr ""
3452
3796
 
 
3797
#: lazarusidestrconsts.lisaddkeyworddo
 
3798
msgid "Add keyword \"do\""
 
3799
msgstr ""
 
3800
 
3453
3801
#: lazarusidestrconsts.lisaddnewbuildmodecopyingsettingsfrom
3454
3802
msgid "Add new build mode, copying settings from \"%s\""
3455
3803
msgstr ""
3478
3826
msgid "Add parameter brackets"
3479
3827
msgstr ""
3480
3828
 
 
3829
#: lazarusidestrconsts.lisaddress
 
3830
msgid "Address:"
 
3831
msgstr ""
 
3832
 
 
3833
#: lazarusidestrconsts.lisaddressbreakpoint
 
3834
msgctxt "lazarusidestrconsts.lisaddressbreakpoint"
 
3835
msgid "&Address Breakpoint ..."
 
3836
msgstr ""
 
3837
 
3481
3838
#: lazarusidestrconsts.lisaddtoincludesearchpath
3482
3839
msgid "Add to include search path?"
3483
3840
msgstr ""
3507
3864
msgstr ""
3508
3865
 
3509
3866
#: lazarusidestrconsts.lisaf2paddfiletoapackage
3510
 
msgid "Add file to a package"
 
3867
msgid "Add File to Package"
3511
3868
msgstr ""
3512
3869
 
3513
3870
#: lazarusidestrconsts.lisaf2pdestinationpackage
3514
 
msgid "Destination Package"
 
3871
msgid "Destination package"
3515
3872
msgstr ""
3516
3873
 
3517
3874
#: lazarusidestrconsts.lisaf2pfiletype
3518
 
msgid "File Type"
 
3875
msgid "File type"
3519
3876
msgstr ""
3520
3877
 
3521
3878
#: lazarusidestrconsts.lisaf2phasregisterprocedure
3543
3900
msgstr ""
3544
3901
 
3545
3902
#: lazarusidestrconsts.lisaf2pshowall
3546
 
msgid "Show All"
 
3903
msgctxt "lazarusidestrconsts.lisaf2pshowall"
 
3904
msgid "Show all"
3547
3905
msgstr ""
3548
3906
 
3549
3907
#: lazarusidestrconsts.lisaf2pthefileisalreadyinthepackage
3556
3914
msgstr ""
3557
3915
 
3558
3916
#: lazarusidestrconsts.lisaf2punitname
3559
 
msgid "Unit Name: "
 
3917
msgid "Unit name: "
3560
3918
msgstr ""
3561
3919
 
3562
3920
#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
3563
3921
msgid "A file %s%s%s already exists.%sReplace it?"
3564
3922
msgstr ""
3565
3923
 
 
3924
#: lazarusidestrconsts.lisaftercleaningupswitchtoautomaticclean
 
3925
msgid "After cleaning up (clean all or clean common files), switch to clean automatically"
 
3926
msgstr ""
 
3927
 
3566
3928
#: lazarusidestrconsts.lisalignment
3567
3929
msgid "Alignment"
3568
3930
msgstr ""
3569
3931
 
3570
3932
#: lazarusidestrconsts.lisallblockslooksok
3571
 
msgid "All blocks looks ok."
 
3933
msgid "All blocks look ok."
3572
3934
msgstr ""
3573
3935
 
3574
3936
#: lazarusidestrconsts.lisallfiles
3587
3949
msgid "Allow searching for multiple lines"
3588
3950
msgstr ""
3589
3951
 
 
3952
#: lazarusidestrconsts.lisallparametersofthisfunctionarealreadysetatthiscall
 
3953
msgid "All parameters of this function are already set at this call. Nothing to add."
 
3954
msgstr ""
 
3955
 
3590
3956
#: lazarusidestrconsts.lisallyourmodificationstowillbelostandthefilereopened
3591
3957
msgid "All your modifications to %s%s%s%swill be lost and the file reopened."
3592
3958
msgstr ""
3603
3969
msgid "Always"
3604
3970
msgstr ""
3605
3971
 
 
3972
#: lazarusidestrconsts.lisalwaysconvertsuggesteddefaultfilenametolowercase
 
3973
msgid "Always convert suggested default file name to lowercase"
 
3974
msgstr ""
 
3975
 
3606
3976
#: lazarusidestrconsts.lisalwaysignore
3607
3977
msgid "Always ignore"
3608
3978
msgstr ""
3627
3997
msgid "Ambiguous unit found"
3628
3998
msgstr ""
3629
3999
 
 
4000
#: lazarusidestrconsts.lisanchorbottomtobottomside
 
4001
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
 
4002
msgstr ""
 
4003
 
 
4004
#: lazarusidestrconsts.lisanchorbottomtotopside
 
4005
msgid "Anchor bottom side to top side of sibling. The kept distance is defined by both BorderSpacing properties of this and sibling."
 
4006
msgstr ""
 
4007
 
3630
4008
#: lazarusidestrconsts.lisanchoreditornocontrolselected
3631
4009
msgid "Anchor Editor - no control selected"
3632
4010
msgstr ""
3635
4013
msgid "Enabled = Include %s in Anchors"
3636
4014
msgstr ""
3637
4015
 
 
4016
#: lazarusidestrconsts.lisanchorlefttoleftside
 
4017
msgid "Anchor left side to left side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
 
4018
msgstr ""
 
4019
 
 
4020
#: lazarusidestrconsts.lisanchorlefttorightside
 
4021
msgid "Anchor left side to right side of sibling. The kept distance is defined by both BorderSpacing properties of this and sibling."
 
4022
msgstr ""
 
4023
 
 
4024
#: lazarusidestrconsts.lisanchorrighttoleftside
 
4025
msgid "Anchor right side to left side of sibling. The kept distance is defined by both BorderSpacing properties of this and sibling."
 
4026
msgstr ""
 
4027
 
 
4028
#: lazarusidestrconsts.lisanchorrighttorightside
 
4029
msgid "Anchor right side to right side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
 
4030
msgstr ""
 
4031
 
3638
4032
#: lazarusidestrconsts.lisanchorsofselectedcontrols
3639
4033
msgid "Anchors of selected controls"
3640
4034
msgstr ""
3641
4035
 
3642
 
#: lazarusidestrconsts.lisanchortobottomsidekeepborderspace
3643
 
msgid "Anchor to bottom side of sibling, keep border space"
3644
 
msgstr ""
3645
 
 
3646
 
#: lazarusidestrconsts.lisanchortoleftsidekeepborderspace
3647
 
msgid "Anchor to left side of sibling, keep border space"
3648
 
msgstr ""
3649
 
 
3650
 
#: lazarusidestrconsts.lisanchortorightsidekeepborderspace
3651
 
msgid "Anchor to right side of sibling, keep border space"
3652
 
msgstr ""
3653
 
 
3654
 
#: lazarusidestrconsts.lisanchortotopsidekeepborderspace
3655
 
msgid "Anchor to top side of sibling, keep border space"
 
4036
#: lazarusidestrconsts.lisanchortoptobottomside
 
4037
msgid "Anchor top side to bottom side of sibling. The kept distance is defined by both BorderSpacing properties of this and sibling."
 
4038
msgstr ""
 
4039
 
 
4040
#: lazarusidestrconsts.lisanchortoptotopside
 
4041
msgid "Anchor top side to top side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
3656
4042
msgstr ""
3657
4043
 
3658
4044
#: lazarusidestrconsts.lisanerroroccuredatlaststartupwhileloadingloadthispro
3695
4081
msgid "Ask before replacing each found text"
3696
4082
msgstr ""
3697
4083
 
 
4084
#: lazarusidestrconsts.lisaskbeforesavingprojectssession
 
4085
msgid "Ask before saving project's session"
 
4086
msgstr ""
 
4087
 
3698
4088
#: lazarusidestrconsts.lisaskforcomponentnameafterputtingitonform
3699
4089
msgid "Ask for component name after putting it on a designer form"
3700
4090
msgstr ""
3728
4118
msgstr ""
3729
4119
 
3730
4120
#: lazarusidestrconsts.lisautomatic
 
4121
msgctxt "lazarusidestrconsts.lisautomatic"
3731
4122
msgid "Automatic"
3732
4123
msgstr ""
3733
4124
 
 
4125
#: lazarusidestrconsts.lisautomatically
 
4126
msgid "Automatically"
 
4127
msgstr ""
 
4128
 
3734
4129
#: lazarusidestrconsts.lisautomaticallyconvertlfmfilestolrsincludefiles
3735
4130
msgid "Automatically convert .lfm files to .lrs include files"
3736
4131
msgstr ""
3737
4132
 
 
4133
#: lazarusidestrconsts.lisautomaticallyignoreforselection
 
4134
msgid "do not complete selection"
 
4135
msgstr ""
 
4136
 
3738
4137
#: lazarusidestrconsts.lisautomaticallyinvokeafterpoint
3739
4138
msgid "Automatically invoke after point"
3740
4139
msgstr ""
3747
4146
msgid "space"
3748
4147
msgstr ""
3749
4148
 
 
4149
#: lazarusidestrconsts.lisautomaticallyontab
 
4150
msgid "tab"
 
4151
msgstr ""
 
4152
 
3750
4153
#: lazarusidestrconsts.lisautomaticallyonwordend
3751
4154
msgid "word end"
3752
4155
msgstr ""
3767
4170
msgid "Available packages"
3768
4171
msgstr ""
3769
4172
 
 
4173
#: lazarusidestrconsts.lisavailableprojectbuildmodes
 
4174
msgid "Available project build modes:"
 
4175
msgstr ""
 
4176
 
3770
4177
#: lazarusidestrconsts.lisbackupchangedfiles
3771
4178
msgid "Make backup of changed files"
3772
4179
msgstr ""
3791
4198
msgid "Behind related"
3792
4199
msgstr ""
3793
4200
 
 
4201
#: lazarusidestrconsts.lisbestviewedbyinstallingahtmlcontrolliketurbopowerip
 
4202
msgid "Best viewed by installing a HTML control like turbopoweriprodsgn"
 
4203
msgstr ""
 
4204
 
3794
4205
#: lazarusidestrconsts.lisbfalwaysbuildbeforerun
3795
 
msgid "Always Build before Run"
 
4206
msgid "Always build before run"
3796
4207
msgstr ""
3797
4208
 
3798
 
#: lazarusidestrconsts.lisbfbuild
3799
 
msgctxt "lazarusidestrconsts.lisbfbuild"
3800
 
msgid "Build"
3801
 
msgstr "Bou"
3802
 
 
3803
4209
#: lazarusidestrconsts.lisbfbuildcommand
3804
4210
msgid "Build Command"
3805
4211
msgstr ""
3812
4218
msgid "On run project execute the Run File command instead"
3813
4219
msgstr ""
3814
4220
 
3815
 
#: lazarusidestrconsts.lisbfrun
3816
 
msgctxt "lazarusidestrconsts.lisbfrun"
3817
 
msgid "Run"
3818
 
msgstr "Hardloop"
3819
 
 
3820
4221
#: lazarusidestrconsts.lisbfruncommand
3821
4222
msgid "Run Command"
3822
4223
msgstr ""
3823
4224
 
3824
4225
#: lazarusidestrconsts.lisbfwhenthisfileisactiveinsourceeditor
3825
 
msgid "When this file is active in source editor ..."
 
4226
msgid "When this file is active in source editor"
3826
4227
msgstr ""
3827
4228
 
3828
4229
#: lazarusidestrconsts.lisbfworkingdirectoryleaveemptyforfilepath
3829
 
msgid "Working directory (Leave empty for file path)"
3830
 
msgstr ""
3831
 
 
3832
 
#: lazarusidestrconsts.lisbfworkingdirectoryleaveemptyforfilepath2
3833
 
msgid "Working Directory (Leave empty for file path)"
 
4230
msgid "Working directory (leave empty for file path)"
3834
4231
msgstr ""
3835
4232
 
3836
4233
#: lazarusidestrconsts.lisboldnondefaultobjectinspector
3838
4235
msgstr ""
3839
4236
 
3840
4237
#: lazarusidestrconsts.lisborderspace
3841
 
msgid "BorderSpace"
3842
 
msgstr ""
3843
 
 
3844
 
#: lazarusidestrconsts.lisbottom
3845
 
msgctxt "lazarusidestrconsts.lisbottom"
3846
 
msgid "Bottom"
 
4238
msgid "Border space"
3847
4239
msgstr ""
3848
4240
 
3849
4241
#: lazarusidestrconsts.lisbottomborderspacespinedithint
3879
4271
msgid "Browse for Compiler (%s)"
3880
4272
msgstr ""
3881
4273
 
3882
 
#: lazarusidestrconsts.lisbtnbreak
3883
 
msgctxt "lazarusidestrconsts.lisbtnbreak"
3884
 
msgid "Break"
 
4274
#: lazarusidestrconsts.lisbtnadd
 
4275
msgctxt "lazarusidestrconsts.lisbtnadd"
 
4276
msgid "&Add"
 
4277
msgstr "Voeg by"
 
4278
 
 
4279
#: lazarusidestrconsts.lisbtnclose
 
4280
msgctxt "lazarusidestrconsts.lisbtnclose"
 
4281
msgid "&Close"
 
4282
msgstr "Sluit"
 
4283
 
 
4284
#: lazarusidestrconsts.lisbtndelete
 
4285
msgctxt "lazarusidestrconsts.lisbtndelete"
 
4286
msgid "&Delete"
 
4287
msgstr "&Skrap"
 
4288
 
 
4289
#: lazarusidestrconsts.lisbtndlgreplace
 
4290
msgctxt "lazarusidestrconsts.lisbtndlgreplace"
 
4291
msgid "&Replace ..."
 
4292
msgstr "&Vervang..."
 
4293
 
 
4294
#: lazarusidestrconsts.lisbtnenabled
 
4295
msgctxt "lazarusidestrconsts.lisbtnenabled"
 
4296
msgid "&Enabled"
3885
4297
msgstr ""
3886
4298
 
3887
 
#: lazarusidestrconsts.lisbtncontinue
3888
 
msgctxt "lazarusidestrconsts.lisbtncontinue"
3889
 
msgid "Continue"
3890
 
msgstr "Gaan aan"
3891
 
 
3892
4299
#: lazarusidestrconsts.lisbtnfind
3893
4300
msgid "&Find"
3894
4301
msgstr ""
3895
4302
 
 
4303
#: lazarusidestrconsts.lisbtnquit
 
4304
msgctxt "lazarusidestrconsts.lisbtnquit"
 
4305
msgid "&Quit"
 
4306
msgstr "&Staak"
 
4307
 
 
4308
#: lazarusidestrconsts.lisbtnremove
 
4309
msgctxt "lazarusidestrconsts.lisbtnremove"
 
4310
msgid "&Remove"
 
4311
msgstr ""
 
4312
 
3896
4313
#: lazarusidestrconsts.lisbtnreplace
3897
4314
msgid "&Replace"
3898
4315
msgstr ""
3899
4316
 
 
4317
#: lazarusidestrconsts.lisbuild
 
4318
msgctxt "lazarusidestrconsts.lisbuild"
 
4319
msgid "Build"
 
4320
msgstr "Bou"
 
4321
 
3900
4322
#: lazarusidestrconsts.lisbuildallfilesofprojectpackageide
3901
4323
msgid "build all files of project/package/IDE"
3902
4324
msgstr ""
3903
4325
 
 
4326
#: lazarusidestrconsts.lisbuildcaption
 
4327
msgctxt "lazarusidestrconsts.lisbuildcaption"
 
4328
msgid "Build"
 
4329
msgstr "Bou"
 
4330
 
3904
4331
#: lazarusidestrconsts.lisbuildidewithpackages
3905
4332
msgid "build IDE with packages"
3906
4333
msgstr ""
3909
4336
msgid "Building Lazarus failed"
3910
4337
msgstr ""
3911
4338
 
3912
 
#: lazarusidestrconsts.lisbuildmacros
3913
 
msgid "Build macros"
3914
 
msgstr ""
3915
 
 
3916
 
#: lazarusidestrconsts.lisbuildmacros2
3917
 
msgid "Build macros:"
3918
 
msgstr ""
3919
 
 
3920
4339
#: lazarusidestrconsts.lisbuildmode
3921
4340
msgid "Build mode"
3922
4341
msgstr ""
3942
4361
msgstr "Bou nuwe projek"
3943
4362
 
3944
4363
#: lazarusidestrconsts.lisbuildnumber
3945
 
msgid "Build Number"
 
4364
#, fuzzy
 
4365
#| msgid "Build Number"
 
4366
msgid "Build number"
3946
4367
msgstr "Bou Nommer"
3947
4368
 
 
4369
#: lazarusidestrconsts.lisbuildproject
 
4370
msgid "Build project"
 
4371
msgstr ""
 
4372
 
 
4373
#: lazarusidestrconsts.lisbuildstage
 
4374
msgctxt "lazarusidestrconsts.lisbuildstage"
 
4375
msgid "Build"
 
4376
msgstr "Bou"
 
4377
 
3948
4378
#: lazarusidestrconsts.liscallingtocreatemakefilefromfailed
3949
4379
msgid "Calling %s to create Makefile from %s failed."
3950
4380
msgstr ""
3951
4381
 
 
4382
#: lazarusidestrconsts.liscallstacknotevaluated
 
4383
msgid "Stack not evaluated"
 
4384
msgstr ""
 
4385
 
3952
4386
#: lazarusidestrconsts.liscancel
3953
4387
msgctxt "lazarusidestrconsts.liscancel"
3954
4388
msgid "Cancel"
3986
4420
msgid "Can only change the class of TComponents."
3987
4421
msgstr ""
3988
4422
 
 
4423
#: lazarusidestrconsts.liscaptiondiff
 
4424
msgctxt "lazarusidestrconsts.liscaptiondiff"
 
4425
msgid "Diff"
 
4426
msgstr ""
 
4427
 
 
4428
#: lazarusidestrconsts.liscbpfiles
 
4429
msgid "%s (%s files)"
 
4430
msgstr ""
 
4431
 
 
4432
#: lazarusidestrconsts.liscbpreallydeletesourcefiles
 
4433
msgid "Really delete %s source files%s%s"
 
4434
msgstr ""
 
4435
 
3989
4436
#: lazarusidestrconsts.lisccdchangeclassof
3990
4437
msgid "Change Class of %s"
3991
4438
msgstr ""
3999
4446
msgstr ""
4000
4447
 
4001
4448
#: lazarusidestrconsts.lisccochecktestdir
4002
 
msgid "Please check the Test directory under %sEnvironment -> Environment Options -> Files -> Directory for building test projects"
 
4449
msgid "Please check the Test directory under %sTools -> Options -> Files -> Directory for building test projects"
4003
4450
msgstr ""
4004
4451
 
4005
4452
#: lazarusidestrconsts.lisccocompilernotanexe
4092
4539
msgstr ""
4093
4540
 
4094
4541
#: lazarusidestrconsts.lisccoseveralcompilers
4095
 
msgid "There are several FreePascal Compilers in your path.%s%s%sMaybe you forgot to delete an old compiler?"
 
4542
msgid "There are several Free Pascal Compilers in your path.%s%s%sMaybe you forgot to delete an old compiler?"
4096
4543
msgstr ""
4097
4544
 
4098
4545
#: lazarusidestrconsts.lisccoskip
4164
4611
msgstr ""
4165
4612
 
4166
4613
#: lazarusidestrconsts.liscefilter
4167
 
msgid "(Filter)"
 
4614
msgid "(filter)"
4168
4615
msgstr ""
4169
4616
 
4170
4617
#: lazarusidestrconsts.liscefollowcursor
4181
4628
msgstr ""
4182
4629
 
4183
4630
#: lazarusidestrconsts.liscelongparamlistcount
4184
 
msgid "Parameters count treating as \"many\""
 
4631
msgid "Parameters count treated as \"many\""
4185
4632
msgstr ""
4186
4633
 
4187
4634
#: lazarusidestrconsts.liscelongprocedures
4209
4656
msgstr ""
4210
4657
 
4211
4658
#: lazarusidestrconsts.liscenestedproccount
4212
 
msgid "Nested procedures count treating as \"many\""
 
4659
msgid "Nested procedures count treated as \"many\""
4213
4660
msgstr ""
4214
4661
 
4215
4662
#: lazarusidestrconsts.liscentercontrolhorizontallyrelativetosibling
4216
 
msgid "Center control horizontally relative to the given sibling"
 
4663
msgid "Center control horizontally relative to the given sibling. BorderSpacing is ignored."
4217
4664
msgstr ""
4218
4665
 
4219
4666
#: lazarusidestrconsts.liscentercontrolverticallyrelativetosibling
4220
 
msgid "Center control vertically relative to the given sibling"
 
4667
msgid "Center control vertically relative to the given sibling. BorderSpacing is ignored."
4221
4668
msgstr ""
4222
4669
 
4223
4670
#: lazarusidestrconsts.liscenterform
4224
 
msgid "Center form"
 
4671
msgid "Center Form"
4225
4672
msgstr ""
4226
4673
 
4227
4674
#: lazarusidestrconsts.liscenterinwindow
4233
4680
msgstr ""
4234
4681
 
4235
4682
#: lazarusidestrconsts.lisceomode
4236
 
msgid "Preferred Exhibition Mode"
 
4683
msgid "Preferred exhibition mode"
4237
4684
msgstr ""
4238
4685
 
4239
4686
#: lazarusidestrconsts.lisceomodecategory
4242
4689
msgstr ""
4243
4690
 
4244
4691
#: lazarusidestrconsts.lisceomodesource
 
4692
msgctxt "lazarusidestrconsts.lisceomodesource"
4245
4693
msgid "Source"
4246
4694
msgstr ""
4247
4695
 
4296
4744
msgid "Style"
4297
4745
msgstr ""
4298
4746
 
 
4747
#: lazarusidestrconsts.liscesurrounding
 
4748
msgid "Surrounding"
 
4749
msgstr ""
 
4750
 
4299
4751
#: lazarusidestrconsts.liscetodos
4300
4752
msgid "ToDos"
4301
4753
msgstr ""
4329
4781
msgid "Wrong indentation"
4330
4782
msgstr ""
4331
4783
 
 
4784
#: lazarusidestrconsts.liscfeanexceptionoccuredduringdeletionof
 
4785
msgid "An exception occured during deletion of%s\"%s:%s\"%s%s"
 
4786
msgstr ""
 
4787
 
 
4788
#: lazarusidestrconsts.liscfecancelloadingthisresource
 
4789
msgid "Cancel loading this resource"
 
4790
msgstr ""
 
4791
 
 
4792
#: lazarusidestrconsts.liscfeclassnotfound
 
4793
msgid "%s%sClass \"%s\" not found."
 
4794
msgstr ""
 
4795
 
 
4796
#: lazarusidestrconsts.liscfecomponent
 
4797
msgid "%s%sComponent: %s:%s"
 
4798
msgstr ""
 
4799
 
 
4800
#: lazarusidestrconsts.liscfecomponentclass
 
4801
msgid "%s%sComponent Class: %s"
 
4802
msgstr ""
 
4803
 
 
4804
#: lazarusidestrconsts.liscfecontinueloading
 
4805
msgid "Continue loading"
 
4806
msgstr ""
 
4807
 
 
4808
#: lazarusidestrconsts.liscfedonotknowhowtocopythisformeditingselection
 
4809
msgid "Do not know how to copy this form editing selection"
 
4810
msgstr ""
 
4811
 
 
4812
#: lazarusidestrconsts.liscfedonotknowhowtocutthisformeditingselection
 
4813
msgid "Do not know how to cut this form editing selection"
 
4814
msgstr ""
 
4815
 
 
4816
#: lazarusidestrconsts.liscfedonotknowhowtodeletethisformeditingselection
 
4817
msgid "Do not know how to delete this form editing selection"
 
4818
msgstr ""
 
4819
 
 
4820
#: lazarusidestrconsts.liscfeerrorcreatingcomponent
 
4821
msgid "Error creating component"
 
4822
msgstr ""
 
4823
 
 
4824
#: lazarusidestrconsts.liscfeerrorcreatingcomponent2
 
4825
msgid "Error creating component: %s%s%s"
 
4826
msgstr ""
 
4827
 
 
4828
#: lazarusidestrconsts.liscfeerrordestroyingcomponent
 
4829
msgid "Error destroying component"
 
4830
msgstr ""
 
4831
 
 
4832
#: lazarusidestrconsts.liscfeerrordestroyingcomponentoftypeofunit
 
4833
msgid "Error destroying component of type %s of unit %s:%s%s"
 
4834
msgstr ""
 
4835
 
 
4836
#: lazarusidestrconsts.liscfeerrordestroyingmediator
 
4837
msgid "Error destroying mediator"
 
4838
msgstr ""
 
4839
 
 
4840
#: lazarusidestrconsts.liscfeerrordestroyingmediatorofunit
 
4841
msgid "Error destroying mediator %s of unit %s:%s%s"
 
4842
msgstr ""
 
4843
 
 
4844
#: lazarusidestrconsts.liscfeerrorreading
 
4845
msgid "Error reading %s"
 
4846
msgstr ""
 
4847
 
 
4848
#: lazarusidestrconsts.liscfeinfile
 
4849
msgid "%sIn file %s%s"
 
4850
msgstr ""
 
4851
 
 
4852
#: lazarusidestrconsts.liscfeinvalidcomponentowner
 
4853
msgid "Invalid component owner"
 
4854
msgstr ""
 
4855
 
 
4856
#: lazarusidestrconsts.liscferoot
 
4857
msgid "%sRoot=%s:%s"
 
4858
msgstr ""
 
4859
 
 
4860
#: lazarusidestrconsts.liscfestopallloading
 
4861
msgid "Stop all loading"
 
4862
msgstr ""
 
4863
 
 
4864
#: lazarusidestrconsts.liscfestream
 
4865
msgid "%sStream=%s"
 
4866
msgstr ""
 
4867
 
 
4868
#: lazarusidestrconsts.liscfestreamposition
 
4869
msgid "%s%sStream position: %s"
 
4870
msgstr ""
 
4871
 
 
4872
#: lazarusidestrconsts.liscfetcustomformeditorcreatenonformformalreadyexists
 
4873
msgid "TCustomFormEditor.CreateNonFormForm already exists"
 
4874
msgstr ""
 
4875
 
 
4876
#: lazarusidestrconsts.liscfetcustomformeditorcreatenonformformunknowntype
 
4877
msgid "TCustomFormEditor.CreateNonFormForm Unknown type %s"
 
4878
msgstr ""
 
4879
 
 
4880
#: lazarusidestrconsts.liscfetcustomformeditordeletecomponentwhereisthetcustomn
 
4881
msgid "TCustomFormEditor.DeleteComponent  Where is the TCustomNonFormDesignerForm? %s"
 
4882
msgstr ""
 
4883
 
 
4884
#: lazarusidestrconsts.liscfetcustomformeditorregisterdesignermediatoralreadyre
 
4885
msgid "TCustomFormEditor.RegisterDesignerMediator already registered: %s"
 
4886
msgstr ""
 
4887
 
 
4888
#: lazarusidestrconsts.liscfethecomponenteditorofclasshascreatedtheerror
 
4889
msgid "The component editor of class \"%s\"has created the error:%s\"%s\""
 
4890
msgstr ""
 
4891
 
 
4892
#: lazarusidestrconsts.liscfethecomponentoftypefailedtosetitsownerto
 
4893
msgid "The component of type %s failed to set its owner to %s:%s"
 
4894
msgstr ""
 
4895
 
 
4896
#: lazarusidestrconsts.liscfeunabletocleartheformeditingselection
 
4897
msgid "Unable to clear the form editing selection%s%s"
 
4898
msgstr ""
 
4899
 
 
4900
#: lazarusidestrconsts.lischange
 
4901
msgctxt "lazarusidestrconsts.lischange"
 
4902
msgid "Change"
 
4903
msgstr "Verander"
 
4904
 
4332
4905
#: lazarusidestrconsts.lischangebuildmode
4333
4906
msgid "Change build mode"
4334
4907
msgstr ""
4346
4919
msgstr ""
4347
4920
 
4348
4921
#: lazarusidestrconsts.lischangeparent
4349
 
msgid "Change Parent..."
 
4922
msgid "Change Parent"
 
4923
msgstr ""
 
4924
 
 
4925
#: lazarusidestrconsts.lischangeswerenotsaved
 
4926
msgid "Changes were not saved"
 
4927
msgstr ""
 
4928
 
 
4929
#: lazarusidestrconsts.lischangetounix
 
4930
msgid "Change to Unix /"
 
4931
msgstr ""
 
4932
 
 
4933
#: lazarusidestrconsts.lischangetowindows
 
4934
msgid "Change to Windows \\"
4350
4935
msgstr ""
4351
4936
 
4352
4937
#: lazarusidestrconsts.lischaracter
4357
4942
msgid "Character Map"
4358
4943
msgstr ""
4359
4944
 
4360
 
#: lazarusidestrconsts.lischeckchangesondiskwithloading
4361
 
msgid "Check changes on disk with loading"
 
4945
#: lazarusidestrconsts.lischeckall
 
4946
msgid "Check All"
 
4947
msgstr ""
 
4948
 
 
4949
#: lazarusidestrconsts.lischeckfordiskfilechangesviacontentratherthantimesta
 
4950
msgid "Check for disk file changes via content rather than timestamp"
4362
4951
msgstr ""
4363
4952
 
4364
4953
#: lazarusidestrconsts.lischeckifthenexttokeninsourceisanendandifnotreturnsl
4369
4958
msgid "Check options"
4370
4959
msgstr ""
4371
4960
 
 
4961
#: lazarusidestrconsts.lischeckthetargetoscpulclwidgettypemaybeyouhavetoreco
 
4962
msgid "%s Check the target (OS, CPU, LCL widget type). Maybe you have to recompile the package for this target or set another target for the project."
 
4963
msgstr ""
 
4964
 
4372
4965
#: lazarusidestrconsts.lischooseadifferentname
4373
4966
msgid "Choose a different name"
4374
4967
msgstr ""
4385
4978
msgid "Choose a name for the new component"
4386
4979
msgstr ""
4387
4980
 
 
4981
#: lazarusidestrconsts.lischooseanexamplefile
 
4982
msgid "Choose an example file"
 
4983
msgstr ""
 
4984
 
 
4985
#: lazarusidestrconsts.lischooseanfpcmessagefile
 
4986
msgid "Choose an FPC message file"
 
4987
msgstr ""
 
4988
 
4388
4989
#: lazarusidestrconsts.lischooseapascalfileforindentationexamples
4389
4990
msgid "Choose a pascal file for indentation examples"
4390
4991
msgstr ""
4461
5062
msgid "Choose the directory for tests"
4462
5063
msgstr ""
4463
5064
 
 
5065
#: lazarusidestrconsts.liscirculardependencydetected
 
5066
msgid "Circular dependency detected"
 
5067
msgstr ""
 
5068
 
4464
5069
#: lazarusidestrconsts.lisclasscompletion
4465
5070
msgid "Class Completion"
4466
5071
msgstr ""
4473
5078
msgid "Classes and properties exist. Values were not checked."
4474
5079
msgstr ""
4475
5080
 
 
5081
#: lazarusidestrconsts.lisclassesppunotfoundcheckyourfpccfg
 
5082
msgid "classes.ppu not found. Check your fpc.cfg."
 
5083
msgstr ""
 
5084
 
4476
5085
#: lazarusidestrconsts.lisclassisnotaregisteredcomponentclassunabletopaste
4477
5086
msgid "Class %s%s%s is not a registered component class.%sUnable to paste."
4478
5087
msgstr ""
4485
5094
msgid "Class %s%s%s of method %s%s%s not found."
4486
5095
msgstr ""
4487
5096
 
 
5097
#: lazarusidestrconsts.liscldirclean
 
5098
msgid "Clean"
 
5099
msgstr ""
 
5100
 
4488
5101
#: lazarusidestrconsts.liscldircleandirectory
4489
5102
msgid "Clean Directory"
4490
5103
msgstr ""
4509
5122
msgid "Simple Syntax (e.g. * instead of .*)"
4510
5123
msgstr ""
4511
5124
 
 
5125
#: lazarusidestrconsts.liscleanall
 
5126
msgid "Clean all"
 
5127
msgstr ""
 
5128
 
 
5129
#: lazarusidestrconsts.liscleancommonfiles
 
5130
msgid "Clean common files"
 
5131
msgstr ""
 
5132
 
4512
5133
#: lazarusidestrconsts.liscleanlazarussource
4513
5134
msgid "Clean Lazarus Source"
4514
5135
msgstr ""
4515
5136
 
 
5137
#: lazarusidestrconsts.liscleanonlyonce
 
5138
msgid "Switch after building to automatically"
 
5139
msgstr ""
 
5140
 
 
5141
#: lazarusidestrconsts.liscleanup
 
5142
msgid "Clean up"
 
5143
msgstr ""
 
5144
 
 
5145
#: lazarusidestrconsts.liscleanupandbuild
 
5146
msgid "Clean up and build"
 
5147
msgstr ""
 
5148
 
 
5149
#: lazarusidestrconsts.liscleanupandbuildproject
 
5150
msgid "Clean up and build project"
 
5151
msgstr ""
 
5152
 
4516
5153
#: lazarusidestrconsts.liscleanupunitpath
4517
5154
msgid "Clean up unit path?"
4518
5155
msgstr ""
4519
5156
 
 
5157
#: lazarusidestrconsts.lisclear
 
5158
msgctxt "lazarusidestrconsts.lisclear"
 
5159
msgid "Clear"
 
5160
msgstr ""
 
5161
 
4520
5162
#: lazarusidestrconsts.liscleardirectory
4521
5163
msgid "Clear Directory?"
4522
5164
msgstr ""
4523
5165
 
4524
 
#: lazarusidestrconsts.lisclearkeymapping
4525
 
msgid "Clear Key Mapping"
4526
 
msgstr ""
4527
 
 
4528
5166
#: lazarusidestrconsts.lisclickheretobrowsethefilehint
4529
5167
msgid "Click here to browse the file"
4530
5168
msgstr ""
4534
5172
msgstr ""
4535
5173
 
4536
5174
#: lazarusidestrconsts.lisclose
4537
 
msgid "&Close"
 
5175
#, fuzzy
 
5176
#| msgid "&Close"
 
5177
msgctxt "lazarusidestrconsts.lisclose"
 
5178
msgid "Close"
4538
5179
msgstr "Sluit"
4539
5180
 
 
5181
#: lazarusidestrconsts.liscloseall
 
5182
msgctxt "lazarusidestrconsts.liscloseall"
 
5183
msgid "Close All"
 
5184
msgstr ""
 
5185
 
 
5186
#: lazarusidestrconsts.liscloseallchecked
 
5187
msgid "Close All Checked"
 
5188
msgstr ""
 
5189
 
4540
5190
#: lazarusidestrconsts.lisclosealltabsclose
4541
5191
msgid "Close files"
4542
5192
msgstr ""
4586
5236
msgid "Call on:"
4587
5237
msgstr ""
4588
5238
 
4589
 
#: lazarusidestrconsts.liscocallonbuild
4590
 
msgctxt "lazarusidestrconsts.liscocallonbuild"
4591
 
msgid "Build"
4592
 
msgstr "Bou"
4593
 
 
4594
 
#: lazarusidestrconsts.liscocalloncompile
4595
 
msgctxt "lazarusidestrconsts.liscocalloncompile"
4596
 
msgid "Compile"
4597
 
msgstr "Vertaleer"
4598
 
 
4599
 
#: lazarusidestrconsts.liscocallonrun
4600
 
msgctxt "lazarusidestrconsts.liscocallonrun"
4601
 
msgid "Run"
4602
 
msgstr "Hardloop"
4603
 
 
4604
5239
#: lazarusidestrconsts.liscoclickokifaresuretodothat
4605
5240
msgid "%s%sClick OK if you are sure to do that."
4606
5241
msgstr ""
4615
5250
msgstr ""
4616
5251
 
4617
5252
#: lazarusidestrconsts.liscodebrowser
4618
 
msgid "Code browser"
 
5253
msgctxt "lazarusidestrconsts.liscodebrowser"
 
5254
msgid "Code Browser"
4619
5255
msgstr ""
4620
5256
 
4621
5257
#: lazarusidestrconsts.liscodeexplorer
4674
5310
msgid "Example"
4675
5311
msgstr ""
4676
5312
 
 
5313
#: lazarusidestrconsts.liscodehelpgroupbox
 
5314
msgid "FPDoc settings"
 
5315
msgstr ""
 
5316
 
4677
5317
#: lazarusidestrconsts.liscodehelphintboldformat
4678
5318
msgid "Insert bold formatting tag"
4679
5319
msgstr ""
4712
5352
msgstr ""
4713
5353
 
4714
5354
#: lazarusidestrconsts.liscodehelpmainformcaption
4715
 
msgid "FPDoc editor"
 
5355
msgctxt "lazarusidestrconsts.liscodehelpmainformcaption"
 
5356
msgid "FPDoc Editor"
4716
5357
msgstr ""
4717
5358
 
4718
5359
#: lazarusidestrconsts.liscodehelpnodocumentation
4728
5369
msgid "<NONE>"
4729
5370
msgstr "<GEEN>"
4730
5371
 
4731
 
#: lazarusidestrconsts.liscodehelppathsgroupbox
4732
 
msgctxt "lazarusidestrconsts.liscodehelppathsgroupbox"
4733
 
msgid "FPDoc files path"
4734
 
msgstr ""
4735
 
 
4736
 
#: lazarusidestrconsts.liscodehelpreplacebutton
4737
 
msgctxt "lazarusidestrconsts.liscodehelpreplacebutton"
4738
 
msgid "Replace"
4739
 
msgstr ""
4740
 
 
4741
 
#: lazarusidestrconsts.liscodehelpsavebutton
4742
 
msgctxt "lazarusidestrconsts.liscodehelpsavebutton"
4743
 
msgid "Save"
4744
 
msgstr ""
4745
 
 
4746
5372
#: lazarusidestrconsts.liscodehelpseealsotag
4747
5373
msgid "See also"
4748
5374
msgstr ""
4755
5381
msgid "Short"
4756
5382
msgstr ""
4757
5383
 
4758
 
#: lazarusidestrconsts.liscodehelpshowemptymethods
4759
 
msgid "Show empty methods"
4760
 
msgstr ""
4761
 
 
4762
 
#: lazarusidestrconsts.liscodehelpshowunusedunits
4763
 
msgid "Show unused units"
4764
 
msgstr ""
4765
 
 
4766
5384
#: lazarusidestrconsts.liscodeobignoreconstinfuncs
4767
5385
msgctxt "lazarusidestrconsts.liscodeobignoreconstinfuncs"
4768
5386
msgid "Ignore constants in next functions"
4783
5401
msgstr ""
4784
5402
 
4785
5403
#: lazarusidestrconsts.liscodetempladd
 
5404
#, fuzzy
 
5405
#| msgid "Add"
4786
5406
msgctxt "lazarusidestrconsts.liscodetempladd"
4787
 
msgid "Add"
 
5407
msgid "Add template"
4788
5408
msgstr "Voeg by"
4789
5409
 
4790
5410
#: lazarusidestrconsts.liscodetempladdcodetemplate
4796
5416
msgstr ""
4797
5417
 
4798
5418
#: lazarusidestrconsts.liscodetemplautocompleteon
4799
 
msgid "Auto complete on ..."
 
5419
msgid "Auto complete on"
4800
5420
msgstr ""
4801
5421
 
4802
5422
#: lazarusidestrconsts.liscodetemplchange
4821
5441
msgid "Token:"
4822
5442
msgstr ""
4823
5443
 
4824
 
#: lazarusidestrconsts.liscodetools
4825
 
msgid "CodeTools"
4826
 
msgstr ""
4827
 
 
4828
5444
#: lazarusidestrconsts.liscodetoolsdefsaction
4829
5445
msgid "Action: %s"
4830
5446
msgstr "Aksie: %s"
4854
5470
msgstr ""
4855
5471
 
4856
5472
#: lazarusidestrconsts.liscodetoolsdefscompilerpath
4857
 
msgid "compiler path"
 
5473
msgid "Compiler path"
4858
5474
msgstr ""
4859
5475
 
4860
5476
#: lazarusidestrconsts.liscodetoolsdefsconvertnode
4913
5529
msgid "%s directory"
4914
5530
msgstr ""
4915
5531
 
4916
 
#: lazarusidestrconsts.liscodetoolsdefsedit
4917
 
msgctxt "lazarusidestrconsts.liscodetoolsdefsedit"
4918
 
msgid "Edit"
4919
 
msgstr "Redigeer"
4920
 
 
4921
5532
#: lazarusidestrconsts.liscodetoolsdefselse
4922
5533
msgid "Else"
4923
5534
msgstr ""
4942
5553
msgid "Error while writing project info file %s%s%s%s%s"
4943
5554
msgstr ""
4944
5555
 
4945
 
#: lazarusidestrconsts.liscodetoolsdefsexit
4946
 
msgctxt "lazarusidestrconsts.liscodetoolsdefsexit"
4947
 
msgid "Exit"
4948
 
msgstr ""
4949
 
 
4950
5556
#: lazarusidestrconsts.liscodetoolsdefsexitwithoutsave
4951
5557
msgid "Exit without Save"
4952
5558
msgstr ""
5142
5748
msgstr ""
5143
5749
 
5144
5750
#: lazarusidestrconsts.liscodetoolsdefsthefreepascalcvssourcedirectory
5145
 
msgid "The Free Pascal SVN source directory. Not required. This will improve find declarationand debugging."
 
5751
msgid "The Free Pascal SVN source directory. Not required. This will improve find declaration and debugging."
5146
5752
msgstr ""
5147
5753
 
5148
5754
#: lazarusidestrconsts.liscodetoolsdefsthefreepascalprojectdirectory
5158
5764
msgstr ""
5159
5765
 
5160
5766
#: lazarusidestrconsts.liscodetoolsdefsthepathtothefreepascalcompilerforexample
5161
 
msgid "The path to the free pascal compiler.%s For example %s/usr/bin/%s -n%s or %s/usr/local/bin/fpc @/etc/fpc.cfg%s."
 
5767
msgid "The path to the Free Pascal compiler.%s For example %s/usr/bin/%s -n%s or %s/usr/local/bin/fpc @/etc/fpc.cfg%s."
5162
5768
msgstr ""
5163
5769
 
5164
5770
#: lazarusidestrconsts.liscodetoolsdefsthepathtothefreepascalcompilerforthisproject
5165
 
msgid "The path to the free pascal compiler for this project. Only required if you set the FPC SVN source below. Used to autocreate macros."
 
5771
msgid "The path to the Free Pascal compiler for this project. Only required if you set the FPC SVN source below. Used to autocreate macros."
 
5772
msgstr ""
 
5773
 
 
5774
#: lazarusidestrconsts.liscodetoolsdefsthepathtothefreepascalcompilerforthissourceusedtoa
 
5775
msgid "The path to the Free Pascal compiler for this source.%sUsed to autocreate macros."
5166
5776
msgstr ""
5167
5777
 
5168
5778
#: lazarusidestrconsts.liscodetoolsdefstheprojectdirectory
5189
5799
msgid "Value as Text"
5190
5800
msgstr ""
5191
5801
 
 
5802
#: lazarusidestrconsts.liscodetoolsdefsvalueisinvalid
 
5803
msgid "%s:%svalue \"%s\" is invalid."
 
5804
msgstr ""
 
5805
 
5192
5806
#: lazarusidestrconsts.liscodetoolsdefsvariable
5193
5807
msgid "Variable:"
5194
5808
msgstr ""
5235
5849
msgid "Number"
5236
5850
msgstr ""
5237
5851
 
5238
 
#: lazarusidestrconsts.liscodetoolsoptsok
5239
 
msgctxt "lazarusidestrconsts.liscodetoolsoptsok"
5240
 
msgid "Ok"
5241
 
msgstr ""
5242
 
 
5243
5852
#: lazarusidestrconsts.liscodetoolsoptspoint
5244
5853
msgid "Point"
5245
5854
msgstr ""
5269
5878
msgid "Execute before"
5270
5879
msgstr ""
5271
5880
 
 
5881
#: lazarusidestrconsts.liscollapseall
 
5882
msgid "Collapse All (/)"
 
5883
msgstr ""
 
5884
 
5272
5885
#: lazarusidestrconsts.liscollapseallclasses
5273
5886
msgid "Collapse all classes"
5274
5887
msgstr ""
5297
5910
msgid "Command line parameters of program"
5298
5911
msgstr ""
5299
5912
 
5300
 
#: lazarusidestrconsts.liscompileidewithoutlinking
5301
 
msgid "Compile IDE (without linking)"
5302
 
msgstr "Vertaleer IDE (sonder inskakeling)"
 
5913
#: lazarusidestrconsts.liscompile
 
5914
msgctxt "lazarusidestrconsts.liscompile"
 
5915
msgid "Compile"
 
5916
msgstr "Vertaleer"
5303
5917
 
5304
5918
#: lazarusidestrconsts.liscompiler
5305
5919
msgid "Compiler"
5306
5920
msgstr "Vertaler"
5307
5921
 
 
5922
#: lazarusidestrconsts.liscompilerdoesnotsupporttarget
 
5923
msgid "Compiler \"%s\" does not support target %s-%s"
 
5924
msgstr ""
 
5925
 
5308
5926
#: lazarusidestrconsts.liscompilererror
5309
5927
msgid "Compiler error"
5310
5928
msgstr "Vertaler fout"
5318
5936
msgstr "Vertaler lêer"
5319
5937
 
5320
5938
#: lazarusidestrconsts.liscompilerhintyoucansetthecompilerpath
5321
 
msgid "Hint: you can set the compiler path in Environment->Environment options->Files->Compiler Path"
 
5939
msgid "Hint: you can set the compiler path in Tools -> Options-> Files -> Compiler Path"
5322
5940
msgstr ""
5323
5941
 
5324
5942
#: lazarusidestrconsts.liscompilernotecodetoolsconfigfilenotfoundusingdefaults
5333
5951
msgid "Compiler Options for Project: %s"
5334
5952
msgstr ""
5335
5953
 
 
5954
#: lazarusidestrconsts.liscompilestage
 
5955
msgctxt "lazarusidestrconsts.liscompilestage"
 
5956
msgid "Compile"
 
5957
msgstr "Vertaleer"
 
5958
 
5336
5959
#: lazarusidestrconsts.liscompiling
5337
5960
msgid "%s (compiling ...)"
5338
5961
msgstr ""
5358
5981
msgid "Extend right only"
5359
5982
msgstr ""
5360
5983
 
5361
 
#: lazarusidestrconsts.liscomponent
5362
 
msgid "Component"
5363
 
msgstr ""
5364
 
 
5365
5984
#: lazarusidestrconsts.liscomponentnameisapascalkeyword
5366
5985
msgid "Component name \"%s\" is a pascal keyword."
5367
5986
msgstr ""
5374
5993
msgid "Component name %s%s%s is not a valid identifier"
5375
5994
msgstr ""
5376
5995
 
5377
 
#: lazarusidestrconsts.liscomppalfindcomponent
5378
 
msgid "Find component"
 
5996
#: lazarusidestrconsts.liscomppalcomponentlist
 
5997
msgid "View All"
5379
5998
msgstr ""
5380
5999
 
5381
6000
#: lazarusidestrconsts.liscomppalopenpackage
5398
6017
msgstr ""
5399
6018
 
5400
6019
#: lazarusidestrconsts.lisconditionals
5401
 
msgid "Conditionals:"
 
6020
msgctxt "lazarusidestrconsts.lisconditionals"
 
6021
msgid "Conditionals"
5402
6022
msgstr ""
5403
6023
 
5404
6024
#: lazarusidestrconsts.lisconfigdirectory
5413
6033
msgid "Configure %sBuild Lazarus%s"
5414
6034
msgstr ""
5415
6035
 
 
6036
#: lazarusidestrconsts.lisconfigurelazaruside
 
6037
msgid "Configure Lazarus IDE"
 
6038
msgstr ""
 
6039
 
 
6040
#: lazarusidestrconsts.lisconfirm
 
6041
msgid "Confirm"
 
6042
msgstr ""
 
6043
 
 
6044
#: lazarusidestrconsts.lisconfirmation
 
6045
msgid "Confirmation"
 
6046
msgstr ""
 
6047
 
5416
6048
#: lazarusidestrconsts.lisconfirmbuildallprofiles
5417
6049
msgid "Lazarus will be rebuilt with the following profiles:%sContinue?"
5418
6050
msgstr ""
5446
6078
msgid "Old package set"
5447
6079
msgstr ""
5448
6080
 
 
6081
#: lazarusidestrconsts.lisconflict
 
6082
msgid "Conflict"
 
6083
msgstr ""
 
6084
 
5449
6085
#: lazarusidestrconsts.lisconsoleapplication
5450
6086
msgid "Console application"
5451
6087
msgstr ""
5491
6127
msgid "Coordinate offsets"
5492
6128
msgstr ""
5493
6129
 
5494
 
#: lazarusidestrconsts.lisconvdelphiaborted
5495
 
msgid "Aborted."
 
6130
#: lazarusidestrconsts.lisconvdelphiaddedpackagerequirement
 
6131
msgid "Added Package %s as a requirement."
5496
6132
msgstr ""
5497
6133
 
5498
 
#: lazarusidestrconsts.lisconvdelphiallsubdirectorieswillbescannedforunitfiles
 
6134
#: lazarusidestrconsts.lisconvdelphiallsubdirsscanned
 
6135
msgctxt "lazarusidestrconsts.lisconvdelphiallsubdirsscanned"
5499
6136
msgid "All sub-directories will be scanned for unit files"
5500
6137
msgstr ""
5501
6138
 
5502
 
#: lazarusidestrconsts.lisconvdelphiatthispointthereshouldbenomissingunits
5503
 
msgid "At this point there should be no missing units!"
5504
 
msgstr ""
5505
 
 
5506
6139
#: lazarusidestrconsts.lisconvdelphibegincodetoolsfailed
5507
6140
msgid "BeginCodeTools failed!"
5508
6141
msgstr ""
5511
6144
msgid "Categories:"
5512
6145
msgstr ""
5513
6146
 
 
6147
#: lazarusidestrconsts.lisconvdelphichangedencodingtoutf8
 
6148
msgid "Changed encoding from %s to UTF-8"
 
6149
msgstr ""
 
6150
 
5514
6151
#: lazarusidestrconsts.lisconvdelphiconversionaborted
5515
6152
msgid "Conversion Aborted."
5516
6153
msgstr ""
5531
6168
msgid "Convert Delphi unit"
5532
6169
msgstr ""
5533
6170
 
5534
 
#: lazarusidestrconsts.lisconvdelphiconvertingunitfile
5535
 
msgid "Converting unit file %s"
 
6171
#: lazarusidestrconsts.lisconvdelphiconvertingfile
 
6172
msgid "* Converting file %s *"
5536
6173
msgstr ""
5537
6174
 
5538
6175
#: lazarusidestrconsts.lisconvdelphiconvertingunitfiles
5539
 
msgid "*** Converting unit files... ***"
 
6176
msgid "*** Converting unit files ... ***"
5540
6177
msgstr ""
5541
6178
 
5542
6179
#: lazarusidestrconsts.lisconvdelphidelphipackagemainsourcedpkfilenotfoundforpackage
5560
6197
msgstr ""
5561
6198
 
5562
6199
#: lazarusidestrconsts.lisconvdelphifindallunitfiles
5563
 
msgid "*** Find all unit files... ***"
 
6200
msgid "*** Find all unit files ... ***"
 
6201
msgstr ""
 
6202
 
 
6203
#: lazarusidestrconsts.lisconvdelphifixedunitcase
 
6204
msgid "Fixed character case of unit \"%s\" to \"%s\"."
 
6205
msgstr ""
 
6206
 
 
6207
#: lazarusidestrconsts.lisconvdelphifixingusedunits
 
6208
msgid "* Fixing used units for file %s *"
5564
6209
msgstr ""
5565
6210
 
5566
6211
#: lazarusidestrconsts.lisconvdelphifunc
5583
6228
msgid "Package name exists"
5584
6229
msgstr ""
5585
6230
 
5586
 
#: lazarusidestrconsts.lisconvdelphiready
5587
 
msgid "Ready."
 
6231
#: lazarusidestrconsts.lisconvdelphiprojomittedunit
 
6232
msgid "Omitted unit %s from project"
5588
6233
msgstr ""
5589
6234
 
5590
 
#: lazarusidestrconsts.lisconvdelphiremovedusedunitsinusessection
5591
 
msgid "Removed used unit \"%s\" in uses section."
 
6235
#: lazarusidestrconsts.lisconvdelphiremovedunitinusessection
 
6236
msgid "Removed unit \"%s\" in uses section."
5592
6237
msgstr ""
5593
6238
 
5594
6239
#: lazarusidestrconsts.lisconvdelphiremovefirst
5600
6245
msgstr ""
5601
6246
 
5602
6247
#: lazarusidestrconsts.lisconvdelphirepairingformfile
5603
 
msgid "Repairing form file %s"
 
6248
msgid "* Repairing form file %s *"
5604
6249
msgstr ""
5605
6250
 
5606
6251
#: lazarusidestrconsts.lisconvdelphirepairingformfiles
5607
 
msgid "*** Repairing form files... ***"
 
6252
msgid "*** Repairing form files ... ***"
5608
6253
msgstr ""
5609
6254
 
5610
 
#: lazarusidestrconsts.lisconvdelphireplacedunitswithsinusessection
 
6255
#: lazarusidestrconsts.lisconvdelphireplacedunitinusessection
 
6256
msgctxt "lazarusidestrconsts.lisconvdelphireplacedunitinusessection"
5611
6257
msgid "Replaced unit \"%s\" with \"%s\" in uses section."
5612
6258
msgstr ""
5613
6259
 
5614
 
#: lazarusidestrconsts.lisconvdelphiskipthisfile
5615
 
msgid "Skip this file"
5616
 
msgstr ""
5617
 
 
5618
 
#: lazarusidestrconsts.lisconvdelphiskipthisstep
5619
 
msgid "Skip this step"
5620
 
msgstr ""
5621
 
 
5622
 
#: lazarusidestrconsts.lisconvdelphisomeunitsofthedelphipackagearemissing
5623
 
msgid "Some units of the Delphi package are missing:%s%s"
5624
 
msgstr ""
5625
 
 
5626
6260
#: lazarusidestrconsts.lisconvdelphitherearetwounitswiththesameunitname
5627
6261
msgctxt "lazarusidestrconsts.lisconvdelphitherearetwounitswiththesameunitname"
5628
6262
msgid "There are two units with the same unitname:%s%s%s%s%s"
5636
6270
msgid "Unitname exists twice"
5637
6271
msgstr ""
5638
6272
 
5639
 
#: lazarusidestrconsts.lisconvdelphiunitsnotfound
5640
 
msgid "Units not found"
5641
 
msgstr ""
5642
 
 
5643
6273
#: lazarusidestrconsts.lisconvdelphiunitstoreplacein
5644
6274
msgid "Units to replace in %s"
5645
6275
msgstr ""
5653
6283
msgstr ""
5654
6284
 
5655
6285
#: lazarusidestrconsts.lisconvertencoding
5656
 
msgid "Convert encoding"
 
6286
msgid "Convert Encoding"
5657
6287
msgstr ""
5658
6288
 
5659
6289
#: lazarusidestrconsts.lisconvertencodingofprojectspackages
5664
6294
msgid "Convert project or package"
5665
6295
msgstr ""
5666
6296
 
 
6297
#: lazarusidestrconsts.lisconverttarget
 
6298
msgid "Target"
 
6299
msgstr ""
 
6300
 
5667
6301
#: lazarusidestrconsts.lisconverttargethint
5668
6302
msgid "Converter adds conditional compilation to support different targets"
5669
6303
msgstr ""
5670
6304
 
5671
 
#: lazarusidestrconsts.lisconverttargetlaz
5672
 
msgctxt "lazarusidestrconsts.lisconverttargetlaz"
5673
 
msgid "Lazarus"
5674
 
msgstr ""
5675
 
 
5676
 
#: lazarusidestrconsts.lisconverttargetlazanddelphi
5677
 
msgctxt "lazarusidestrconsts.lisconverttargetlazanddelphi"
5678
 
msgid "Lazarus and Delphi"
5679
 
msgstr ""
5680
 
 
5681
 
#: lazarusidestrconsts.lisconverttargetlazanddelphisamedfm
5682
 
msgctxt "lazarusidestrconsts.lisconverttargetlazanddelphisamedfm"
5683
 
msgid "Lazarus and Delphi with same DFM file"
5684
 
msgstr ""
5685
 
 
5686
 
#: lazarusidestrconsts.lisconverttargetlazwinonly
5687
 
msgctxt "lazarusidestrconsts.lisconverttargetlazwinonly"
5688
 
msgid "Lazarus for Windows only"
 
6305
#: lazarusidestrconsts.lisconverttargetmultiplatform
 
6306
msgid "Multi-Platform"
 
6307
msgstr ""
 
6308
 
 
6309
#: lazarusidestrconsts.lisconverttargetmultiplatformhint
 
6310
msgid "Multi-Platform versus Windows-only"
 
6311
msgstr ""
 
6312
 
 
6313
#: lazarusidestrconsts.lisconverttargetsamedfmfile
 
6314
msgid "Use the same DFM form file"
 
6315
msgstr ""
 
6316
 
 
6317
#: lazarusidestrconsts.lisconverttargetsamedfmfilehint
 
6318
msgid "Same DFM file for Lazarus and Delphi instead of copying it to LFM"
 
6319
msgstr ""
 
6320
 
 
6321
#: lazarusidestrconsts.lisconverttargetsupportdelphi
 
6322
msgid "Support Delphi"
 
6323
msgstr ""
 
6324
 
 
6325
#: lazarusidestrconsts.lisconverttargetsupportdelphihint
 
6326
msgid "Use conditional compilation to support Delphi"
5689
6327
msgstr ""
5690
6328
 
5691
6329
#: lazarusidestrconsts.lisconvfuncreplacements
5745
6383
msgid "Unknown properties"
5746
6384
msgstr ""
5747
6385
 
 
6386
#: lazarusidestrconsts.liscopy
 
6387
msgctxt "lazarusidestrconsts.liscopy"
 
6388
msgid "Copy"
 
6389
msgstr "Kopieer"
 
6390
 
5748
6391
#: lazarusidestrconsts.liscopyall
5749
6392
msgid "Copy All"
5750
6393
msgstr ""
5751
6394
 
5752
6395
#: lazarusidestrconsts.liscopyallitemstoclipboard
5753
 
msgid "Copy all items to clipboard"
 
6396
msgid "Copy All Items to Clipboard"
5754
6397
msgstr ""
5755
6398
 
5756
6399
#: lazarusidestrconsts.liscopyalloutputclipboard
5758
6401
msgstr ""
5759
6402
 
5760
6403
#: lazarusidestrconsts.liscopyallshownandhiddenmessagestoclipboard
5761
 
msgid "Copy all shown and hidden messages to clipboard"
 
6404
msgid "Copy All Shown and Hidden Messages to Clipboard"
5762
6405
msgstr ""
5763
6406
 
5764
6407
#: lazarusidestrconsts.liscopyallshownmessagestoclipboard
5765
 
msgid "Copy all shown messages to clipboard"
 
6408
msgid "Copy All Shown Messages to Clipboard"
5766
6409
msgstr ""
5767
6410
 
5768
6411
#: lazarusidestrconsts.liscopydescription
5786
6429
msgstr ""
5787
6430
 
5788
6431
#: lazarusidestrconsts.liscopyitemtoclipboard
5789
 
msgid "Copy item to clipboard"
 
6432
msgid "Copy Item to Clipboard"
5790
6433
msgstr ""
5791
6434
 
5792
6435
#: lazarusidestrconsts.liscopyselecteditemtoclipboard
5793
 
msgid "Copy selected items to clipboard"
 
6436
msgid "Copy Selected Items to Clipboard"
5794
6437
msgstr ""
5795
6438
 
5796
6439
#: lazarusidestrconsts.liscopyselectedmessagestoclipboard
5797
 
msgid "Copy selected messages to clipboard"
 
6440
msgid "Copy Selected Messages to Clipboard"
5798
6441
msgstr ""
5799
6442
 
5800
6443
#: lazarusidestrconsts.liscoscanforfpcmessages
5805
6448
msgid "Scan for Make messages"
5806
6449
msgstr ""
5807
6450
 
 
6451
#: lazarusidestrconsts.liscoscanformessages
 
6452
msgid "Scan for messages:"
 
6453
msgstr ""
 
6454
 
5808
6455
#: lazarusidestrconsts.liscoshowallmessages
5809
6456
msgid "Show all messages"
5810
6457
msgstr ""
5811
6458
 
5812
6459
#: lazarusidestrconsts.liscoskipcallingcompiler
5813
 
msgid "Skip calling Compiler"
 
6460
msgid "Skip calling compiler"
5814
6461
msgstr ""
5815
6462
 
5816
6463
#: lazarusidestrconsts.liscotargetosspecificoptions
5846
6493
msgstr ""
5847
6494
 
5848
6495
#: lazarusidestrconsts.liscowarningtheadditionalcompilerconfigfilehasthesamena
5849
 
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the FreePascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
 
6496
msgid "Warning: The additional compiler config file has the same name, as one of the standard config filenames the Free Pascal compiler is looking for. This can result in ONLY parsing the additional config and skipping the standard config."
5850
6497
msgstr ""
5851
6498
 
5852
6499
#: lazarusidestrconsts.liscpopenpackage
5877
6524
msgid "Create it"
5878
6525
msgstr ""
5879
6526
 
5880
 
#: lazarusidestrconsts.liscreatenewproject
5881
 
msgid "Create new project"
 
6527
#: lazarusidestrconsts.liscreatenewpackage
 
6528
msgid "(Create new package)"
 
6529
msgstr ""
 
6530
 
 
6531
#: lazarusidestrconsts.liscreatenewpackagecomponent
 
6532
msgid "Create new package component"
5882
6533
msgstr ""
5883
6534
 
5884
6535
#: lazarusidestrconsts.liscreateproject
5893
6544
msgid "Creating file index of FPC sources %s ..."
5894
6545
msgstr ""
5895
6546
 
 
6547
#: lazarusidestrconsts.liscsbottom
 
6548
msgctxt "lazarusidestrconsts.liscsbottom"
 
6549
msgid "Bottom"
 
6550
msgstr ""
 
6551
 
 
6552
#: lazarusidestrconsts.liscstop
 
6553
msgctxt "lazarusidestrconsts.liscstop"
 
6554
msgid "Top"
 
6555
msgstr ""
 
6556
 
5896
6557
#: lazarusidestrconsts.lisctdefchoosedirectory
5897
6558
msgid "Choose Directory"
5898
6559
msgstr ""
5938
6599
msgstr ""
5939
6600
 
5940
6601
#: lazarusidestrconsts.liscurrent
 
6602
msgctxt "lazarusidestrconsts.liscurrent"
5941
6603
msgid "Current"
5942
6604
msgstr ""
5943
6605
 
 
6606
#: lazarusidestrconsts.liscurrentstate
 
6607
msgid "Current state: "
 
6608
msgstr ""
 
6609
 
5944
6610
#: lazarusidestrconsts.liscursorcolumnincurrenteditor
5945
6611
msgid "Cursor column in current editor"
5946
6612
msgstr ""
5949
6615
msgid "Cursor row in current editor"
5950
6616
msgstr ""
5951
6617
 
5952
 
#: lazarusidestrconsts.liscustombuildmacros
5953
 
msgid "Custom build macros"
 
6618
#: lazarusidestrconsts.liscustomopthint
 
6619
msgid "These options are passed directly to the compiler. Macros are replaced, line breaks are replaced with single spaces."
5954
6620
msgstr ""
5955
6621
 
5956
6622
#: lazarusidestrconsts.liscustomoptions
5969
6635
msgid "Custom Program%sA Free Pascal program."
5970
6636
msgstr ""
5971
6637
 
 
6638
#: lazarusidestrconsts.liscut
 
6639
msgctxt "lazarusidestrconsts.liscut"
 
6640
msgid "Cut"
 
6641
msgstr "Sny"
 
6642
 
5972
6643
#: lazarusidestrconsts.lisdatamodule
5973
6644
msgid "Data Module"
5974
6645
msgstr ""
6008
6679
msgstr ""
6009
6680
 
6010
6681
#: lazarusidestrconsts.lisdbgasmcopytoclipboard
6011
 
msgid "Copy to clipboard"
 
6682
msgid "Copy to Clipboard"
 
6683
msgstr ""
 
6684
 
 
6685
#: lazarusidestrconsts.lisdbgbreakpointpropertieshint
 
6686
msgctxt "lazarusidestrconsts.lisdbgbreakpointpropertieshint"
 
6687
msgid "Breakpoint Properties ..."
 
6688
msgstr ""
 
6689
 
 
6690
#: lazarusidestrconsts.lisdbgemexpression
 
6691
msgid "&Expression:"
 
6692
msgstr ""
 
6693
 
 
6694
#: lazarusidestrconsts.lisdbgemnewvalue
 
6695
msgid "&New value:"
 
6696
msgstr ""
 
6697
 
 
6698
#: lazarusidestrconsts.lisdbgemresult
 
6699
msgid "&Result:"
 
6700
msgstr ""
 
6701
 
 
6702
#: lazarusidestrconsts.lisdbgenbreakpointevaluation
 
6703
msgid "Breakpoint Evaluation"
 
6704
msgstr ""
 
6705
 
 
6706
#: lazarusidestrconsts.lisdbgenbreakpointhit
 
6707
msgid "Breakpoint Hit"
 
6708
msgstr ""
 
6709
 
 
6710
#: lazarusidestrconsts.lisdbgenbreakpointmessage
 
6711
msgid "Breakpoint Message"
 
6712
msgstr ""
 
6713
 
 
6714
#: lazarusidestrconsts.lisdbgenbreakpointstackdump
 
6715
msgid "Breakpoint Stack Dump"
 
6716
msgstr ""
 
6717
 
 
6718
#: lazarusidestrconsts.lisdbgendefaultcolor
 
6719
msgid "Default Color"
 
6720
msgstr ""
 
6721
 
 
6722
#: lazarusidestrconsts.lisdbgenexceptionraised
 
6723
msgid "Exception Raised"
 
6724
msgstr ""
 
6725
 
 
6726
#: lazarusidestrconsts.lisdbgenmoduleload
 
6727
msgid "Module Load"
 
6728
msgstr ""
 
6729
 
 
6730
#: lazarusidestrconsts.lisdbgenmoduleunload
 
6731
msgid "Module Unload"
 
6732
msgstr ""
 
6733
 
 
6734
#: lazarusidestrconsts.lisdbgenoutputdebugstring
 
6735
msgid "Output Debug String"
 
6736
msgstr ""
 
6737
 
 
6738
#: lazarusidestrconsts.lisdbgenprocessexit
 
6739
msgid "Process Exit"
 
6740
msgstr ""
 
6741
 
 
6742
#: lazarusidestrconsts.lisdbgenprocessstart
 
6743
msgid "Process Start"
 
6744
msgstr ""
 
6745
 
 
6746
#: lazarusidestrconsts.lisdbgenthreadexit
 
6747
msgid "Thread Exit"
 
6748
msgstr ""
 
6749
 
 
6750
#: lazarusidestrconsts.lisdbgenthreadstart
 
6751
msgid "Thread Start"
 
6752
msgstr ""
 
6753
 
 
6754
#: lazarusidestrconsts.lisdbgenwindowsmessageposted
 
6755
msgid "Windows Message Posted"
 
6756
msgstr ""
 
6757
 
 
6758
#: lazarusidestrconsts.lisdbgenwindowsmessagesent
 
6759
msgid "Windows Message Sent"
6012
6760
msgstr ""
6013
6761
 
6014
6762
#: lazarusidestrconsts.lisdbgitemdelete
6069
6817
msgid "Debugger error%sOoops, the debugger entered the error state%sSave your work now !%sHit Stop, and hope the best, we're pulling the plug."
6070
6818
msgstr ""
6071
6819
 
 
6820
#: lazarusidestrconsts.lisdebuggerfeedbackerror
 
6821
msgid "Debugger Error"
 
6822
msgstr ""
 
6823
 
 
6824
#: lazarusidestrconsts.lisdebuggerfeedbackinformation
 
6825
msgid "Debugger Information"
 
6826
msgstr ""
 
6827
 
 
6828
#: lazarusidestrconsts.lisdebuggerfeedbackwarning
 
6829
msgid "Debugger Warning"
 
6830
msgstr ""
 
6831
 
6072
6832
#: lazarusidestrconsts.lisdebuggerinvalid
6073
6833
msgid "Debugger invalid"
6074
6834
msgstr ""
6077
6837
msgid "%s (debugging ...)"
6078
6838
msgstr ""
6079
6839
 
 
6840
#: lazarusidestrconsts.lisdebughintautotypecastclass
 
6841
msgid "Automatic type-cast for objects"
 
6842
msgstr ""
 
6843
 
6080
6844
#: lazarusidestrconsts.lisdebugoptionsfrmaddexception
6081
6845
msgid "Add Exception"
6082
6846
msgstr ""
6131
6895
msgid "Handled by Program"
6132
6896
msgstr ""
6133
6897
 
6134
 
#: lazarusidestrconsts.lisdebugoptionsfrmid
6135
 
msgid "ID"
6136
 
msgstr ""
6137
 
 
6138
6898
#: lazarusidestrconsts.lisdebugoptionsfrmignoretheseexceptions
6139
6899
msgid "Ignore these exceptions"
6140
6900
msgstr ""
6144
6904
msgstr ""
6145
6905
 
6146
6906
#: lazarusidestrconsts.lisdebugoptionsfrmlimitlinecountto
6147
 
msgid "Limit linecount to"
 
6907
msgid "Limit line count to"
6148
6908
msgstr ""
6149
6909
 
6150
6910
#: lazarusidestrconsts.lisdebugoptionsfrmmodule
6152
6912
msgid "Module"
6153
6913
msgstr ""
6154
6914
 
6155
 
#: lazarusidestrconsts.lisdebugoptionsfrmname
6156
 
msgctxt "lazarusidestrconsts.lisdebugoptionsfrmname"
6157
 
msgid "Name"
6158
 
msgstr ""
6159
 
 
6160
6915
#: lazarusidestrconsts.lisdebugoptionsfrmnotifyonlazarusexceptions
6161
6916
msgid "Notify on Lazarus Exceptions"
6162
6917
msgstr ""
6173
6928
msgid "Process"
6174
6929
msgstr ""
6175
6930
 
 
6931
#: lazarusidestrconsts.lisdebugoptionsfrmresetdebuggeroneachrun
 
6932
msgid "Reset Debugger after each run"
 
6933
msgstr ""
 
6934
 
6176
6935
#: lazarusidestrconsts.lisdebugoptionsfrmresume
6177
6936
msgid "Resume"
6178
6937
msgstr ""
6197
6956
msgid "Thread"
6198
6957
msgstr ""
6199
6958
 
6200
 
#: lazarusidestrconsts.lisdebugoptionsfrmwindow
6201
 
msgctxt "lazarusidestrconsts.lisdebugoptionsfrmwindow"
6202
 
msgid "Window"
 
6959
#: lazarusidestrconsts.lisdebugoptionsfrmuseeventlogcolors
 
6960
msgid "Use event log colors"
 
6961
msgstr ""
 
6962
 
 
6963
#: lazarusidestrconsts.lisdebugoptionsfrmwindows
 
6964
msgid "Windows"
6203
6965
msgstr ""
6204
6966
 
6205
6967
#: lazarusidestrconsts.lisdebugunabletoloadfile
6211
6973
msgstr ""
6212
6974
 
6213
6975
#: lazarusidestrconsts.lisdecimal
 
6976
msgctxt "lazarusidestrconsts.lisdecimal"
6214
6977
msgid "Decimal"
6215
6978
msgstr ""
6216
6979
 
 
6980
#: lazarusidestrconsts.lisdefaultplaceholder
 
6981
msgid "(default)"
 
6982
msgstr ""
 
6983
 
6217
6984
#: lazarusidestrconsts.lisdefaultvalue
6218
6985
msgid "Default value"
6219
6986
msgstr ""
6226
6993
msgid "Delay for hints and completion box"
6227
6994
msgstr ""
6228
6995
 
 
6996
#: lazarusidestrconsts.lisdelete
 
6997
msgctxt "lazarusidestrconsts.lisdelete"
 
6998
msgid "Delete"
 
6999
msgstr ""
 
7000
 
6229
7001
#: lazarusidestrconsts.lisdeleteall
6230
7002
msgid "&Delete All"
6231
7003
msgstr ""
6262
7034
msgid "Delete breakpoint at%s\"%s\" line %d?"
6263
7035
msgstr ""
6264
7036
 
6265
 
#: lazarusidestrconsts.lisdeletebuildmacro
6266
 
msgid "Delete build macro %s%s%s?"
 
7037
#: lazarusidestrconsts.lisdeletebreakpointforaddress
 
7038
msgid "Delete breakpoint for address %s?"
 
7039
msgstr ""
 
7040
 
 
7041
#: lazarusidestrconsts.lisdeletebreakpointforwatch
 
7042
msgid "Delete watchpoint for \"%s\"?"
6267
7043
msgstr ""
6268
7044
 
6269
7045
#: lazarusidestrconsts.lisdeletebuildmode
6283
7059
msgstr ""
6284
7060
 
6285
7061
#: lazarusidestrconsts.lisdeletemacro
6286
 
msgid "Delete macro %s"
 
7062
msgid "Delete macro %s%s%s?"
6287
7063
msgstr ""
6288
7064
 
6289
7065
#: lazarusidestrconsts.lisdeletemode
6418
7194
msgid "Directives for new unit"
6419
7195
msgstr ""
6420
7196
 
 
7197
#: lazarusidestrconsts.lisdirectory
 
7198
msgid "Directory: "
 
7199
msgstr ""
 
7200
 
6421
7201
#: lazarusidestrconsts.lisdirectorynotfound
6422
7202
msgid "Directory %s%s%s not found."
6423
7203
msgstr ""
6424
7204
 
 
7205
#: lazarusidestrconsts.lisdirectorynotfound2
 
7206
msgid "directory %s not found"
 
7207
msgstr ""
 
7208
 
6425
7209
#: lazarusidestrconsts.lisdirectorynotwritable
6426
7210
msgid "Directory not writable"
6427
7211
msgstr ""
6442
7226
msgid "Disabled"
6443
7227
msgstr ""
6444
7228
 
6445
 
#: lazarusidestrconsts.lisdisablegroup
6446
 
msgid "Disable Group"
 
7229
#: lazarusidestrconsts.lisdisablegroups
 
7230
msgid "Disable Groups"
6447
7231
msgstr ""
6448
7232
 
6449
7233
#: lazarusidestrconsts.lisdisablei18nforlfm
6457
7241
 
6458
7242
#: lazarusidestrconsts.lisdisassgotoaddress
6459
7243
msgctxt "lazarusidestrconsts.lisdisassgotoaddress"
6460
 
msgid "Goto address"
 
7244
msgid "Goto Address"
6461
7245
msgstr ""
6462
7246
 
6463
7247
#: lazarusidestrconsts.lisdisassgotoaddresshint
6464
7248
msgctxt "lazarusidestrconsts.lisdisassgotoaddresshint"
6465
 
msgid "Goto address"
 
7249
msgid "Goto Address"
6466
7250
msgstr ""
6467
7251
 
6468
7252
#: lazarusidestrconsts.lisdisassgotocurrentaddress
6469
7253
msgctxt "lazarusidestrconsts.lisdisassgotocurrentaddress"
6470
 
msgid "Goto current address"
 
7254
msgid "Goto Current Address"
6471
7255
msgstr ""
6472
7256
 
6473
7257
#: lazarusidestrconsts.lisdisassgotocurrentaddresshint
6474
7258
msgctxt "lazarusidestrconsts.lisdisassgotocurrentaddresshint"
6475
 
msgid "Goto current address"
 
7259
msgid "Goto Current Address"
6476
7260
msgstr ""
6477
7261
 
6478
7262
#: lazarusidestrconsts.lisdiscardchanges
6483
7267
msgid "Discard all changes"
6484
7268
msgstr ""
6485
7269
 
 
7270
#: lazarusidestrconsts.lisdiscardchangesandopenproject
 
7271
msgid "Discard changes and open project"
 
7272
msgstr ""
 
7273
 
 
7274
#: lazarusidestrconsts.lisdiscardchangesandquit
 
7275
msgid "Discard changes and quit"
 
7276
msgstr ""
 
7277
 
 
7278
#: lazarusidestrconsts.lisdiscardchangescreatenewproject
 
7279
msgid "Discard changes, create new project"
 
7280
msgstr ""
 
7281
 
6486
7282
#: lazarusidestrconsts.lisdiskdiffchangedfiles
6487
7283
msgid "Changed files:"
6488
7284
msgstr ""
6511
7307
msgid "Distinguish big and small letters e.g. A and a"
6512
7308
msgstr ""
6513
7309
 
 
7310
#: lazarusidestrconsts.lisdlgeditorwindowmanager
 
7311
msgid "Editor Window Manager ..."
 
7312
msgstr ""
 
7313
 
 
7314
#: lazarusidestrconsts.lisdlgopen
 
7315
msgctxt "lazarusidestrconsts.lisdlgopen"
 
7316
msgid "Open ..."
 
7317
msgstr ""
 
7318
 
 
7319
#: lazarusidestrconsts.lisdlgsave
 
7320
msgctxt "lazarusidestrconsts.lisdlgsave"
 
7321
msgid "Save ..."
 
7322
msgstr "Stoor..."
 
7323
 
6514
7324
#: lazarusidestrconsts.lisdocumentationeditor
6515
7325
msgid "Documentation Editor"
6516
7326
msgstr "Dokumentasie Redigeerder"
6519
7329
msgid "%s does not exists: %s"
6520
7330
msgstr ""
6521
7331
 
 
7332
#: lazarusidestrconsts.lisdonotchange
 
7333
msgid "Do not change"
 
7334
msgstr ""
 
7335
 
6522
7336
#: lazarusidestrconsts.lisdonotclosetheide
6523
7337
msgid "Do not close the IDE"
6524
7338
msgstr ""
6547
7361
msgid "Do not show this message again"
6548
7362
msgstr ""
6549
7363
 
 
7364
#: lazarusidestrconsts.lisdown
 
7365
msgctxt "lazarusidestrconsts.lisdown"
 
7366
msgid "Down"
 
7367
msgstr "Af"
 
7368
 
 
7369
#: lazarusidestrconsts.lisdowngrade
 
7370
msgid "Downgrade"
 
7371
msgstr ""
 
7372
 
 
7373
#: lazarusidestrconsts.lisdowngradeconfiguration
 
7374
msgid "Downgrade configuration"
 
7375
msgstr ""
 
7376
 
 
7377
#: lazarusidestrconsts.lisdoyoustillwanttocreatethenewproject
 
7378
msgid "Do you still want to create the new project?"
 
7379
msgstr ""
 
7380
 
 
7381
#: lazarusidestrconsts.lisdoyoustillwanttoopenanotherproject
 
7382
msgid "Do you still want to open another project?"
 
7383
msgstr ""
 
7384
 
 
7385
#: lazarusidestrconsts.lisdoyoustillwanttoquit
 
7386
msgid "Do you still want to quit?"
 
7387
msgstr ""
 
7388
 
6550
7389
#: lazarusidestrconsts.lisdrawgridlinesobjectinspector
6551
7390
msgid "Draw grid lines"
6552
7391
msgstr ""
6583
7422
msgid "Select parent component"
6584
7423
msgstr ""
6585
7424
 
 
7425
#: lazarusidestrconsts.lisduplicate
 
7426
msgid "Duplicate"
 
7427
msgstr ""
 
7428
 
6586
7429
#: lazarusidestrconsts.lisduplicatefoundofvalue
6587
7430
msgid "Duplicate found of value %s%s%s."
6588
7431
msgstr ""
6591
7434
msgid "Duplicate name: A component named %s%s%s already exists in the inherited component %s"
6592
7435
msgstr ""
6593
7436
 
 
7437
#: lazarusidestrconsts.lisduplicateppufilesdeleteoneormakesureallsearchpaths
 
7438
msgid "Duplicate ppu files. Delete one or make sure all search paths have correct order (Hint: FPC uses last path first)."
 
7439
msgstr ""
 
7440
 
6594
7441
#: lazarusidestrconsts.lisduplicatesearchpath
6595
7442
msgid "Duplicate search path"
6596
7443
msgstr ""
6597
7444
 
 
7445
#: lazarusidestrconsts.lisduplicatesourcesdeleteoneormakesureallsearchpathsh
 
7446
msgid "Duplicate sources. Delete one or make sure all search paths have correct order (Hint: FPC uses last path first)."
 
7447
msgstr ""
 
7448
 
 
7449
#: lazarusidestrconsts.lisedit
 
7450
msgctxt "lazarusidestrconsts.lisedit"
 
7451
msgid "Edit"
 
7452
msgstr "Redigeer"
 
7453
 
6598
7454
#: lazarusidestrconsts.liseditcontexthelp
6599
7455
msgid "Edit context help"
6600
7456
msgstr ""
6601
7457
 
6602
 
#: lazarusidestrconsts.lisedoptschoosescheme
6603
 
msgid "Choose Scheme"
6604
 
msgstr "Kies Skema"
 
7458
#: lazarusidestrconsts.lisedithelp
 
7459
msgid "Edit help"
 
7460
msgstr ""
 
7461
 
 
7462
#: lazarusidestrconsts.liseditorfiletypes
 
7463
msgid "Editor file types"
 
7464
msgstr ""
 
7465
 
 
7466
#: lazarusidestrconsts.liseditorwindowmanager
 
7467
msgid "Editor Window Manager"
 
7468
msgstr ""
 
7469
 
 
7470
#: lazarusidestrconsts.lisedoptsloadascheme
 
7471
msgid "Load a scheme"
 
7472
msgstr ""
6605
7473
 
6606
7474
#: lazarusidestrconsts.lisedtdefallpackages
6607
7475
msgid "All packages"
6697
7565
msgid "Hide main form"
6698
7566
msgstr ""
6699
7567
 
6700
 
#: lazarusidestrconsts.lisedtexttoolinsert
6701
 
msgid "Insert"
6702
 
msgstr "Insit"
6703
 
 
6704
7568
#: lazarusidestrconsts.lisedtexttoolkey
6705
7569
msgctxt "lazarusidestrconsts.lisedtexttoolkey"
6706
7570
msgid "Key"
6707
7571
msgstr "Sleutel"
6708
7572
 
6709
7573
#: lazarusidestrconsts.lisedtexttoolmacros
 
7574
msgctxt "lazarusidestrconsts.lisedtexttoolmacros"
6710
7575
msgid "Macros"
6711
7576
msgstr "Makro's"
6712
7577
 
6740
7605
msgstr ""
6741
7606
 
6742
7607
#: lazarusidestrconsts.lisemdall
 
7608
msgctxt "lazarusidestrconsts.lisemdall"
6743
7609
msgid "All"
6744
7610
msgstr "Alles"
6745
7611
 
6751
7617
msgid "Found empty methods:"
6752
7618
msgstr ""
6753
7619
 
 
7620
#: lazarusidestrconsts.lisemdnoclass
 
7621
msgid "No class"
 
7622
msgstr ""
 
7623
 
 
7624
#: lazarusidestrconsts.lisemdnoclassat
 
7625
msgid "No class at %s(%s,%s)"
 
7626
msgstr ""
 
7627
 
6754
7628
#: lazarusidestrconsts.lisemdonlypublished
6755
7629
msgid "Only published"
6756
7630
msgstr ""
6771
7645
msgid "Search in these class sections:"
6772
7646
msgstr ""
6773
7647
 
 
7648
#: lazarusidestrconsts.lisemdunabletoshowemptymethodsofthecurrentclassbecause
 
7649
msgid "Unable to show empty methods of the current class, because%s%s"
 
7650
msgstr ""
 
7651
 
6774
7652
#: lazarusidestrconsts.lisempty
6775
7653
msgid "Empty"
6776
7654
msgstr ""
6792
7670
msgid "Enabled"
6793
7671
msgstr ""
6794
7672
 
6795
 
#: lazarusidestrconsts.lisenablegroup
6796
 
msgid "Enable Group"
 
7673
#: lazarusidestrconsts.lisenablegroups
 
7674
msgid "Enable Groups"
6797
7675
msgstr ""
6798
7676
 
6799
7677
#: lazarusidestrconsts.lisenableinternationalizationandtranslationsupport
6804
7682
msgid "Enable Macros"
6805
7683
msgstr ""
6806
7684
 
 
7685
#: lazarusidestrconsts.lisenablereplacewholeidentifierdisablereplaceprefix
 
7686
msgid "Enable = replace whole identifier, Disable = replace prefix"
 
7687
msgstr ""
 
7688
 
6807
7689
#: lazarusidestrconsts.lisenclose
6808
7690
msgid "Enclose"
6809
7691
msgstr ""
6810
7692
 
6811
 
#: lazarusidestrconsts.lisencloseselection
6812
 
msgctxt "lazarusidestrconsts.lisencloseselection"
6813
 
msgid "Enclose Selection"
 
7693
#: lazarusidestrconsts.lisencloseinifdef
 
7694
msgid "Enclose in $IFDEF"
6814
7695
msgstr ""
6815
7696
 
6816
7697
#: lazarusidestrconsts.lisencodingoffileondiskisnewencodingis
6823
7704
msgid "Encoding of file %s%s%s%son disk is %s. New encoding is %s."
6824
7705
msgstr ""
6825
7706
 
6826
 
#: lazarusidestrconsts.lisentertransla
6827
 
msgid "Enter translation language"
 
7707
#: lazarusidestrconsts.lisendlessloopinmacros
 
7708
msgid "Endless loop in macros"
6828
7709
msgstr ""
6829
7710
 
6830
7711
#: lazarusidestrconsts.lisenvironmentvariablenameasparameter
6839
7720
msgid "Directory not found"
6840
7721
msgstr ""
6841
7722
 
6842
 
#: lazarusidestrconsts.lisenvoptdlgfpcsrcdirnotfoundmsg
6843
 
msgid "FPC source directory \"%s\" not found."
6844
 
msgstr ""
6845
 
 
6846
 
#: lazarusidestrconsts.lisenvoptdlginvalidcompilerfilename
6847
 
msgid "Invalid compiler filename"
6848
 
msgstr ""
6849
 
 
6850
 
#: lazarusidestrconsts.lisenvoptdlginvalidcompilerfilenamemsg
6851
 
msgid "The compiler file \"%s\" is not an executable."
6852
 
msgstr ""
6853
 
 
6854
7723
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
6855
7724
msgid "Invalid debugger filename"
6856
7725
msgstr ""
6859
7728
msgid "The debugger file \"%s\" is not an executable."
6860
7729
msgstr ""
6861
7730
 
6862
 
#: lazarusidestrconsts.lisenvoptdlginvalidfpcsrcdir
6863
 
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl/inc, packages/fcl-base, ... ."
6864
 
msgstr ""
6865
 
 
6866
 
#: lazarusidestrconsts.lisenvoptdlginvalidlazarusdir
6867
 
msgid "The lazarus directory \"%s\" does not look correct. Normally it contains directories like lcl, debugger, designer, components, ... ."
6868
 
msgstr ""
6869
 
 
6870
 
#: lazarusidestrconsts.lisenvoptdlginvalidmakefilename
6871
 
msgid "Invalid make filename"
6872
 
msgstr ""
6873
 
 
6874
 
#: lazarusidestrconsts.lisenvoptdlginvalidmakefilenamemsg
6875
 
msgid "The make file \"%s\" is not an executable."
6876
 
msgstr ""
6877
 
 
6878
 
#: lazarusidestrconsts.lisenvoptdlglazarusdirnotfoundmsg
6879
 
msgid "Lazarus directory \"%s\" not found."
6880
 
msgstr ""
6881
 
 
6882
7731
#: lazarusidestrconsts.lisenvoptdlgtestdirnotfoundmsg
6883
7732
msgid "Test directory \"%s\" not found."
6884
7733
msgstr ""
6928
7777
msgid "Error initializing program%s%s%s%s%sError: %s"
6929
7778
msgstr ""
6930
7779
 
 
7780
#: lazarusidestrconsts.liserrorinthecompilerfilename
 
7781
msgid "Error in the compiler file name:"
 
7782
msgstr ""
 
7783
 
 
7784
#: lazarusidestrconsts.liserrorinthecustomcompileroptionsother
 
7785
msgid "Error in the custom compiler options (Other):"
 
7786
msgstr ""
 
7787
 
 
7788
#: lazarusidestrconsts.liserrorinthecustomlinkeroptionslinkingpassoptionstol
 
7789
msgid "Error in the custom linker options (Linking / Pass options to linker):"
 
7790
msgstr ""
 
7791
 
 
7792
#: lazarusidestrconsts.liserrorinthedebuggerpathaddition
 
7793
msgid "Error in the \"Debugger path addition\":"
 
7794
msgstr ""
 
7795
 
 
7796
#: lazarusidestrconsts.liserrorinthesearchpathforincludefiles
 
7797
msgid "Error in the search path for \"Include files\":"
 
7798
msgstr ""
 
7799
 
 
7800
#: lazarusidestrconsts.liserrorinthesearchpathforlibraries
 
7801
msgid "Error in the search path for \"Libraries\":"
 
7802
msgstr ""
 
7803
 
 
7804
#: lazarusidestrconsts.liserrorinthesearchpathforobjectfiles
 
7805
msgid "Error in the search path for \"Object files\":"
 
7806
msgstr ""
 
7807
 
 
7808
#: lazarusidestrconsts.liserrorinthesearchpathforothersources
 
7809
msgid "Error in the search path for \"Other sources\":"
 
7810
msgstr ""
 
7811
 
 
7812
#: lazarusidestrconsts.liserrorinthesearchpathforotherunitfiles
 
7813
msgid "Error in the search path for \"Other unit files\":"
 
7814
msgstr ""
 
7815
 
 
7816
#: lazarusidestrconsts.liserrorintheunitoutputdirectory
 
7817
msgid "Error in the \"unit output directory\":"
 
7818
msgstr ""
 
7819
 
 
7820
#: lazarusidestrconsts.liserrorinvalidbuildmode
 
7821
msgid "ERROR: invalid build mode \"%s\""
 
7822
msgstr ""
 
7823
 
6931
7824
#: lazarusidestrconsts.liserrorloadingfile
6932
7825
msgid "Error loading file"
6933
7826
msgstr ""
6989
7882
msgid "Error setting the name of a component %s to %s"
6990
7883
msgstr ""
6991
7884
 
 
7885
#: lazarusidestrconsts.liserrorwritingfile
 
7886
msgid "Error writing file \"%s\""
 
7887
msgstr ""
 
7888
 
6992
7889
#: lazarusidestrconsts.liserrorwritingpackagelisttofile
6993
7890
msgid "Error writing package list to file%s%s%s%s"
6994
7891
msgstr ""
6998
7895
msgstr ""
6999
7896
 
7000
7897
#: lazarusidestrconsts.lisevalexpression
 
7898
msgctxt "lazarusidestrconsts.lisevalexpression"
7001
7899
msgid "Eval expression"
7002
7900
msgstr ""
7003
7901
 
7005
7903
msgid "E&valuate"
7006
7904
msgstr ""
7007
7905
 
 
7906
#: lazarusidestrconsts.lisevaluatemodify
 
7907
msgid "&Evaluate/Modify"
 
7908
msgstr ""
 
7909
 
 
7910
#: lazarusidestrconsts.liseventlogclear
 
7911
msgid "Clear Events"
 
7912
msgstr ""
 
7913
 
 
7914
#: lazarusidestrconsts.liseventlogoptions
 
7915
msgid "Event Log Options ..."
 
7916
msgstr ""
 
7917
 
 
7918
#: lazarusidestrconsts.liseventlogsavetofile
 
7919
msgid "Save Events to File"
 
7920
msgstr ""
 
7921
 
 
7922
#: lazarusidestrconsts.liseventslogaddcomment
 
7923
msgid "Add Comment ..."
 
7924
msgstr ""
 
7925
 
 
7926
#: lazarusidestrconsts.liseventslogaddcomment2
 
7927
msgid "Add Comment"
 
7928
msgstr ""
 
7929
 
7008
7930
#: lazarusidestrconsts.liseverynthlinenumber
7009
 
msgid "Every n-th line number:"
 
7931
msgid "Every n-th line number"
7010
7932
msgstr ""
7011
7933
 
7012
7934
#: lazarusidestrconsts.lisexamplefile
7013
7935
msgid "Example file:"
7014
7936
msgstr ""
7015
7937
 
7016
 
#: lazarusidestrconsts.lisexamples
7017
 
msgid "Examples"
 
7938
#: lazarusidestrconsts.lisexamplesbuildallselected
 
7939
msgid "Build all selected"
7018
7940
msgstr ""
7019
7941
 
7020
7942
#: lazarusidestrconsts.lisexamplesidentifiertmyenumenumunitnameidentifierpac
7021
7943
msgid "Examples:%sIdentifier%sTMyEnum.Enum%sUnitname.Identifier%s#PackageName.UnitName.Identifier"
7022
7944
msgstr ""
7023
7945
 
 
7946
#: lazarusidestrconsts.lisexamplesopenfirstselected
 
7947
msgid "Open first selected"
 
7948
msgstr ""
 
7949
 
7024
7950
#: lazarusidestrconsts.lisexceptiondialog
7025
7951
msgid "Debugger Exception Notification"
7026
7952
msgstr ""
7027
7953
 
 
7954
#: lazarusidestrconsts.lisexcludedatruntime
 
7955
msgid "%s excluded at run time"
 
7956
msgstr ""
 
7957
 
7028
7958
#: lazarusidestrconsts.lisexcludefilter
7029
 
msgid "Exclude Filter"
7030
 
msgstr ""
7031
 
 
7032
 
#: lazarusidestrconsts.lisexcludefilter2
7033
7959
msgid "Exclude filter"
7034
7960
msgstr ""
7035
7961
 
 
7962
#: lazarusidestrconsts.lisexecutable
 
7963
msgid "Executable"
 
7964
msgstr ""
 
7965
 
7036
7966
#: lazarusidestrconsts.lisexecutingcommandafter
7037
7967
msgid "Executing command after"
7038
7968
msgstr ""
7057
7987
msgid "Programs"
7058
7988
msgstr "Programme"
7059
7989
 
 
7990
#: lazarusidestrconsts.lisexit
 
7991
msgctxt "lazarusidestrconsts.lisexit"
 
7992
msgid "Exit"
 
7993
msgstr "Verlaat"
 
7994
 
 
7995
#: lazarusidestrconsts.lisexpandall
 
7996
msgid "Expand All (*)"
 
7997
msgstr ""
 
7998
 
7060
7999
#: lazarusidestrconsts.lisexpandallclasses
7061
8000
msgid "Expand all classes"
7062
8001
msgstr ""
7077
8016
msgid "Export ..."
7078
8017
msgstr ""
7079
8018
 
 
8019
#: lazarusidestrconsts.lisexporthtml
 
8020
msgid "Export as HTML"
 
8021
msgstr ""
 
8022
 
7080
8023
#: lazarusidestrconsts.lisexportlist
7081
8024
msgid "Export list"
7082
8025
msgstr ""
7083
8026
 
 
8027
#: lazarusidestrconsts.lisexportpackagelistxml
 
8028
msgid "Export package list (*.xml)"
 
8029
msgstr ""
 
8030
 
7084
8031
#: lazarusidestrconsts.lisexpression
7085
8032
msgid "Expression:"
7086
8033
msgstr ""
7099
8046
msgstr ""
7100
8047
 
7101
8048
#: lazarusidestrconsts.lisexttoolexternaltools
7102
 
msgid "External tools"
 
8049
#, fuzzy
 
8050
#| msgid "External tools"
 
8051
msgid "External Tools"
7103
8052
msgstr "Eksterne nutsgoed"
7104
8053
 
7105
8054
#: lazarusidestrconsts.lisexttoolfailedtoruntool
7110
8059
msgid "Maximum Tools reached"
7111
8060
msgstr "Maksimum Nutsgoed bereik"
7112
8061
 
7113
 
#: lazarusidestrconsts.lisexttoolmovedown
7114
 
msgctxt "lazarusidestrconsts.lisexttoolmovedown"
7115
 
msgid "Down"
7116
 
msgstr "Af"
7117
 
 
7118
 
#: lazarusidestrconsts.lisexttoolmoveup
7119
 
msgctxt "lazarusidestrconsts.lisexttoolmoveup"
7120
 
msgid "Up"
7121
 
msgstr "Op"
7122
 
 
7123
 
#: lazarusidestrconsts.lisexttoolremove
7124
 
msgctxt "lazarusidestrconsts.lisexttoolremove"
7125
 
msgid "Remove"
7126
 
msgstr "Verwyder"
7127
 
 
7128
8062
#: lazarusidestrconsts.lisexttoolthereisamaximumoftools
7129
8063
msgid "There is a maximum of %s tools."
7130
8064
msgstr ""
7145
8079
msgid "Failed to load fold state"
7146
8080
msgstr ""
7147
8081
 
 
8082
#: lazarusidestrconsts.lisfailedtosavefile
 
8083
msgid "Failed to save file."
 
8084
msgstr ""
 
8085
 
7148
8086
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
7149
8087
msgid "Reduce designer painting"
7150
8088
msgstr ""
7153
8091
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
7154
8092
msgstr ""
7155
8093
 
 
8094
#: lazarusidestrconsts.lisfile
 
8095
msgctxt "lazarusidestrconsts.lisfile"
 
8096
msgid "File"
 
8097
msgstr "Lêer"
 
8098
 
 
8099
#: lazarusidestrconsts.lisfile2
 
8100
msgid "File: "
 
8101
msgstr ""
 
8102
 
7156
8103
#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
7157
8104
msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
7158
8105
msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
7171
8118
msgid "File filter"
7172
8119
msgstr ""
7173
8120
 
 
8121
#: lazarusidestrconsts.lisfilefilters
 
8122
msgid "File Filters"
 
8123
msgstr ""
 
8124
 
 
8125
#: lazarusidestrconsts.lisfilefiltersaddrow
 
8126
msgid "Add Row"
 
8127
msgstr ""
 
8128
 
 
8129
#: lazarusidestrconsts.lisfilefiltersdeleterow
 
8130
msgid "Delete Row"
 
8131
msgstr ""
 
8132
 
 
8133
#: lazarusidestrconsts.lisfilefiltersinsertrow
 
8134
msgid "Insert Row"
 
8135
msgstr ""
 
8136
 
 
8137
#: lazarusidestrconsts.lisfilefiltersmask
 
8138
msgid "File mask"
 
8139
msgstr ""
 
8140
 
 
8141
#: lazarusidestrconsts.lisfilefilterssetdefaults
 
8142
msgid "Set defaults"
 
8143
msgstr ""
 
8144
 
 
8145
#: lazarusidestrconsts.lisfilefilterstitle
 
8146
msgid "These are file filters that will appear in all File Open dialogs"
 
8147
msgstr ""
 
8148
 
7174
8149
#: lazarusidestrconsts.lisfilehaschangedsave
7175
8150
msgid "File %s%s%s has changed. Save?"
7176
8151
msgstr ""
7179
8154
msgid "File has no project"
7180
8155
msgstr ""
7181
8156
 
 
8157
#: lazarusidestrconsts.lisfileisdirectory
 
8158
msgid "File is directory"
 
8159
msgstr ""
 
8160
 
 
8161
#: lazarusidestrconsts.lisfileisnotanexecutable
 
8162
msgid "File is not an executable"
 
8163
msgstr ""
 
8164
 
7182
8165
#: lazarusidestrconsts.lisfileisnotwritable
7183
8166
msgid "File is not writable"
7184
8167
msgstr "Lêer is nie skryfbaar nie"
7207
8190
msgid "File %s%s%s not found.%s"
7208
8191
msgstr ""
7209
8192
 
 
8193
#: lazarusidestrconsts.lisfilenotfound3
 
8194
msgid "file %s not found"
 
8195
msgstr ""
 
8196
 
 
8197
#: lazarusidestrconsts.lisfilenotfound4
 
8198
msgid "file not found"
 
8199
msgstr ""
 
8200
 
7210
8201
#: lazarusidestrconsts.lisfilenotfounddoyouwanttocreateit
7211
8202
msgid "File %s%s%s not found.%sDo you want to create it?%s"
7212
8203
msgstr ""
7220
8211
msgstr "Lêer is nie teks nie"
7221
8212
 
7222
8213
#: lazarusidestrconsts.lisfilesettings
7223
 
msgid "File Settings ..."
 
8214
msgid "File Settings"
 
8215
msgstr ""
 
8216
 
 
8217
#: lazarusidestrconsts.lisfileshaverightencoding
 
8218
msgid "*** All found files already have the right encoding ***"
7224
8219
msgstr ""
7225
8220
 
7226
8221
#: lazarusidestrconsts.lisfilesinasciiorutf8encoding
7239
8234
msgid "Filter"
7240
8235
msgstr ""
7241
8236
 
7242
 
#: lazarusidestrconsts.lisfilter2
7243
 
msgid "(filter)"
7244
 
msgstr ""
7245
 
 
7246
8237
#: lazarusidestrconsts.lisfilter3
7247
8238
msgid "Filter: %s"
7248
8239
msgstr ""
7251
8242
msgid "Filter Sets"
7252
8243
msgstr ""
7253
8244
 
7254
 
#: lazarusidestrconsts.lisfindfilecasesensitive
7255
 
msgid "&Case sensitive"
 
8245
#: lazarusidestrconsts.lisfindfiledirectory
 
8246
msgid "D&irectory"
7256
8247
msgstr ""
7257
8248
 
7258
8249
#: lazarusidestrconsts.lisfindfiledirectoryoptions
7259
8250
msgid "Directory options"
7260
8251
msgstr ""
7261
8252
 
7262
 
#: lazarusidestrconsts.lisfindfilefilemaskbak
7263
 
msgid "File mask (*;*.*;*.bak?)"
 
8253
#: lazarusidestrconsts.lisfindfilefilemask
 
8254
msgid "Fi&le mask"
7264
8255
msgstr ""
7265
8256
 
7266
8257
#: lazarusidestrconsts.lisfindfileincludesubdirectories
7267
 
msgid "Include sub directories"
 
8258
msgid "Include &sub directories"
7268
8259
msgstr ""
7269
8260
 
7270
8261
#: lazarusidestrconsts.lisfindfilemultilinepattern
7275
8266
msgid "Only text files"
7276
8267
msgstr "Alleenlik teks lêers"
7277
8268
 
7278
 
#: lazarusidestrconsts.lisfindfileregularexpressions
7279
 
msgid "&Regular expressions"
7280
 
msgstr ""
7281
 
 
7282
8269
#: lazarusidestrconsts.lisfindfilesearchallfilesinproject
7283
8270
msgid "search all files in &project"
7284
8271
msgstr ""
7291
8278
msgid "search in &directories"
7292
8279
msgstr ""
7293
8280
 
7294
 
#: lazarusidestrconsts.lisfindfiletexttofind
7295
 
msgid "Text to find:"
7296
 
msgstr "Teks om te vind:"
7297
 
 
7298
8281
#: lazarusidestrconsts.lisfindfilewhere
7299
8282
msgid "Where"
7300
8283
msgstr "Waar"
7301
8284
 
7302
 
#: lazarusidestrconsts.lisfindfilewholewordsonly
7303
 
msgid "&Whole words only"
7304
 
msgstr ""
7305
 
 
7306
8285
#: lazarusidestrconsts.lisfindkeycombination
7307
8286
msgid "Find key combination"
7308
8287
msgstr ""
7323
8302
msgid "Floating Point"
7324
8303
msgstr ""
7325
8304
 
 
8305
#: lazarusidestrconsts.lisfocushint
 
8306
msgid "Focus hint"
 
8307
msgstr ""
 
8308
 
7326
8309
#: lazarusidestrconsts.lisforcerenaming
7327
8310
msgid "Force renaming"
7328
8311
msgstr ""
7339
8322
msgid "Form load error"
7340
8323
msgstr "Vorm laai fout"
7341
8324
 
 
8325
#: lazarusidestrconsts.lisfoundversionexpected
 
8326
msgid "Found version %s, expected %s"
 
8327
msgstr ""
 
8328
 
 
8329
#: lazarusidestrconsts.lisfpccfgismissing
 
8330
msgid "fpc.cfg is missing."
 
8331
msgstr ""
 
8332
 
7342
8333
#: lazarusidestrconsts.lisfpcmakefailed
7343
8334
msgid "fpcmake failed"
7344
8335
msgstr ""
7345
8336
 
 
8337
#: lazarusidestrconsts.lisfpcmessagefile
 
8338
msgid "FPC message file"
 
8339
msgstr ""
 
8340
 
7346
8341
#: lazarusidestrconsts.lisfpcomponents
7347
8342
msgctxt "lazarusidestrconsts.lisfpcomponents"
7348
8343
msgid "Components"
7356
8351
msgid "FPC Source Directory error"
7357
8352
msgstr ""
7358
8353
 
 
8354
#: lazarusidestrconsts.lisfpcsources
 
8355
msgid "FPC sources"
 
8356
msgstr ""
 
8357
 
7359
8358
#: lazarusidestrconsts.lisfpctooold
7360
8359
msgid "FPC too old"
7361
8360
msgstr ""
7381
8380
msgid "FPDoc syntax error"
7382
8381
msgstr ""
7383
8382
 
 
8383
#: lazarusidestrconsts.lisfpdocpackagename
 
8384
msgid "FPDoc package name:"
 
8385
msgstr ""
 
8386
 
 
8387
#: lazarusidestrconsts.lisfpdocpackagenamedefaultisprojectfilename
 
8388
msgid "FPDoc package name. Default is project file name."
 
8389
msgstr ""
 
8390
 
7384
8391
#: lazarusidestrconsts.lisfpdocthereisasyntaxerrorinthefpdocelement
7385
8392
msgid "There is a syntax error in the fpdoc element \"%s\":%s%s"
7386
8393
msgstr ""
7410
8417
msgstr ""
7411
8418
 
7412
8419
#: lazarusidestrconsts.lisfreepascalsourcedirectory
7413
 
msgid "Freepascal source directory"
 
8420
msgid "Free Pascal source directory"
7414
8421
msgstr ""
7415
8422
 
7416
8423
#: lazarusidestrconsts.lisfreepascalsourcefile
7417
 
msgid "FreePascal source file"
 
8424
msgid "Free Pascal source file"
7418
8425
msgstr ""
7419
8426
 
7420
8427
#: lazarusidestrconsts.lisfreepascalsourcesnotfound
7461
8468
msgid "Invalid Identifier"
7462
8469
msgstr ""
7463
8470
 
7464
 
#: lazarusidestrconsts.lisfrirename
7465
 
msgctxt "lazarusidestrconsts.lisfrirename"
7466
 
msgid "Rename"
7467
 
msgstr ""
7468
 
 
7469
8471
#: lazarusidestrconsts.lisfrirenameallreferences
7470
8472
msgid "Rename all References"
7471
8473
msgstr ""
7483
8485
msgstr ""
7484
8486
 
7485
8487
#: lazarusidestrconsts.lisfunction
 
8488
msgctxt "lazarusidestrconsts.lisfunction"
7486
8489
msgid "Function"
7487
8490
msgstr ""
7488
8491
 
 
8492
#: lazarusidestrconsts.lisgeneral
 
8493
msgctxt "lazarusidestrconsts.lisgeneral"
 
8494
msgid "General"
 
8495
msgstr ""
 
8496
 
7489
8497
#: lazarusidestrconsts.lisgetwordatcurrentcursorposition
7490
8498
msgid "get word at current cursor position"
7491
8499
msgstr ""
7492
8500
 
7493
8501
#: lazarusidestrconsts.lisgotoline
7494
 
msgid "Goto line"
 
8502
msgid "Goto Line"
7495
8503
msgstr ""
7496
8504
 
7497
8505
#: lazarusidestrconsts.lisgotoselectedsourceline
7507
8515
msgid "Group"
7508
8516
msgstr ""
7509
8517
 
 
8518
#: lazarusidestrconsts.lisgroupassignexisting
 
8519
msgid "Assign to existing \"%s\" group?"
 
8520
msgstr ""
 
8521
 
 
8522
#: lazarusidestrconsts.lisgroupemptydelete
 
8523
msgid "No more breakpoints are assigned to group \"%s\", delete it?"
 
8524
msgstr ""
 
8525
 
 
8526
#: lazarusidestrconsts.lisgroupemptydeletemore
 
8527
msgid "%sThere are %d more empty groups, delete all?"
 
8528
msgstr ""
 
8529
 
 
8530
#: lazarusidestrconsts.lisgroupnameemptyclearinstead
 
8531
msgid "The group name cannot be empty. Clear breakpoints' group(s)?"
 
8532
msgstr ""
 
8533
 
 
8534
#: lazarusidestrconsts.lisgroupnameinput
 
8535
msgid "Group name:"
 
8536
msgstr ""
 
8537
 
 
8538
#: lazarusidestrconsts.lisgroupnameinvalid
 
8539
msgid "BreakpointGroup name must be a valid Pascal identifier name."
 
8540
msgstr ""
 
8541
 
 
8542
#: lazarusidestrconsts.lisgroupsetnew
 
8543
msgid "Set new group ..."
 
8544
msgstr ""
 
8545
 
 
8546
#: lazarusidestrconsts.lisgroupsetnone
 
8547
msgid "Clear group(s)"
 
8548
msgstr ""
 
8549
 
 
8550
#: lazarusidestrconsts.lisgroupsfordebugoutput
 
8551
msgid "Enable or Disable groups of debug output. Valid Options are:"
 
8552
msgstr ""
 
8553
 
7510
8554
#: lazarusidestrconsts.lisgrowtolarges
7511
8555
msgid "Grow to Largest"
7512
8556
msgstr ""
7519
8563
msgid "Header comment for class"
7520
8564
msgstr ""
7521
8565
 
 
8566
#: lazarusidestrconsts.lishelp
 
8567
msgctxt "lazarusidestrconsts.lishelp"
 
8568
msgid "Help"
 
8569
msgstr "Help"
 
8570
 
7522
8571
#: lazarusidestrconsts.lishelpentries
7523
8572
msgid "Help entries"
7524
8573
msgstr ""
7532
8581
msgstr ""
7533
8582
 
7534
8583
#: lazarusidestrconsts.lishfmhelpforfreepascalcompilermessage
7535
 
msgid "Help for FreePascal Compiler message"
 
8584
msgid "Help for Free Pascal Compiler message"
7536
8585
msgstr ""
7537
8586
 
7538
8587
#: lazarusidestrconsts.lishidemessageviadirective
7539
8588
msgid "Hide message via directive"
7540
8589
msgstr ""
7541
8590
 
 
8591
#: lazarusidestrconsts.lishint
 
8592
msgid "Hint"
 
8593
msgstr ""
 
8594
 
7542
8595
#: lazarusidestrconsts.lishintadefaultvaluecanbedefinedintheconditionals
7543
8596
msgid "Hint: A default value can be defined in the conditionals."
7544
8597
msgstr ""
7547
8600
msgid "Hint: Check if two packages contain a unit with the same name."
7548
8601
msgstr ""
7549
8602
 
7550
 
#: lazarusidestrconsts.lishintdoubleclickonthecommandyouwanttoedit
7551
 
msgid "Hint: double click on the command you want to edit"
7552
 
msgstr ""
7553
 
 
7554
 
#: lazarusidestrconsts.lishintopen
7555
 
msgctxt "lazarusidestrconsts.lishintopen"
7556
 
msgid "Open"
7557
 
msgstr ""
7558
 
 
7559
 
#: lazarusidestrconsts.lishintpause
7560
 
msgctxt "lazarusidestrconsts.lishintpause"
7561
 
msgid "Pause"
7562
 
msgstr ""
7563
 
 
7564
 
#: lazarusidestrconsts.lishintrun
7565
 
msgctxt "lazarusidestrconsts.lishintrun"
7566
 
msgid "Run"
7567
 
msgstr "Hardloop"
7568
 
 
7569
 
#: lazarusidestrconsts.lishintsave
7570
 
msgctxt "lazarusidestrconsts.lishintsave"
7571
 
msgid "Save"
7572
 
msgstr ""
7573
 
 
7574
8603
#: lazarusidestrconsts.lishintsaveall
7575
8604
msgid "Save all"
7576
8605
msgstr "Stoor alles"
7587
8616
msgid "Step Over"
7588
8617
msgstr ""
7589
8618
 
7590
 
#: lazarusidestrconsts.lishintstop
7591
 
msgctxt "lazarusidestrconsts.lishintstop"
7592
 
msgid "Stop"
7593
 
msgstr "Stop"
7594
 
 
7595
8619
#: lazarusidestrconsts.lishintthemakeresourcestringfunctionexpectsastringcon
7596
8620
msgid "Hint: The \"Make Resourcestring\" function expects a string constant.%sPlease select the expression and try again."
7597
8621
msgstr ""
7640
8664
msgid "Horizontal"
7641
8665
msgstr ""
7642
8666
 
 
8667
#: lazarusidestrconsts.lisid
 
8668
msgctxt "lazarusidestrconsts.lisid"
 
8669
msgid "ID"
 
8670
msgstr ""
 
8671
 
7643
8672
#: lazarusidestrconsts.liside
7644
8673
msgid "IDE"
7645
8674
msgstr ""
7664
8693
msgid "WARNING: unit name invalid %s, package=%s"
7665
8694
msgstr ""
7666
8695
 
7667
 
#: lazarusidestrconsts.lisideintf
7668
 
msgid "IDE Interface"
 
8696
#: lazarusidestrconsts.lisidemacros
 
8697
msgid "IDE Macros"
 
8698
msgstr ""
 
8699
 
 
8700
#: lazarusidestrconsts.lisidemacrovaluesforfpcmacrosusecustomoptions
 
8701
msgid "IDE macro values (for FPC macros use custom options)"
7669
8702
msgstr ""
7670
8703
 
7671
8704
#: lazarusidestrconsts.lisidentifier
7740
8773
msgid "Save to recent"
7741
8774
msgstr ""
7742
8775
 
7743
 
#: lazarusidestrconsts.lisifdok
7744
 
msgctxt "lazarusidestrconsts.lisifdok"
7745
 
msgid "OK"
 
8776
#: lazarusidestrconsts.lisifyouwanttousetwodifferentlazarusversionsyoumustst
 
8777
msgid "If you want to use two different Lazarus versions you must start the second Lazarus with the command line parameter primary-config-path or pcp.%s%sFor example:%s"
7746
8778
msgstr ""
7747
8779
 
7748
8780
#: lazarusidestrconsts.lisignoreall
7781
8813
msgid "Import list"
7782
8814
msgstr ""
7783
8815
 
 
8816
#: lazarusidestrconsts.lisimportpackagelistxml
 
8817
msgid "Import package list (*.xml)"
 
8818
msgstr ""
 
8819
 
7784
8820
#: lazarusidestrconsts.lisimpossible
7785
8821
msgid "Impossible"
7786
8822
msgstr ""
7787
8823
 
 
8824
#: lazarusidestrconsts.lisinasourcedirectoryofthepackage
 
8825
msgid "In a source directory of the package \"%s\"."
 
8826
msgstr ""
 
8827
 
 
8828
#: lazarusidestrconsts.lisinasourcedirectoryoftheprojectcheckforduplicates
 
8829
msgid "In a source directory of the project. Check for duplicates."
 
8830
msgstr ""
 
8831
 
 
8832
#: lazarusidestrconsts.lisincludeexamples
 
8833
msgid "Include Examples"
 
8834
msgstr ""
 
8835
 
7788
8836
#: lazarusidestrconsts.lisincludefilter
7789
 
msgid "Include Filter"
 
8837
msgid "Include filter"
7790
8838
msgstr ""
7791
8839
 
7792
8840
#: lazarusidestrconsts.lisincludepath
7797
8845
msgid "Include paths"
7798
8846
msgstr ""
7799
8847
 
 
8848
#: lazarusidestrconsts.lisincludetestcases
 
8849
msgid "Include Testcases"
 
8850
msgstr ""
 
8851
 
7800
8852
#: lazarusidestrconsts.lisindentation
7801
8853
msgid "Indentation"
7802
8854
msgstr ""
7810
8862
msgstr ""
7811
8863
 
7812
8864
#: lazarusidestrconsts.lisinfobuildabort
7813
 
msgid "Aborted..."
 
8865
msgid "Aborted ..."
7814
8866
msgstr ""
7815
8867
 
7816
8868
#: lazarusidestrconsts.lisinfobuildcaption
7818
8870
msgstr ""
7819
8871
 
7820
8872
#: lazarusidestrconsts.lisinfobuildcomplile
7821
 
msgid "Compiling..."
 
8873
msgid "Compiling ..."
7822
8874
msgstr ""
7823
8875
 
7824
8876
#: lazarusidestrconsts.lisinfobuilderror
7825
 
msgid "Error..."
 
8877
msgid "Error ..."
7826
8878
msgstr ""
7827
8879
 
7828
8880
#: lazarusidestrconsts.lisinfobuilderrors
7852
8904
msgstr ""
7853
8905
 
7854
8906
#: lazarusidestrconsts.lisinfobuildsuccess
7855
 
msgid "Success..."
 
8907
msgid "Success ..."
7856
8908
msgstr ""
7857
8909
 
7858
8910
#: lazarusidestrconsts.lisinfobuildwarning
7871
8923
msgid "Information about used FPC"
7872
8924
msgstr ""
7873
8925
 
 
8926
#: lazarusidestrconsts.lisinfpcunitsearchpathprobablyinstalledbythefpcpackag
 
8927
msgid "In FPC unit search path. Probably installed by the FPC package. Check if the compiler and the ppu file are from the same installation."
 
8928
msgstr ""
 
8929
 
7874
8930
#: lazarusidestrconsts.lisinfrontofrelated
7875
8931
msgid "In front of related"
7876
8932
msgstr ""
7877
8933
 
7878
 
#: lazarusidestrconsts.lisinheritedcomponent
7879
 
msgid "Inherited Component"
7880
 
msgstr ""
7881
 
 
7882
8934
#: lazarusidestrconsts.lisinheriteditem
7883
8935
msgid "Inherited Item"
7884
8936
msgstr ""
7885
8937
 
 
8938
#: lazarusidestrconsts.lisinheritedprojectcomponent
 
8939
msgid "Inherited project component"
 
8940
msgstr ""
 
8941
 
7886
8942
#: lazarusidestrconsts.lisinordertocreateacleancopyoftheprojectpackageallfil
7887
8943
msgid "In order to create a clean copy of the project/package, all files in the following directory will be deleted and all its content will be lost.%s%sDelete all files in %s%s%s?"
7888
8944
msgstr ""
7889
8945
 
 
8946
#: lazarusidestrconsts.lisinsert
 
8947
msgctxt "lazarusidestrconsts.lisinsert"
 
8948
msgid "Insert"
 
8949
msgstr "Insit"
 
8950
 
7890
8951
#: lazarusidestrconsts.lisinsertdate
7891
8952
msgid "insert date"
7892
8953
msgstr ""
7973
9034
msgid "Installation failed"
7974
9035
msgstr ""
7975
9036
 
 
9037
#: lazarusidestrconsts.lisinstalled
 
9038
msgid "installed"
 
9039
msgstr ""
 
9040
 
7976
9041
#: lazarusidestrconsts.lisinstallitilikethefat
7977
9042
msgid "Install it, I like the fat"
7978
9043
msgstr ""
7983
9048
 
7984
9049
#: lazarusidestrconsts.lisinstalluninstallpackages
7985
9050
msgctxt "lazarusidestrconsts.lisinstalluninstallpackages"
7986
 
msgid "Install/Uninstall packages"
 
9051
msgid "Install/Uninstall Packages"
 
9052
msgstr ""
 
9053
 
 
9054
#: lazarusidestrconsts.lisinsteadofcompilepackagecreateasimplemakefile
 
9055
msgid "Instead of compile package create a simple Makefile."
7987
9056
msgstr ""
7988
9057
 
7989
9058
#: lazarusidestrconsts.lisinteractive
7990
9059
msgid "Interactive"
7991
9060
msgstr ""
7992
9061
 
7993
 
#: lazarusidestrconsts.lisinvalidbuildmacrothebuildmacromustbeapascalidentifie
7994
 
msgid "Invalid build macro %s%s%s. The build macro must be a pascal identifier."
7995
 
msgstr ""
7996
 
 
7997
 
#: lazarusidestrconsts.lisinvalidbuildmacrothenameisakeyword
7998
 
msgid "Invalid build macro \"%s\". The name is a keyword."
7999
 
msgstr ""
8000
 
 
8001
 
#: lazarusidestrconsts.lisinvalidcircle
8002
 
msgid "Invalid circle"
8003
 
msgstr ""
8004
 
 
8005
9062
#: lazarusidestrconsts.lisinvalidcommand
8006
9063
msgid "Invalid command"
8007
9064
msgstr ""
8038
9095
msgid "Invalid line, column in message%s%s"
8039
9096
msgstr ""
8040
9097
 
 
9098
#: lazarusidestrconsts.lisinvalidmacrothemacromustbeapascalidentifie
 
9099
msgid "Invalid macro %s%s%s. The macro name must be a pascal identifier."
 
9100
msgstr ""
 
9101
 
 
9102
#: lazarusidestrconsts.lisinvalidmacrothenameisakeyword
 
9103
msgid "Invalid macro name \"%s\". The name is a keyword."
 
9104
msgstr ""
 
9105
 
 
9106
#: lazarusidestrconsts.lisinvalidmask
 
9107
msgid "Invalid Mask"
 
9108
msgstr ""
 
9109
 
8041
9110
#: lazarusidestrconsts.lisinvalidmode
8042
9111
msgid "Invalid mode %s"
8043
9112
msgstr ""
8078
9147
msgid "Invalid selection"
8079
9148
msgstr ""
8080
9149
 
 
9150
#: lazarusidestrconsts.lisinvalidversionin
 
9151
msgid "invalid version in %s"
 
9152
msgstr ""
 
9153
 
8081
9154
#: lazarusidestrconsts.lisisagroupasettingcanonlybeaddedtonormalbuildmodes
8082
9155
msgid "%s is a group. A setting can only be added to normal build modes."
8083
9156
msgstr ""
8090
9163
msgid "%s%s%s is an invalid project name.%sPlease choose another (e.g. project1.lpi)"
8091
9164
msgstr ""
8092
9165
 
8093
 
#: lazarusidestrconsts.lisisathiscircledependencyisnotallowed
8094
 
msgid "%s is a %s.%sThis circle dependency is not allowed."
 
9166
#: lazarusidestrconsts.lisisathiscirculardependencyisnotallowed
 
9167
msgid "%s is a %s.%sThis circular dependency is not allowed."
 
9168
msgstr ""
 
9169
 
 
9170
#: lazarusidestrconsts.lisisddirectorynotfound
 
9171
msgid "directory not found"
 
9172
msgstr ""
 
9173
 
 
9174
#: lazarusidestrconsts.lisissues
 
9175
msgid "Issues"
 
9176
msgstr ""
 
9177
 
 
9178
#: lazarusidestrconsts.lisiwonderhowyoudidthaterrorinthe
 
9179
msgid "I wonder how you did that. Error in the %s:"
 
9180
msgstr ""
 
9181
 
 
9182
#: lazarusidestrconsts.lisiwonderhowyoudidthaterrorinthebasedirectory
 
9183
msgid "I wonder how you did that: Error in the base directory:"
8095
9184
msgstr ""
8096
9185
 
8097
9186
#: lazarusidestrconsts.lisjhjumphistory
 
9187
msgctxt "lazarusidestrconsts.lisjhjumphistory"
8098
9188
msgid "Jump History"
8099
9189
msgstr ""
8100
9190
 
8101
 
#: lazarusidestrconsts.lisjitform
8102
 
msgid "JIT Form"
8103
 
msgstr ""
8104
 
 
8105
 
#: lazarusidestrconsts.liskeep
8106
 
msgid "keep"
 
9191
#: lazarusidestrconsts.liskeep2
 
9192
msgid "Keep"
8107
9193
msgstr ""
8108
9194
 
8109
9195
#: lazarusidestrconsts.liskeepfileopen
8122
9208
msgid "Keep name"
8123
9209
msgstr "Hou naam"
8124
9210
 
 
9211
#: lazarusidestrconsts.liskeeprelativeindentationofmultilinetemplate
 
9212
msgid "Keep relative indentation of multi line template"
 
9213
msgstr ""
 
9214
 
 
9215
#: lazarusidestrconsts.liskeepsubindentation
 
9216
msgid "Keep indentation"
 
9217
msgstr ""
 
9218
 
8125
9219
#: lazarusidestrconsts.liskeepthemandcontinue
8126
9220
msgid "Keep them and continue"
8127
9221
msgstr ""
8128
9222
 
 
9223
#: lazarusidestrconsts.liskey
 
9224
msgctxt "lazarusidestrconsts.liskey"
 
9225
msgid "Key"
 
9226
msgstr "Sleutel"
 
9227
 
8129
9228
#: lazarusidestrconsts.liskeycatcustom
8130
9229
msgid "Custom commands"
8131
9230
msgstr ""
8146
9245
msgid "Abort building"
8147
9246
msgstr ""
8148
9247
 
8149
 
#: lazarusidestrconsts.liskmaddactiveunittoproject
8150
 
msgid "Add active unit to project"
 
9248
#: lazarusidestrconsts.liskmaddbpaddress
 
9249
msgid "Add Address Breakpoint"
 
9250
msgstr ""
 
9251
 
 
9252
#: lazarusidestrconsts.liskmaddbpsource
 
9253
msgid "Add Source Breakpoint"
 
9254
msgstr ""
 
9255
 
 
9256
#: lazarusidestrconsts.liskmaddbpwatchpoint
 
9257
msgid "Add Data/WatchPoint"
8151
9258
msgstr ""
8152
9259
 
8153
9260
#: lazarusidestrconsts.liskmaddwatch
8154
9261
msgid "Add watch"
8155
9262
msgstr ""
8156
9263
 
8157
 
#: lazarusidestrconsts.liskmbuildallfilesofprojectprogram
8158
 
msgid "Build all files of project/program"
8159
 
msgstr ""
8160
 
 
8161
9264
#: lazarusidestrconsts.liskmbuildprojectprogram
8162
9265
msgid "Build project/program"
8163
9266
msgstr ""
8170
9273
msgid "Classic"
8171
9274
msgstr "Klasiek"
8172
9275
 
8173
 
#: lazarusidestrconsts.liskmcloseall
8174
 
msgid "Close All"
 
9276
#: lazarusidestrconsts.liskmcleanupcompiled
 
9277
msgid "Clean up build files"
8175
9278
msgstr ""
8176
9279
 
8177
9280
#: lazarusidestrconsts.liskmcloseproject
8182
9285
msgid "CodeTools defines editor"
8183
9286
msgstr ""
8184
9287
 
8185
 
#: lazarusidestrconsts.liskmcodetoolsoptions
8186
 
msgid "CodeTools options"
 
9288
#: lazarusidestrconsts.liskmcompileprojectprogram
 
9289
msgid "Compile project/program"
8187
9290
msgstr ""
8188
9291
 
8189
9292
#: lazarusidestrconsts.liskmcompileroptions
8190
 
msgid "Compiler options"
8191
 
msgstr ""
 
9293
msgctxt "lazarusidestrconsts.liskmcompileroptions"
 
9294
msgid "Compiler Options"
 
9295
msgstr "Vertaler Opsies"
8192
9296
 
8193
9297
#: lazarusidestrconsts.liskmconfigbuildfile
8194
9298
msgid "Config %sBuild File%s"
8195
9299
msgstr ""
8196
9300
 
8197
9301
#: lazarusidestrconsts.liskmconfigurecustomcomponents
8198
 
msgid "Configure custom components"
 
9302
msgid "Configure Custom Components"
8199
9303
msgstr ""
8200
9304
 
8201
9305
#: lazarusidestrconsts.liskmconfigurehelp
8202
9306
msgid "Configure Help"
8203
9307
msgstr ""
8204
9308
 
8205
 
#: lazarusidestrconsts.liskmconfigureinstalledpackages
8206
 
msgctxt "lazarusidestrconsts.liskmconfigureinstalledpackages"
8207
 
msgid "Install/Uninstall packages"
8208
 
msgstr ""
8209
 
 
8210
9309
#: lazarusidestrconsts.liskmcontextsensitivehelp
8211
9310
msgid "Context sensitive help"
8212
9311
msgstr ""
8216
9315
msgstr ""
8217
9316
 
8218
9317
#: lazarusidestrconsts.liskmconvertdelphiprojecttolazarusproject
8219
 
msgid "Convert Delphi project to Lazarus project"
 
9318
msgid "Convert Delphi Project to Lazarus Project"
8220
9319
msgstr ""
8221
9320
 
8222
9321
#: lazarusidestrconsts.liskmconvertdelphiunittolazarusunit
8223
 
msgid "Convert Delphi unit to Lazarus unit"
 
9322
msgid "Convert Delphi Unit to Lazarus Unit"
8224
9323
msgstr ""
8225
9324
 
8226
9325
#: lazarusidestrconsts.liskmconvertdfmfiletolfm
8227
 
msgid "Convert DFM file to LFM"
 
9326
msgid "Convert DFM File to LFM"
8228
9327
msgstr ""
8229
9328
 
8230
9329
#: lazarusidestrconsts.liskmcopyselectedcomponentstoclipboard
8240
9339
msgstr ""
8241
9340
 
8242
9341
#: lazarusidestrconsts.liskmdiffeditorfiles
8243
 
msgid "Diff editor files"
 
9342
msgid "Diff Editor Files"
8244
9343
msgstr ""
8245
9344
 
8246
9345
#: lazarusidestrconsts.liskmeditcodetemplates
8251
9350
msgid "Edit context sensitive help"
8252
9351
msgstr ""
8253
9352
 
8254
 
#: lazarusidestrconsts.liskmeditoroptions
8255
 
msgctxt "lazarusidestrconsts.liskmeditoroptions"
8256
 
msgid "Editor options"
8257
 
msgstr ""
8258
 
 
8259
9353
#: lazarusidestrconsts.liskmencloseselection
8260
 
msgid "Enclose selection"
 
9354
msgid "Enclose Selection"
8261
9355
msgstr ""
8262
9356
 
8263
9357
#: lazarusidestrconsts.liskmevaluatemodify
8264
9358
msgid "Evaluate/Modify"
8265
9359
msgstr ""
8266
9360
 
 
9361
#: lazarusidestrconsts.liskmexampleprojects
 
9362
msgid "Example Projects"
 
9363
msgstr ""
 
9364
 
8267
9365
#: lazarusidestrconsts.liskmexternaltoolssettings
8268
9366
msgid "External Tools settings"
8269
9367
msgstr ""
8270
9368
 
8271
9369
#: lazarusidestrconsts.liskmfindincremental
8272
 
msgid "Find incremental"
 
9370
msgid "Find Incremental"
8273
9371
msgstr ""
8274
9372
 
8275
9373
#: lazarusidestrconsts.liskmgotomarker0
8356
9454
msgid "Insert date and time"
8357
9455
msgstr ""
8358
9456
 
8359
 
#: lazarusidestrconsts.liskminsertifdef
8360
 
msgid "Insert $IFDEF"
8361
 
msgstr ""
8362
 
 
8363
9457
#: lazarusidestrconsts.liskminsertusername
8364
9458
msgid "Insert username"
8365
9459
msgstr ""
8409
9503
msgid "Open package file"
8410
9504
msgstr ""
8411
9505
 
8412
 
#: lazarusidestrconsts.liskmpackagegraph
8413
 
msgid "Package graph"
8414
 
msgstr ""
8415
 
 
8416
9506
#: lazarusidestrconsts.liskmpastecomponentsfromclipboard
8417
9507
msgid "Paste Components from clipboard"
8418
9508
msgstr ""
8429
9519
msgid "Quick compile, no linking"
8430
9520
msgstr ""
8431
9521
 
8432
 
#: lazarusidestrconsts.liskmremoveactiveunitfromproject
8433
 
msgid "Remove active unit from project"
 
9522
#: lazarusidestrconsts.liskmremoveactivefilefromproject
 
9523
msgid "Remove Active File from Project"
8434
9524
msgstr ""
8435
9525
 
8436
9526
#: lazarusidestrconsts.liskmrunprogram
8454
9544
msgstr ""
8455
9545
 
8456
9546
#: lazarusidestrconsts.liskmselectlineend
8457
 
msgid "Select line end"
 
9547
msgctxt "lazarusidestrconsts.liskmselectlineend"
 
9548
msgid "Select Line End"
8458
9549
msgstr ""
8459
9550
 
8460
9551
#: lazarusidestrconsts.liskmselectlinestart
8461
 
msgid "Select line start"
 
9552
msgctxt "lazarusidestrconsts.liskmselectlinestart"
 
9553
msgid "Select Line Start"
8462
9554
msgstr ""
8463
9555
 
8464
9556
#: lazarusidestrconsts.liskmselectpagebottom
8465
 
msgid "Select page bottom"
 
9557
msgctxt "lazarusidestrconsts.liskmselectpagebottom"
 
9558
msgid "Select Page Bottom"
8466
9559
msgstr ""
8467
9560
 
8468
9561
#: lazarusidestrconsts.liskmselectpagetop
8469
 
msgid "Select page top"
 
9562
msgctxt "lazarusidestrconsts.liskmselectpagetop"
 
9563
msgid "Select Page Top"
8470
9564
msgstr ""
8471
9565
 
8472
9566
#: lazarusidestrconsts.liskmselectwordleft
8473
 
msgid "Select word left"
 
9567
msgctxt "lazarusidestrconsts.liskmselectwordleft"
 
9568
msgid "Select Word Left"
8474
9569
msgstr ""
8475
9570
 
8476
9571
#: lazarusidestrconsts.liskmselectwordright
8477
 
msgid "Select word right"
 
9572
msgctxt "lazarusidestrconsts.liskmselectwordright"
 
9573
msgid "Select Word Right"
8478
9574
msgstr ""
8479
9575
 
8480
9576
#: lazarusidestrconsts.liskmsetfreebookmark
8522
9618
msgstr ""
8523
9619
 
8524
9620
#: lazarusidestrconsts.liskmstopprogram
8525
 
msgid "Stop program"
 
9621
msgid "Stop Program"
8526
9622
msgstr ""
8527
9623
 
8528
9624
#: lazarusidestrconsts.liskmtogglebetweenunitandform
8570
9666
msgstr ""
8571
9667
 
8572
9668
#: lazarusidestrconsts.liskmtoggleviewassembler
8573
 
msgid "Toggle view Assembler"
 
9669
msgctxt "lazarusidestrconsts.liskmtoggleviewassembler"
 
9670
msgid "View Assembler"
8574
9671
msgstr ""
8575
9672
 
8576
9673
#: lazarusidestrconsts.liskmtoggleviewbreakpoints
8577
 
msgid "Toggle view Breakpoints"
 
9674
msgid "View Breakpoints"
8578
9675
msgstr ""
8579
9676
 
8580
9677
#: lazarusidestrconsts.liskmtoggleviewcallstack
8581
 
msgid "Toggle view Call Stack"
 
9678
msgctxt "lazarusidestrconsts.liskmtoggleviewcallstack"
 
9679
msgid "View Call Stack"
8582
9680
msgstr ""
8583
9681
 
8584
9682
#: lazarusidestrconsts.liskmtoggleviewcodeexplorer
8586
9684
msgstr ""
8587
9685
 
8588
9686
#: lazarusidestrconsts.liskmtoggleviewcomponentpalette
8589
 
msgid "Toggle view component palette"
 
9687
msgid "Toggle View Component Palette"
8590
9688
msgstr ""
8591
9689
 
8592
9690
#: lazarusidestrconsts.liskmtoggleviewdebugevents
8593
 
msgid "Toggle view Debuger Event Log"
 
9691
msgid "View Debuger Event Log"
8594
9692
msgstr ""
8595
9693
 
8596
9694
#: lazarusidestrconsts.liskmtoggleviewdebuggeroutput
8597
 
msgid "Toggle view Debugger Output"
 
9695
msgid "View Debugger Output"
8598
9696
msgstr ""
8599
9697
 
8600
9698
#: lazarusidestrconsts.liskmtoggleviewdocumentationeditor
8601
9699
msgid "Toggle view Documentation Editor"
8602
9700
msgstr ""
8603
9701
 
 
9702
#: lazarusidestrconsts.liskmtoggleviewhistory
 
9703
msgctxt "lazarusidestrconsts.liskmtoggleviewhistory"
 
9704
msgid "View History"
 
9705
msgstr ""
 
9706
 
8604
9707
#: lazarusidestrconsts.liskmtoggleviewidespeedbuttons
8605
9708
msgid "Toggle view IDE speed buttons"
8606
9709
msgstr ""
8607
9710
 
8608
9711
#: lazarusidestrconsts.liskmtoggleviewlocalvariables
8609
 
msgid "Toggle view Local Variables"
 
9712
msgid "View Local Variables"
8610
9713
msgstr ""
8611
9714
 
8612
9715
#: lazarusidestrconsts.liskmtoggleviewmessages
8617
9720
msgid "Toggle view Object Inspector"
8618
9721
msgstr ""
8619
9722
 
 
9723
#: lazarusidestrconsts.liskmtoggleviewpseudoterminal
 
9724
msgctxt "lazarusidestrconsts.liskmtoggleviewpseudoterminal"
 
9725
msgid "View Terminal Output"
 
9726
msgstr ""
 
9727
 
8620
9728
#: lazarusidestrconsts.liskmtoggleviewregisters
8621
 
msgid "Toggle view Registers"
 
9729
msgid "View Registers"
8622
9730
msgstr ""
8623
9731
 
8624
9732
#: lazarusidestrconsts.liskmtoggleviewsearchresults
8629
9737
msgid "Toggle view Source Editor"
8630
9738
msgstr ""
8631
9739
 
 
9740
#: lazarusidestrconsts.liskmtoggleviewthreads
 
9741
msgctxt "lazarusidestrconsts.liskmtoggleviewthreads"
 
9742
msgid "View Threads"
 
9743
msgstr ""
 
9744
 
8632
9745
#: lazarusidestrconsts.liskmtoggleviewwatches
8633
 
msgid "Toggle view Watches"
 
9746
msgid "View Watches"
8634
9747
msgstr ""
8635
9748
 
8636
9749
#: lazarusidestrconsts.liskmviewjumphistory
8642
9755
msgstr ""
8643
9756
 
8644
9757
#: lazarusidestrconsts.liskmviewprojectsource
8645
 
msgid "View project source"
 
9758
msgid "View Project Source"
8646
9759
msgstr ""
8647
9760
 
8648
9761
#: lazarusidestrconsts.liskmviewunitinfo
8657
9770
msgid "Launching target command line"
8658
9771
msgstr ""
8659
9772
 
 
9773
#: lazarusidestrconsts.lislazarus
 
9774
msgctxt "lazarusidestrconsts.lislazarus"
 
9775
msgid "Lazarus"
 
9776
msgstr "Lazarus"
 
9777
 
8660
9778
#: lazarusidestrconsts.lislazarusdesktopsettings
8661
9779
msgid "Lazarus Desktop Settings"
8662
9780
msgstr ""
8678
9796
msgstr ""
8679
9797
 
8680
9798
#: lazarusidestrconsts.lislazarusfile
8681
 
msgid "Lazarus File"
 
9799
msgid "Lazarus file"
8682
9800
msgstr ""
8683
9801
 
8684
9802
#: lazarusidestrconsts.lislazarusform
8705
9823
msgid "lazarus [options] <project-filename>"
8706
9824
msgstr ""
8707
9825
 
 
9826
#: lazarusidestrconsts.lislazarusotherfile
 
9827
msgid "Lazarus other file"
 
9828
msgstr ""
 
9829
 
8708
9830
#: lazarusidestrconsts.lislazaruspackage
8709
9831
msgid "Lazarus package"
8710
9832
msgstr "Lazarus paket"
8721
9843
msgid "Lazarus project source"
8722
9844
msgstr ""
8723
9845
 
 
9846
#: lazarusidestrconsts.lislazarussource
 
9847
msgid "Lazarus Source"
 
9848
msgstr ""
 
9849
 
8724
9850
#: lazarusidestrconsts.lislazarusunit
8725
9851
msgid "Lazarus unit"
8726
9852
msgstr ""
8734
9860
msgid "Choose output directory of the IDE executable "
8735
9861
msgstr ""
8736
9862
 
8737
 
#: lazarusidestrconsts.lislazbuildabopart
8738
 
msgid "Part"
8739
 
msgstr ""
8740
 
 
8741
 
#: lazarusidestrconsts.lislazbuildadd
8742
 
msgctxt "lazarusidestrconsts.lislazbuildadd"
8743
 
msgid "Add"
8744
 
msgstr "Voeg by"
8745
 
 
8746
 
#: lazarusidestrconsts.lislazbuildadvancedbuildoptions
8747
 
msgid "Advanced Build Options"
8748
 
msgstr ""
8749
 
 
8750
9863
#: lazarusidestrconsts.lislazbuildareyousureyouwanttodeletethisbuildprofile
8751
9864
msgid "Are you sure you want to delete this build profile?"
8752
9865
msgstr ""
8753
9866
 
8754
 
#: lazarusidestrconsts.lislazbuildbuild
8755
 
msgctxt "lazarusidestrconsts.lislazbuildbuild"
8756
 
msgid "Build"
8757
 
msgstr "Bou"
8758
 
 
8759
 
#: lazarusidestrconsts.lislazbuildbuildadvanced
8760
 
msgctxt "lazarusidestrconsts.lislazbuildbuildadvanced"
8761
 
msgid "Build Advanced"
8762
 
msgstr ""
8763
 
 
8764
9867
#: lazarusidestrconsts.lislazbuildbuildcodetools
8765
9868
msgid "Build CodeTools"
8766
9869
msgstr "Bou CodeTools"
8769
9872
msgid "Build components (SynEdit, CodeTools)"
8770
9873
msgstr ""
8771
9874
 
8772
 
#: lazarusidestrconsts.lislazbuildbuildexamples
8773
 
msgid "Build examples"
8774
 
msgstr ""
8775
 
 
8776
9875
#: lazarusidestrconsts.lislazbuildbuildide
8777
9876
msgid "Build IDE"
8778
9877
msgstr ""
8779
9878
 
8780
 
#: lazarusidestrconsts.lislazbuildbuildjitform
8781
 
msgid "Build JITForm"
 
9879
#: lazarusidestrconsts.lislazbuildbuildmany
 
9880
msgid "Build Many"
8782
9881
msgstr ""
8783
9882
 
8784
9883
#: lazarusidestrconsts.lislazbuildbuildsynedit
8785
9884
msgid "Build SynEdit"
8786
9885
msgstr "Bou SynEdit"
8787
9886
 
8788
 
#: lazarusidestrconsts.lislazbuildcancel
8789
 
msgctxt "lazarusidestrconsts.lislazbuildcancel"
8790
 
msgid "Cancel"
8791
 
msgstr "Kanselleer"
8792
 
 
8793
 
#: lazarusidestrconsts.lislazbuildcleanall
8794
 
msgid "Clean all"
8795
 
msgstr "Maak alles skoon"
8796
 
 
8797
 
#: lazarusidestrconsts.lislazbuildcleanbuild
8798
 
msgid "Clean+Build"
8799
 
msgstr ""
8800
 
 
8801
9887
#: lazarusidestrconsts.lislazbuildcommonsettings
8802
9888
msgid "Common Settings"
8803
9889
msgstr ""
8804
9890
 
8805
 
#: lazarusidestrconsts.lislazbuildcompileselectedstaticpackagesintolazarusbinary
8806
 
msgid "Compile selected static packages into Lazarus binary"
8807
 
msgstr ""
8808
 
 
8809
9891
#: lazarusidestrconsts.lislazbuildconfirmbuild
8810
9892
msgid "Confirm before build"
8811
9893
msgstr ""
8814
9896
msgid "Confirm deletion"
8815
9897
msgstr ""
8816
9898
 
 
9899
#: lazarusidestrconsts.lislazbuilddebugide
 
9900
msgid "Debug IDE"
 
9901
msgstr ""
 
9902
 
8817
9903
#: lazarusidestrconsts.lislazbuilddefines
8818
9904
msgid "Defines"
8819
9905
msgstr ""
8841
9927
msgid "Error writing file"
8842
9928
msgstr ""
8843
9929
 
 
9930
#: lazarusidestrconsts.lislazbuildidewithoutpackages
 
9931
msgid "IDE without Packages"
 
9932
msgstr ""
 
9933
 
8844
9934
#: lazarusidestrconsts.lislazbuildisnoninteractiveabortingnow
8845
9935
msgid "%s%s%s%slazbuild is non interactive, aborting now."
8846
9936
msgstr ""
8847
9937
 
8848
 
#: lazarusidestrconsts.lislazbuildlikemakecleanoncmdline
8849
 
msgid "Like \"make clean\" on cmd line"
8850
 
msgstr ""
8851
 
 
8852
9938
#: lazarusidestrconsts.lislazbuildmanageprofiles
8853
9939
msgid "Manage Build Profiles"
8854
9940
msgstr ""
8869
9955
msgid "Current build options will be associated with:"
8870
9956
msgstr ""
8871
9957
 
8872
 
#: lazarusidestrconsts.lislazbuildnone
8873
 
msgctxt "lazarusidestrconsts.lislazbuildnone"
8874
 
msgid "None"
 
9958
#: lazarusidestrconsts.lislazbuildnormalide
 
9959
msgid "Normal IDE"
8875
9960
msgstr ""
8876
9961
 
8877
 
#: lazarusidestrconsts.lislazbuildok
8878
 
msgctxt "lazarusidestrconsts.lislazbuildok"
8879
 
msgid "Ok"
 
9962
#: lazarusidestrconsts.lislazbuildoptimizedide
 
9963
msgid "Optimized IDE"
8880
9964
msgstr ""
8881
9965
 
8882
9966
#: lazarusidestrconsts.lislazbuildoptions
8888
9972
msgstr ""
8889
9973
 
8890
9974
#: lazarusidestrconsts.lislazbuildprofile
8891
 
msgid "Profile to Build"
8892
 
msgstr ""
8893
 
 
8894
 
#: lazarusidestrconsts.lislazbuildqbobuildall
8895
 
msgid "Build All"
8896
 
msgstr ""
8897
 
 
8898
 
#: lazarusidestrconsts.lislazbuildqbobuildidewithoutpackages
8899
 
msgid "Build IDE without Packages"
8900
 
msgstr ""
8901
 
 
8902
 
#: lazarusidestrconsts.lislazbuildqbobuildidewpackages
8903
 
msgid "Build IDE with Packages"
8904
 
msgstr ""
8905
 
 
8906
 
#: lazarusidestrconsts.lislazbuildqbobuildlcl
8907
 
msgid "Build LCL"
8908
 
msgstr ""
8909
 
 
8910
 
#: lazarusidestrconsts.lislazbuildqbocleanupbuildall
8911
 
msgid "Clean Up + Build all"
 
9975
msgid "Profile to build"
8912
9976
msgstr ""
8913
9977
 
8914
9978
#: lazarusidestrconsts.lislazbuildrefresh
8916
9980
msgid "Refresh"
8917
9981
msgstr ""
8918
9982
 
8919
 
#: lazarusidestrconsts.lislazbuildremove
8920
 
msgctxt "lazarusidestrconsts.lislazbuildremove"
8921
 
msgid "Remove"
8922
 
msgstr "Verwyder"
8923
 
 
8924
 
#: lazarusidestrconsts.lislazbuildrename
8925
 
msgctxt "lazarusidestrconsts.lislazbuildrename"
8926
 
msgid "Rename"
8927
 
msgstr ""
8928
 
 
8929
9983
#: lazarusidestrconsts.lislazbuildrenameprof
8930
9984
msgid "Rename Profile"
8931
9985
msgstr ""
8938
9992
msgid "Restart after building IDE"
8939
9993
msgstr ""
8940
9994
 
8941
 
#: lazarusidestrconsts.lislazbuildrestartlazarusautomaticallyafterbuildingtheidehasn
 
9995
#: lazarusidestrconsts.lislazbuildrestartlazarusautomatically
 
9996
msgctxt "lazarusidestrconsts.lislazbuildrestartlazarusautomatically"
8942
9997
msgid "Restart Lazarus automatically after building the IDE (has no effect when building other parts)"
8943
9998
msgstr ""
8944
9999
 
8945
 
#: lazarusidestrconsts.lislazbuildsavesettings
8946
 
msgid "Save settings"
8947
 
msgstr "Stoor voorkeure"
8948
 
 
8949
10000
#: lazarusidestrconsts.lislazbuildselectprofilestobuild
8950
10001
msgid "Select profiles to build"
8951
10002
msgstr ""
8952
10003
 
8953
 
#: lazarusidestrconsts.lislazbuildshowconfirmationdialogwhenbuildingdirectlyfromtool
 
10004
#: lazarusidestrconsts.lislazbuildshowconfirmationdialogwhenbuilding
 
10005
msgctxt "lazarusidestrconsts.lislazbuildshowconfirmationdialogwhenbuilding"
8954
10006
msgid "Show confirmation dialog when building directly from Tools menu"
8955
10007
msgstr ""
8956
10008
 
8979
10031
msgid "Update revision info in \"About Lazarus\" dialog"
8980
10032
msgstr ""
8981
10033
 
8982
 
#: lazarusidestrconsts.lislazbuildwithstaticpackages
8983
 
msgid "With packages"
8984
 
msgstr ""
8985
 
 
8986
 
#: lazarusidestrconsts.lislcl
8987
 
msgid "LCL"
8988
 
msgstr ""
8989
 
 
8990
 
#: lazarusidestrconsts.lislclunitpathmissing
8991
 
msgid "LCL unit path missing"
 
10034
#: lazarusidestrconsts.lislazcleanupbuildall
 
10035
msgctxt "lazarusidestrconsts.lislazcleanupbuildall"
 
10036
msgid "Clean Up + Build all"
8992
10037
msgstr ""
8993
10038
 
8994
10039
#: lazarusidestrconsts.lislclwidgettype
8995
 
msgid "LCL Widget Type"
 
10040
msgid "LCL widget type"
8996
10041
msgstr ""
8997
10042
 
8998
10043
#: lazarusidestrconsts.lisldaddlinktoinherited
9003
10048
msgid "Copy from inherited"
9004
10049
msgstr ""
9005
10050
 
9006
 
#: lazarusidestrconsts.lislddoesnothaveanyvalidlazdocpathunabletocreatethefpdo
9007
 
msgid "%s does not have any valid LazDoc path.%sUnable to create the fpdoc file for %s"
 
10051
#: lazarusidestrconsts.lislddoesnothaveanyvalidfpdocpathunabletocreatethefpdo
 
10052
msgid "%s does not have any valid FPDoc path.%sUnable to create the fpdoc file for %s"
9008
10053
msgstr ""
9009
10054
 
9010
10055
#: lazarusidestrconsts.lisldmoveentriestoinherited
9011
10056
msgid "Move entries to inherited"
9012
10057
msgstr ""
9013
10058
 
9014
 
#: lazarusidestrconsts.lisldnovalidlazdocpath
9015
 
msgid "No valid LazDoc path"
 
10059
#: lazarusidestrconsts.lisldnovalidfpdocpath
 
10060
msgid "No valid FPDoc path"
9016
10061
msgstr ""
9017
10062
 
9018
10063
#: lazarusidestrconsts.lisldtheunitisnotownedbeanypackageorprojectpleaseaddthe
9019
10064
msgid "The unit %s is not owned be any package or project.%sPlease add the unit to a package or project.%sUnable to create the fpdoc file."
9020
10065
msgstr ""
9021
10066
 
9022
 
#: lazarusidestrconsts.lisleaveemptyfo
9023
 
msgid "Leave empty for default .po file"
9024
 
msgstr ""
9025
 
 
9026
10067
#: lazarusidestrconsts.lisleft
9027
10068
msgctxt "lazarusidestrconsts.lisleft"
9028
10069
msgid "Left"
9048
10089
msgid "Left space equally"
9049
10090
msgstr ""
9050
10091
 
 
10092
#: lazarusidestrconsts.lisless
 
10093
msgctxt "lazarusidestrconsts.lisless"
 
10094
msgid "Less"
 
10095
msgstr ""
 
10096
 
9051
10097
#: lazarusidestrconsts.lislevels
9052
10098
msgid "Levels"
9053
10099
msgstr ""
9100
10146
msgid "list of all case values"
9101
10147
msgstr ""
9102
10148
 
 
10149
#: lazarusidestrconsts.lisloadedsuccessfully
 
10150
msgid "Loaded successfully"
 
10151
msgstr ""
 
10152
 
9103
10153
#: lazarusidestrconsts.lisloadingfailed
9104
10154
msgid "Loading %s failed."
9105
10155
msgstr ""
9108
10158
msgid "Locals"
9109
10159
msgstr ""
9110
10160
 
9111
 
#: lazarusidestrconsts.lislocalsdlgname
9112
 
msgctxt "lazarusidestrconsts.lislocalsdlgname"
9113
 
msgid "Name"
9114
 
msgstr ""
9115
 
 
9116
 
#: lazarusidestrconsts.lislocalsdlgvalue
9117
 
msgctxt "lazarusidestrconsts.lislocalsdlgvalue"
9118
 
msgid "Value"
 
10161
#: lazarusidestrconsts.lislocalsdlgcopyname
 
10162
msgid "&Copy Name"
 
10163
msgstr ""
 
10164
 
 
10165
#: lazarusidestrconsts.lislocalsdlgcopyvalue
 
10166
msgid "C&opy Value"
 
10167
msgstr ""
 
10168
 
 
10169
#: lazarusidestrconsts.lislocalsnotevaluated
 
10170
msgid "Locals not evaluated"
 
10171
msgstr ""
 
10172
 
 
10173
#: lazarusidestrconsts.lislogcallstack
 
10174
msgid "Log Call Stack"
 
10175
msgstr ""
 
10176
 
 
10177
#: lazarusidestrconsts.lislogcallstacklimit
 
10178
msgid "(frames limit. 0 - no limits)"
 
10179
msgstr ""
 
10180
 
 
10181
#: lazarusidestrconsts.lislogevalexpression
 
10182
msgctxt "lazarusidestrconsts.lislogevalexpression"
 
10183
msgid "Eval expression"
9119
10184
msgstr ""
9120
10185
 
9121
10186
#: lazarusidestrconsts.lislogmessage
9122
 
msgid "Log message"
 
10187
msgid "Log Message"
9123
10188
msgstr ""
9124
10189
 
9125
10190
#: lazarusidestrconsts.lislogo
9163
10228
msgstr ""
9164
10229
 
9165
10230
#: lazarusidestrconsts.lismainunithasapplicationcreateformstatements
9166
 
msgid "Main Unit has Application.CreateForm statements"
 
10231
msgid "Main unit has Application.CreateForm statements"
9167
10232
msgstr ""
9168
10233
 
9169
10234
#: lazarusidestrconsts.lismainunithasapplicationtitlestatements
9170
 
msgid "Main Unit has Application.Title statements"
 
10235
msgid "Main unit has Application.Title statements"
9171
10236
msgstr ""
9172
10237
 
9173
10238
#: lazarusidestrconsts.lismainunithasusessectioncontainingallunitsofproject
9174
 
msgid "Main Unit has Uses Section containing all Units of project"
 
10239
msgid "Main unit has Uses section containing all units of project"
9175
10240
msgstr ""
9176
10241
 
9177
10242
#: lazarusidestrconsts.lismainunitispascalsource
9178
 
msgid "Main Unit is Pascal Source"
 
10243
msgid "Main unit is Pascal source"
9179
10244
msgstr ""
9180
10245
 
9181
10246
#: lazarusidestrconsts.lismakeexe
9259
10324
msgid "Max %d"
9260
10325
msgstr ""
9261
10326
 
 
10327
#: lazarusidestrconsts.lismaybeyouhavetorecompilethepackage
 
10328
msgid "%s Maybe you have to recompile the package."
 
10329
msgstr ""
 
10330
 
 
10331
#: lazarusidestrconsts.lismeaction
 
10332
msgctxt "lazarusidestrconsts.lismeaction"
 
10333
msgid "Action"
 
10334
msgstr ""
 
10335
 
9262
10336
#: lazarusidestrconsts.lismemorydump
9263
10337
msgid "Memory Dump"
9264
10338
msgstr ""
9271
10345
msgid "About FPC"
9272
10346
msgstr ""
9273
10347
 
9274
 
#: lazarusidestrconsts.lismenuaddbpsource
9275
 
msgid "Source breakpoint"
9276
 
msgstr ""
9277
 
 
9278
10348
#: lazarusidestrconsts.lismenuaddbreakpoint
9279
 
msgid "Add breakpoint"
 
10349
msgid "Add &Breakpoint"
9280
10350
msgstr ""
9281
10351
 
9282
 
#: lazarusidestrconsts.lismenuaddcurunittopkg
9283
 
msgid "Add active unit to a package"
 
10352
#: lazarusidestrconsts.lismenuaddcurfiletopkg
 
10353
msgid "Add Active File to Package ..."
9284
10354
msgstr ""
9285
10355
 
9286
10356
#: lazarusidestrconsts.lismenuaddjumppointtohistory
9287
 
msgid "Add jump point to history"
 
10357
msgid "Add Jump Point to History"
9288
10358
msgstr ""
9289
10359
 
9290
10360
#: lazarusidestrconsts.lismenuaddtoproject
9291
 
msgid "Add editor file to Project"
 
10361
msgid "Add Editor File to Project"
9292
10362
msgstr ""
9293
10363
 
9294
10364
#: lazarusidestrconsts.lismenuaddwatch
9295
 
msgid "Add watch ..."
 
10365
msgid "Add &Watch ..."
9296
10366
msgstr ""
9297
10367
 
9298
10368
#: lazarusidestrconsts.lismenubeaklinesinselection
9299
 
msgid "Break Lines in selection"
 
10369
msgid "Break Lines in Selection"
9300
10370
msgstr ""
9301
10371
 
9302
 
#: lazarusidestrconsts.lismenubuild
9303
 
msgctxt "lazarusidestrconsts.lismenubuild"
9304
 
msgid "Build"
9305
 
msgstr "Bou"
9306
 
 
9307
 
#: lazarusidestrconsts.lismenubuildall
9308
 
msgid "Build all"
9309
 
msgstr "Bou alles"
9310
 
 
9311
10372
#: lazarusidestrconsts.lismenubuildfile
9312
10373
msgid "Build File"
9313
10374
msgstr "Bou Lêer"
9314
10375
 
9315
10376
#: lazarusidestrconsts.lismenubuildlazarus
9316
10377
#, fuzzy
9317
 
#| msgid "Build Lazarus"
9318
 
msgid "Build Lazarus with current profile"
 
10378
#| msgid "Build Lazarus with current profile"
 
10379
msgid "Build Lazarus with Current Profile"
9319
10380
msgstr "Bou Lazarus"
9320
10381
 
9321
10382
#: lazarusidestrconsts.lismenubuildlazarusprof
9322
 
msgid "Build Lazarus with profile: %s"
 
10383
msgid "Build Lazarus with Profile: %s"
9323
10384
msgstr ""
9324
10385
 
9325
10386
#: lazarusidestrconsts.lismenuchecklfm
9326
 
msgid "Check LFM file in editor"
 
10387
msgid "Check LFM File in Editor"
9327
10388
msgstr ""
9328
10389
 
9329
10390
#: lazarusidestrconsts.lismenucleandirectory
9330
 
msgid "Clean directory ..."
 
10391
msgid "Clean Directory ..."
9331
10392
msgstr ""
9332
10393
 
9333
 
#: lazarusidestrconsts.lismenuclose
9334
 
msgctxt "lazarusidestrconsts.lismenuclose"
9335
 
msgid "Close"
9336
 
msgstr "Sluit"
 
10394
#: lazarusidestrconsts.lismenucleanupcompiled
 
10395
msgid "Clean up Build Files ..."
 
10396
msgstr ""
9337
10397
 
9338
10398
#: lazarusidestrconsts.lismenucloseall
9339
10399
#, fuzzy
9340
 
#| msgid "Close all editor files"
9341
 
msgid "Close a&ll editor files"
 
10400
#| msgid "Close a&ll editor files"
 
10401
msgid "Close A&ll Editor Files"
9342
10402
msgstr "Sluit alle lêers"
9343
10403
 
9344
10404
#: lazarusidestrconsts.lismenucloseproject
9346
10406
msgstr ""
9347
10407
 
9348
10408
#: lazarusidestrconsts.lismenucodetoolsdefineseditor
9349
 
msgid "CodeTools defines editor ..."
9350
 
msgstr ""
9351
 
 
9352
 
#: lazarusidestrconsts.lismenucollectpofil
9353
 
msgid "Collect .po files"
 
10409
msgid "CodeTools Defines Editor ..."
9354
10410
msgstr ""
9355
10411
 
9356
10412
#: lazarusidestrconsts.lismenucommentselection
9357
 
msgid "Comment selection"
 
10413
msgid "Comment Selection"
9358
10414
msgstr ""
9359
10415
 
9360
10416
#: lazarusidestrconsts.lismenucompileroptions
9366
10422
msgid "Complete Code"
9367
10423
msgstr "Voltooi Bron"
9368
10424
 
9369
 
#: lazarusidestrconsts.lismenuconditionalselection
9370
 
msgid "Insert $IFDEF..."
9371
 
msgstr ""
9372
 
 
9373
10425
#: lazarusidestrconsts.lismenuconfigbuildfile
9374
10426
msgid "Configure Build+Run File ..."
9375
10427
msgstr ""
9376
10428
 
9377
10429
#: lazarusidestrconsts.lismenuconfigcustomcomps
9378
 
msgid "Configure custom components ..."
 
10430
msgid "Configure Custom Components ..."
9379
10431
msgstr ""
9380
10432
 
9381
10433
#: lazarusidestrconsts.lismenuconfigexternaltools
9382
 
msgid "Configure external tools ..."
 
10434
msgid "Configure External Tools ..."
9383
10435
msgstr ""
9384
10436
 
9385
10437
#: lazarusidestrconsts.lismenuconfigurebuildlazarus
9395
10447
msgstr ""
9396
10448
 
9397
10449
#: lazarusidestrconsts.lismenuconvertdelphipackage
9398
 
msgid "Convert Delphi package to Lazarus package ..."
 
10450
msgid "Convert Delphi Package to Lazarus Package ..."
9399
10451
msgstr ""
9400
10452
 
9401
10453
#: lazarusidestrconsts.lismenuconvertdelphiproject
9402
 
msgid "Convert Delphi project to Lazarus project ..."
 
10454
msgid "Convert Delphi Project to Lazarus Project ..."
9403
10455
msgstr ""
9404
10456
 
9405
10457
#: lazarusidestrconsts.lismenuconvertdelphiunit
9406
 
msgid "Convert Delphi unit to Lazarus unit ..."
 
10458
msgid "Convert Delphi Unit to Lazarus Unit ..."
9407
10459
msgstr ""
9408
10460
 
9409
10461
#: lazarusidestrconsts.lismenuconvertdfmtolfm
9410
 
msgid "Convert binary DFM file to text LFM and check syntax ..."
 
10462
msgid "Convert Binary DFM to Text LFM + Check Syntax ..."
9411
10463
msgstr ""
9412
10464
 
9413
10465
#: lazarusidestrconsts.lismenuconvertencoding
9414
 
msgid "Convert encoding of projects/packages ..."
 
10466
msgid "Convert Encoding of Projects/Packages ..."
9415
10467
msgstr ""
9416
10468
 
9417
 
#: lazarusidestrconsts.lismenucopy
9418
 
msgctxt "lazarusidestrconsts.lismenucopy"
9419
 
msgid "Copy"
9420
 
msgstr "Kopieer"
9421
 
 
9422
10469
#: lazarusidestrconsts.lismenucreatefpdocfiles
9423
10470
msgid "Create FPDoc files"
9424
10471
msgstr ""
9425
10472
 
9426
 
#: lazarusidestrconsts.lismenucreatepofile
9427
 
msgid "Create .po files"
9428
 
msgstr ""
9429
 
 
9430
 
#: lazarusidestrconsts.lismenucut
9431
 
msgctxt "lazarusidestrconsts.lismenucut"
9432
 
msgid "Cut"
9433
 
msgstr "Sny"
9434
 
 
9435
10473
#: lazarusidestrconsts.lismenudebugwindows
9436
 
msgid "Debug windows"
 
10474
msgid "Debug Windows"
9437
10475
msgstr ""
9438
10476
 
9439
10477
#: lazarusidestrconsts.lismenudiff
9440
10478
msgctxt "lazarusidestrconsts.lismenudiff"
9441
 
msgid "Diff"
 
10479
msgid "Diff ..."
9442
10480
msgstr ""
9443
10481
 
9444
10482
#: lazarusidestrconsts.lismenuedit
9454
10492
msgstr ""
9455
10493
 
9456
10494
#: lazarusidestrconsts.lismenueditinstallpkgs
9457
 
msgid "Install/Uninstall packages ..."
 
10495
msgid "Install/Uninstall Packages ..."
9458
10496
msgstr ""
9459
10497
 
9460
10498
#: lazarusidestrconsts.lismenueditor
9461
 
msgid "Menu Editor..."
 
10499
msgid "Menu Editor ..."
9462
10500
msgstr ""
9463
10501
 
9464
 
#: lazarusidestrconsts.lismenueditorcancel
9465
 
msgctxt "lazarusidestrconsts.lismenueditorcancel"
9466
 
msgid "Cancel"
9467
 
msgstr "Kanselleer"
9468
 
 
9469
10502
#: lazarusidestrconsts.lismenueditorcreatesubmenu
9470
10503
msgid "Create Submenu"
9471
10504
msgstr ""
9472
10505
 
9473
10506
#: lazarusidestrconsts.lismenueditordeletefromtemplate
9474
 
msgid "Delete From Template..."
 
10507
msgid "Delete From Template ..."
9475
10508
msgstr ""
9476
10509
 
9477
10510
#: lazarusidestrconsts.lismenueditordeleteitem
9483
10516
msgstr ""
9484
10517
 
9485
10518
#: lazarusidestrconsts.lismenueditorinsertfromtemplate
9486
 
msgid "Insert From Template..."
 
10519
msgid "Insert From Template ..."
9487
10520
msgstr ""
9488
10521
 
9489
10522
#: lazarusidestrconsts.lismenueditorinsertnewitemafter
9507
10540
msgstr ""
9508
10541
 
9509
10542
#: lazarusidestrconsts.lismenueditornewtemplatedescription
9510
 
msgid "New Template Description..."
 
10543
msgid "New Template Description ..."
9511
10544
msgstr ""
9512
10545
 
9513
10546
#: lazarusidestrconsts.lismenueditorsaveastemplate
9514
 
msgid "Save As Template..."
 
10547
msgid "Save As Template ..."
9515
10548
msgstr ""
9516
10549
 
9517
10550
#: lazarusidestrconsts.lismenueditorselectmenu
9526
10559
msgid "Template Preview"
9527
10560
msgstr ""
9528
10561
 
 
10562
#: lazarusidestrconsts.lismenuencloseinifdef
 
10563
msgid "Enclose in $IFDEF ..."
 
10564
msgstr ""
 
10565
 
9529
10566
#: lazarusidestrconsts.lismenuencloseselection
9530
 
msgid "Enclose selection ..."
 
10567
msgid "Enclose Selection ..."
9531
10568
msgstr ""
9532
10569
 
9533
 
#: lazarusidestrconsts.lismenuenvironent
9534
 
msgid "E&nvironment"
9535
 
msgstr "Omgewing"
9536
 
 
9537
10570
#: lazarusidestrconsts.lismenuevaluate
9538
 
msgid "Evaluate/Modify ..."
 
10571
msgid "E&valuate/Modify ..."
 
10572
msgstr ""
 
10573
 
 
10574
#: lazarusidestrconsts.lismenuexampleprojects
 
10575
msgid "Example Projects ..."
9539
10576
msgstr ""
9540
10577
 
9541
10578
#: lazarusidestrconsts.lismenuextractproc
9542
 
msgid "Extract procedure ..."
 
10579
msgid "Extract Procedure ..."
9543
10580
msgstr ""
9544
10581
 
9545
10582
#: lazarusidestrconsts.lismenufile
9556
10593
msgstr ""
9557
10594
 
9558
10595
#: lazarusidestrconsts.lismenufindblockotherendofcodeblock
9559
 
msgid "Find other end of code block"
 
10596
msgid "Find Other End of Code Block"
9560
10597
msgstr ""
9561
10598
 
9562
10599
#: lazarusidestrconsts.lismenufindcodeblockstart
9563
 
msgid "Find code block start"
 
10600
msgid "Find Start of Code Block"
9564
10601
msgstr ""
9565
10602
 
9566
10603
#: lazarusidestrconsts.lismenufinddeclarationatcursor
9567
 
msgid "Find Declaration at cursor"
 
10604
msgid "Find Declaration at Cursor"
9568
10605
msgstr ""
9569
10606
 
9570
10607
#: lazarusidestrconsts.lismenufindidentifierrefs
9572
10609
msgstr ""
9573
10610
 
9574
10611
#: lazarusidestrconsts.lismenufindinfiles
9575
 
msgid "Find &in files ..."
 
10612
msgid "Find &in Files ..."
9576
10613
msgstr ""
9577
10614
 
9578
10615
#: lazarusidestrconsts.lismenufindnext
9583
10620
msgid "Find &Previous"
9584
10621
msgstr ""
9585
10622
 
9586
 
#: lazarusidestrconsts.lismenufpdoceditor
9587
 
msgctxt "lazarusidestrconsts.lismenufpdoceditor"
9588
 
msgid "FPDoc Editor"
9589
 
msgstr "FPDoc Redigeerder"
9590
 
 
9591
10623
#: lazarusidestrconsts.lismenugeneraloptions
9592
10624
msgid "Options ..."
9593
10625
msgstr "Opsies..."
9594
10626
 
9595
10627
#: lazarusidestrconsts.lismenugotoincludedirective
9596
 
msgid "Goto include directive"
 
10628
msgid "Goto Include Directive"
9597
10629
msgstr ""
9598
10630
 
9599
10631
#: lazarusidestrconsts.lismenugotoline
9600
 
msgid "Goto line ..."
 
10632
msgid "Goto Line ..."
9601
10633
msgstr ""
9602
10634
 
9603
10635
#: lazarusidestrconsts.lismenuguessmisplacedifdef
9604
 
msgid "Guess misplaced IFDEF/ENDIF"
 
10636
msgid "Guess Misplaced IFDEF/ENDIF"
9605
10637
msgstr ""
9606
10638
 
9607
10639
#: lazarusidestrconsts.lismenuguessunclosedblock
9608
 
msgid "Guess unclosed block"
 
10640
msgid "Guess Unclosed Block"
9609
10641
msgstr ""
9610
10642
 
9611
10643
#: lazarusidestrconsts.lismenuhelp
9613
10645
msgstr "&Help"
9614
10646
 
9615
10647
#: lazarusidestrconsts.lismenuideinternals
9616
 
msgid "IDE internals"
 
10648
msgid "IDE Internals"
9617
10649
msgstr ""
9618
10650
 
9619
10651
#: lazarusidestrconsts.lismenuincrementalfind
9621
10653
msgstr ""
9622
10654
 
9623
10655
#: lazarusidestrconsts.lismenuindentselection
9624
 
msgid "Indent selection"
 
10656
msgid "Indent Selection"
9625
10657
msgstr ""
9626
10658
 
9627
10659
#: lazarusidestrconsts.lismenuinsertchangelogentry
9628
 
msgid "ChangeLog entry"
 
10660
msgid "ChangeLog Entry"
9629
10661
msgstr ""
9630
10662
 
9631
10663
#: lazarusidestrconsts.lismenuinsertcharacter
9632
 
msgid "Insert from Character Map"
 
10664
msgid "Insert from Character Map ..."
9633
10665
msgstr ""
9634
10666
 
9635
10667
#: lazarusidestrconsts.lismenuinsertcvskeyword
9636
 
msgid "CVS keyword"
 
10668
msgid "Insert CVS Keyword"
9637
10669
msgstr ""
9638
10670
 
9639
10671
#: lazarusidestrconsts.lismenuinsertdatetime
9640
 
msgid "Current date and time"
 
10672
msgid "Current Date and Time"
 
10673
msgstr ""
 
10674
 
 
10675
#: lazarusidestrconsts.lismenuinsertfilename
 
10676
msgid "Insert Full Filename ..."
9641
10677
msgstr ""
9642
10678
 
9643
10679
#: lazarusidestrconsts.lismenuinsertgeneral
 
10680
#, fuzzy
 
10681
#| msgid "General"
9644
10682
msgctxt "lazarusidestrconsts.lismenuinsertgeneral"
9645
 
msgid "General"
 
10683
msgid "Insert General"
9646
10684
msgstr "Algemeen"
9647
10685
 
9648
10686
#: lazarusidestrconsts.lismenuinsertgplnotice
9649
 
msgid "GPL notice"
 
10687
msgid "GPL Notice"
9650
10688
msgstr ""
9651
10689
 
9652
10690
#: lazarusidestrconsts.lismenuinsertlgplnotice
9653
 
msgid "LGPL notice"
 
10691
#, fuzzy
 
10692
#| msgid "LGPL notice"
 
10693
msgid "LGPL Notice"
9654
10694
msgstr "LGPL nota"
9655
10695
 
 
10696
#: lazarusidestrconsts.lismenuinsertmitnotice
 
10697
msgid "MIT Notice"
 
10698
msgstr ""
 
10699
 
9656
10700
#: lazarusidestrconsts.lismenuinsertmodifiedlgplnotice
9657
 
msgid "Modified LGPL notice"
9658
 
msgstr ""
9659
 
 
9660
 
#: lazarusidestrconsts.lismenuinserttext
9661
 
msgid "Insert text"
 
10701
msgid "Modified LGPL Notice"
9662
10702
msgstr ""
9663
10703
 
9664
10704
#: lazarusidestrconsts.lismenuinsertusername
9665
 
msgid "Current username"
 
10705
msgid "Current Username"
9666
10706
msgstr ""
9667
10707
 
9668
10708
#: lazarusidestrconsts.lismenuinspect
9669
 
msgid "Inspect ..."
 
10709
#, fuzzy
 
10710
#| msgid "Inspect ..."
 
10711
msgctxt "lazarusidestrconsts.lismenuinspect"
 
10712
msgid "&Inspect ..."
9670
10713
msgstr "Inspekteur..."
9671
10714
 
9672
10715
#: lazarusidestrconsts.lismenujumpback
9673
 
msgid "Jump back"
 
10716
#, fuzzy
 
10717
#| msgid "Jump back"
 
10718
msgid "Jump Back"
9674
10719
msgstr "Spring terug"
9675
10720
 
9676
10721
#: lazarusidestrconsts.lismenujumpforward
9677
 
msgid "Jump forward"
 
10722
#, fuzzy
 
10723
#| msgid "Jump forward"
 
10724
msgid "Jump Forward"
9678
10725
msgstr "Spring voorentoe"
9679
10726
 
9680
10727
#: lazarusidestrconsts.lismenujumpto
9681
10728
msgid "Jump to"
9682
10729
msgstr "Spring na"
9683
10730
 
 
10731
#: lazarusidestrconsts.lismenujumptoimplementation
 
10732
msgid "Jump to Implementation"
 
10733
msgstr ""
 
10734
 
9684
10735
#: lazarusidestrconsts.lismenujumptonextbookmark
9685
 
msgid "Jump to next bookmark"
 
10736
#, fuzzy
 
10737
#| msgid "Jump to next bookmark"
 
10738
msgid "Jump to Next Bookmark"
9686
10739
msgstr "Spring na volgende boekmerk"
9687
10740
 
9688
10741
#: lazarusidestrconsts.lismenujumptonexterror
9689
 
msgid "Jump to next error"
 
10742
#, fuzzy
 
10743
#| msgid "Jump to next error"
 
10744
msgid "Jump to Next Error"
9690
10745
msgstr "Spring na volgende vout"
9691
10746
 
9692
10747
#: lazarusidestrconsts.lismenujumptoprevbookmark
9693
 
msgid "Jump to previous bookmark"
 
10748
#, fuzzy
 
10749
#| msgid "Jump to previous bookmark"
 
10750
msgid "Jump to Previous Bookmark"
9694
10751
msgstr "Spring na vorige boekmerk"
9695
10752
 
9696
10753
#: lazarusidestrconsts.lismenujumptopreverror
9697
 
msgid "Jump to previous error"
 
10754
#, fuzzy
 
10755
#| msgid "Jump to previous error"
 
10756
msgid "Jump to Previous Error"
9698
10757
msgstr "Spring na vorige vout"
9699
10758
 
9700
10759
#: lazarusidestrconsts.lismenulowercaseselection
9701
 
msgid "Lowercase selection"
 
10760
msgid "Lowercase Selection"
9702
10761
msgstr ""
9703
10762
 
9704
10763
#: lazarusidestrconsts.lismenumakeresourcestring
9705
10764
msgid "Make Resource String ..."
9706
10765
msgstr ""
9707
10766
 
 
10767
#: lazarusidestrconsts.lismenunewcomponent
 
10768
msgctxt "lazarusidestrconsts.lismenunewcomponent"
 
10769
msgid "New Component"
 
10770
msgstr ""
 
10771
 
9708
10772
#: lazarusidestrconsts.lismenunewform
9709
10773
msgid "New Form"
9710
10774
msgstr "Nuwe Vorm"
9714
10778
msgstr "Nuwe..."
9715
10779
 
9716
10780
#: lazarusidestrconsts.lismenunewpackage
9717
 
msgid "New package ..."
 
10781
#, fuzzy
 
10782
#| msgid "New package ..."
 
10783
msgid "New Package ..."
9718
10784
msgstr "Nuwe pakket..."
9719
10785
 
9720
10786
#: lazarusidestrconsts.lismenunewproject
9722
10788
msgstr "Nuwe Projek..."
9723
10789
 
9724
10790
#: lazarusidestrconsts.lismenunewprojectfromfile
9725
 
msgid "New Project from file ..."
 
10791
#, fuzzy
 
10792
#| msgid "New Project from file ..."
 
10793
msgid "New Project from File ..."
9726
10794
msgstr "Nuwe Projek van lêer..."
9727
10795
 
9728
10796
#: lazarusidestrconsts.lismenunewunit
9730
10798
msgid "New Unit"
9731
10799
msgstr "Nuwe Eenheid"
9732
10800
 
 
10801
#: lazarusidestrconsts.lismenuok
 
10802
#, fuzzy
 
10803
#| msgid "&Ok"
 
10804
msgctxt "lazarusidestrconsts.lismenuok"
 
10805
msgid "&OK"
 
10806
msgstr "&Goed"
 
10807
 
9733
10808
#: lazarusidestrconsts.lismenuonlinehelp
9734
10809
msgid "Online Help"
9735
10810
msgstr "Kry hulp aanlyn"
9739
10814
msgstr "&Laai..."
9740
10815
 
9741
10816
#: lazarusidestrconsts.lismenuopenfilenameatcursor
9742
 
msgid "Open filename at cursor"
 
10817
#, fuzzy
 
10818
#| msgid "Open filename at cursor"
 
10819
msgid "Open Filename at Cursor"
9743
10820
msgstr "Laai lêer by merker"
9744
10821
 
9745
10822
#: lazarusidestrconsts.lismenuopenpackage
9746
 
msgid "Open loaded package ..."
 
10823
#, fuzzy
 
10824
#| msgid "Open loaded package ..."
 
10825
msgid "Open Loaded Package ..."
9747
10826
msgstr "Maak gelaaide pakket oop..."
9748
10827
 
9749
10828
#: lazarusidestrconsts.lismenuopenpackagefile
9750
 
msgid "Open package file (.lpk) ..."
 
10829
#, fuzzy
 
10830
#| msgid "Open package file (.lpk) ..."
 
10831
msgid "Open Package File (.lpk) ..."
9751
10832
msgstr "Laai pakket lêer (.lpk)..."
9752
10833
 
9753
10834
#: lazarusidestrconsts.lismenuopenpackageofcurunit
9754
 
msgid "Open package of current unit"
 
10835
#, fuzzy
 
10836
#| msgid "Open package of current unit"
 
10837
msgid "Open Package of Current Unit"
9755
10838
msgstr "Laai pakket van huidige eenheid"
9756
10839
 
9757
10840
#: lazarusidestrconsts.lismenuopenproject
9759
10842
msgstr "Laai Projek..."
9760
10843
 
9761
10844
#: lazarusidestrconsts.lismenuopenrecent
9762
 
msgid "Open &Recent ..."
 
10845
#, fuzzy
 
10846
#| msgid "Open &Recent ..."
 
10847
msgid "Open &Recent"
9763
10848
msgstr "Laai &Onlangse..."
9764
10849
 
9765
10850
#: lazarusidestrconsts.lismenuopenrecentpkg
9766
 
msgid "Open recent package ..."
 
10851
#, fuzzy
 
10852
#| msgid "Open recent package"
 
10853
msgid "Open Recent Package"
9767
10854
msgstr "Laai onlangse pakket..."
9768
10855
 
9769
10856
#: lazarusidestrconsts.lismenuopenrecentproject
9770
 
msgid "Open Recent Project ..."
 
10857
#, fuzzy
 
10858
#| msgid "Open Recent Project ..."
 
10859
msgctxt "lazarusidestrconsts.lismenuopenrecentproject"
 
10860
msgid "Open Recent Project"
9771
10861
msgstr "Laai onlangse Projek..."
9772
10862
 
9773
10863
#: lazarusidestrconsts.lismenupackage
9774
 
msgid "&Package"
 
10864
#, fuzzy
 
10865
#| msgid "&Package"
 
10866
msgid "Pa&ckage"
9775
10867
msgstr "&Pakket"
9776
10868
 
9777
10869
#: lazarusidestrconsts.lismenupackagegraph
9778
 
msgid "Package Graph ..."
 
10870
msgid "Package Graph"
9779
10871
msgstr ""
9780
10872
 
9781
10873
#: lazarusidestrconsts.lismenupackagelinks
9782
 
msgid "Package links ..."
9783
 
msgstr ""
9784
 
 
9785
 
#: lazarusidestrconsts.lismenupaste
9786
 
msgctxt "lazarusidestrconsts.lismenupaste"
9787
 
msgid "Paste"
9788
 
msgstr "Plak"
9789
 
 
9790
 
#: lazarusidestrconsts.lismenupause
9791
 
msgctxt "lazarusidestrconsts.lismenupause"
9792
 
msgid "Pause"
9793
 
msgstr "Rus"
 
10874
msgid "Package Links ..."
 
10875
msgstr ""
 
10876
 
 
10877
#: lazarusidestrconsts.lismenupkgnewpackagecomponent
 
10878
msgid "New package component"
 
10879
msgstr ""
9794
10880
 
9795
10881
#: lazarusidestrconsts.lismenuprocedurelist
9796
10882
msgctxt "lazarusidestrconsts.lismenuprocedurelist"
9810
10896
msgstr "Projek Opsies..."
9811
10897
 
9812
10898
#: lazarusidestrconsts.lismenuprojectrun
 
10899
#, fuzzy
 
10900
#| msgid "Run"
9813
10901
msgctxt "lazarusidestrconsts.lismenuprojectrun"
9814
 
msgid "Run"
 
10902
msgid "&Run"
9815
10903
msgstr "Hardloop"
9816
10904
 
9817
10905
#: lazarusidestrconsts.lismenupublishproject
9819
10907
msgstr "Publieseer Projek..."
9820
10908
 
9821
10909
#: lazarusidestrconsts.lismenuquickcompile
9822
 
msgid "Quick compile"
 
10910
msgid "Quick Compile"
9823
10911
msgstr ""
9824
10912
 
9825
10913
#: lazarusidestrconsts.lismenuquicksyntaxcheck
9826
 
msgid "Quick syntax check"
 
10914
msgid "Quick Syntax Check"
9827
10915
msgstr ""
9828
10916
 
9829
10917
#: lazarusidestrconsts.lismenuquicksyntaxcheckok
9830
10918
msgid "Quick syntax check OK"
9831
10919
msgstr ""
9832
10920
 
9833
 
#: lazarusidestrconsts.lismenuquit
9834
 
#| msgid "Quit"
9835
 
msgid "&Quit"
9836
 
msgstr "&Staak"
9837
 
 
9838
 
#: lazarusidestrconsts.lismenuredo
9839
 
msgctxt "lazarusidestrconsts.lismenuredo"
9840
 
msgid "Redo"
9841
 
msgstr "Herdoen"
9842
 
 
9843
10921
#: lazarusidestrconsts.lismenuremovefromproject
9844
10922
msgid "Remove from Project ..."
9845
10923
msgstr "Verwyder van Projek..."
9848
10926
msgid "Rename Identifier ..."
9849
10927
msgstr ""
9850
10928
 
9851
 
#: lazarusidestrconsts.lismenureplace
9852
 
msgctxt "lazarusidestrconsts.lismenureplace"
9853
 
msgid "Replace"
9854
 
msgstr "Vervang"
9855
 
 
9856
 
#: lazarusidestrconsts.lismenureplace2
9857
 
msgid "&Replace ..."
9858
 
msgstr "&Vervang..."
9859
 
 
9860
10929
#: lazarusidestrconsts.lismenureportingbug
9861
 
msgid "Reporting a bug..."
 
10930
#, fuzzy
 
10931
#| msgid "Reporting a bug"
 
10932
msgctxt "lazarusidestrconsts.lismenureportingbug"
 
10933
msgid "Reporting a Bug"
9862
10934
msgstr "Rapporteer 'n probleem..."
9863
10935
 
9864
10936
#: lazarusidestrconsts.lismenurescanfpcsourcedirectory
9865
 
msgid "Rescan FPC source directory"
 
10937
msgid "Rescan FPC Source Directory"
9866
10938
msgstr ""
9867
10939
 
9868
10940
#: lazarusidestrconsts.lismenuresetdebugger
9869
 
msgid "Reset debugger"
 
10941
msgid "Reset Debugger"
9870
10942
msgstr ""
9871
10943
 
9872
 
#: lazarusidestrconsts.lismenurestart
9873
 
msgid "Restart"
9874
 
msgstr "Herlaai"
9875
 
 
9876
10944
#: lazarusidestrconsts.lismenurevert
9877
10945
msgid "Revert"
9878
10946
msgstr "Terugkeer"
9879
10947
 
9880
10948
#: lazarusidestrconsts.lismenurun
 
10949
msgctxt "lazarusidestrconsts.lismenurun"
9881
10950
msgid "&Run"
9882
10951
msgstr "&Hardloop"
9883
10952
 
9886
10955
msgstr "Hardloop Lêer"
9887
10956
 
9888
10957
#: lazarusidestrconsts.lismenurunparameters
9889
 
msgid "Run Parameters ..."
 
10958
msgid "Run &Parameters ..."
9890
10959
msgstr ""
9891
10960
 
9892
10961
#: lazarusidestrconsts.lismenuruntocursor
9893
 
msgid "Run to cursor"
 
10962
#, fuzzy
 
10963
#| msgid "Run to &cursor"
 
10964
msgid "Run to &Cursor"
9894
10965
msgstr "Hardloop tot by merker"
9895
10966
 
9896
10967
#: lazarusidestrconsts.lismenusave
9899
10970
msgid "&Save"
9900
10971
msgstr "&Stoor"
9901
10972
 
9902
 
#: lazarusidestrconsts.lismenusaveall
9903
 
msgid "Save All"
9904
 
msgstr "Stoor Alles"
9905
 
 
9906
10973
#: lazarusidestrconsts.lismenusaveas
9907
10974
#| msgid "Save As ..."
9908
10975
msgid "Save &As ..."
9925
10992
msgstr "Kies"
9926
10993
 
9927
10994
#: lazarusidestrconsts.lismenuselectall
9928
 
msgid "Select all"
 
10995
#, fuzzy
 
10996
#| msgid "Select all"
 
10997
msgctxt "lazarusidestrconsts.lismenuselectall"
 
10998
msgid "Select All"
9929
10999
msgstr "Kies alles"
9930
11000
 
9931
11001
#: lazarusidestrconsts.lismenuselectcodeblock
9932
 
msgid "Select code block"
 
11002
#, fuzzy
 
11003
#| msgid "Select code block"
 
11004
msgid "Select Code Block"
9933
11005
msgstr "Kies bron blok"
9934
11006
 
9935
11007
#: lazarusidestrconsts.lismenuselectline
9936
 
msgid "Select line"
 
11008
#, fuzzy
 
11009
#| msgid "Select line"
 
11010
msgid "Select Line"
9937
11011
msgstr "Kies lyne"
9938
11012
 
9939
11013
#: lazarusidestrconsts.lismenuselectparagraph
9940
 
msgid "Select paragraph"
 
11014
#, fuzzy
 
11015
#| msgid "Select paragraph"
 
11016
msgid "Select Paragraph"
9941
11017
msgstr "Kies paragraaf"
9942
11018
 
9943
11019
#: lazarusidestrconsts.lismenuselecttobrace
9944
 
msgid "Select to brace"
 
11020
#, fuzzy
 
11021
#| msgid "Select to brace"
 
11022
msgid "Select to Brace"
9945
11023
msgstr "Kies tot krulhakie"
9946
11024
 
9947
11025
#: lazarusidestrconsts.lismenuselectword
9948
 
msgid "Select word"
 
11026
#, fuzzy
 
11027
#| msgid "Select word"
 
11028
msgid "Select Word"
9949
11029
msgstr "Kies woord"
9950
11030
 
9951
11031
#: lazarusidestrconsts.lismenusetfreebookmark
9952
 
msgid "Set a free bookmark"
 
11032
msgctxt "lazarusidestrconsts.lismenusetfreebookmark"
 
11033
msgid "Set a Free Bookmark"
9953
11034
msgstr ""
9954
11035
 
9955
11036
#: lazarusidestrconsts.lismenushowexecutionpoint
9956
 
msgid "Show execution point"
 
11037
msgid "S&how Execution Point"
9957
11038
msgstr ""
9958
11039
 
9959
11040
#: lazarusidestrconsts.lismenusortselection
9960
 
msgid "Sort selection ..."
 
11041
#, fuzzy
 
11042
#| msgid "Sort selection ..."
 
11043
msgid "Sort Selection ..."
9961
11044
msgstr "Sorteer seleksie"
9962
11045
 
 
11046
#: lazarusidestrconsts.lismenusource
 
11047
msgid "S&ource"
 
11048
msgstr ""
 
11049
 
9963
11050
#: lazarusidestrconsts.lismenustepinto
9964
 
msgid "Step into"
 
11051
#, fuzzy
 
11052
#| msgid "Step in&to"
 
11053
msgid "Step In&to"
9965
11054
msgstr "Stap in"
9966
11055
 
9967
11056
#: lazarusidestrconsts.lismenustepintocontext
9968
 
msgid "Step into (Context)"
 
11057
msgid "Step Into (Context)"
9969
11058
msgstr ""
9970
11059
 
9971
11060
#: lazarusidestrconsts.lismenustepintoinstr
9972
11061
msgctxt "lazarusidestrconsts.lismenustepintoinstr"
9973
 
msgid "Step into instruction"
 
11062
msgid "Step Into Instruction"
9974
11063
msgstr ""
9975
11064
 
9976
11065
#: lazarusidestrconsts.lismenustepintoinstrhint
9977
11066
msgctxt "lazarusidestrconsts.lismenustepintoinstrhint"
9978
 
msgid "Step into instruction"
 
11067
msgid "Step Into Instruction"
9979
11068
msgstr ""
9980
11069
 
9981
11070
#: lazarusidestrconsts.lismenustepout
9982
 
msgid "Step out"
 
11071
msgid "Step O&ut"
9983
11072
msgstr ""
9984
11073
 
9985
11074
#: lazarusidestrconsts.lismenustepover
9986
 
msgid "Step over"
 
11075
#, fuzzy
 
11076
#| msgid "&Step over"
 
11077
msgid "&Step Over"
9987
11078
msgstr "Stap oor"
9988
11079
 
9989
11080
#: lazarusidestrconsts.lismenustepovercontext
9990
 
msgid "Step over (Context)"
 
11081
msgid "Step Over (Context)"
9991
11082
msgstr ""
9992
11083
 
9993
11084
#: lazarusidestrconsts.lismenustepoverinstr
9994
11085
msgctxt "lazarusidestrconsts.lismenustepoverinstr"
9995
 
msgid "Step over instruction"
 
11086
msgid "Step Over Instruction"
9996
11087
msgstr ""
9997
11088
 
9998
11089
#: lazarusidestrconsts.lismenustepoverinstrhint
9999
11090
msgctxt "lazarusidestrconsts.lismenustepoverinstrhint"
10000
 
msgid "Step over instruction"
 
11091
msgid "Step Over Instruction"
10001
11092
msgstr ""
10002
11093
 
10003
 
#: lazarusidestrconsts.lismenustop
10004
 
msgctxt "lazarusidestrconsts.lismenustop"
10005
 
msgid "Stop"
10006
 
msgstr "Stop"
 
11094
#: lazarusidestrconsts.lismenuswapcaseselection
 
11095
msgid "Swap Case in Selection"
 
11096
msgstr ""
10007
11097
 
10008
11098
#: lazarusidestrconsts.lismenutabstospacesselection
10009
 
msgid "Tabs to spaces in selection"
 
11099
msgid "Tabs to Spaces in Selection"
10010
11100
msgstr ""
10011
11101
 
10012
11102
#: lazarusidestrconsts.lismenutemplateabout
10013
11103
msgid "About"
10014
11104
msgstr "Aangaande"
10015
11105
 
10016
 
#: lazarusidestrconsts.lismenutemplateclose
10017
 
msgctxt "lazarusidestrconsts.lismenutemplateclose"
10018
 
msgid "Close"
10019
 
msgstr "Sluit"
10020
 
 
10021
11106
#: lazarusidestrconsts.lismenutemplatecontents
10022
11107
msgid "Contents"
10023
11108
msgstr "Inhoud"
10024
11109
 
10025
 
#: lazarusidestrconsts.lismenutemplatecopy
10026
 
msgctxt "lazarusidestrconsts.lismenutemplatecopy"
10027
 
msgid "Copy"
10028
 
msgstr "Kopieer"
10029
 
 
10030
 
#: lazarusidestrconsts.lismenutemplatecut
10031
 
msgctxt "lazarusidestrconsts.lismenutemplatecut"
10032
 
msgid "Cut"
10033
 
msgstr "Sny"
10034
 
 
10035
11110
#: lazarusidestrconsts.lismenutemplatedescriptionstandardeditmenu
10036
11111
msgid "Standard Edit Menu"
10037
11112
msgstr ""
10044
11119
msgid "Standard Help Menu"
10045
11120
msgstr ""
10046
11121
 
10047
 
#: lazarusidestrconsts.lismenutemplateedit
10048
 
msgctxt "lazarusidestrconsts.lismenutemplateedit"
10049
 
msgid "Edit"
10050
 
msgstr "Redigeer"
10051
 
 
10052
 
#: lazarusidestrconsts.lismenutemplateexit
10053
 
msgctxt "lazarusidestrconsts.lismenutemplateexit"
10054
 
msgid "Exit"
10055
 
msgstr "Verlaat"
10056
 
 
10057
 
#: lazarusidestrconsts.lismenutemplatefile
10058
 
msgctxt "lazarusidestrconsts.lismenutemplatefile"
10059
 
msgid "File"
10060
 
msgstr "Lêer"
10061
 
 
10062
11122
#: lazarusidestrconsts.lismenutemplatefind
10063
11123
msgctxt "lazarusidestrconsts.lismenutemplatefind"
10064
11124
msgid "Find"
10065
11125
msgstr "Soek"
10066
11126
 
10067
11127
#: lazarusidestrconsts.lismenutemplatefindnext
 
11128
msgctxt "lazarusidestrconsts.lismenutemplatefindnext"
10068
11129
msgid "Find Next"
10069
11130
msgstr "Soek Volgende"
10070
11131
 
10071
 
#: lazarusidestrconsts.lismenutemplatehelp
10072
 
msgctxt "lazarusidestrconsts.lismenutemplatehelp"
10073
 
msgid "Help"
10074
 
msgstr "Help"
10075
 
 
10076
 
#: lazarusidestrconsts.lismenutemplatenew
10077
 
msgid "New"
10078
 
msgstr "Nuwe"
10079
 
 
10080
 
#: lazarusidestrconsts.lismenutemplateopen
10081
 
msgctxt "lazarusidestrconsts.lismenutemplateopen"
10082
 
msgid "Open"
10083
 
msgstr "Maak oop"
10084
 
 
10085
11132
#: lazarusidestrconsts.lismenutemplateopenrecent
10086
11133
msgctxt "lazarusidestrconsts.lismenutemplateopenrecent"
10087
11134
msgid "Open Recent"
10088
11135
msgstr "Maak Onlangse Oop"
10089
11136
 
10090
 
#: lazarusidestrconsts.lismenutemplatepaste
10091
 
msgctxt "lazarusidestrconsts.lismenutemplatepaste"
10092
 
msgid "Paste"
10093
 
msgstr "Plak"
10094
 
 
10095
 
#: lazarusidestrconsts.lismenutemplateredo
10096
 
msgctxt "lazarusidestrconsts.lismenutemplateredo"
10097
 
msgid "Redo"
10098
 
msgstr "Herdoen"
10099
 
 
10100
 
#: lazarusidestrconsts.lismenutemplatesave
10101
 
msgctxt "lazarusidestrconsts.lismenutemplatesave"
10102
 
msgid "Save"
10103
 
msgstr "Stoor"
10104
 
 
10105
 
#: lazarusidestrconsts.lismenutemplatesaveas
10106
 
msgid "Save As"
10107
 
msgstr "Stoor Alles"
10108
 
 
10109
11137
#: lazarusidestrconsts.lismenutemplatetutorial
10110
11138
msgid "Tutorial"
10111
11139
msgstr "Tutoriaal"
10112
11140
 
10113
 
#: lazarusidestrconsts.lismenutemplateundo
10114
 
msgctxt "lazarusidestrconsts.lismenutemplateundo"
10115
 
msgid "Undo"
10116
 
msgstr "Ontdoen"
10117
 
 
10118
11141
#: lazarusidestrconsts.lismenutogglecomment
10119
 
msgid "Toggle comment"
 
11142
msgid "Toggle Comment in Selection"
10120
11143
msgstr ""
10121
11144
 
10122
11145
#: lazarusidestrconsts.lismenutools
10124
11147
msgstr "&Nutsgoed"
10125
11148
 
10126
11149
#: lazarusidestrconsts.lismenuuncommentselection
10127
 
msgid "Uncomment selection"
 
11150
msgid "Uncomment Selection"
10128
11151
msgstr ""
10129
11152
 
10130
 
#: lazarusidestrconsts.lismenuundo
10131
 
msgctxt "lazarusidestrconsts.lismenuundo"
10132
 
msgid "Undo"
10133
 
msgstr "Ontdoen"
10134
 
 
10135
11153
#: lazarusidestrconsts.lismenuunindentselection
10136
 
msgid "Unindent selection"
 
11154
msgid "Unindent Selection"
10137
11155
msgstr ""
10138
11156
 
10139
11157
#: lazarusidestrconsts.lismenuuppercaseselection
10140
 
msgid "Uppercase selection"
 
11158
msgid "Uppercase Selection"
 
11159
msgstr ""
 
11160
 
 
11161
#: lazarusidestrconsts.lismenuuseunit
 
11162
msgctxt "lazarusidestrconsts.lismenuuseunit"
 
11163
msgid "Add Unit to Uses Section ..."
10141
11164
msgstr ""
10142
11165
 
10143
11166
#: lazarusidestrconsts.lismenuview
10162
11185
msgstr ""
10163
11186
 
10164
11187
#: lazarusidestrconsts.lismenuviewcodebrowser
 
11188
msgctxt "lazarusidestrconsts.lismenuviewcodebrowser"
10165
11189
msgid "Code Browser"
10166
11190
msgstr ""
10167
11191
 
10184
11208
msgstr ""
10185
11209
 
10186
11210
#: lazarusidestrconsts.lismenuviewdebugoutput
10187
 
msgid "Debug output"
 
11211
msgid "Debug Output"
10188
11212
msgstr ""
10189
11213
 
10190
11214
#: lazarusidestrconsts.lismenuviewforms
10191
 
msgid "Forms..."
 
11215
#, fuzzy
 
11216
#| msgid "Forms..."
 
11217
msgid "Forms ..."
10192
11218
msgstr "Vorms..."
10193
11219
 
 
11220
#: lazarusidestrconsts.lismenuviewhistory
 
11221
msgctxt "lazarusidestrconsts.lismenuviewhistory"
 
11222
msgid "History"
 
11223
msgstr ""
 
11224
 
10194
11225
#: lazarusidestrconsts.lismenuviewidespeedbuttons
10195
11226
msgctxt "lazarusidestrconsts.lismenuviewidespeedbuttons"
10196
 
msgid "IDE speed buttons"
 
11227
msgid "IDE Speed Buttons"
10197
11228
msgstr ""
10198
11229
 
10199
11230
#: lazarusidestrconsts.lismenuviewjumphistory
10200
 
msgid "Jump History ..."
 
11231
msgctxt "lazarusidestrconsts.lismenuviewjumphistory"
 
11232
msgid "Jump History"
10201
11233
msgstr ""
10202
11234
 
10203
11235
#: lazarusidestrconsts.lismenuviewlocalvariables
10214
11246
msgid "Object Inspector"
10215
11247
msgstr ""
10216
11248
 
 
11249
#: lazarusidestrconsts.lismenuviewprojectsource
 
11250
msgid "&View Project Source"
 
11251
msgstr ""
 
11252
 
 
11253
#: lazarusidestrconsts.lismenuviewpseudoterminal
 
11254
msgid "Terminal Output"
 
11255
msgstr ""
 
11256
 
10217
11257
#: lazarusidestrconsts.lismenuviewregisters
10218
11258
msgctxt "lazarusidestrconsts.lismenuviewregisters"
10219
11259
msgid "Registers"
10227
11267
msgid "Search Results"
10228
11268
msgstr ""
10229
11269
 
10230
 
#: lazarusidestrconsts.lismenuviewsource
10231
 
msgid "&View Source"
10232
 
msgstr ""
10233
 
 
10234
11270
#: lazarusidestrconsts.lismenuviewsourceeditor
10235
11271
msgctxt "lazarusidestrconsts.lismenuviewsourceeditor"
10236
11272
msgid "Source Editor"
10237
11273
msgstr ""
10238
11274
 
 
11275
#: lazarusidestrconsts.lismenuviewtaborder
 
11276
msgid "Tab Order"
 
11277
msgstr ""
 
11278
 
 
11279
#: lazarusidestrconsts.lismenuviewthreads
 
11280
msgctxt "lazarusidestrconsts.lismenuviewthreads"
 
11281
msgid "Threads"
 
11282
msgstr ""
 
11283
 
10239
11284
#: lazarusidestrconsts.lismenuviewtodolist
10240
11285
msgctxt "lazarusidestrconsts.lismenuviewtodolist"
10241
11286
msgid "ToDo List"
10242
11287
msgstr ""
10243
11288
 
10244
11289
#: lazarusidestrconsts.lismenuviewtoggleformunit
10245
 
msgid "Toggle form/unit view"
 
11290
msgid "Toggle Form/Unit View"
10246
11291
msgstr ""
10247
11292
 
10248
11293
#: lazarusidestrconsts.lismenuviewunitdependencies
10249
 
msgid "Unit Dependencies"
 
11294
msgid "Unit Dependencies ..."
10250
11295
msgstr ""
10251
11296
 
10252
11297
#: lazarusidestrconsts.lismenuviewunitinfo
10253
 
msgid "Unit Information"
 
11298
msgid "Unit Information ..."
10254
11299
msgstr ""
10255
11300
 
10256
11301
#: lazarusidestrconsts.lismenuviewunits
10257
 
msgid "Units..."
 
11302
msgid "Units ..."
10258
11303
msgstr ""
10259
11304
 
10260
11305
#: lazarusidestrconsts.lismenuviewwatches
10261
11306
msgid "Watches"
10262
11307
msgstr ""
10263
11308
 
 
11309
#: lazarusidestrconsts.lismenuwhatneedsbuilding
 
11310
msgid "What Needs Building"
 
11311
msgstr ""
 
11312
 
10264
11313
#: lazarusidestrconsts.lismenuwindow
10265
11314
msgid "&Window"
10266
11315
msgstr ""
10267
11316
 
 
11317
#: lazarusidestrconsts.lismeother
 
11318
msgctxt "lazarusidestrconsts.lismeother"
 
11319
msgid "Other tabs"
 
11320
msgstr ""
 
11321
 
 
11322
#: lazarusidestrconsts.lismeprojects
 
11323
msgid "Projects"
 
11324
msgstr ""
 
11325
 
10268
11326
#: lazarusidestrconsts.lismessagecontainsnofilepositioninformation
10269
11327
msgid "Message contains no file position information:%s%s"
10270
11328
msgstr ""
10321
11379
msgid "Search Unit Path"
10322
11380
msgstr ""
10323
11381
 
 
11382
#: lazarusidestrconsts.lismissingunitsskip
 
11383
msgid "Skip this Unit"
 
11384
msgstr ""
 
11385
 
 
11386
#: lazarusidestrconsts.lismitnotice
 
11387
msgid "<description>%sCopyright (c) <year> <copyright holders>%sPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:%sThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.%sTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
 
11388
msgstr ""
 
11389
 
10324
11390
#: lazarusidestrconsts.lismodifiedlgplnotice
10325
11391
msgid "<description>%sCopyright (C) <year> <name of author> <contact>%sThis library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version with the following modification:%sAs a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules,and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.%sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
10326
11392
msgstr ""
10330
11396
msgstr ""
10331
11397
 
10332
11398
#: lazarusidestrconsts.lismore
 
11399
msgctxt "lazarusidestrconsts.lismore"
10333
11400
msgid "More"
10334
11401
msgstr ""
10335
11402
 
10342
11409
msgstr ""
10343
11410
 
10344
11411
#: lazarusidestrconsts.lismovepage
10345
 
msgid "Move Page ..."
 
11412
msgid "Move Page"
 
11413
msgstr ""
 
11414
 
 
11415
#: lazarusidestrconsts.lismoveselecteddown
 
11416
msgid "Move selected item down (Ctrl+Down)"
 
11417
msgstr ""
 
11418
 
 
11419
#: lazarusidestrconsts.lismoveselectedup
 
11420
msgid "Move selected item up (Ctrl+Up)"
10346
11421
msgstr ""
10347
11422
 
10348
11423
#: lazarusidestrconsts.lisms
10353
11428
msgid "Save messages to file (*.txt)"
10354
11429
msgstr ""
10355
11430
 
 
11431
#: lazarusidestrconsts.lisname
 
11432
msgctxt "lazarusidestrconsts.lisname"
 
11433
msgid "Name"
 
11434
msgstr ""
 
11435
 
10356
11436
#: lazarusidestrconsts.lisnameconflict
10357
11437
msgid "Name conflict"
10358
11438
msgstr ""
10367
11447
msgstr ""
10368
11448
 
10369
11449
#: lazarusidestrconsts.lisnew
10370
 
msgid "new"
10371
 
msgstr ""
 
11450
msgctxt "lazarusidestrconsts.lisnew"
 
11451
msgid "New"
 
11452
msgstr "Nuwe"
10372
11453
 
10373
11454
#: lazarusidestrconsts.lisnewancestors
10374
11455
msgid "New Ancestors"
10434
11515
msgid "Create a new unit with a LCL form."
10435
11516
msgstr ""
10436
11517
 
10437
 
#: lazarusidestrconsts.lisnewdlginheritanexistingcomponent
10438
 
msgid "Inherit from an existing component."
 
11518
#: lazarusidestrconsts.lisnewdlginheritfromaprojectformcomponent
 
11519
msgid "Inherit from a project form or component"
10439
11520
msgstr ""
10440
11521
 
10441
11522
#: lazarusidestrconsts.lisnewdlgnoitemselected
10463
11544
msgstr ""
10464
11545
 
10465
11546
#: lazarusidestrconsts.lisnewunitsareaddedtousessections
10466
 
msgid "New units are added to uses sections:"
 
11547
msgid "New units are added to uses sections"
10467
11548
msgstr ""
10468
11549
 
10469
11550
#: lazarusidestrconsts.lisno
10543
11624
msgstr ""
10544
11625
 
10545
11626
#: lazarusidestrconsts.lisnormallythefilterisaregularexpressioninsimplesynta
10546
 
msgid "Normally the filter is a regular expression. In Simple Syntax a . is a normal character, a * stands for anything, a ? stands for any character, and comma and semicolon separates alternatives. For example: Simple Syntax *.pas;*.pp corresponds to ^(.*\\.pas|.*\\.pp)$"
 
11627
msgid "Normally the filter is a regular expression. In simple syntax a . is a normal character, a * stands for anything, a ? stands for any character, and comma and semicolon separates alternatives. For example: Simple syntax *.pas;*.pp corresponds to ^(.*\\.pas|.*\\.pp)$"
10547
11628
msgstr ""
10548
11629
 
10549
11630
#: lazarusidestrconsts.lisnostringconstantfound
10550
11631
msgid "No string constant found"
10551
11632
msgstr ""
10552
11633
 
10553
 
#: lazarusidestrconsts.lisnotadelphiproject
10554
 
msgid "Not a Delphi project"
10555
 
msgstr ""
10556
 
 
10557
 
#: lazarusidestrconsts.lisnotadelphiunit
10558
 
msgid "Not a Delphi unit"
 
11634
#: lazarusidestrconsts.lisnotadesigntimepackage
 
11635
msgid "Not a designtime package"
10559
11636
msgstr ""
10560
11637
 
10561
11638
#: lazarusidestrconsts.lisnotaninstallpackage
10566
11643
msgid "Not a valid pascal identifier"
10567
11644
msgstr ""
10568
11645
 
 
11646
#: lazarusidestrconsts.lisnotebooktabposbottom
 
11647
msgctxt "lazarusidestrconsts.lisnotebooktabposbottom"
 
11648
msgid "Bottom"
 
11649
msgstr ""
 
11650
 
 
11651
#: lazarusidestrconsts.lisnotebooktabposleft
 
11652
msgctxt "lazarusidestrconsts.lisnotebooktabposleft"
 
11653
msgid "Left"
 
11654
msgstr "Links"
 
11655
 
 
11656
#: lazarusidestrconsts.lisnotebooktabposright
 
11657
msgctxt "lazarusidestrconsts.lisnotebooktabposright"
 
11658
msgid "Right"
 
11659
msgstr "Regs"
 
11660
 
 
11661
#: lazarusidestrconsts.lisnotebooktabpostop
 
11662
msgctxt "lazarusidestrconsts.lisnotebooktabpostop"
 
11663
msgid "Top"
 
11664
msgstr ""
 
11665
 
10569
11666
#: lazarusidestrconsts.lisnotecouldnotcreatedefinetemplateforfreepascal
10570
11667
msgid "NOTE: Could not create Define Template for Free Pascal Sources"
10571
11668
msgstr ""
10574
11671
msgid "NOTE: Could not create Define Template for Lazarus Sources"
10575
11672
msgstr ""
10576
11673
 
 
11674
#: lazarusidestrconsts.lisnotemplateselected
 
11675
msgid "no template selected"
 
11676
msgstr ""
 
11677
 
10577
11678
#: lazarusidestrconsts.lisnotimplemented
10578
11679
msgid "Not implemented"
10579
11680
msgstr ""
10582
11683
msgid "Not implemented yet:%s%s"
10583
11684
msgstr ""
10584
11685
 
10585
 
#: lazarusidestrconsts.lisnotimplementedyet2
10586
 
msgid "Not implemented yet."
 
11686
#: lazarusidestrconsts.lisnotinstalled
 
11687
msgid "not installed"
10587
11688
msgstr ""
10588
11689
 
10589
11690
#: lazarusidestrconsts.lisnotnow
10590
11691
msgid "Not now"
10591
11692
msgstr ""
10592
11693
 
 
11694
#: lazarusidestrconsts.lisnowloadedscheme
 
11695
msgid "Now loaded: "
 
11696
msgstr ""
 
11697
 
10593
11698
#: lazarusidestrconsts.lisnpcreate
10594
11699
msgid "Create"
10595
11700
msgstr ""
10683
11788
msgstr ""
10684
11789
 
10685
11790
#: lazarusidestrconsts.lisoipopenloadedpackage
10686
 
msgid "Open loaded package"
 
11791
msgid "Open Loaded Package"
10687
11792
msgstr ""
10688
11793
 
10689
11794
#: lazarusidestrconsts.lisoippackagename
10703
11808
msgstr ""
10704
11809
 
10705
11810
#: lazarusidestrconsts.lisoipstate
 
11811
msgctxt "lazarusidestrconsts.lisoipstate"
10706
11812
msgid "State"
10707
11813
msgstr "Staat"
10708
11814
 
10715
11821
msgstr ""
10716
11822
 
10717
11823
#: lazarusidestrconsts.lisok
10718
 
#, fuzzy
10719
 
#| msgid "&Ok"
10720
 
msgid "&OK"
10721
 
msgstr "&Goed"
10722
 
 
10723
 
#: lazarusidestrconsts.lisold
10724
 
msgid "old"
 
11824
msgctxt "lazarusidestrconsts.lisok"
 
11825
msgid "OK"
10725
11826
msgstr ""
10726
11827
 
10727
11828
#: lazarusidestrconsts.lisoldancestors
10749
11850
msgstr ""
10750
11851
 
10751
11852
#: lazarusidestrconsts.lisopen
10752
 
msgid "Open ..."
 
11853
msgctxt "lazarusidestrconsts.lisopen"
 
11854
msgid "Open"
10753
11855
msgstr ""
10754
11856
 
10755
11857
#: lazarusidestrconsts.lisopenasxmlfile
10765
11867
msgstr ""
10766
11868
 
10767
11869
#: lazarusidestrconsts.lisopenfile
 
11870
msgctxt "lazarusidestrconsts.lisopenfile"
 
11871
msgid "Open File"
 
11872
msgstr ""
 
11873
 
 
11874
#: lazarusidestrconsts.lisopenfile2
 
11875
msgctxt "lazarusidestrconsts.lisopenfile2"
10768
11876
msgid "Open file"
10769
11877
msgstr ""
10770
11878
 
10771
 
#: lazarusidestrconsts.lisopenfile2
10772
 
msgid "Open File ..."
10773
 
msgstr ""
10774
 
 
10775
11879
#: lazarusidestrconsts.lisopenlfm
10776
11880
msgid "Open %s"
10777
11881
msgstr ""
10824
11928
msgid "Open the project %s?"
10825
11929
msgstr ""
10826
11930
 
 
11931
#: lazarusidestrconsts.lisopenxml
 
11932
msgid "Open XML"
 
11933
msgstr ""
 
11934
 
 
11935
#: lazarusidestrconsts.lisoptionschangedrecompilingcleanwithb
 
11936
msgid "Options changed, recompiling clean with -B"
 
11937
msgstr ""
 
11938
 
10827
11939
#: lazarusidestrconsts.lisor
10828
11940
msgid "or"
10829
11941
msgstr ""
10837
11949
msgstr ""
10838
11950
 
10839
11951
#: lazarusidestrconsts.lisoverridetheprojectbuildmode
10840
 
msgid "%soverride the project build mode."
 
11952
msgid "%soverride the project or IDE build mode."
10841
11953
msgstr ""
10842
11954
 
10843
11955
#: lazarusidestrconsts.lisoverridetheprojectcpuegi386x86_64powerpcpowerpc_64
10873
11985
msgstr ""
10874
11986
 
10875
11987
#: lazarusidestrconsts.lispackageinfo
10876
 
msgid "Package Info"
 
11988
msgid "Package info"
10877
11989
msgstr ""
10878
11990
 
10879
11991
#: lazarusidestrconsts.lispackagenamebeginswith
10888
12000
msgid "Package needs installation"
10889
12001
msgstr ""
10890
12002
 
 
12003
#: lazarusidestrconsts.lispackageoutputdirectories
 
12004
msgid "Package output directories"
 
12005
msgstr ""
 
12006
 
 
12007
#: lazarusidestrconsts.lispackagesourcedirectories
 
12008
msgid "Package source directories"
 
12009
msgstr ""
 
12010
 
10891
12011
#: lazarusidestrconsts.lispackagestoinstallintheide
10892
12012
msgid "Packages to install in the IDE"
10893
12013
msgstr ""
10900
12020
msgid ", parsed "
10901
12021
msgstr ""
10902
12022
 
 
12023
#: lazarusidestrconsts.lispascalfile
 
12024
msgid "Pascal file"
 
12025
msgstr ""
 
12026
 
10903
12027
#: lazarusidestrconsts.lispascalsourcefile
10904
12028
msgid "Pascal source file"
10905
12029
msgstr ""
10912
12036
msgid "Pass Count"
10913
12037
msgstr ""
10914
12038
 
 
12039
#: lazarusidestrconsts.lispaste
 
12040
msgctxt "lazarusidestrconsts.lispaste"
 
12041
msgid "Paste"
 
12042
msgstr "Plak"
 
12043
 
10915
12044
#: lazarusidestrconsts.lispasteclipboard
10916
12045
msgid "paste clipboard"
10917
12046
msgstr ""
10929
12058
msgid "Browse"
10930
12059
msgstr ""
10931
12060
 
 
12061
#: lazarusidestrconsts.lispatheditdeleteinvalidpaths
 
12062
msgid "Delete Invalid Paths"
 
12063
msgstr ""
 
12064
 
10932
12065
#: lazarusidestrconsts.lispatheditmovepathdown
10933
 
msgid "Move path down"
 
12066
msgid "Move path down (Ctrl+Down)"
10934
12067
msgstr ""
10935
12068
 
10936
12069
#: lazarusidestrconsts.lispatheditmovepathup
10937
 
msgid "Move path up"
 
12070
msgid "Move path up (Ctrl+Up)"
 
12071
msgstr ""
 
12072
 
 
12073
#: lazarusidestrconsts.lispatheditoraddhint
 
12074
msgid "Add new path to the list"
 
12075
msgstr ""
 
12076
 
 
12077
#: lazarusidestrconsts.lispatheditordeletehint
 
12078
msgid "Delete the selected path"
 
12079
msgstr ""
 
12080
 
 
12081
#: lazarusidestrconsts.lispatheditordeleteinvalidhint
 
12082
msgid "Remove non-existent (gray) paths from the list"
 
12083
msgstr ""
 
12084
 
 
12085
#: lazarusidestrconsts.lispatheditorreplacehint
 
12086
msgid "Replace the selected path with a new path"
 
12087
msgstr ""
 
12088
 
 
12089
#: lazarusidestrconsts.lispatheditortempladdhint
 
12090
msgid "Add template to the list"
10938
12091
msgstr ""
10939
12092
 
10940
12093
#: lazarusidestrconsts.lispatheditpathtemplates
10949
12102
msgid "Select directory"
10950
12103
msgstr ""
10951
12104
 
 
12105
#: lazarusidestrconsts.lispathoftheinstantfpccache
 
12106
msgid "path of the instantfpc cache"
 
12107
msgstr ""
 
12108
 
10952
12109
#: lazarusidestrconsts.lispathofthemakeutility
10953
12110
msgid "Path of the make utility"
10954
12111
msgstr ""
10957
12114
msgid "Path to failed Instance:"
10958
12115
msgstr ""
10959
12116
 
 
12117
#: lazarusidestrconsts.lispause
 
12118
msgctxt "lazarusidestrconsts.lispause"
 
12119
msgid "Pause"
 
12120
msgstr "Rus"
 
12121
 
 
12122
#: lazarusidestrconsts.lispckcleartousethepackagename
 
12123
msgid "Clear to use the package name"
 
12124
msgstr ""
 
12125
 
 
12126
#: lazarusidestrconsts.lispckdisablei18noflfm
 
12127
msgid "Disable I18N of lfm"
 
12128
msgstr ""
 
12129
 
10960
12130
#: lazarusidestrconsts.lispckeditaddanitem
10961
12131
msgid "Add an item"
10962
12132
msgstr ""
10963
12133
 
10964
12134
#: lazarusidestrconsts.lispckeditaddtoproject
10965
12135
msgctxt "lazarusidestrconsts.lispckeditaddtoproject"
10966
 
msgid "Add to project"
 
12136
msgid "Add to Project"
10967
12137
msgstr ""
10968
12138
 
10969
12139
#: lazarusidestrconsts.lispckeditapplychanges
10978
12148
msgid "Clear default/preferred filename of dependency"
10979
12149
msgstr ""
10980
12150
 
10981
 
#: lazarusidestrconsts.lispckeditcompile
10982
 
msgctxt "lazarusidestrconsts.lispckeditcompile"
10983
 
msgid "Compile"
10984
 
msgstr "Vertaleer"
10985
 
 
10986
12151
#: lazarusidestrconsts.lispckeditcompileeverything
10987
12152
msgid "Compile everything?"
10988
12153
msgstr "Kompileer alles?"
11029
12194
msgid "General Options"
11030
12195
msgstr ""
11031
12196
 
11032
 
#: lazarusidestrconsts.lispckedithelp
11033
 
msgctxt "lazarusidestrconsts.lispckedithelp"
11034
 
msgid "Help"
11035
 
msgstr "Help"
11036
 
 
11037
12197
#: lazarusidestrconsts.lispckeditinstall
11038
12198
msgid "Install"
11039
12199
msgstr ""
11063
12223
msgstr ""
11064
12224
 
11065
12225
#: lazarusidestrconsts.lispckeditmore
11066
 
msgid "More ..."
 
12226
msgid "More >>"
11067
12227
msgstr ""
11068
12228
 
11069
12229
#: lazarusidestrconsts.lispckeditmovedependencydown
11103
12263
msgstr ""
11104
12264
 
11105
12265
#: lazarusidestrconsts.lispckeditrecompileallrequired
11106
 
msgid "Recompile all required"
 
12266
msgid "Recompile All Required"
11107
12267
msgstr ""
11108
12268
 
11109
12269
#: lazarusidestrconsts.lispckeditrecompileclean
11110
 
msgid "Recompile clean"
 
12270
msgid "Recompile Clean"
11111
12271
msgstr ""
11112
12272
 
11113
12273
#: lazarusidestrconsts.lispckeditrecompilethisandallrequiredpackages
11134
12294
msgid "Remove dependency %s%s%s%sfrom package %s%s%s?"
11135
12295
msgstr ""
11136
12296
 
11137
 
#: lazarusidestrconsts.lispckeditremovedfilestheseentriesarenotsavedtothelpkfile
11138
 
msgid "Removed Files (these entries are not saved to the lpk file)"
 
12297
#: lazarusidestrconsts.lispckeditremovedfiles
 
12298
msgid "Removed Files"
11139
12299
msgstr ""
11140
12300
 
11141
 
#: lazarusidestrconsts.lispckeditremovedrequiredpackagestheseentriesarenotsaved
11142
 
msgid "Removed required packages (these entries are not saved to the lpk file)"
 
12301
#: lazarusidestrconsts.lispckeditremovedrequiredpackages
 
12302
msgctxt "lazarusidestrconsts.lispckeditremovedrequiredpackages"
 
12303
msgid "Removed required packages"
11143
12304
msgstr ""
11144
12305
 
11145
12306
#: lazarusidestrconsts.lispckeditremovefile
11162
12323
msgid "Required Packages"
11163
12324
msgstr ""
11164
12325
 
11165
 
#: lazarusidestrconsts.lispckeditsavechanges
11166
 
msgid "Save Changes?"
11167
 
msgstr "Stoor veranderinge?"
11168
 
 
11169
12326
#: lazarusidestrconsts.lispckeditsavepackage
11170
 
msgid "Save package"
 
12327
#, fuzzy
 
12328
#| msgid "Save package"
 
12329
msgid "Save Package"
11171
12330
msgstr "Stoor paket"
11172
12331
 
11173
12332
#: lazarusidestrconsts.lispckeditstorefilenameasdefaultforthisdependency
11227
12386
msgid "Uninstall on next start"
11228
12387
msgstr ""
11229
12388
 
 
12389
#: lazarusidestrconsts.lispckexpluninstallpackage
 
12390
msgctxt "lazarusidestrconsts.lispckexpluninstallpackage"
 
12391
msgid "Uninstall package %s"
 
12392
msgstr ""
 
12393
 
11230
12394
#: lazarusidestrconsts.lispckoptsaddoptionstodependentpackagesandprojects
11231
12395
msgid "Add options to dependent packages and projects"
11232
12396
msgstr ""
11236
12400
msgstr ""
11237
12401
 
11238
12402
#: lazarusidestrconsts.lispckoptsauthor
11239
 
msgid "Author:"
 
12403
#, fuzzy
 
12404
#| msgid "Author:"
 
12405
msgid "Author"
11240
12406
msgstr "Skrywer:"
11241
12407
 
11242
12408
#: lazarusidestrconsts.lispckoptsautomaticallyincrementversiononbuild
11256
12422
msgstr ""
11257
12423
 
11258
12424
#: lazarusidestrconsts.lispckoptsdescriptionabstract
11259
 
msgid "Description/Abstract"
 
12425
msgid "Description / Abstract"
 
12426
msgstr ""
 
12427
 
 
12428
#: lazarusidestrconsts.lispckoptsdesigntime
 
12429
msgid "Designtime"
11260
12430
msgstr ""
11261
12431
 
11262
12432
#: lazarusidestrconsts.lispckoptsdesigntimeandruntime
11263
 
msgid "Designtime and Runtime"
11264
 
msgstr ""
11265
 
 
11266
 
#: lazarusidestrconsts.lispckoptsdesigntimeonly
11267
 
msgid "Designtime only"
 
12433
msgid "Designtime and runtime"
11268
12434
msgstr ""
11269
12435
 
11270
12436
#: lazarusidestrconsts.lispckoptsideintegration
11279
12445
msgid "Invalid package type"
11280
12446
msgstr ""
11281
12447
 
11282
 
#: lazarusidestrconsts.lispckoptslazdoclazarusdocumentation
11283
 
msgctxt "lazarusidestrconsts.lispckoptslazdoclazarusdocumentation"
11284
 
msgid "FPDoc files path"
11285
 
msgstr ""
11286
 
 
11287
12448
#: lazarusidestrconsts.lispckoptslibrary
11288
12449
msgid "Library"
11289
12450
msgstr ""
11290
12451
 
11291
12452
#: lazarusidestrconsts.lispckoptslicense
11292
 
msgid "License:"
 
12453
msgid "License"
11293
12454
msgstr ""
11294
12455
 
11295
12456
#: lazarusidestrconsts.lispckoptslinker
11317
12478
msgstr ""
11318
12479
 
11319
12480
#: lazarusidestrconsts.lispckoptspackagetype
11320
 
msgid "PackageType"
 
12481
msgid "Package type"
11321
12482
msgstr ""
11322
12483
 
11323
12484
#: lazarusidestrconsts.lispckoptsprovides
11328
12489
msgid "Release"
11329
12490
msgstr ""
11330
12491
 
11331
 
#: lazarusidestrconsts.lispckoptsruntimeonly
11332
 
msgid "Runtime only"
 
12492
#: lazarusidestrconsts.lispckoptsruntime
 
12493
msgid "Runtime"
11333
12494
msgstr ""
11334
12495
 
11335
12496
#: lazarusidestrconsts.lispckoptsthepackagehastheautoinstallflagthismeans
11341
12502
msgstr ""
11342
12503
 
11343
12504
#: lazarusidestrconsts.lispckoptsupdaterebuild
11344
 
msgid "Update/Rebuild"
 
12505
msgid "Update / Rebuild"
11345
12506
msgstr ""
11346
12507
 
11347
12508
#: lazarusidestrconsts.lispckoptsusage
11348
12509
msgid "Usage"
11349
12510
msgstr ""
11350
12511
 
 
12512
#: lazarusidestrconsts.lispckpackage
 
12513
msgid "Package:"
 
12514
msgstr ""
 
12515
 
 
12516
#: lazarusidestrconsts.lispcksearchpathsforfpdocxmlfilesmultiplepathsmustbesepa
 
12517
msgid "Search paths for fpdoc xml files. Multiple paths must be separated by semicolon."
 
12518
msgstr ""
 
12519
 
 
12520
#: lazarusidestrconsts.lispckwhentheformissavedtheidecanstoreallttranslatestring
 
12521
msgid "When the form is saved, the IDE can store all TTranslateString properties to the package po file. For this you must enable I18N for this package, provide a po output directory and leave this option unchecked."
 
12522
msgstr ""
 
12523
 
11351
12524
#: lazarusidestrconsts.lispdabort
11352
12525
msgctxt "lazarusidestrconsts.lispdabort"
11353
12526
msgid "Abort"
11362
12535
msgid "A pascal unit must have the extension .pp or .pas"
11363
12536
msgstr ""
11364
12537
 
 
12538
#: lazarusidestrconsts.lispecollapsedirectory
 
12539
msgid "Collapse directory"
 
12540
msgstr ""
 
12541
 
11365
12542
#: lazarusidestrconsts.lispeconflictfound
11366
12543
msgid "Conflict found"
11367
12544
msgstr ""
11368
12545
 
 
12546
#: lazarusidestrconsts.lispedirectories
 
12547
msgid "Directories"
 
12548
msgstr ""
 
12549
 
11369
12550
#: lazarusidestrconsts.lispeeditvirtualunit
11370
12551
msgid "Edit Virtual Unit"
11371
12552
msgstr ""
11372
12553
 
 
12554
#: lazarusidestrconsts.lispeexpanddirectory
 
12555
msgid "Expand directory"
 
12556
msgstr ""
 
12557
 
11373
12558
#: lazarusidestrconsts.lispefilename
11374
12559
msgid "Filename:"
11375
12560
msgstr ""
11386
12571
msgid "Invalid unitname"
11387
12572
msgstr ""
11388
12573
 
 
12574
#: lazarusidestrconsts.lispemissingfilesofpackage
 
12575
msgid "Missing files of package %s"
 
12576
msgstr ""
 
12577
 
11389
12578
#: lazarusidestrconsts.lispemovefiledown
11390
12579
msgid "Move file down"
11391
12580
msgstr ""
11394
12583
msgid "Move file up"
11395
12584
msgstr ""
11396
12585
 
 
12586
#: lazarusidestrconsts.lispenewfilenotinincludepath
 
12587
msgid "New file not in include path"
 
12588
msgstr ""
 
12589
 
 
12590
#: lazarusidestrconsts.lispenofilesmissingallfilesexist
 
12591
msgctxt "lazarusidestrconsts.lispenofilesmissingallfilesexist"
 
12592
msgid "No files missing. All files exist."
 
12593
msgstr ""
 
12594
 
 
12595
#: lazarusidestrconsts.lisperemovefiles
 
12596
msgid "Remove files"
 
12597
msgstr ""
 
12598
 
 
12599
#: lazarusidestrconsts.lisperemoveselectedfiles
 
12600
msgid "Remove selected files"
 
12601
msgstr ""
 
12602
 
 
12603
#: lazarusidestrconsts.lisperevertpackage
 
12604
msgid "Revert Package"
 
12605
msgstr ""
 
12606
 
 
12607
#: lazarusidestrconsts.lispesavepackageas
 
12608
msgid "Save Package As ..."
 
12609
msgstr ""
 
12610
 
 
12611
#: lazarusidestrconsts.lispeshowdirectoryhierarchy
 
12612
msgid "Show directory hierarchy"
 
12613
msgstr ""
 
12614
 
 
12615
#: lazarusidestrconsts.lispeshowmissingfiles
 
12616
msgid "Show Missing Files"
 
12617
msgstr ""
 
12618
 
11397
12619
#: lazarusidestrconsts.lispesortfiles
11398
 
msgid "Sort files"
 
12620
msgid "Sort Files Permanently"
 
12621
msgstr ""
 
12622
 
 
12623
#: lazarusidestrconsts.lispesortfilesalphabetically
 
12624
msgid "Sort files alphabetically"
 
12625
msgstr ""
 
12626
 
 
12627
#: lazarusidestrconsts.lispethefileiscurrentlynotintheincludepathofthepackagea
 
12628
msgid "The file \"%s\" is currently not in the include path of the package.%sAdd \"%s\" to the include path?"
11399
12629
msgstr ""
11400
12630
 
11401
12631
#: lazarusidestrconsts.lispethereisalreadyanunitwiththisnamefile
11408
12638
msgid "The unitname is not a valid pascal identifier."
11409
12639
msgstr ""
11410
12640
 
11411
 
#: lazarusidestrconsts.lispetheunitnameisusedwhentheideextendsusesclauses
11412
 
msgctxt "lazarusidestrconsts.lispetheunitnameisusedwhentheideextendsusesclauses"
11413
 
msgid "The unitname is used when the IDE extends uses clauses."
11414
 
msgstr ""
11415
 
 
11416
12641
#: lazarusidestrconsts.lispeunitname
11417
12642
msgid "Unitname:"
11418
12643
msgstr ""
11422
12647
msgid "Unitname and Filename do not match.%sExample: unit1.pas and Unit1"
11423
12648
msgstr ""
11424
12649
 
 
12650
#: lazarusidestrconsts.lispeuseallunitsindirectory
 
12651
msgid "Use all units in directory"
 
12652
msgstr ""
 
12653
 
 
12654
#: lazarusidestrconsts.lispeusenounitsindirectory
 
12655
msgid "Use no units in directory"
 
12656
msgstr ""
 
12657
 
11425
12658
#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
11426
12659
msgid "CompiledSrcPath addition"
11427
12660
msgstr ""
11455
12688
msgstr ""
11456
12689
 
11457
12690
#: lazarusidestrconsts.lispkgeditthefileiscurrentlynotintheunitpathofthepackage
11458
 
msgid "The file %s%s%s%sis currently not in the unitpath of the package.%s%sAdd %s%s%s to UnitPath?"
11459
 
msgstr ""
11460
 
 
11461
 
#: lazarusidestrconsts.lispkgedonlinehelpnotyetimplemented
11462
 
msgid "Online Help not yet implemented"
 
12691
msgid "The file %s%s%s%sis currently not in the unit path of the package.%s%sAdd %s%s%s to unit path?"
11463
12692
msgstr ""
11464
12693
 
11465
12694
#: lazarusidestrconsts.lispkgedrightclickontheitemstreetogetthepopupmenuwithallav
11471
12700
msgstr ""
11472
12701
 
11473
12702
#: lazarusidestrconsts.lispkgfiletypebinary
 
12703
msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
11474
12704
msgid "Binary"
11475
12705
msgstr ""
11476
12706
 
11508
12738
msgid "Virtual Unit"
11509
12739
msgstr ""
11510
12740
 
 
12741
#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
 
12742
msgid "Package directory. Parameter is package ID"
 
12743
msgstr ""
 
12744
 
 
12745
#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
 
12746
msgid "Package include files search path. Parameter is package ID"
 
12747
msgstr ""
 
12748
 
 
12749
#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
 
12750
msgid "Package source search path. Parameter is package ID"
 
12751
msgstr ""
 
12752
 
 
12753
#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
 
12754
msgid "Package unit search path. Parameter is package ID"
 
12755
msgstr ""
 
12756
 
11511
12757
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
11512
12758
msgid "%sAdding new Dependency for package %s: package %s%s"
11513
12759
msgstr ""
11524
12770
msgid "Ambiguous units found"
11525
12771
msgstr ""
11526
12772
 
11527
 
#: lazarusidestrconsts.lispkgmangarequiredpackageswasnotfound
11528
 
msgid "A required packages was not found. See package graph."
11529
 
msgstr ""
11530
 
 
11531
12773
#: lazarusidestrconsts.lispkgmangautomaticallyinstalledpackages
11532
12774
msgid "Automatically installed packages"
11533
12775
msgstr ""
11540
12782
msgid "Broken dependency"
11541
12783
msgstr ""
11542
12784
 
11543
 
#: lazarusidestrconsts.lispkgmangcircleinpackagedependencies
11544
 
msgid "Circle in package dependencies"
 
12785
#: lazarusidestrconsts.lispkgmangcirculardependencies
 
12786
msgid "Circular dependencies found"
11545
12787
msgstr ""
11546
12788
 
11547
12789
#: lazarusidestrconsts.lispkgmangcompilingpackage
11613
12855
msgid "File not saved"
11614
12856
msgstr ""
11615
12857
 
11616
 
#: lazarusidestrconsts.lispkgmangignoreandsavepackagenow
11617
 
msgid "Ignore and save package now"
11618
 
msgstr ""
11619
 
 
11620
12858
#: lazarusidestrconsts.lispkgmanginstallingthepackagewillautomaticallyinstallthepac
11621
12859
msgid "Installing the package %s will automatically install the package:"
11622
12860
msgstr ""
11649
12887
msgid "Invalid Package Name"
11650
12888
msgstr ""
11651
12889
 
11652
 
#: lazarusidestrconsts.lispkgmanglazarus
11653
 
msgctxt "lazarusidestrconsts.lispkgmanglazarus"
11654
 
msgid "Lazarus"
11655
 
msgstr "Lazarus"
11656
 
 
11657
12890
#: lazarusidestrconsts.lispkgmangloadingpackagewillreplacepackage
11658
12891
msgid "Loading package %s will replace package %s%sfrom file %s.%sThe old package is modified.%s%sSave old package %s?"
11659
12892
msgstr ""
11666
12899
msgid "Package: %s"
11667
12900
msgstr ""
11668
12901
 
11669
 
#: lazarusidestrconsts.lispkgmangpackagechangedsave
11670
 
msgid "Package %s%s%s changed. Save?"
11671
 
msgstr ""
11672
 
 
11673
12902
#: lazarusidestrconsts.lispkgmangpackageconflicts
11674
12903
msgid "Package conflicts"
11675
12904
msgstr ""
11676
12905
 
11677
 
#: lazarusidestrconsts.lispkgmangpackagefilemissing
11678
 
msgid "Package file missing"
11679
 
msgstr ""
11680
 
 
11681
 
#: lazarusidestrconsts.lispkgmangpackagefilenotsaved
11682
 
msgid "Package file not saved"
11683
 
msgstr ""
11684
 
 
11685
12906
#: lazarusidestrconsts.lispkgmangpackagehasnovalidoutputdirectory
11686
12907
msgid "Package %s%s%s has no valid output directory:%s%s%s%s"
11687
12908
msgstr ""
11706
12927
msgid "Packages must have the extension .lpk"
11707
12928
msgstr ""
11708
12929
 
 
12930
#: lazarusidestrconsts.lispkgmangpleasecompilethepackagefirst
 
12931
msgid "Please compile the package first."
 
12932
msgstr ""
 
12933
 
11709
12934
#: lazarusidestrconsts.lispkgmangpleasesavethefilebeforeaddingittoapackage
11710
12935
msgid "Please save the file before adding it to a package."
11711
12936
msgstr ""
11712
12937
 
11713
 
#: lazarusidestrconsts.lispkgmangpleasesavethepackagefirst
11714
 
msgid "Please save the package first."
11715
 
msgstr ""
11716
 
 
11717
12938
#: lazarusidestrconsts.lispkgmangproject
11718
12939
msgid "Project: %s"
11719
12940
msgstr ""
11722
12943
msgid "Rebuild Lazarus?"
11723
12944
msgstr ""
11724
12945
 
11725
 
#: lazarusidestrconsts.lispkgmangrenamefileinpackage
11726
 
msgid "Rename file in package?"
11727
 
msgstr ""
11728
 
 
11729
12946
#: lazarusidestrconsts.lispkgmangrenamefilelowercase
11730
12947
msgid "Rename File lowercase?"
11731
12948
msgstr ""
11738
12955
msgid "Replace File"
11739
12956
msgstr ""
11740
12957
 
 
12958
#: lazarusidestrconsts.lispkgmangrequiredpackageswerenotfound
 
12959
msgid "One or more required packages were not found. See package graph for details."
 
12960
msgstr ""
 
12961
 
11741
12962
#: lazarusidestrconsts.lispkgmangsavepackage
11742
 
msgid "Save Package?"
11743
 
msgstr ""
11744
 
 
11745
 
#: lazarusidestrconsts.lispkgmangsavepackage2
11746
12963
msgid "Save package?"
11747
 
msgstr "Stoor paket?"
 
12964
msgstr ""
11748
12965
 
11749
12966
#: lazarusidestrconsts.lispkgmangsavepackagelpk
11750
12967
msgid "Save Package %s (*.lpk)"
11787
13004
msgid "The file name %s%s%s is used by%sthe package %s%s%s%sin file %s%s%s."
11788
13005
msgstr ""
11789
13006
 
11790
 
#: lazarusidestrconsts.lispkgmangthefileofpackageismissing
11791
 
msgid "The file %s%s%s%sof package %s is missing."
11792
 
msgstr ""
11793
 
 
11794
 
#: lazarusidestrconsts.lispkgmangthefileofpackageneedstobesavedfirst
11795
 
msgid "The file %s%s%s%sof package %s needs to be saved first."
 
13007
#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
 
13008
msgid "The file \"%s\" of package %s was not found."
11796
13009
msgstr ""
11797
13010
 
11798
13011
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
11819
13032
msgid "The package %s is a runtime only package.%sRuntime only packages can not be installed in the IDE."
11820
13033
msgstr ""
11821
13034
 
 
13035
#: lazarusidestrconsts.lispkgmangthepackageiscompiledautomaticallyanditsoutputdirec
 
13036
msgid "The package %s is compiled automatically and its output directory is \"%s\", which is in the default unit search path of the compiler. The package uses other packages which also uses the default unit search of the compiler. This creates an endless loop.%sYou can fix this issue%sby removing the path from your compiler config (e.g. fpc.cfg)%sor by disabling the auto update of this package%sor by removing dependencies."
 
13037
msgstr ""
 
13038
 
11822
13039
#: lazarusidestrconsts.lispkgmangthepackageismarkedforinstallationbutcannotbefound
11823
13040
msgid "The package %s%s%s is marked for installation, but can not be found.%sRemove dependency from the installation list of packages?"
11824
13041
msgstr ""
11835
13052
msgid "The package name %s%s%s of%sthe file %s%s%s is invalid."
11836
13053
msgstr ""
11837
13054
 
11838
 
#: lazarusidestrconsts.lispkgmangthepackageownsthefileshouldthefileberenamed
11839
 
msgid "The package %s owns the file%s%s%s%s.%sShould the file be renamed in the package as well?"
11840
 
msgstr ""
11841
 
 
11842
13055
#: lazarusidestrconsts.lispkgmangthepackagewasmarkedcurrentlylazarus
11843
13056
msgid "The package %s%s%s was marked.%sCurrently lazarus only supports static linked packages. The real un-installation needs rebuilding and restarting of lazarus.%s%sDo you want to rebuild Lazarus now?"
11844
13057
msgstr ""
11855
13068
msgid "There are two units with the same name:%s%s1. %s%s%s from %s%s2. %s%s%s from %s%s%s"
11856
13069
msgstr ""
11857
13070
 
11858
 
#: lazarusidestrconsts.lispkgmangthereisacircleintherequiredpackages
11859
 
msgid "There is a circle in the required packages. See package graph."
 
13071
#: lazarusidestrconsts.lispkgmangthereisacirculardependency
 
13072
msgid "There is a circular dependency in the packages. See package graph."
11860
13073
msgstr ""
11861
13074
 
11862
13075
#: lazarusidestrconsts.lispkgmangthereisafpcunitwiththesamenameasapackage
11872
13085
msgstr ""
11873
13086
 
11874
13087
#: lazarusidestrconsts.lispkgmangthereisalreadyapackageloadedfromfile
11875
 
msgid "There is already a package %s%s%s loaded%sfrom file %s%s%s.%sSee Components -> Package Graph.%sReplace is impossible."
 
13088
msgid "There is already a package %s%s%s loaded%sfrom file %s%s%s.%sSee Package -> Package Graph.%sReplace is impossible."
11876
13089
msgstr ""
11877
13090
 
11878
13091
#: lazarusidestrconsts.lispkgmangthereisanunsavedpackageintherequiredpackages
11955
13168
msgid "Warning: The file %s%s%s%sbelongs to the current project."
11956
13169
msgstr ""
11957
13170
 
11958
 
#: lazarusidestrconsts.lispkgreg
11959
 
msgid "Package Registration"
 
13171
#: lazarusidestrconsts.lispkgmgrkeep
 
13172
msgctxt "lazarusidestrconsts.lispkgmgrkeep"
 
13173
msgid "keep"
 
13174
msgstr ""
 
13175
 
 
13176
#: lazarusidestrconsts.lispkgmgrnew
 
13177
msgctxt "lazarusidestrconsts.lispkgmgrnew"
 
13178
msgid "new"
 
13179
msgstr ""
 
13180
 
 
13181
#: lazarusidestrconsts.lispkgmgrremove
 
13182
msgctxt "lazarusidestrconsts.lispkgmgrremove"
 
13183
msgid "remove"
 
13184
msgstr "verwyder"
 
13185
 
 
13186
#: lazarusidestrconsts.lispkgselectapackage
 
13187
msgid "Select a package"
11960
13188
msgstr ""
11961
13189
 
11962
13190
#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
11983
13211
msgid "Invalid Unitname: %s"
11984
13212
msgstr ""
11985
13213
 
 
13214
#: lazarusidestrconsts.lispkgsyslpkfilename
 
13215
msgid "%s%slpk file: %s%s%s"
 
13216
msgstr ""
 
13217
 
11986
13218
#: lazarusidestrconsts.lispkgsyspackagefilenotfound
11987
13219
msgid "Package file not found"
11988
13220
msgstr ""
11989
13221
 
 
13222
#: lazarusidestrconsts.lispkgsyspackageregistrationerror
 
13223
msgid "Package registration error"
 
13224
msgstr ""
 
13225
 
11990
13226
#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
11991
13227
msgid "Register procedure is nil"
11992
13228
msgstr ""
11995
13231
msgid "RegisterUnit was called, but no package is registering."
11996
13232
msgstr ""
11997
13233
 
11998
 
#: lazarusidestrconsts.lispkgsysregistrationerror
11999
 
msgid "Registration Error"
12000
 
msgstr ""
12001
 
 
12002
13234
#: lazarusidestrconsts.lispkgsyssynedittheeditorcomponentusedbylazarus
12003
13235
msgid "SynEdit - the editor component used by Lazarus. http://sourceforge.net/projects/synedit/"
12004
13236
msgstr "SynEdit - die redigeerder wat in Lazarus gebruik word. http://sourceforge.net/projects/synedit/"
12005
13237
 
12006
13238
#: lazarusidestrconsts.lispkgsysthefclfreepascalcomponentlibraryprovidesthebase
12007
 
msgid "The FCL - FreePascal Component Library provides the base classes for object pascal."
 
13239
msgid "The FCL - Free Pascal Component Library provides the base classes for Object Pascal."
12008
13240
msgstr ""
12009
13241
 
12010
13242
#: lazarusidestrconsts.lispkgsysthelcllazaruscomponentlibrarycontainsallbase
12011
13243
msgid "The LCL - Lazarus Component Library contains all base components for form editing."
12012
13244
msgstr ""
12013
13245
 
 
13246
#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
 
13247
msgid "%s%sThe lpk file was not found."
 
13248
msgstr ""
 
13249
 
12014
13250
#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
12015
13251
msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
12016
13252
msgstr ""
12031
13267
msgid "%s%sUnit Name: %s%s%s"
12032
13268
msgstr ""
12033
13269
 
12034
 
#: lazarusidestrconsts.lispkgsysunitnotfound
12035
 
msgid "Unit not found: %s%s%s"
 
13270
#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
 
13271
msgid "Unit \"%s\" was not found in the lpk file.%sProbably this lpk file was not used for building this IDE. Or the package misuses the procedure RegisterUnit."
12036
13272
msgstr ""
12037
13273
 
12038
 
#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackage
12039
 
msgid "Unit %s%s%s was removed from package"
 
13274
#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
 
13275
msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
 
13276
msgid "Unit \"%s\" was removed from package (lpk)"
12040
13277
msgstr ""
12041
13278
 
12042
13279
#: lazarusidestrconsts.lispkgthisfileisnotinanyloadedpackage
12076
13313
msgid "User"
12077
13314
msgstr ""
12078
13315
 
 
13316
#: lazarusidestrconsts.lispleasefixtheerrorinthemessagewindow
 
13317
msgid "Please fix the error shown in the message window, which is normally below the source editor."
 
13318
msgstr ""
 
13319
 
12079
13320
#: lazarusidestrconsts.lispleaseopenaunitbeforerun
12080
13321
msgid "Please open a unit before run."
12081
13322
msgstr ""
12153
13394
msgid "Save in .lps file in project directory"
12154
13395
msgstr ""
12155
13396
 
 
13397
#: lazarusidestrconsts.lisposavesessionfoldstate
 
13398
msgid "Save fold info"
 
13399
msgstr ""
 
13400
 
12156
13401
#: lazarusidestrconsts.lisposavesessioninformationin
12157
13402
msgid "Save session information in"
12158
13403
msgstr ""
12159
13404
 
 
13405
#: lazarusidestrconsts.lisposavesessionjumphistory
 
13406
msgid "Save jump history"
 
13407
msgstr ""
 
13408
 
12160
13409
#: lazarusidestrconsts.lisprecedingword
12161
13410
msgid "Preceding word"
12162
13411
msgstr ""
12165
13414
msgid "primary config directory, where Lazarus stores its config files. Default is "
12166
13415
msgstr ""
12167
13416
 
12168
 
#: lazarusidestrconsts.lisprint
12169
 
msgid "Print"
12170
 
msgstr "Druk"
 
13417
#: lazarusidestrconsts.lisprimaryconfigpath
 
13418
msgid "Primary config path"
 
13419
msgstr ""
 
13420
 
 
13421
#: lazarusidestrconsts.lisprior
 
13422
msgid "prior %s"
 
13423
msgstr ""
12171
13424
 
12172
13425
#: lazarusidestrconsts.lisprivate
12173
13426
msgid "Private"
12203
13456
msgid "Program detected"
12204
13457
msgstr ""
12205
13458
 
 
13459
#: lazarusidestrconsts.lisprogramnotfound
 
13460
msgid "Program %s not found"
 
13461
msgstr ""
 
13462
 
12206
13463
#: lazarusidestrconsts.lisprogramsourcemusthaveapascalextensionlikepaspporlp
12207
13464
msgid "Program source must have a pascal extension like .pas, .pp or .lpr"
12208
13465
msgstr ""
12209
13466
 
12210
13467
#: lazarusidestrconsts.lisprojaddaddfilestoproject
12211
 
msgid "Add files to project"
12212
 
msgstr ""
12213
 
 
12214
 
#: lazarusidestrconsts.lisprojaddaddfiletoproject
12215
 
msgid "Add file to project:"
 
13468
msgid "Add Files to Project"
12216
13469
msgstr ""
12217
13470
 
12218
13471
#: lazarusidestrconsts.lisprojadddependencyalreadyexists
12220
13473
msgstr ""
12221
13474
 
12222
13475
#: lazarusidestrconsts.lisprojaddeditorfile
12223
 
msgid "Add editor files"
 
13476
msgid "Add Editor Files"
12224
13477
msgstr ""
12225
13478
 
12226
 
#: lazarusidestrconsts.lisprojaddfiles
12227
 
msgid "Add files"
12228
 
msgstr "Las lêers by"
12229
 
 
12230
13479
#: lazarusidestrconsts.lisprojaddinvalidminmaxversion
12231
13480
msgid "Invalid Min-Max version"
12232
13481
msgstr ""
12303
13552
msgstr ""
12304
13553
 
12305
13554
#: lazarusidestrconsts.lisprojaddtoproject
 
13555
#, fuzzy
 
13556
#| msgid "Add to project"
12306
13557
msgctxt "lazarusidestrconsts.lisprojaddtoproject"
12307
 
msgid "Add to project"
 
13558
msgid "Add to Project"
12308
13559
msgstr "Las by projek"
12309
13560
 
12310
13561
#: lazarusidestrconsts.lisprojaddunitnamealreadyexists
12311
13562
msgid "Unit name already exists"
12312
13563
msgstr "Eenheid naam bestaan alreeds"
12313
13564
 
 
13565
#: lazarusidestrconsts.lisproject
 
13566
msgid "Project %s"
 
13567
msgstr ""
 
13568
 
12314
13569
#: lazarusidestrconsts.lisprojectchanged
12315
13570
msgid "Project changed"
12316
13571
msgstr "Projek het verander"
12341
13596
msgstr "Projek informasie lêer is geskrap"
12342
13597
 
12343
13598
#: lazarusidestrconsts.lisprojectinformation
12344
 
msgid "Project Information"
 
13599
#, fuzzy
 
13600
#| msgid "Project Information"
 
13601
msgid "Project information"
12345
13602
msgstr "Projek Informasie"
12346
13603
 
12347
13604
#: lazarusidestrconsts.lisprojectisrunnable
12360
13617
msgid "Project Output directory (e.g. the ppu directory)"
12361
13618
msgstr ""
12362
13619
 
 
13620
#: lazarusidestrconsts.lisprojectoutputdirectory
 
13621
msgid "Project output directory"
 
13622
msgstr ""
 
13623
 
12363
13624
#: lazarusidestrconsts.lisprojectpath
12364
13625
msgid "Project Path:"
12365
13626
msgstr ""
12368
13629
msgid "Directory where project's main file must be"
12369
13630
msgstr ""
12370
13631
 
 
13632
#: lazarusidestrconsts.lisprojectsessionchanged
 
13633
msgid "Project session changed"
 
13634
msgstr ""
 
13635
 
 
13636
#: lazarusidestrconsts.lisprojectsourcedirectories
 
13637
msgid "Project source directories"
 
13638
msgstr ""
 
13639
 
 
13640
#: lazarusidestrconsts.lisprojectsraisedexceptionataddress
 
13641
msgid "%0:s%0:s At address %1:x"
 
13642
msgstr ""
 
13643
 
12371
13644
#: lazarusidestrconsts.lisprojectsraisedexceptionclasss
12372
13645
msgid "Project %s raised exception class '%s'."
12373
13646
msgstr ""
12376
13649
msgid "Project %s raised exception class '%s' with message:%s%s"
12377
13650
msgstr ""
12378
13651
 
 
13652
#: lazarusidestrconsts.lisprojectsraisedexceptioninfileaddress
 
13653
msgid "%0:s%0:s In file '%1:s' at address %2:x"
 
13654
msgstr ""
 
13655
 
 
13656
#: lazarusidestrconsts.lisprojectsraisedexceptioninfileline
 
13657
msgid "%0:s%0:s In file '%1:s' at line %2:d"
 
13658
msgstr ""
 
13659
 
 
13660
#: lazarusidestrconsts.lisprojectsraisedexceptioninfilelinesrc
 
13661
msgid "%0:s%0:s In file '%1:s' at line %2:d:%0:s%3:s"
 
13662
msgstr ""
 
13663
 
12379
13664
#: lazarusidestrconsts.lisprojectsrcpath
12380
13665
msgid "Project Src Path"
12381
13666
msgstr ""
12396
13681
msgid "Project Wizard"
12397
13682
msgstr ""
12398
13683
 
 
13684
#: lazarusidestrconsts.lisprojfiles
 
13685
msgid "Files:"
 
13686
msgstr ""
 
13687
 
12399
13688
#: lazarusidestrconsts.lisprojinspconfirmdeletingdependency
12400
13689
msgid "Confirm deleting dependency"
12401
13690
msgstr ""
12413
13702
msgstr ""
12414
13703
 
12415
13704
#: lazarusidestrconsts.lisprojinspremovedrequiredpackages
 
13705
msgctxt "lazarusidestrconsts.lisprojinspremovedrequiredpackages"
12416
13706
msgid "Removed required packages"
12417
13707
msgstr ""
12418
13708
 
12477
13767
msgid "Publish project directory"
12478
13768
msgstr ""
12479
13769
 
 
13770
#: lazarusidestrconsts.lispublishproject
 
13771
msgid "Publish Project"
 
13772
msgstr ""
 
13773
 
12480
13774
#: lazarusidestrconsts.lispublprojinvalidexcludefilter
12481
 
msgid "Invalid Exclude filter"
 
13775
msgid "Invalid exclude filter"
12482
13776
msgstr ""
12483
13777
 
12484
13778
#: lazarusidestrconsts.lispublprojinvalidincludefilter
12485
 
msgid "Invalid Include filter"
 
13779
msgid "Invalid include filter"
12486
13780
msgstr ""
12487
13781
 
12488
13782
#: lazarusidestrconsts.lisputlrsfilesinoutputdirectory
12510
13804
 
12511
13805
#: lazarusidestrconsts.lispvutheunitnameisusedwhentheideextendsusesclauses
12512
13806
msgctxt "lazarusidestrconsts.lispvutheunitnameisusedwhentheideextendsusesclauses"
12513
 
msgid "The unitname is used when the IDE extends uses clauses."
 
13807
msgid "The unitname is used when the IDE extends uses clauses"
12514
13808
msgstr ""
12515
13809
 
12516
13810
#: lazarusidestrconsts.lispvuunitnameandfilenamedonotmatchexampleunit1pasanduni
12519
13813
msgstr ""
12520
13814
 
12521
13815
#: lazarusidestrconsts.lispwconvertproject
12522
 
msgid "Convert Delphi Project"
 
13816
msgid "Convert &Delphi Project"
12523
13817
msgstr ""
12524
13818
 
12525
13819
#: lazarusidestrconsts.lispwnewproject
12526
 
msgid "New Project"
 
13820
#, fuzzy
 
13821
#| msgid "New Project"
 
13822
msgid "&New Project"
12527
13823
msgstr "Nuwe Projek"
12528
13824
 
12529
13825
#: lazarusidestrconsts.lispwopenproject
12530
 
msgid "Open Project"
 
13826
#, fuzzy
 
13827
#| msgid "Open Project"
 
13828
msgid "&Open Project"
12531
13829
msgstr "Laai Projek"
12532
13830
 
12533
13831
#: lazarusidestrconsts.lispwopenrecentproject
12534
13832
#, fuzzy
12535
 
#| msgid "Open Recent"
 
13833
#| msgid "Open Recent Project"
12536
13834
msgctxt "lazarusidestrconsts.lispwopenrecentproject"
12537
 
msgid "Open Recent Project"
 
13835
msgid "Open &Recent Project"
12538
13836
msgstr "Laai Onlangse"
12539
13837
 
 
13838
#: lazarusidestrconsts.lispwviewexampleprojects
 
13839
msgid "View &Example Projects"
 
13840
msgstr ""
 
13841
 
12540
13842
#: lazarusidestrconsts.lisquickfixcreatelocalvariable
12541
13843
msgid "Create local variable"
12542
13844
msgstr ""
12553
13855
msgid "Search identifier"
12554
13856
msgstr ""
12555
13857
 
 
13858
#: lazarusidestrconsts.lisquit
 
13859
msgctxt "lazarusidestrconsts.lisquit"
 
13860
msgid "Quit"
 
13861
msgstr ""
 
13862
 
12556
13863
#: lazarusidestrconsts.lisquitlazarus
12557
 
msgid "Quit Lazarus"
 
13864
#, fuzzy
 
13865
#| msgid "Quit Lazarus"
 
13866
msgid "&Quit Lazarus"
12558
13867
msgstr "Verlaat Lazarus"
12559
13868
 
12560
13869
#: lazarusidestrconsts.lisreaderror
12561
13870
msgid "Read Error"
12562
13871
msgstr "Lees Fout"
12563
13872
 
 
13873
#: lazarusidestrconsts.lisrecenttabs
 
13874
msgid "Recent tabs"
 
13875
msgstr ""
 
13876
 
12564
13877
#: lazarusidestrconsts.lisrecordstruct
12565
13878
msgid "Record/Structure"
12566
13879
msgstr ""
12567
13880
 
 
13881
#: lazarusidestrconsts.lisredo
 
13882
msgctxt "lazarusidestrconsts.lisredo"
 
13883
msgid "Redo"
 
13884
msgstr "Herdoen"
 
13885
 
12568
13886
#: lazarusidestrconsts.lisregisters
12569
13887
msgctxt "lazarusidestrconsts.lisregisters"
12570
13888
msgid "Registers"
12571
13889
msgstr "Registers"
12572
13890
 
12573
 
#: lazarusidestrconsts.lisregistersdlgname
12574
 
msgctxt "lazarusidestrconsts.lisregistersdlgname"
12575
 
msgid "Name"
12576
 
msgstr "Naam"
12577
 
 
12578
 
#: lazarusidestrconsts.lisregistersdlgvalue
12579
 
msgctxt "lazarusidestrconsts.lisregistersdlgvalue"
12580
 
msgid "Value"
12581
 
msgstr "Waarde"
12582
 
 
12583
13891
#: lazarusidestrconsts.lisregularexpression
12584
13892
msgid "Regular expression"
12585
13893
msgstr ""
12589
13897
msgstr ""
12590
13898
 
12591
13899
#: lazarusidestrconsts.lisremove
12592
 
msgid "remove"
 
13900
#, fuzzy
 
13901
#| msgid "remove"
 
13902
msgctxt "lazarusidestrconsts.lisremove"
 
13903
msgid "Remove"
12593
13904
msgstr "verwyder"
12594
13905
 
12595
13906
#: lazarusidestrconsts.lisremoveallinvalidproperties
12605
13916
msgstr ""
12606
13917
 
12607
13918
#: lazarusidestrconsts.lisremovefromproject
12608
 
msgid "Remove from project"
 
13919
#, fuzzy
 
13920
#| msgid "Remove from project"
 
13921
msgid "Remove from Project"
12609
13922
msgstr "Verwyder van projek"
12610
13923
 
12611
13924
#: lazarusidestrconsts.lisremovefromsearchpath
12612
13925
msgid "Remove from search path"
12613
13926
msgstr ""
12614
13927
 
 
13928
#: lazarusidestrconsts.lisremoveincludepath
 
13929
msgid "Remove include path?"
 
13930
msgstr ""
 
13931
 
12615
13932
#: lazarusidestrconsts.lisremovelocalvariable
12616
13933
msgid "Remove local variable %s"
12617
13934
msgstr ""
12640
13957
msgid "Remove unit from uses section"
12641
13958
msgstr ""
12642
13959
 
 
13960
#: lazarusidestrconsts.lisremoveunitpath
 
13961
msgid "Remove unit path?"
 
13962
msgstr ""
 
13963
 
 
13964
#: lazarusidestrconsts.lisrename
 
13965
msgctxt "lazarusidestrconsts.lisrename"
 
13966
msgid "Rename"
 
13967
msgstr ""
 
13968
 
12643
13969
#: lazarusidestrconsts.lisrenamefile
12644
13970
msgid "Rename file?"
12645
13971
msgstr ""
12668
13994
msgid "Repeat Count:"
12669
13995
msgstr ""
12670
13996
 
 
13997
#: lazarusidestrconsts.lisreplace
 
13998
msgctxt "lazarusidestrconsts.lisreplace"
 
13999
msgid "Replace"
 
14000
msgstr "Vervang"
 
14001
 
12671
14002
#: lazarusidestrconsts.lisreplacement
12672
14003
msgid "Replacement"
12673
14004
msgstr ""
12684
14015
msgid "Fix unknown properties and types"
12685
14016
msgstr ""
12686
14017
 
 
14018
#: lazarusidestrconsts.lisreplacewholeidentifier
 
14019
msgid "Replace whole identifier"
 
14020
msgstr ""
 
14021
 
12687
14022
#: lazarusidestrconsts.lisreplacingselectionfailed
12688
14023
msgid "Replacing selection failed."
12689
14024
msgstr ""
12700
14035
msgid "Rescan"
12701
14036
msgstr ""
12702
14037
 
 
14038
#: lazarusidestrconsts.lisresetallfilefilterstodefaults
 
14039
msgid "Reset all file filters to defaults?"
 
14040
msgstr ""
 
14041
 
12703
14042
#: lazarusidestrconsts.lisresourceloaderror
12704
14043
msgid "Resource load error"
12705
14044
msgstr ""
12709
14048
msgstr ""
12710
14049
 
12711
14050
#: lazarusidestrconsts.lisresourcetypeofnewfiles
12712
 
msgid "Resource type of project:"
 
14051
msgid "Resource type of project"
12713
14052
msgstr ""
12714
14053
 
12715
14054
#: lazarusidestrconsts.lisresponsecontinue
12716
14055
msgid "Response: %sContinue ?"
12717
14056
msgstr ""
12718
14057
 
 
14058
#: lazarusidestrconsts.lisrestart
 
14059
msgctxt "lazarusidestrconsts.lisrestart"
 
14060
msgid "Restart"
 
14061
msgstr "Herlaai"
 
14062
 
12719
14063
#: lazarusidestrconsts.lisresult
12720
14064
msgid "Result :="
12721
14065
msgstr ""
12761
14105
msgid "Root"
12762
14106
msgstr ""
12763
14107
 
 
14108
#: lazarusidestrconsts.lisrun
 
14109
msgctxt "lazarusidestrconsts.lisrun"
 
14110
msgid "Run"
 
14111
msgstr "Hardloop"
 
14112
 
 
14113
#: lazarusidestrconsts.lisrunbuttonhint
 
14114
msgctxt "lazarusidestrconsts.lisrunbuttonhint"
 
14115
msgid "Run"
 
14116
msgstr "Hardloop"
 
14117
 
12764
14118
#: lazarusidestrconsts.lisrunning
12765
14119
msgid "%s (running ...)"
12766
14120
msgstr ""
12773
14127
msgid "The host application %s%s%s is not executable."
12774
14128
msgstr ""
12775
14129
 
 
14130
#: lazarusidestrconsts.lisrunstage
 
14131
msgctxt "lazarusidestrconsts.lisrunstage"
 
14132
msgid "Run"
 
14133
msgstr "Hardloop"
 
14134
 
 
14135
#: lazarusidestrconsts.lisruntimeonlycannotbeinstalledinide
 
14136
msgid "Runtime only, can not be installed in IDE"
 
14137
msgstr ""
 
14138
 
12776
14139
#: lazarusidestrconsts.lisruntofailed
12777
14140
msgid "Run-to failed"
12778
14141
msgstr ""
12779
14142
 
12780
14143
#: lazarusidestrconsts.lissamabstractmethodsnotyetoverridden
12781
 
msgid "Abstract methods - not yet overridden"
 
14144
msgid "Abstract Methods - not yet overridden"
12782
14145
msgstr ""
12783
14146
 
12784
14147
#: lazarusidestrconsts.lissamabstractmethodsof
12830
14193
msgstr ""
12831
14194
 
12832
14195
#: lazarusidestrconsts.lissave
12833
 
msgid "Save ..."
 
14196
#, fuzzy
 
14197
#| msgid "Save ..."
 
14198
msgctxt "lazarusidestrconsts.lissave"
 
14199
msgid "Save"
12834
14200
msgstr "Stoor..."
12835
14201
 
 
14202
#: lazarusidestrconsts.lissaveall
 
14203
msgctxt "lazarusidestrconsts.lissaveall"
 
14204
msgid "Save All"
 
14205
msgstr "Stoor Alles"
 
14206
 
 
14207
#: lazarusidestrconsts.lissaveallchecked
 
14208
msgid "Save All Checked"
 
14209
msgstr ""
 
14210
 
12836
14211
#: lazarusidestrconsts.lissaveallmessagestofile
12837
 
msgid "Save all messages to file"
 
14212
#, fuzzy
 
14213
#| msgid "Save all messages to file"
 
14214
msgid "Save All Messages to File"
12838
14215
msgstr "Stoor alle boodskappe na leêr"
12839
14216
 
12840
14217
#: lazarusidestrconsts.lissaveallmodified
12841
 
msgid "save all modified files"
 
14218
msgid "Save all modified files"
12842
14219
msgstr ""
12843
14220
 
12844
14221
#: lazarusidestrconsts.lissaveandexitdialog
12849
14226
msgid "Save and rebuild IDE"
12850
14227
msgstr ""
12851
14228
 
 
14229
#: lazarusidestrconsts.lissaveas
 
14230
msgctxt "lazarusidestrconsts.lissaveas"
 
14231
msgid "Save As"
 
14232
msgstr "Stoor Alles"
 
14233
 
 
14234
#: lazarusidestrconsts.lissavechangedfiles
 
14235
msgid "Save changed files?"
 
14236
msgstr ""
 
14237
 
12852
14238
#: lazarusidestrconsts.lissavechanges
12853
14239
msgid "Save changes?"
12854
14240
msgstr "Stoor veranderinge?"
12858
14244
msgstr ""
12859
14245
 
12860
14246
#: lazarusidestrconsts.lissavecurrenteditorfile
12861
 
msgid "save current editor file"
 
14247
msgid "Save current editor file"
 
14248
msgstr ""
 
14249
 
 
14250
#: lazarusidestrconsts.lissavedsuccessfully
 
14251
msgid "Saved successfully"
12862
14252
msgstr ""
12863
14253
 
12864
14254
#: lazarusidestrconsts.lissaveeditorinfoofnonprojectfiles
12881
14271
msgid "Save project %s (*%s)"
12882
14272
msgstr ""
12883
14273
 
 
14274
#: lazarusidestrconsts.lissavesessionchangestoproject
 
14275
msgid "Save session changes to project %s?"
 
14276
msgstr ""
 
14277
 
12884
14278
#: lazarusidestrconsts.lissavesettings
12885
14279
msgid "Save Settings"
12886
14280
msgstr "Stoor voorkeure"
12897
14291
msgid "Search For "
12898
14292
msgstr ""
12899
14293
 
 
14294
#: lazarusidestrconsts.lissearchpaths2
 
14295
msgid "Search paths"
 
14296
msgstr ""
 
14297
 
 
14298
#: lazarusidestrconsts.lissearchprojectsfrom
 
14299
msgid "Search projects from"
 
14300
msgstr ""
 
14301
 
12900
14302
#: lazarusidestrconsts.lissearchunit
12901
14303
msgid "Search unit"
12902
14304
msgstr ""
12905
14307
msgid "secondary config directory, where Lazarus searches for config template files. Default is "
12906
14308
msgstr ""
12907
14309
 
 
14310
#: lazarusidestrconsts.lissecondaryconfigpath
 
14311
msgid "Secondary config path"
 
14312
msgstr ""
 
14313
 
12908
14314
#: lazarusidestrconsts.lisseemessages
12909
14315
msgid "See messages."
12910
14316
msgstr ""
12921
14327
msgid "Select a node"
12922
14328
msgstr ""
12923
14329
 
 
14330
#: lazarusidestrconsts.lisselectanotherlclwidgetsetmacrolclwidgettype
 
14331
msgid "Select another LCL widget set (macro LCLWidgetType)"
 
14332
msgstr ""
 
14333
 
12924
14334
#: lazarusidestrconsts.lisselectdfmfiles
12925
14335
msgid "Select Delphi form files (*.dfm)"
12926
14336
msgstr ""
12934
14344
msgid "(selected bottom neighbour)"
12935
14345
msgstr ""
12936
14346
 
 
14347
#: lazarusidestrconsts.lisselectedcommandsmapping
 
14348
msgid "Selected Command's Mapping"
 
14349
msgstr ""
 
14350
 
12937
14351
#: lazarusidestrconsts.lisselectedleftneighbour
12938
14352
msgid "(selected left neighbour)"
12939
14353
msgstr ""
12950
14364
msgid "Select the file"
12951
14365
msgstr ""
12952
14366
 
 
14367
#: lazarusidestrconsts.lisselectfpcsourcedirectory
 
14368
msgid "Select FPC source directory"
 
14369
msgstr ""
 
14370
 
12953
14371
#: lazarusidestrconsts.lisselectionexceedsstringconstant
12954
14372
msgid "Selection exceeds string constant"
12955
14373
msgstr ""
12958
14376
msgid "Selection tool"
12959
14377
msgstr ""
12960
14378
 
 
14379
#: lazarusidestrconsts.lisselectlazarussourcedirectory
 
14380
msgid "Select Lazarus source directory"
 
14381
msgstr ""
 
14382
 
 
14383
#: lazarusidestrconsts.lisselectpathof
 
14384
msgid "Select path of %s"
 
14385
msgstr ""
 
14386
 
 
14387
#: lazarusidestrconsts.lisselectpathto
 
14388
msgid "Select path to %s"
 
14389
msgstr ""
 
14390
 
12961
14391
#: lazarusidestrconsts.lisselecttheactivebuildmode
12962
14392
msgid "Select the active build mode"
12963
14393
msgstr ""
12966
14396
msgid "Set default"
12967
14397
msgstr ""
12968
14398
 
12969
 
#: lazarusidestrconsts.lissetmacrovalues
12970
 
msgid "Set macro values"
12971
 
msgstr ""
12972
 
 
12973
14399
#: lazarusidestrconsts.lissetupdefaultindentation
12974
14400
msgid "(Setup default indentation)"
12975
14401
msgstr ""
13006
14432
msgid "Show gutter"
13007
14433
msgstr ""
13008
14434
 
 
14435
#: lazarusidestrconsts.lisshowhelp
 
14436
msgid "Show help"
 
14437
msgstr ""
 
14438
 
13009
14439
#: lazarusidestrconsts.lisshowhintsinobjectinspector
 
14440
msgctxt "lazarusidestrconsts.lisshowhintsinobjectinspector"
13010
14441
msgid "Show hints"
13011
14442
msgstr ""
13012
14443
 
13018
14449
msgid "Show information box"
13019
14450
msgstr ""
13020
14451
 
13021
 
#: lazarusidestrconsts.lisshowoldtaborder
13022
 
msgid "Show old tab order"
 
14452
#: lazarusidestrconsts.lisshowoverviewgutter
 
14453
msgid "Show overview Gutter"
13023
14454
msgstr ""
13024
14455
 
13025
14456
#: lazarusidestrconsts.lisshowpackages
13026
14457
msgid "Show packages"
13027
14458
msgstr ""
13028
14459
 
 
14460
#: lazarusidestrconsts.lisshowpositionofsourceeditor
 
14461
msgid "Show position of source editor"
 
14462
msgstr ""
 
14463
 
 
14464
#: lazarusidestrconsts.lisshowsetupdialogformostimportantsettings
 
14465
msgid "Show setup dialog for most important settings"
 
14466
msgstr ""
 
14467
 
13029
14468
#: lazarusidestrconsts.lisshowspecialcharacters
13030
14469
msgid "Show special characters"
13031
14470
msgstr ""
13055
14494
msgstr ""
13056
14495
 
13057
14496
#: lazarusidestrconsts.lissimplesyntax
13058
 
msgid "Simple Syntax"
 
14497
msgid "Simple syntax"
 
14498
msgstr ""
 
14499
 
 
14500
#: lazarusidestrconsts.lisskiperrors
 
14501
msgid "Skip errors"
13059
14502
msgstr ""
13060
14503
 
13061
14504
#: lazarusidestrconsts.lisskipfile
13078
14521
msgid "Matches"
13079
14522
msgstr ""
13080
14523
 
13081
 
#: lazarusidestrconsts.lissorrynotimplementedyet
13082
 
msgid "Sorry, not implemented yet"
13083
 
msgstr ""
13084
 
 
13085
14524
#: lazarusidestrconsts.lissorrythistypeisnotyetimplemented
13086
14525
msgid "Sorry, this type is not yet implemented"
13087
14526
msgstr ""
13090
14529
msgid "Ascending"
13091
14530
msgstr ""
13092
14531
 
13093
 
#: lazarusidestrconsts.lissortselcancel
13094
 
msgctxt "lazarusidestrconsts.lissortselcancel"
13095
 
msgid "Cancel"
13096
 
msgstr "Kanselleer"
13097
 
 
13098
14532
#: lazarusidestrconsts.lissortselcasesensitive
13099
14533
msgctxt "lazarusidestrconsts.lissortselcasesensitive"
13100
14534
msgid "&Case Sensitive"
13148
14582
msgstr ""
13149
14583
 
13150
14584
#: lazarusidestrconsts.lissourcebreakpoint
13151
 
msgid "&Source breakpoint"
 
14585
msgid "&Source Breakpoint ..."
13152
14586
msgstr ""
13153
14587
 
13154
14588
#: lazarusidestrconsts.lissourcedirectoryanddestinationdirectoryarethesamema
13195
14629
msgid "Start Conversion"
13196
14630
msgstr ""
13197
14631
 
 
14632
#: lazarusidestrconsts.lisstartide
 
14633
msgid "Start IDE"
 
14634
msgstr ""
 
14635
 
13198
14636
#: lazarusidestrconsts.lisstartwithanewproject
13199
14637
msgid "Start with a new project"
13200
14638
msgstr ""
13201
14639
 
 
14640
#: lazarusidestrconsts.lisstop
 
14641
msgctxt "lazarusidestrconsts.lisstop"
 
14642
msgid "Stop"
 
14643
msgstr "Stop"
 
14644
 
13202
14645
#: lazarusidestrconsts.lisstopcurrentdebuggingandrebuildproject
13203
14646
msgid "Stop current debugging and rebuild project?"
13204
14647
msgstr ""
13219
14662
msgid "Stop the debugging?"
13220
14663
msgstr ""
13221
14664
 
 
14665
#: lazarusidestrconsts.lisstorepathdelimitersandas
 
14666
msgid "Store path delimiters \\ and / as"
 
14667
msgstr ""
 
14668
 
13222
14669
#: lazarusidestrconsts.lisstrangelpifile
13223
14670
msgid "Strange lpi file"
13224
14671
msgstr ""
13252
14699
msgid "Success"
13253
14700
msgstr "Sukses"
13254
14701
 
 
14702
#: lazarusidestrconsts.lissuggestdefaultnameofnewfileinlowercase
 
14703
msgid "Suggest default name of new file in lowercase"
 
14704
msgstr ""
 
14705
 
13255
14706
#: lazarusidestrconsts.lissuspiciousincludepath
13256
14707
msgid "Suspicious include path"
13257
14708
msgstr ""
13276
14727
msgid "Override system variable"
13277
14728
msgstr ""
13278
14729
 
13279
 
#: lazarusidestrconsts.lissynedit
13280
 
msgid "SynEdit"
13281
 
msgstr ""
13282
 
 
13283
14730
#: lazarusidestrconsts.lissyntaxmode
13284
14731
msgid "Syntax mode"
13285
14732
msgstr ""
13286
14733
 
 
14734
#: lazarusidestrconsts.lissystemppunotfoundcheckyourfpccfg
 
14735
msgid "system.ppu not found. Check your fpc.cfg."
 
14736
msgstr ""
 
14737
 
13287
14738
#: lazarusidestrconsts.listab
13288
14739
msgid "Tab"
13289
14740
msgstr "Keep"
13290
14741
 
 
14742
#: lazarusidestrconsts.listaborderconfirmsort
 
14743
msgid "Sort tab orders of all child controls of \"%s\" by their positions?"
 
14744
msgstr ""
 
14745
 
 
14746
#: lazarusidestrconsts.listaborderdownhint
 
14747
msgid "Move the selected control down in tab order"
 
14748
msgstr ""
 
14749
 
13291
14750
#: lazarusidestrconsts.listaborderof
13292
 
msgid "Tab Order of"
 
14751
#, fuzzy
 
14752
#| msgid "Tab Order of"
 
14753
msgid "Tab Order of %s"
13293
14754
msgstr "Keep orde van"
13294
14755
 
 
14756
#: lazarusidestrconsts.listabordersorthint
 
14757
msgid "Calculate tab order for controls by their X- and Y- positions"
 
14758
msgstr ""
 
14759
 
 
14760
#: lazarusidestrconsts.listaborderuphint
 
14761
msgid "Move the selected control up in tab order"
 
14762
msgstr ""
 
14763
 
 
14764
#: lazarusidestrconsts.listabsfor
 
14765
msgid "Tabs for %s"
 
14766
msgstr ""
 
14767
 
 
14768
#: lazarusidestrconsts.listakesnapshot
 
14769
msgid "Take a Snapshot"
 
14770
msgstr ""
 
14771
 
 
14772
#: lazarusidestrconsts.listarget
 
14773
msgid "Target:"
 
14774
msgstr ""
 
14775
 
13295
14776
#: lazarusidestrconsts.listargetcpu
13296
14777
msgid "Target CPU"
13297
14778
msgstr ""
13326
14807
msgstr ""
13327
14808
 
13328
14809
#: lazarusidestrconsts.listemplateeditparamcellhelp
13329
 
msgid ""
13330
 
"Inserts an editable Cell, with a default value\n"
13331
 
"\"\",Sync=n (,S=n), to Sync with a previous cell (n=1 to highest prev cell\n"
13332
 
"\"default\",Sync, to Sync with a previous cell of equal default\n"
 
14810
msgid "Inserts an editable Cell. Cells can be navigated using the tab key.%0:sThe \"param\" macro takes a list of comma separated arguments.%0:sThe first argument is the default value.%0:sThe 2nd argument (optional) can be used to link the cell to another cell (syncro edit)%0:s%0:s  while param(\"foo\") do param(foo);%0:sInserts 2 independent cells, both with the default text \"foo\"%0:sThe quotes are optional%0:s%0:s  if param(\"foo\") > 0 and param(\"foo\",sync=1) < 99 then%0:sInserts 2 linked cells, editing either one, will change the other one too%0:sThe value \"1\" refers to the position of the other \"param()\", so if there are more params:%0:s  if param(\"bar\") and param(foo) > 0 and param(foo,sync=2) < 99 then%0:sThe 2nd and third are linked. (the 3rd refers to \"2\") %0:s%0:s\"sync can be shortened to \"s\":%0:s  if param(\"foo\") > 0 and param(\"foo\",s=1) < 99 then%0:s%0:s  if param(\"bar\") and param(\"foo\") > 0 and param(\"foo\",sync) < 99 then%0:sThe 2nd and third are linked.%0:sNote: \"Sync has no position and no \"=\", so it syncs to the previous cell with the same default (in this case \"foo\")"
13333
14811
msgstr ""
13334
14812
 
13335
14813
#: lazarusidestrconsts.listestdirectory
13340
14818
msgid "The Application Bundle was created for \"%s\""
13341
14819
msgstr ""
13342
14820
 
13343
 
#: lazarusidestrconsts.listhebuildmacrodoesnotbeginwith
13344
 
msgid "The build macro \"%s\" does not begin with \"%s\"."
13345
 
msgstr ""
13346
 
 
13347
14821
#: lazarusidestrconsts.listheclassisatcontrolandcannotbepastedontoanoncontro
13348
14822
msgid "The class %s%s%s is a TControl and can not be pasted onto a non control.%sUnable to paste."
13349
14823
msgstr ""
13360
14834
msgid "The command after publishing is invalid:%s%s%s%s"
13361
14835
msgstr ""
13362
14836
 
 
14837
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
 
14838
msgid "The compiler file \"%s\" does not look correct:%s%s"
 
14839
msgstr ""
 
14840
 
13363
14841
#: lazarusidestrconsts.listhecomponentcannotbedeletedbecauseitisnotownedby
13364
14842
msgid "The component %s can not be deleted, because it is not owned by %s."
13365
14843
msgstr ""
13384
14862
msgid "The component name must be unique in all components on the form/datamodule.The name is compared case insensitive like a normal pascal identifier."
13385
14863
msgstr ""
13386
14864
 
 
14865
#: lazarusidestrconsts.listheconfigurationwillbedowngradedconverted
 
14866
msgid "The configuration will be downgraded/converted."
 
14867
msgstr ""
 
14868
 
 
14869
#: lazarusidestrconsts.listhecontainsanotexistingdirectory
 
14870
msgid "The %s contains a not existing directory:%s%s"
 
14871
msgstr ""
 
14872
 
 
14873
#: lazarusidestrconsts.listhecontainsastarcharacterlazarususesthisasnormalch
 
14874
msgid "The %s contains a star * character.%sLazarus uses this as normal character and does not expand this as file mask."
 
14875
msgstr ""
 
14876
 
13387
14877
#: lazarusidestrconsts.listhecurrentcompilerfilenameisnotavalidexecutablecho
13388
 
msgid "The current compiler filename %s%s%s%sis not a valid executable.%sChoose Ok to choose the default %s%s%s.%sOtherwise check Environment -> Environment Options -> Files"
 
14878
msgid "The current compiler filename %s%s%s%sis not a valid executable.%sChoose Ok to choose the default %s%s%s.%sOtherwise check Tools -> Options -> Files"
13389
14879
msgstr ""
13390
14880
 
13391
14881
#: lazarusidestrconsts.listhecurrentcompilerfilenameisnotavalidexecutableplease
13392
 
msgid "The current compiler filename %s%s%s%sis not a valid executable.%sPlease check Environment -> Environment Options -> Files"
 
14882
msgid "The current compiler filename %s%s%s%sis not a valid executable.%sPlease check Tools -> Options -> Files"
 
14883
msgstr ""
 
14884
 
 
14885
#: lazarusidestrconsts.listhecurrentfpchasnoconfigfileitwillprobablymisssome
 
14886
msgid "The current FPC has no config file. It will probably miss some units. Check your installation of fpc."
13393
14887
msgstr ""
13394
14888
 
13395
14889
#: lazarusidestrconsts.listhecurrentfreepascalsourcedirectorydoesnotlookcorr
13396
 
msgid "The current Free Pascal source directory %s%s%s%sdoes not look correct.%sChoose Ok to choose the default %s%s%s.%sOtherwise check Environment -> Environment Options -> Files"
 
14890
msgid "The current Free Pascal source directory %s%s%s%sdoes not look correct.%sChoose Ok to choose the default %s%s%s.%sOtherwise check Tools -> Options -> Files"
13397
14891
msgstr ""
13398
14892
 
13399
14893
#: lazarusidestrconsts.listhecurrentfreepascalsourcedirectorydoesnotlookcorr2
13400
 
msgid "The current Free Pascal source directory %s%s%s%sdoes not look correct.%sCheck Environment -> Environment Options -> Files"
 
14894
msgid "The current Free Pascal source directory %s%s%s%sdoes not look correct.%sCheck Tools -> Options -> Files"
13401
14895
msgstr ""
13402
14896
 
13403
14897
#: lazarusidestrconsts.listhecurrentlazarusdirectorydoesnotlookcorrectwithou
13404
 
msgid "The current Lazarus directory %s%s%s%sdoes not look correct.%sWithout it You will not be able to create LCL applications.%sChoose Ok to choose the default %s%s%s.%sOtherwise check Environment -> Environment Options -> Files"
 
14898
msgid "The current Lazarus directory %s%s%s%sdoes not look correct.%sWithout it You will not be able to create LCL applications.%sChoose Ok to choose the default %s%s%s.%sOtherwise check Tools -> Options -> Files"
13405
14899
msgstr ""
13406
14900
 
13407
14901
#: lazarusidestrconsts.listhecurrentlazarusdirectorydoesnotlookcorrectwithou2
13408
 
msgid "The current Lazarus directory %s%s%s%sdoes not look correct.%sWithout it You will not be able to create LCL applications.%sCheck Environment -> Environment Options -> Files"
13409
 
msgstr ""
13410
 
 
13411
 
#: lazarusidestrconsts.listhecurrentunitpathforthefileisthepathtothelclunits
13412
 
msgid "The current unit path for the file%s%s%s%s is%s%s%s%s.%s%sThe path to the LCL units %s%s%s is missing.%s%sHint for newbies:%sCreate a lazarus application and put the file into the project directory."
 
14902
msgid "The current Lazarus directory %s%s%s%sdoes not look correct.%sWithout it You will not be able to create LCL applications.%sCheck Tools -> Options -> Files"
13413
14903
msgstr ""
13414
14904
 
13415
14905
#: lazarusidestrconsts.listhedebuggerdoesnotexistsorisnotexecutableseeenviro
13416
 
msgid "The debugger %s%s%s%sdoes not exist or is not executable.%s%sSee Environment -> Debugger Options"
 
14906
msgid "The debugger %s%s%s%sdoes not exist or is not executable.%s%sSee Tools -> Options -> Debugger options"
13417
14907
msgstr ""
13418
14908
 
13419
14909
#: lazarusidestrconsts.listhedestinationdirectorydoesnotexist
13424
14914
msgid "The destination directory %s%s%s does not exist.%sPlease check the project target file name Menu > Project > Project Options."
13425
14915
msgstr ""
13426
14916
 
 
14917
#: lazarusidestrconsts.listhedirectorycontainsnoprojectincludefilesanymorere
 
14918
msgid "The directory \"%s\" contains no project include files any more. Remove this directory from the project's include search path?"
 
14919
msgstr ""
 
14920
 
 
14921
#: lazarusidestrconsts.listhedirectorycontainsnoprojectunitsanymoreremovethi
 
14922
msgid "The directory \"%s\" contains no project units any more. Remove this directory from the project's unit search path?"
 
14923
msgstr ""
 
14924
 
13427
14925
#: lazarusidestrconsts.listhedirectoryisnolongerneededintheunitpathremoveit
13428
14926
msgid "The directory %s%s%s is no longer needed in the unit path.%sRemove it?"
13429
14927
msgstr ""
13456
14954
msgid "The file %s%s%s is a symlink.%s%sOpen %s%s%s instead?"
13457
14955
msgstr ""
13458
14956
 
13459
 
#: lazarusidestrconsts.listhefileisnotadelphiprojectdpr
13460
 
msgid "The file %s%s%s is not a Delphi project (.dpr)"
13461
 
msgstr ""
13462
 
 
13463
 
#: lazarusidestrconsts.listhefileisnotadelphiunit
13464
 
msgid "The file %s%s%s is not a Delphi unit."
13465
 
msgstr ""
13466
 
 
13467
14957
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
13468
14958
msgid "The file %s%s%s is not a lazarus project.%sCreate a new project for this %s?"
13469
14959
msgstr ""
13470
14960
 
 
14961
#: lazarusidestrconsts.listhefilemaskisinvalid
 
14962
msgid "The file mask \"%s\" is invalid."
 
14963
msgstr ""
 
14964
 
 
14965
#: lazarusidestrconsts.listhefilemaskisnotavalidregularexpression
 
14966
msgid "The file mask \"%s\" is not a valid regular expression."
 
14967
msgstr ""
 
14968
 
13471
14969
#: lazarusidestrconsts.listhefileseemstobeaprogramclosecurrentproject
13472
14970
msgid "The file %s%s%s%sseems to be a program. Close current project and create a new lazarus project for this program?%s\"No\" will load the file as normal source."
13473
14971
msgstr ""
13493
14991
msgid "The first build mode is the default mode and must be stored in the project, not in the session."
13494
14992
msgstr ""
13495
14993
 
13496
 
#: lazarusidestrconsts.listhefirstbuildmodeisthedefaultmodeandmustbestoredin2
13497
 
msgctxt "lazarusidestrconsts.listhefirstbuildmodeisthedefaultmodeandmustbestoredin2"
13498
 
msgid "The first build mode is the default mode and must be stored in the project, not in the session."
13499
 
msgstr ""
13500
 
 
13501
14994
#: lazarusidestrconsts.listhefollowingmethodsusedbyarenotinthesourceremoveth
13502
14995
msgid "The following methods used by %s are not in the source%s%s%s%s%s%sRemove the dangling references?"
13503
14996
msgstr ""
13504
14997
 
 
14998
#: lazarusidestrconsts.listhefpcsourcedirectorydoesnotlookcorrect
 
14999
msgid "The FPC source directory \"%s\" does not look correct:%s%s"
 
15000
msgstr ""
 
15001
 
 
15002
#: lazarusidestrconsts.listhefreepascalcompilerexecutabletypicallyhasthename
 
15003
msgid "The Free Pascal compiler executable typically has the name \"%s\". You can also use the target specific compiler like \"%s\". Please give the full file path."
 
15004
msgstr ""
 
15005
 
13505
15006
#: lazarusidestrconsts.listhefreepascalcompilerfilenamewasnotfounditisrecomm
13506
15007
msgid "The Free Pascal compiler (filename: %s) was not found.%sIt is recommended that you install fpc."
13507
15008
msgstr ""
13508
15009
 
13509
15010
#: lazarusidestrconsts.listhefreepascalsourcedirectorywasnotfoundsomecodefun
13510
 
msgid "The Free Pascal source directory was not found.%sSome code functions will not work.%sIt is recommended that you install it and set the path%sEnvironment -> Environment Options -> Files"
 
15011
msgid "The Free Pascal source directory was not found.%sSome code functions will not work.%sIt is recommended that you install it and set the path%sTools -> Options -> Files"
13511
15012
msgstr ""
13512
15013
 
13513
15014
#: lazarusidestrconsts.listhegnudebuggerthroughsshallowstoremotedebugviaassh
13514
 
msgid "The GNU debugger through ssh allows to remote debug via a ssh connection. See docs/RemoteDebugging.txt for details. The path must contain the ssh client filename, the hostname with an optional username and the filename of gdb on the remote computer. For example: %s/usr/bin/ssh username@hostname gdb%s or: %s/usr/bin/setsid /usr/bin/ssh username@hostname gdb%s"
 
15015
msgid "The GNU debugger through ssh allows one to remote debug via a ssh connection. See docs/RemoteDebugging.txt for details. The path must contain the ssh client filename, the hostname with an optional username and the filename of gdb on the remote computer. For example: %s/usr/bin/ssh username@hostname gdb%s or: %s/usr/bin/setsid /usr/bin/ssh username@hostname gdb%s"
13515
15016
msgstr ""
13516
15017
 
13517
15018
#: lazarusidestrconsts.listheidentifierisaunitpleaseusethefilesaveasfunction
13530
15031
msgid "The launching application %s%s%s%sdoes not exist or is not executable.%s%sSee Run -> Run parameters -> Local"
13531
15032
msgstr ""
13532
15033
 
 
15034
#: lazarusidestrconsts.listhelazarusdirectorycontainsthesourcesoftheideandth
 
15035
msgid "The Lazarus directory contains the sources of the IDE and the package files of LCL and many standard packages. For example it contains the file \"ide%slazarus.lpi\". The translation files are located there too."
 
15036
msgstr ""
 
15037
 
 
15038
#: lazarusidestrconsts.listhelazarusdirectorydoesnotlookcorrect
 
15039
msgid "The Lazarus directory \"%s\" does not look correct:%s%s"
 
15040
msgstr ""
 
15041
 
13533
15042
#: lazarusidestrconsts.listhelazarusdirectorywasnotfoundyouwillnotbeabletocr
13534
 
msgid "The Lazarus directory was not found.%sYou will not be able to create LCL applications.%sPlease check Environment -> Environment Options -> Files"
 
15043
msgid "The Lazarus directory was not found.%sYou will not be able to create LCL applications.%sPlease check Tools -> Options -> Files"
13535
15044
msgstr ""
13536
15045
 
13537
15046
#: lazarusidestrconsts.listhelfmlazarusformfilecontainsinvalidpropertiesthis
13538
15047
msgid "The LFM (Lazarus form) file contains invalid properties. This means for example it contains some properties/classes, which do not exist in the current LCL. The normal fix is to remove these properties from the lfm and fix the pascal code manually."
13539
15048
msgstr ""
13540
15049
 
 
15050
#: lazarusidestrconsts.listhemacrodoesnotbeginwith
 
15051
msgid "The macro \"%s\" does not begin with \"%s\"."
 
15052
msgstr ""
 
15053
 
13541
15054
#: lazarusidestrconsts.listhenameisnotavalidpascalidentifier
13542
15055
msgid "The name %s%s%s is not a valid pascal identifier."
13543
15056
msgstr ""
13550
15063
msgid "The new unit is not yet in the unit search path.%sAdd directory %s?"
13551
15064
msgstr ""
13552
15065
 
 
15066
#: lazarusidestrconsts.listheoldconfigurationwillbeupgraded
 
15067
msgid "The old configuration will be upgraded."
 
15068
msgstr ""
 
15069
 
13553
15070
#: lazarusidestrconsts.listheothersourcescontainsadirectorywhichisalreadyint
13554
15071
msgid "The \"Other sources\" contains a directory which is already in the \"Other unit files\".%s%s"
13555
15072
msgstr ""
13598
15115
msgid "The package already contains a unit with this name."
13599
15116
msgstr ""
13600
15117
 
 
15118
#: lazarusidestrconsts.listhepackagecannotbeinstalledbecauseitrequireswhichi
 
15119
msgid "The package %s can not be installed, because it requires the package \"%s\", which is a runtime only package."
 
15120
msgstr ""
 
15121
 
13601
15122
#: lazarusidestrconsts.listhepackagecannotbeuninstalledbecauseitisneededbyth
13602
15123
msgid "The package %s can not be uninstalled, because it is needed by the IDE itself."
13603
15124
msgstr ""
13606
15127
msgid "The package %s does not have any \"Register\" procedure, which typically means, it does not provide any IDE addon. Installing it will probably only increase the size of the IDE and may even make it unstable.%s%sHint: If you want to use a package in your project, use the \"Add to project\" menu item."
13607
15128
msgstr ""
13608
15129
 
 
15130
#: lazarusidestrconsts.listhepackageisalreadyinthelist
 
15131
msgid "The package %s is already in the list"
 
15132
msgstr ""
 
15133
 
 
15134
#: lazarusidestrconsts.listhepackageisnotadesigntimepackageitcannotbeinstall
 
15135
msgid "The package %s is not a design time package. It can not be installed in the IDE"
 
15136
msgstr ""
 
15137
 
 
15138
#: lazarusidestrconsts.listhepathofmakeisnotcorrect
 
15139
msgid "The path of \"make\" is not correct: \"%s\""
 
15140
msgstr ""
 
15141
 
13609
15142
#: lazarusidestrconsts.listheprogrammakewasnotfoundthistoolisneededtobuildla
13610
15143
msgid "The program %smake%s was not found.%sThis tool is needed to build lazarus.%s"
13611
15144
msgstr ""
13615
15148
msgstr ""
13616
15149
 
13617
15150
#: lazarusidestrconsts.listheprojectdoesnotusethelclunitinterfacesbutitseems
13618
 
msgid "The project does not use the LCL unit interfaces, but it seems it needs it.%sYou will get strange linker errors if you use the LCL forms without interfaces."
 
15151
msgid "The project does not use the LCL unit interfaces, which is required by LCLBase.%sYou will get strange linker errors if you use the LCL without interfaces."
13619
15152
msgstr ""
13620
15153
 
13621
15154
#: lazarusidestrconsts.listheprojecthasnomainsourcefile
13631
15164
msgstr ""
13632
15165
 
13633
15166
#: lazarusidestrconsts.listheprojectmustbesavedbeforebuildingifyousetthetest
13634
 
msgid "The project must be saved before building%sIf you set the Test Directory in the environment options,%syou can create new projects and build them at once.%sSave project?"
 
15167
msgid "The project must be saved before building%sIf you set the Test Directory in the IDE options,%syou can create new projects and build them at once.%sSave project?"
13635
15168
msgstr ""
13636
15169
 
13637
15170
#: lazarusidestrconsts.listheprojectusestargetosandcputhesystemppuforthistar
13650
15183
msgid "There is a file with the same name and a similar extension ond disk%sFile: %s%sAmbiguous File: %s%s%sDelete ambiguous file?"
13651
15184
msgstr ""
13652
15185
 
13653
 
#: lazarusidestrconsts.listhereisalreadyabuildmacrowiththename
13654
 
msgid "There is already a build macro with the name %s%s%s."
13655
 
msgstr ""
13656
 
 
13657
15186
#: lazarusidestrconsts.listhereisalreadyacomponentwiththisname
13658
15187
msgid "There is already a component with this name"
13659
15188
msgstr ""
13662
15191
msgid "There is already a form with the name %s%s%s"
13663
15192
msgstr ""
13664
15193
 
 
15194
#: lazarusidestrconsts.listhereisalreadyamacrowiththename
 
15195
msgid "There is already a macro with the name %s%s%s."
 
15196
msgstr ""
 
15197
 
13665
15198
#: lazarusidestrconsts.listhereisalreadyanidemacrowiththename
13666
15199
msgid "There is already an IDE macro with the name \"%s\""
13667
15200
msgstr ""
13668
15201
 
 
15202
#: lazarusidestrconsts.listhereisalreadyapackageinthelist
 
15203
msgid "There is already a package %s in the list"
 
15204
msgstr ""
 
15205
 
13669
15206
#: lazarusidestrconsts.listhereisalreadyaunitwiththenamepascalidentifiersmus
13670
15207
msgid "There is already a unit with the name %s%s%s. Pascal identifiers must be unique."
13671
15208
msgstr ""
13698
15235
msgid "The root component can not be deleted."
13699
15236
msgstr ""
13700
15237
 
 
15238
#: lazarusidestrconsts.listhesefileswillbedeleted
 
15239
msgid "These files will be deleted"
 
15240
msgstr ""
 
15241
 
13701
15242
#: lazarusidestrconsts.listhesesettingsarestoredwiththeproject
13702
15243
msgid "These settings are stored with the project."
13703
15244
msgstr ""
13706
15247
msgid "These units were not found:"
13707
15248
msgstr ""
13708
15249
 
13709
 
#: lazarusidestrconsts.listhetestdirectorycouldnotbefoundseeenvironmentopt
13710
 
msgid "The Test Directory could not be found:%s%s%s%s%s(see environment options)"
 
15250
#: lazarusidestrconsts.listhesourcesofthefreepascalpackagesarerequiredforbro
 
15251
msgid "The sources of the Free Pascal packages are required for browsing and code completion. For example it has the file \"%s\"."
 
15252
msgstr ""
 
15253
 
 
15254
#: lazarusidestrconsts.listhetestdirectorycouldnotbefoundseeideopt
 
15255
msgid "The Test Directory could not be found:%s%s%s%s%s(see IDE options)"
13711
15256
msgstr ""
13712
15257
 
13713
15258
#: lazarusidestrconsts.listheunitalreadyexistsignorewillforcetherenaming
13727
15272
msgstr ""
13728
15273
 
13729
15274
#: lazarusidestrconsts.listheunitisnotlowercasethefreepascalcompiler
13730
 
msgid "The unit filename %s%s%s is not lowercase.%sThe FreePascal compiler does not search for all cases. It is recommended to use lowercase filename.%s%sRename file lowercase?"
 
15275
msgid "The unit filename %s%s%s is not lowercase.%sThe Free Pascal compiler does not search for all cases. It is recommended to use lowercase filename.%s%sRename file lowercase?"
 
15276
msgstr ""
 
15277
 
 
15278
#: lazarusidestrconsts.listheunitispartofthefpcsourcesbutthecorrespondingfpd
 
15279
msgid "The unit %s is part of the FPC sources, but the corresponding fpdoc xml file was not found.%sEither you have not yet added the fpcdocs directory to the search path or the unit is not yet documented.%sThe fpdoc files for the FPC sources can be downloaded from: %s%sPlease add the directory in the fpdoc editor options.%sIn order to create a new file the directory must be writable."
13731
15280
msgstr ""
13732
15281
 
13733
15282
#: lazarusidestrconsts.listheunitisusedbyotherfilesupdatereferencesautomatic
13762
15311
msgid "This project has no main source file"
13763
15312
msgstr ""
13764
15313
 
 
15314
#: lazarusidestrconsts.listhisprojecthasonlythedefaultbuildmode
 
15315
msgid "This project has only the default build mode."
 
15316
msgstr ""
 
15317
 
13765
15318
#: lazarusidestrconsts.listhissetofoptionstobuildlazarusisnotsupportedbythis
13766
15319
msgid "This set of options to build Lazarus is not supported by this installation.%sThe directory %s%s%s is not writable.%sSee the Lazarus website for other ways to install Lazarus."
13767
15320
msgstr ""
13770
15323
msgid "This statement can not be extracted.%sPlease select some code to extract a new procedure/method."
13771
15324
msgstr ""
13772
15325
 
13773
 
#: lazarusidestrconsts.listhiswillcreateacircle
13774
 
msgid "This will create a circle."
13775
 
msgstr ""
 
15326
#: lazarusidestrconsts.listhiswillcreateacirculardependency
 
15327
msgid "This will create a circular dependency."
 
15328
msgstr ""
 
15329
 
 
15330
#: lazarusidestrconsts.listhreads
 
15331
msgctxt "lazarusidestrconsts.listhreads"
 
15332
msgid "Threads"
 
15333
msgstr ""
 
15334
 
 
15335
#: lazarusidestrconsts.listhreadscurrent
 
15336
msgctxt "lazarusidestrconsts.listhreadscurrent"
 
15337
msgid "Current"
 
15338
msgstr ""
 
15339
 
 
15340
#: lazarusidestrconsts.listhreadsfunc
 
15341
msgctxt "lazarusidestrconsts.listhreadsfunc"
 
15342
msgid "Function"
 
15343
msgstr ""
 
15344
 
 
15345
#: lazarusidestrconsts.listhreadsgoto
 
15346
msgid "Goto"
 
15347
msgstr ""
 
15348
 
 
15349
#: lazarusidestrconsts.listhreadsline
 
15350
msgctxt "lazarusidestrconsts.listhreadsline"
 
15351
msgid "Line"
 
15352
msgstr "Reël"
 
15353
 
 
15354
#: lazarusidestrconsts.listhreadsnotevaluated
 
15355
msgid "Threads not evaluated"
 
15356
msgstr ""
 
15357
 
 
15358
#: lazarusidestrconsts.listhreadssrc
 
15359
msgctxt "lazarusidestrconsts.listhreadssrc"
 
15360
msgid "Source"
 
15361
msgstr ""
 
15362
 
 
15363
#: lazarusidestrconsts.listhreadsstate
 
15364
msgctxt "lazarusidestrconsts.listhreadsstate"
 
15365
msgid "State"
 
15366
msgstr "Staat"
13776
15367
 
13777
15368
#: lazarusidestrconsts.listinfobuildautocloseonsuccess
13778
15369
msgid "&Automatically close on success"
13834
15425
msgid "To install you must compile and restart the IDE"
13835
15426
msgstr ""
13836
15427
 
13837
 
#: lazarusidestrconsts.listop
13838
 
msgctxt "lazarusidestrconsts.listop"
13839
 
msgid "Top"
13840
 
msgstr ""
13841
 
 
13842
15428
#: lazarusidestrconsts.listopanchoring
13843
15429
msgid "Top anchoring"
13844
15430
msgstr ""
13847
15433
msgid "Top borderspace. This value is added to base borderspace and used for the space above the control."
13848
15434
msgstr ""
13849
15435
 
 
15436
#: lazarusidestrconsts.listopinfoview
 
15437
msgid "Show Class/Proc Hint"
 
15438
msgstr ""
 
15439
 
13850
15440
#: lazarusidestrconsts.listops
13851
15441
msgid "Tops"
13852
15442
msgstr ""
13919
15509
msgid "%s bytes"
13920
15510
msgstr ""
13921
15511
 
13922
 
#: lazarusidestrconsts.lisuidclear
13923
 
msgid "Clear"
13924
 
msgstr ""
13925
 
 
13926
15512
#: lazarusidestrconsts.lisuidincludedby
13927
15513
msgid "Included by:"
13928
15514
msgstr ""
13945
15531
msgid "no"
13946
15532
msgstr "nee"
13947
15533
 
13948
 
#: lazarusidestrconsts.lisuidok
13949
 
msgctxt "lazarusidestrconsts.lisuidok"
13950
 
msgid "Ok"
13951
 
msgstr ""
13952
 
 
13953
15534
#: lazarusidestrconsts.lisuidpathsreadonly
13954
15535
msgid "Paths (Read Only)"
13955
15536
msgstr ""
13958
15539
msgid "Size:"
13959
15540
msgstr ""
13960
15541
 
13961
 
#: lazarusidestrconsts.lisuidsrc
13962
 
msgid "Src"
13963
 
msgstr ""
13964
 
 
13965
15542
#: lazarusidestrconsts.lisuidtype
13966
15543
msgid "Type:"
13967
15544
msgstr "Tipe:"
13999
15576
msgid "Unable to add setting"
14000
15577
msgstr ""
14001
15578
 
 
15579
#: lazarusidestrconsts.lisunabletoaddthedependencybecausethepackagehasalread
 
15580
msgid "Unable to add the dependency %s, because the package %s has already a dependency %s"
 
15581
msgstr ""
 
15582
 
 
15583
#: lazarusidestrconsts.lisunabletoaddthedependencybecausethepackagehasalread2
 
15584
msgid "Unable to add the dependency %s, because the package %s has already a dependency to %s"
 
15585
msgstr ""
 
15586
 
 
15587
#: lazarusidestrconsts.lisunabletoaddthedependencybecausethiswouldcreatea
 
15588
msgid "Unable to add the dependency %s, because this would create a circular dependency. Dependency %s"
 
15589
msgstr ""
 
15590
 
14002
15591
#: lazarusidestrconsts.lisunabletoaddtoprojectbecausethereisalreadyaunitwith
14003
15592
msgid "Unable to add %s to project, because there is already a unit with the same name in the Project."
14004
15593
msgstr ""
14011
15600
msgid "%s%sUnable to change class of %s to %s"
14012
15601
msgstr ""
14013
15602
 
 
15603
#: lazarusidestrconsts.lisunabletochangeprojecttitleinsource
 
15604
msgid "Unable to change project title in source.%s%s"
 
15605
msgstr ""
 
15606
 
14014
15607
#: lazarusidestrconsts.lisunabletocleanupdestinationdirectory
14015
15608
msgid "Unable to clean up destination directory"
14016
15609
msgstr ""
14079
15672
msgid "Unable to create link %s%s%s with target %s%s%s"
14080
15673
msgstr ""
14081
15674
 
14082
 
#: lazarusidestrconsts.lisunabletocreatenewmethodpleasefixtheerrorshownin
14083
 
msgid "Unable to create new method. Please fix the error shown in the message window."
 
15675
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
 
15676
msgid "Unable to create new file, because there is already a directory with this name."
 
15677
msgstr ""
 
15678
 
 
15679
#: lazarusidestrconsts.lisunabletocreatenewmethod
 
15680
msgid "Unable to create new method."
14084
15681
msgstr ""
14085
15682
 
14086
15683
#: lazarusidestrconsts.lisunabletocreatetemporarylfmbuffer
14108
15705
msgstr ""
14109
15706
 
14110
15707
#: lazarusidestrconsts.lisunabletofindfilechecksearchpathinprojectcompileroption
14111
 
msgid "Unable to find file %s%s%s.%sIf it belongs to your project, check search path in%sProject->Compiler Options...->Search Paths->Other Unit Files. If this file belongs to a package, check the appropriate package compiler options. If this file belongs to lazarus, make sure compiling clean. If the file belongs to FPC then check fpc.cfg. If unsure, check Project -> CompilerOptions ... -> Test"
 
15708
msgid "Unable to find file %s%s%s.%sIf it belongs to your project, check search path in%sProject -> Compiler Options -> Search Paths -> Other Unit Files. If this file belongs to a package, check the appropriate package compiler options. If this file belongs to lazarus, make sure compiling clean. If the file belongs to FPC then check fpc.cfg. If unsure, check Project -> CompilerOptions -> Test"
14112
15709
msgstr ""
14113
15710
 
14114
15711
#: lazarusidestrconsts.lisunabletofindinlfmstream
14115
15712
msgid "Unable to find %s in LFM Stream."
14116
15713
msgstr ""
14117
15714
 
14118
 
#: lazarusidestrconsts.lisunabletofindmethodpleasefixtheerrorshowninthemessage
14119
 
msgid "Unable to find method. Please fix the error shown in the message window."
 
15715
#: lazarusidestrconsts.lisunabletofindmethod
 
15716
msgid "Unable to find method."
14120
15717
msgstr ""
14121
15718
 
14122
15719
#: lazarusidestrconsts.lisunabletofindpascalunitpasppforlfmfile
14123
15720
msgid "Unable to find pascal unit (.pas,.pp) for .lfm file%s%s%s%s"
14124
15721
msgstr ""
14125
15722
 
14126
 
#: lazarusidestrconsts.lisunabletofindtheunitofcomponentclass
14127
 
msgid "Unable to find the unit of component class %s%s%s."
 
15723
#: lazarusidestrconsts.lisunabletofindthecomponentclassitisnotregisteredviar
 
15724
msgid "Unable to find the component class \"%s\".%sIt is not registered via RegisterClass and no lfm was found.%sIt is needed by unit:%s%s"
14128
15725
msgstr ""
14129
15726
 
14130
15727
#: lazarusidestrconsts.lisunabletogathereditorchanges
14139
15736
msgid "Unable to load file:%s%s"
14140
15737
msgstr ""
14141
15738
 
 
15739
#: lazarusidestrconsts.lisunabletoloadfile2
 
15740
msgid "unable to load file %s: %s"
 
15741
msgstr ""
 
15742
 
14142
15743
#: lazarusidestrconsts.lisunabletoloadoldresourcefiletheresourcefileis
14143
15744
msgid "Unable to load old resource file.%sThe resource file is the first include file in the%sinitialization section.%sFor example {$I %s.lrs}.%sProbably a syntax error."
14144
15745
msgstr ""
14179
15780
msgid "Unable to read file %s%s%s."
14180
15781
msgstr ""
14181
15782
 
 
15783
#: lazarusidestrconsts.lisunabletoreadlpi
 
15784
msgid "Unable to read lpi"
 
15785
msgstr ""
 
15786
 
14182
15787
#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
14183
15788
msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
14184
15789
msgid "Unable to read the project info file%s%s%s%s."
14193
15798
msgid "Unable to remove old backup file %s%s%s!"
14194
15799
msgstr ""
14195
15800
 
 
15801
#: lazarusidestrconsts.lisunabletoremoveprojecttitlefromsource
 
15802
msgid "Unable to remove project title from source.%s%s"
 
15803
msgstr ""
 
15804
 
14196
15805
#: lazarusidestrconsts.lisunabletorenameambiguousfileto
14197
15806
msgid "Unable to rename ambiguous file %s%s%s%sto %s%s%s"
14198
15807
msgstr ""
14233
15842
msgid "Unable to set AnchorSide Control"
14234
15843
msgstr ""
14235
15844
 
14236
 
#: lazarusidestrconsts.lisunabletoshowmethodpleasefixtheerrorshowninthemessage
14237
 
msgid "Unable to show method. Please fix the error shown in the message window."
 
15845
#: lazarusidestrconsts.lisunabletoshowmethod
 
15846
msgid "Unable to show method."
14238
15847
msgstr ""
14239
15848
 
14240
15849
#: lazarusidestrconsts.lisunabletostreamselectedcomponents
14257
15866
msgid "Unable to update CreateForm statement in project source"
14258
15867
msgstr ""
14259
15868
 
14260
 
#: lazarusidestrconsts.lisunabletoupdatethebinaryresourcefilefromfilethetext
14261
 
msgid "Unable to update the binary resource file%s%s%sfrom file the text resource file%s%s%s%sProbably the text file is corrupt."
14262
 
msgstr ""
14263
 
 
14264
15869
#: lazarusidestrconsts.lisunabletowrite
14265
15870
msgid "Unable to write %s%s%s%s%s."
14266
15871
msgstr ""
14297
15902
msgid "Unable to write xml stream to %s%sError: %s"
14298
15903
msgstr ""
14299
15904
 
 
15905
#: lazarusidestrconsts.lisuncheckall
 
15906
msgid "Uncheck All"
 
15907
msgstr ""
 
15908
 
 
15909
#: lazarusidestrconsts.lisundo
 
15910
msgctxt "lazarusidestrconsts.lisundo"
 
15911
msgid "Undo"
 
15912
msgstr "Ontdoen"
 
15913
 
14300
15914
#: lazarusidestrconsts.lisunexpectedresultthedebuggerwillterminate
14301
15915
msgid "Unexpected result:%sThe debugger will terminate"
14302
15916
msgstr ""
14303
15917
 
 
15918
#: lazarusidestrconsts.lisuninstall
 
15919
msgid "Uninstall %s"
 
15920
msgstr ""
 
15921
 
14304
15922
#: lazarusidestrconsts.lisuninstallimpossible
14305
15923
msgid "Uninstall impossible"
14306
15924
msgstr ""
14333
15951
msgid "Unit name contains ..."
14334
15952
msgstr ""
14335
15953
 
14336
 
#: lazarusidestrconsts.lisunitnotfound
14337
 
msgid "A unit not found in"
 
15954
#: lazarusidestrconsts.lisunitnotfoundinproject
 
15955
msgid "A unit not found in project %s"
14338
15956
msgstr ""
14339
15957
 
14340
15958
#: lazarusidestrconsts.lisunitoutputdirectory
14349
15967
msgid "Unit paths"
14350
15968
msgstr ""
14351
15969
 
14352
 
#: lazarusidestrconsts.lisunitsnotfound2
14353
 
msgid "Units not found in"
 
15970
#: lazarusidestrconsts.lisunitsnotfoundinproject
 
15971
msgid "Units not found in project %s"
14354
15972
msgstr ""
14355
15973
 
14356
15974
#: lazarusidestrconsts.lisunsigned
14361
15979
msgid "Unused units"
14362
15980
msgstr ""
14363
15981
 
14364
 
#: lazarusidestrconsts.lisupdatepreview
14365
 
msgid "Update preview"
 
15982
#: lazarusidestrconsts.lisunusualcompilerfilenameusuallyitstartswithfpcppcor
 
15983
msgid "Unusual compiler file name. Usually it starts with fpc, ppc or ppcross."
14366
15984
msgstr ""
14367
15985
 
 
15986
#: lazarusidestrconsts.lisup
 
15987
msgctxt "lazarusidestrconsts.lisup"
 
15988
msgid "Up"
 
15989
msgstr "Op"
 
15990
 
14368
15991
#: lazarusidestrconsts.lisupdatereferences
14369
15992
msgid "Update references?"
14370
15993
msgstr ""
14371
15994
 
 
15995
#: lazarusidestrconsts.lisupgrade
 
15996
msgid "Upgrade"
 
15997
msgstr ""
 
15998
 
 
15999
#: lazarusidestrconsts.lisupgradeconfiguration
 
16000
msgid "Upgrade configuration"
 
16001
msgstr ""
 
16002
 
14372
16003
#: lazarusidestrconsts.lisuppercasestring
14373
16004
msgid "uppercase string"
14374
16005
msgstr ""
14382
16013
msgstr ""
14383
16014
 
14384
16015
#: lazarusidestrconsts.lisuse
14385
 
msgid "Use..."
 
16016
msgid "Use >>"
14386
16017
msgstr ""
14387
16018
 
14388
16019
#: lazarusidestrconsts.lisuseansistrings
14389
16020
msgid "Use Ansistrings"
14390
16021
msgstr ""
14391
16022
 
 
16023
#: lazarusidestrconsts.lisusedesigntimepackages
 
16024
msgid "Use design time packages"
 
16025
msgstr ""
 
16026
 
14392
16027
#: lazarusidestrconsts.lisuseexcludefilter
14393
 
msgid "Use Exclude Filter"
 
16028
msgid "Use exclude filter"
14394
16029
msgstr ""
14395
16030
 
14396
16031
#: lazarusidestrconsts.lisuseidentifier
14402
16037
msgstr ""
14403
16038
 
14404
16039
#: lazarusidestrconsts.lisuseincludefilter
14405
 
msgid "Use Include Filter"
 
16040
msgid "Use include filter"
14406
16041
msgstr ""
14407
16042
 
14408
16043
#: lazarusidestrconsts.lisuselaunchingapplicationgroupbox
14409
16044
msgid "Launching application"
14410
16045
msgstr ""
14411
16046
 
 
16047
#: lazarusidestrconsts.lisusemessagefile
 
16048
msgid "Use message file:"
 
16049
msgstr ""
 
16050
 
14412
16051
#: lazarusidestrconsts.lisusepackageinpackage
14413
16052
msgid "Use package %s in package %s"
14414
16053
msgstr ""
14429
16068
msgid "User's home directory"
14430
16069
msgstr ""
14431
16070
 
 
16071
#: lazarusidestrconsts.lisuseunit
 
16072
msgctxt "lazarusidestrconsts.lisuseunit"
 
16073
msgid "Add Unit to Uses Section"
 
16074
msgstr ""
 
16075
 
14432
16076
#: lazarusidestrconsts.lisuseunitinunit
14433
16077
msgid "Use unit %s in unit %s"
14434
16078
msgstr ""
14438
16082
msgstr ""
14439
16083
 
14440
16084
#: lazarusidestrconsts.lisvalue
14441
 
msgid "Value:"
 
16085
msgctxt "lazarusidestrconsts.lisvalue"
 
16086
msgid "Value"
14442
16087
msgstr ""
14443
16088
 
14444
16089
#: lazarusidestrconsts.lisvalue2
14445
16090
msgid "Value%s"
14446
16091
msgstr ""
14447
16092
 
 
16093
#: lazarusidestrconsts.lisvalue3
 
16094
msgid "Value: "
 
16095
msgstr ""
 
16096
 
14448
16097
#: lazarusidestrconsts.lisvalues
14449
16098
msgid "Values"
14450
16099
msgstr ""
14451
16100
 
 
16101
#: lazarusidestrconsts.lisvariable
 
16102
msgctxt "lazarusidestrconsts.lisvariable"
 
16103
msgid "Variable"
 
16104
msgstr ""
 
16105
 
14452
16106
#: lazarusidestrconsts.lisverifymethodcalls
14453
16107
msgid "Verify method calls"
14454
16108
msgstr ""
14457
16111
msgid "Version"
14458
16112
msgstr ""
14459
16113
 
 
16114
#: lazarusidestrconsts.lisversionmismatch
 
16115
msgid "Version mismatch"
 
16116
msgstr ""
 
16117
 
14460
16118
#: lazarusidestrconsts.lisvertical
14461
16119
msgid "Vertical"
14462
16120
msgstr ""
14466
16124
msgstr ""
14467
16125
 
14468
16126
#: lazarusidestrconsts.lisviewbreakpointproperties
14469
 
msgid "View Breakpoint Properties"
 
16127
msgctxt "lazarusidestrconsts.lisviewbreakpointproperties"
 
16128
msgid "Breakpoint Properties ..."
14470
16129
msgstr ""
14471
16130
 
14472
16131
#: lazarusidestrconsts.lisviewprojectunits
 
16132
msgctxt "lazarusidestrconsts.lisviewprojectunits"
14473
16133
msgid "View Project Units"
14474
16134
msgstr ""
14475
16135
 
 
16136
#: lazarusidestrconsts.lisviewsource
 
16137
msgid "View Source"
 
16138
msgstr ""
 
16139
 
 
16140
#: lazarusidestrconsts.lisviewsourcedisass
 
16141
msgctxt "lazarusidestrconsts.lisviewsourcedisass"
 
16142
msgid "View Assembler"
 
16143
msgstr ""
 
16144
 
14476
16145
#: lazarusidestrconsts.lisviewsourcelfm
14477
16146
msgid "View Source (.lfm)"
14478
16147
msgstr ""
14485
16154
msgid "Reset Result List"
14486
16155
msgstr ""
14487
16156
 
 
16157
#: lazarusidestrconsts.liswarning
 
16158
msgid "Warning: "
 
16159
msgstr ""
 
16160
 
14488
16161
#: lazarusidestrconsts.liswarningambiguousfilefoundsourcefileis
14489
16162
msgid "Warning: ambiguous file found: %s%s%s. Source file is: %s%s%s"
14490
16163
msgstr ""
14497
16170
msgid "&Watch"
14498
16171
msgstr ""
14499
16172
 
 
16173
#: lazarusidestrconsts.liswatchdata
 
16174
msgid "Watch:"
 
16175
msgstr ""
 
16176
 
 
16177
#: lazarusidestrconsts.liswatchkind
 
16178
msgid "Watch action"
 
16179
msgstr ""
 
16180
 
 
16181
#: lazarusidestrconsts.liswatchkindread
 
16182
msgid "Read"
 
16183
msgstr ""
 
16184
 
 
16185
#: lazarusidestrconsts.liswatchkindreadwrite
 
16186
msgid "Read/Write"
 
16187
msgstr ""
 
16188
 
 
16189
#: lazarusidestrconsts.liswatchkindwrite
 
16190
msgid "Write"
 
16191
msgstr ""
 
16192
 
 
16193
#: lazarusidestrconsts.liswatchpoint
 
16194
msgid "&Data/Watch Breakpoint ..."
 
16195
msgstr ""
 
16196
 
 
16197
#: lazarusidestrconsts.liswatchpointbreakpoint
 
16198
msgid "&Data/watch Breakpoint ..."
 
16199
msgstr ""
 
16200
 
14500
16201
#: lazarusidestrconsts.liswatchpropert
14501
16202
msgid "Watch Properties"
14502
16203
msgstr ""
14503
16204
 
 
16205
#: lazarusidestrconsts.liswatchscope
 
16206
msgid "Watch scope"
 
16207
msgstr ""
 
16208
 
 
16209
#: lazarusidestrconsts.liswatchscopeglobal
 
16210
msgctxt "lazarusidestrconsts.liswatchscopeglobal"
 
16211
msgid "Global"
 
16212
msgstr ""
 
16213
 
 
16214
#: lazarusidestrconsts.liswatchscopelocal
 
16215
msgid "Declaration"
 
16216
msgstr ""
 
16217
 
 
16218
#: lazarusidestrconsts.liswatchtowatchpoint
 
16219
msgid "Create &Data/Watch Breakpoint ..."
 
16220
msgstr ""
 
16221
 
 
16222
#: lazarusidestrconsts.liswelcometolazaruside
 
16223
msgid "Welcome to Lazarus IDE %s"
 
16224
msgstr ""
 
16225
 
 
16226
#: lazarusidestrconsts.liswelcometolazarusthereisalreadyaconfigurationfromve
 
16227
msgid "Welcome to Lazarus %s%s%sThere is already a configuration from version %s in%s%s%s"
 
16228
msgstr ""
 
16229
 
 
16230
#: lazarusidestrconsts.liswhatneedsbuilding
 
16231
msgid "What needs building"
 
16232
msgstr ""
 
16233
 
14504
16234
#: lazarusidestrconsts.liswhenaunitisrenamedupdatereferences
14505
 
msgid "When a unit is renamed, update references ..."
 
16235
msgid "When a unit is renamed, update references"
14506
16236
msgstr ""
14507
16237
 
14508
16238
#: lazarusidestrconsts.liswhenenabledthecurrentoptionsaresavedtothetemplatew
14521
16251
msgid ", with includes "
14522
16252
msgstr ""
14523
16253
 
 
16254
#: lazarusidestrconsts.liswithoutapropercompilerthecodebrowsingandcompilingw
 
16255
msgid "Without a proper compiler the code browsing and compiling will be disappointing."
 
16256
msgstr ""
 
16257
 
 
16258
#: lazarusidestrconsts.liswithoutaproperlazarusdirectoryyouwillgetalotofwarn
 
16259
msgid "Without a proper Lazarus directory you will get a lot of warnings."
 
16260
msgstr ""
 
16261
 
 
16262
#: lazarusidestrconsts.liswithouttheproperfpcsourcescodebrowsingandcompletio
 
16263
msgid "Without the proper FPC sources code browsing and completion will be very limited."
 
16264
msgstr ""
 
16265
 
14524
16266
#: lazarusidestrconsts.liswithrequiredpackages
14525
16267
msgid "With required packages"
14526
16268
msgstr ""
14527
16269
 
14528
 
#: lazarusidestrconsts.liswladd
14529
 
msgid "&Add"
14530
 
msgstr "Voeg by"
14531
 
 
14532
 
#: lazarusidestrconsts.liswldelete
14533
 
msgid "&Delete"
14534
 
msgstr "&Skrap"
14535
 
 
14536
16270
#: lazarusidestrconsts.liswldeleteall
14537
16271
msgid "De&lete All"
14538
16272
msgstr ""
14545
16279
msgid "E&nable All"
14546
16280
msgstr ""
14547
16281
 
14548
 
#: lazarusidestrconsts.liswlenabled
14549
 
msgid "&Enabled"
14550
 
msgstr ""
14551
 
 
14552
16282
#: lazarusidestrconsts.liswlexpression
14553
16283
msgid "Expression"
14554
16284
msgstr ""
14558
16288
msgstr "&Eienskappe"
14559
16289
 
14560
16290
#: lazarusidestrconsts.liswlwatchlist
14561
 
msgid "Watch list"
 
16291
msgid "Watch List"
14562
16292
msgstr ""
14563
16293
 
14564
16294
#: lazarusidestrconsts.liswordatcursorincurrenteditor
14573
16303
msgid "Working directory for run"
14574
16304
msgstr ""
14575
16305
 
 
16306
#: lazarusidestrconsts.lisworkingdirectorynotfound
 
16307
msgid "Working directory %s not found"
 
16308
msgstr ""
 
16309
 
14576
16310
#: lazarusidestrconsts.liswriteerror
14577
16311
msgid "Write Error"
14578
16312
msgstr ""
14581
16315
msgid "Write error: %s%sFile: %s%s%s"
14582
16316
msgstr ""
14583
16317
 
 
16318
#: lazarusidestrconsts.liswrongversionin
 
16319
msgid "wrong version in %s: %s"
 
16320
msgstr ""
 
16321
 
14584
16322
#: lazarusidestrconsts.lisxmlerror
14585
16323
msgid "XML Error"
14586
16324
msgstr ""
14593
16331
msgid "XML parser error in file %s%sError: %s"
14594
16332
msgstr ""
14595
16333
 
 
16334
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
 
16335
msgid "You can disable this for individual forms via the package editor"
 
16336
msgstr ""
 
16337
 
14596
16338
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepopupmenu
14597
16339
msgid "You can disable this for individual forms via the popup menu in the project inspector"
14598
16340
msgstr ""
14610
16352
msgid "Add package unit to uses section"
14611
16353
msgstr ""
14612
16354
 
 
16355
#: lazarusidestrconsts.regdlgbinary
 
16356
msgctxt "lazarusidestrconsts.regdlgbinary"
 
16357
msgid "Binary"
 
16358
msgstr ""
 
16359
 
 
16360
#: lazarusidestrconsts.regdlgdecimal
 
16361
msgctxt "lazarusidestrconsts.regdlgdecimal"
 
16362
msgid "Decimal"
 
16363
msgstr ""
 
16364
 
 
16365
#: lazarusidestrconsts.regdlgdisplaytypeforselectedregisters
 
16366
msgid "Display type for selected Registers"
 
16367
msgstr ""
 
16368
 
 
16369
#: lazarusidestrconsts.regdlgformat
 
16370
msgid "Format"
 
16371
msgstr ""
 
16372
 
 
16373
#: lazarusidestrconsts.regdlghex
 
16374
msgid "Hex"
 
16375
msgstr ""
 
16376
 
 
16377
#: lazarusidestrconsts.regdlgoctal
 
16378
msgid "Octal"
 
16379
msgstr ""
 
16380
 
 
16381
#: lazarusidestrconsts.regdlgraw
 
16382
msgid "Raw"
 
16383
msgstr ""
 
16384
 
14613
16385
#: lazarusidestrconsts.rsaddinverse
14614
16386
msgid "Add Inverse"
14615
16387
msgstr ""
14658
16430
msgid "Enable i18n"
14659
16431
msgstr ""
14660
16432
 
14661
 
#: lazarusidestrconsts.rsenteroneormorephrasesthatyouwanttosearchorfilterin
14662
 
msgid "Enter one or more phrases that you want to Search or Filter in the list, separated by space, or comma"
14663
 
msgstr ""
14664
 
 
14665
 
#: lazarusidestrconsts.rsfilterthelistwiththecurrentfilterexpression
14666
 
msgid "Filter the list with the current filter expression"
 
16433
#: lazarusidestrconsts.rsfilterthelistwithstring
 
16434
msgid "Filter the lines in list with a string"
14667
16435
msgstr ""
14668
16436
 
14669
16437
#: lazarusidestrconsts.rsformdatafiledfm
14674
16442
msgid "Found, but not listed here: "
14675
16443
msgstr ""
14676
16444
 
14677
 
#: lazarusidestrconsts.rsgotothenextiteminthesearchlist
14678
 
msgid "Go to the next item in the search list"
14679
 
msgstr ""
14680
 
 
14681
16445
#: lazarusidestrconsts.rsi18noptions
14682
16446
msgid "i18n Options"
14683
16447
msgstr ""
14684
16448
 
14685
16449
#: lazarusidestrconsts.rsincludeversioninfoinexecutable
14686
 
msgid "Include Version Info in executable"
 
16450
msgid "Include version info in executable"
14687
16451
msgstr ""
14688
16452
 
14689
16453
#: lazarusidestrconsts.rsiwpcustomposition
14707
16471
msgid "Restore window size"
14708
16472
msgstr ""
14709
16473
 
 
16474
#: lazarusidestrconsts.rsiwpsplittercustomposition
 
16475
msgid "Custom Size"
 
16476
msgstr ""
 
16477
 
 
16478
#: lazarusidestrconsts.rsiwpsplitterdefault
 
16479
msgid "Default Size"
 
16480
msgstr ""
 
16481
 
 
16482
#: lazarusidestrconsts.rsiwpsplitterfollowwindow
 
16483
msgid "Restore with window"
 
16484
msgstr ""
 
16485
 
 
16486
#: lazarusidestrconsts.rsiwpsplitterrestorewindowgeometry
 
16487
msgid "Restore Size"
 
16488
msgstr ""
 
16489
 
14710
16490
#: lazarusidestrconsts.rsiwpusewindowmanagersetting
14711
16491
msgid "Use windowmanager setting"
14712
16492
msgstr ""
14713
16493
 
14714
 
#: lazarusidestrconsts.rskey
14715
 
msgctxt "lazarusidestrconsts.rskey"
14716
 
msgid "Key"
14717
 
msgstr "Sleutel"
14718
 
 
14719
16494
#: lazarusidestrconsts.rslanguageafrikaans
14720
16495
msgid "Afrikaans"
14721
16496
msgstr "Afrikaans"
14788
16563
msgid "Polish"
14789
16564
msgstr ""
14790
16565
 
14791
 
#: lazarusidestrconsts.rslanguageportugues
 
16566
#: lazarusidestrconsts.rslanguageportuguese
14792
16567
msgid "Portuguese"
14793
16568
msgstr ""
14794
16569
 
 
16570
#: lazarusidestrconsts.rslanguageportuguesebr
 
16571
msgid "Brazilian Portuguese"
 
16572
msgstr ""
 
16573
 
14795
16574
#: lazarusidestrconsts.rslanguagerussian
14796
16575
msgid "Russian"
14797
16576
msgstr "Rusies"
14824
16603
msgid "Mi&nor version:"
14825
16604
msgstr ""
14826
16605
 
14827
 
#: lazarusidestrconsts.rsok
14828
 
msgid "ok"
14829
 
msgstr ""
14830
 
 
14831
16606
#: lazarusidestrconsts.rsotherinfo
14832
16607
msgid "Other info"
14833
16608
msgstr ""
14836
16611
msgid "PO Output Directory:"
14837
16612
msgstr ""
14838
16613
 
14839
 
#: lazarusidestrconsts.rsremove
14840
 
msgid "&Remove"
14841
 
msgstr ""
14842
 
 
14843
 
#: lazarusidestrconsts.rsresetfilter
14844
 
msgid "Reset filter"
14845
 
msgstr ""
14846
 
 
14847
16614
#: lazarusidestrconsts.rsrevision
14848
16615
msgid "&Revision:"
14849
16616
msgstr ""
14860
16627
msgid "Start a new search"
14861
16628
msgstr ""
14862
16629
 
14863
 
#: lazarusidestrconsts.rsvalue
14864
 
msgctxt "lazarusidestrconsts.rsvalue"
14865
 
msgid "Value"
14866
 
msgstr "Waarde"
14867
 
 
14868
16630
#: lazarusidestrconsts.rsversionnumbering
14869
16631
msgid "Version numbering"
14870
16632
msgstr ""
14871
16633
 
14872
 
#: lazarusidestrconsts.srkmalreadyconnected
14873
 
msgid " The key \"%s\" is already connected to \"%s\"."
14874
 
msgstr ""
14875
 
 
14876
 
#: lazarusidestrconsts.srkmalternkey
14877
 
msgid "Alternative key (or 2 keys combination)"
14878
 
msgstr ""
14879
 
 
14880
16634
#: lazarusidestrconsts.srkmcarhelpmenu
14881
16635
msgid "Help menu commands"
14882
16636
msgstr ""
14901
16655
msgid "Text editing commands"
14902
16656
msgstr ""
14903
16657
 
14904
 
#: lazarusidestrconsts.srkmcatenvmenu
14905
 
msgid "Environment menu commands"
14906
 
msgstr ""
14907
 
 
14908
16658
#: lazarusidestrconsts.srkmcatfilemenu
14909
16659
msgid "File menu commands"
14910
16660
msgstr ""
14913
16663
msgid "Text folding commands"
14914
16664
msgstr ""
14915
16665
 
 
16666
#: lazarusidestrconsts.srkmcatmacrorecording
 
16667
msgctxt "lazarusidestrconsts.srkmcatmacrorecording"
 
16668
msgid "Macros"
 
16669
msgstr "Makro's"
 
16670
 
14916
16671
#: lazarusidestrconsts.srkmcatmarker
14917
16672
msgid "Text marker commands"
14918
16673
msgstr ""
14994
16749
msgid "abort build"
14995
16750
msgstr ""
14996
16751
 
 
16752
#: lazarusidestrconsts.srkmecabstractmethods
 
16753
msgid "Abstract Methods ..."
 
16754
msgstr ""
 
16755
 
 
16756
#: lazarusidestrconsts.srkmecaddbpaddress
 
16757
msgid "add address breakpoint"
 
16758
msgstr ""
 
16759
 
 
16760
#: lazarusidestrconsts.srkmecaddbpsource
 
16761
msgid "add source breakpoint"
 
16762
msgstr ""
 
16763
 
 
16764
#: lazarusidestrconsts.srkmecaddbpwatchpoint
 
16765
msgid "add data/watchpoint"
 
16766
msgstr ""
 
16767
 
14997
16768
#: lazarusidestrconsts.srkmecaddjumppoint
14998
 
msgid "Add jump point"
 
16769
msgid "Add Jump Point"
14999
16770
msgstr ""
15000
16771
 
15001
16772
#: lazarusidestrconsts.srkmecaddwatch
15058
16829
msgid "build program/project"
15059
16830
msgstr ""
15060
16831
 
15061
 
#: lazarusidestrconsts.srkmecbuildall
15062
 
msgid "build all files of program/project"
15063
 
msgstr ""
15064
 
 
15065
16832
#: lazarusidestrconsts.srkmecbuildfile
15066
16833
msgid "build file"
15067
16834
msgstr ""
15074
16841
msgid "Char"
15075
16842
msgstr ""
15076
16843
 
 
16844
#: lazarusidestrconsts.srkmeccleanupcompiled
 
16845
msgid "clean up build files"
 
16846
msgstr ""
 
16847
 
15077
16848
#: lazarusidestrconsts.srkmecclearall
15078
16849
msgid "Delete whole text"
15079
16850
msgstr ""
15082
16853
msgid "Codetools defines editor"
15083
16854
msgstr ""
15084
16855
 
15085
 
#: lazarusidestrconsts.srkmeccodetoolsoptions
15086
 
msgid "Codetools options"
15087
 
msgstr ""
15088
 
 
15089
16856
#: lazarusidestrconsts.srkmeccolseldown
15090
16857
msgid "Column Select Down"
15091
16858
msgstr ""
15150
16917
msgid "Column selection mode"
15151
16918
msgstr ""
15152
16919
 
 
16920
#: lazarusidestrconsts.srkmeccompile
 
16921
msgid "compile program/project"
 
16922
msgstr ""
 
16923
 
15153
16924
#: lazarusidestrconsts.srkmeccompileroptions
15154
16925
msgid "compiler options"
15155
16926
msgstr ""
15156
16927
 
15157
16928
#: lazarusidestrconsts.srkmeccompletecode
15158
 
msgid "Complete code"
 
16929
#, fuzzy
 
16930
#| msgid "Complete code"
 
16931
msgctxt "lazarusidestrconsts.srkmeccompletecode"
 
16932
msgid "Complete Code"
15159
16933
msgstr "Voltooi bron"
15160
16934
 
15161
16935
#: lazarusidestrconsts.srkmecconfigbuildfile
15178
16952
msgid "Copy editor to prior free window"
15179
16953
msgstr ""
15180
16954
 
15181
 
#: lazarusidestrconsts.srkmeccustomtool
15182
 
msgid "Custom tool %d"
15183
 
msgstr ""
15184
 
 
15185
16955
#: lazarusidestrconsts.srkmeccut
15186
16956
msgid "Cut selection to clipboard"
15187
16957
msgstr ""
15219
16989
msgid "Diff"
15220
16990
msgstr ""
15221
16991
 
 
16992
#: lazarusidestrconsts.srkmecdown
 
16993
msgid "Move cursor down"
 
16994
msgstr ""
 
16995
 
15222
16996
#: lazarusidestrconsts.srkmeceditorbottom
15223
16997
msgid "Move cursor to absolute end"
15224
16998
msgstr ""
15227
17001
msgid "Move cursor to absolute beginning"
15228
17002
msgstr ""
15229
17003
 
 
17004
#: lazarusidestrconsts.srkmecemptymethods
 
17005
msgid "Empty Methods ..."
 
17006
msgstr ""
 
17007
 
15230
17008
#: lazarusidestrconsts.srkmecenvironmentoptions
15231
17009
msgid "IDE options"
15232
17010
msgstr ""
15236
17014
msgstr ""
15237
17015
 
15238
17016
#: lazarusidestrconsts.srkmecextractproc
15239
 
msgid "Extract procedure"
 
17017
msgctxt "lazarusidestrconsts.srkmecextractproc"
 
17018
msgid "Extract Procedure"
15240
17019
msgstr ""
15241
17020
 
15242
17021
#: lazarusidestrconsts.srkmecexttool
15248
17027
msgstr ""
15249
17028
 
15250
17029
#: lazarusidestrconsts.srkmecfind
15251
 
msgid "Find text"
 
17030
#, fuzzy
 
17031
#| msgid "Find text"
 
17032
msgid "Find Text"
15252
17033
msgstr "Vind volgende"
15253
17034
 
15254
17035
#: lazarusidestrconsts.srkmecfindblockotherend
15260
17041
msgstr ""
15261
17042
 
15262
17043
#: lazarusidestrconsts.srkmecfinddeclaration
15263
 
msgid "Find declaration"
 
17044
msgid "Find Declaration"
15264
17045
msgstr ""
15265
17046
 
15266
17047
#: lazarusidestrconsts.srkmecfindidentifierrefs
15267
 
msgid "Find identifier references"
 
17048
msgid "Find Identifier References"
15268
17049
msgstr ""
15269
17050
 
15270
17051
#: lazarusidestrconsts.srkmecfindinfiles
15271
 
msgid "Find in files"
 
17052
#, fuzzy
 
17053
#| msgid "Find in files"
 
17054
msgid "Find in Files"
15272
17055
msgstr "Vind in leêrs"
15273
17056
 
15274
17057
#: lazarusidestrconsts.srkmecfindnext
15275
 
msgid "Find next"
 
17058
#, fuzzy
 
17059
#| msgid "Find next"
 
17060
msgctxt "lazarusidestrconsts.srkmecfindnext"
 
17061
msgid "Find Next"
15276
17062
msgstr "Vind volgende"
15277
17063
 
15278
17064
#: lazarusidestrconsts.srkmecfindnextwordoccurrence
15279
 
msgid "Find next word occurrence"
 
17065
msgid "Find Next Word Occurrence"
15280
17066
msgstr ""
15281
17067
 
15282
17068
#: lazarusidestrconsts.srkmecfindoverloads
15283
 
msgid "Find overloads"
 
17069
msgid "Find Overloads"
 
17070
msgstr ""
 
17071
 
 
17072
#: lazarusidestrconsts.srkmecfindoverloadscapt
 
17073
msgid "Find Overloads ..."
15284
17074
msgstr ""
15285
17075
 
15286
17076
#: lazarusidestrconsts.srkmecfindprevious
15287
 
msgid "Find previous"
 
17077
#, fuzzy
 
17078
#| msgid "Find previous"
 
17079
msgid "Find Previous"
15288
17080
msgstr "Vind vorige"
15289
17081
 
15290
17082
#: lazarusidestrconsts.srkmecfindprevwordoccurrence
15291
 
msgid "Find previous word occurrence"
 
17083
msgid "Find Previous Word Occurrence"
15292
17084
msgstr ""
15293
17085
 
15294
17086
#: lazarusidestrconsts.srkmecfindproceduredefinition
15295
 
msgid "Find procedure definiton"
 
17087
msgid "Find Procedure Definiton"
15296
17088
msgstr ""
15297
17089
 
15298
17090
#: lazarusidestrconsts.srkmecfindproceduremethod
15299
 
msgid "Find procedure method"
 
17091
msgid "Find Procedure Method"
15300
17092
msgstr ""
15301
17093
 
15302
17094
#: lazarusidestrconsts.srkmecfoldcurrent
15312
17104
msgstr ""
15313
17105
 
15314
17106
#: lazarusidestrconsts.srkmecgotoincludedirective
15315
 
msgid "Go to to include directive of current include file"
 
17107
msgid "Go to include directive of current include file"
15316
17108
msgstr ""
15317
17109
 
15318
17110
#: lazarusidestrconsts.srkmecgotolinenumber
15319
 
msgid "Go to line number"
 
17111
msgid "Go to Line Number"
15320
17112
msgstr ""
15321
17113
 
15322
17114
#: lazarusidestrconsts.srkmecgotomarker
15328
17120
msgstr ""
15329
17121
 
15330
17122
#: lazarusidestrconsts.srkmecguessmisplacedifdef
15331
 
msgid "Guess misplaced $IFDEF"
 
17123
msgid "Guess Misplaced $IFDEF"
 
17124
msgstr ""
 
17125
 
 
17126
#: lazarusidestrconsts.srkmechalfwordleft
 
17127
msgid "Move cursor half-word left"
 
17128
msgstr ""
 
17129
 
 
17130
#: lazarusidestrconsts.srkmechalfwordright
 
17131
msgid "Move cursor half-word right"
15332
17132
msgstr ""
15333
17133
 
15334
17134
#: lazarusidestrconsts.srkmecimestr
15379
17179
msgid "Insert current date and time"
15380
17180
msgstr ""
15381
17181
 
 
17182
#: lazarusidestrconsts.srkmecinsertfilename
 
17183
msgid "Insert Full Filename"
 
17184
msgstr ""
 
17185
 
15382
17186
#: lazarusidestrconsts.srkmecinsertgplnotice
15383
17187
msgid "Insert GPL notice"
15384
17188
msgstr ""
15395
17199
msgid "Break line, leave cursor"
15396
17200
msgstr ""
15397
17201
 
 
17202
#: lazarusidestrconsts.srkmecinsertmitnotice
 
17203
msgid "Insert MIT notice"
 
17204
msgstr ""
 
17205
 
15398
17206
#: lazarusidestrconsts.srkmecinsertmode
15399
17207
msgid "Insert Mode"
15400
17208
msgstr ""
15412
17220
msgstr "inspekteur"
15413
17221
 
15414
17222
#: lazarusidestrconsts.srkmecinvertassignment
15415
 
msgid "Invert assignment"
 
17223
msgctxt "lazarusidestrconsts.srkmecinvertassignment"
 
17224
msgid "Invert Assignment"
 
17225
msgstr ""
 
17226
 
 
17227
#: lazarusidestrconsts.srkmecleft
 
17228
msgid "Move cursor left"
15416
17229
msgstr ""
15417
17230
 
15418
17231
#: lazarusidestrconsts.srkmeclinebreak
15440
17253
msgstr ""
15441
17254
 
15442
17255
#: lazarusidestrconsts.srkmecmakeresourcestring
15443
 
msgid "Make resource string"
 
17256
msgid "Make Resource String"
15444
17257
msgstr ""
15445
17258
 
15446
17259
#: lazarusidestrconsts.srkmecmatchbracket
15496
17309
msgstr ""
15497
17310
 
15498
17311
#: lazarusidestrconsts.srkmecopenfileatcursor
15499
 
msgid "Open file at cursor"
 
17312
msgid "Open File at Cursor"
15500
17313
msgstr ""
15501
17314
 
15502
17315
#: lazarusidestrconsts.srkmecoverwritemode
15555
17368
msgid "quick compile, no linking"
15556
17369
msgstr ""
15557
17370
 
15558
 
#: lazarusidestrconsts.srkmecquit
15559
 
msgid "Quit"
15560
 
msgstr ""
15561
 
 
15562
17371
#: lazarusidestrconsts.srkmecremovebreakpoint
15563
 
msgid "remove break point"
 
17372
msgid "remove breakpoint"
15564
17373
msgstr ""
15565
17374
 
15566
17375
#: lazarusidestrconsts.srkmecremoveemptymethods
15567
 
msgid "Remove empty methods"
 
17376
msgid "Remove Empty Methods"
15568
17377
msgstr ""
15569
17378
 
15570
17379
#: lazarusidestrconsts.srkmecremoveunusedunits
15571
 
msgid "Remove unused units"
 
17380
msgid "Remove Unused Units"
15572
17381
msgstr ""
15573
17382
 
15574
17383
#: lazarusidestrconsts.srkmecrenameidentifier
15575
 
msgid "Rename identifier"
 
17384
msgid "Rename Identifier"
15576
17385
msgstr ""
15577
17386
 
15578
17387
#: lazarusidestrconsts.srkmecreplace
15579
 
msgid "Replace text"
 
17388
#, fuzzy
 
17389
#| msgid "Replace text"
 
17390
msgid "Replace Text"
15580
17391
msgstr "Vervang teks"
15581
17392
 
15582
17393
#: lazarusidestrconsts.srkmecreportingbug
 
17394
msgctxt "lazarusidestrconsts.srkmecreportingbug"
15583
17395
msgid "Reporting a bug"
15584
 
msgstr ""
 
17396
msgstr "Rapporteer 'n probleem..."
15585
17397
 
15586
17398
#: lazarusidestrconsts.srkmecresetdebugger
15587
17399
msgid "reset debugger"
15588
17400
msgstr ""
15589
17401
 
 
17402
#: lazarusidestrconsts.srkmecright
 
17403
msgid "Move cursor right"
 
17404
msgstr ""
 
17405
 
15590
17406
#: lazarusidestrconsts.srkmecrun
15591
17407
msgid "run program"
15592
17408
msgstr "hardloop program"
15599
17415
msgid "run parameters"
15600
17416
msgstr ""
15601
17417
 
15602
 
#: lazarusidestrconsts.srkmecsave
15603
 
msgctxt "lazarusidestrconsts.srkmecsave"
15604
 
msgid "Save"
15605
 
msgstr "Stoor"
15606
 
 
15607
17418
#: lazarusidestrconsts.srkmecscrolldown
15608
17419
msgid "Scroll down one line"
15609
17420
msgstr ""
15627
17438
#: lazarusidestrconsts.srkmecselectall
15628
17439
msgctxt "lazarusidestrconsts.srkmecselectall"
15629
17440
msgid "Select All"
15630
 
msgstr ""
 
17441
msgstr "Kies alles"
15631
17442
 
15632
17443
#: lazarusidestrconsts.srkmecselectiontabs2spaces
15633
17444
msgid "Convert tabs to spaces in selection"
15645
17456
msgid "Select Goto XY"
15646
17457
msgstr ""
15647
17458
 
 
17459
#: lazarusidestrconsts.srkmecselhalfwordleft
 
17460
msgid "Select half-word left"
 
17461
msgstr ""
 
17462
 
 
17463
#: lazarusidestrconsts.srkmecselhalfwordright
 
17464
msgid "Select half-word right"
 
17465
msgstr ""
 
17466
 
15648
17467
#: lazarusidestrconsts.srkmecselleft
15649
 
msgid "SelLeft"
 
17468
msgid "Select Left"
15650
17469
msgstr ""
15651
17470
 
15652
17471
#: lazarusidestrconsts.srkmecsellineend
 
17472
msgctxt "lazarusidestrconsts.srkmecsellineend"
15653
17473
msgid "Select Line End"
15654
17474
msgstr ""
15655
17475
 
15656
17476
#: lazarusidestrconsts.srkmecsellinestart
 
17477
msgctxt "lazarusidestrconsts.srkmecsellinestart"
15657
17478
msgid "Select Line Start"
15658
17479
msgstr ""
15659
17480
 
15662
17483
msgstr ""
15663
17484
 
15664
17485
#: lazarusidestrconsts.srkmecselpagebottom
 
17486
msgctxt "lazarusidestrconsts.srkmecselpagebottom"
15665
17487
msgid "Select Page Bottom"
15666
17488
msgstr ""
15667
17489
 
15678
17500
msgstr ""
15679
17501
 
15680
17502
#: lazarusidestrconsts.srkmecselpagetop
 
17503
msgctxt "lazarusidestrconsts.srkmecselpagetop"
15681
17504
msgid "Select Page Top"
15682
17505
msgstr ""
15683
17506
 
15686
17509
msgstr ""
15687
17510
 
15688
17511
#: lazarusidestrconsts.srkmecselright
15689
 
msgid "SelRight"
 
17512
msgid "Select Right"
15690
17513
msgstr ""
15691
17514
 
15692
17515
#: lazarusidestrconsts.srkmecselup
15693
17516
msgid "Select Up"
15694
17517
msgstr ""
15695
17518
 
 
17519
#: lazarusidestrconsts.srkmecselwordendleft
 
17520
msgid "Select word-end left"
 
17521
msgstr ""
 
17522
 
 
17523
#: lazarusidestrconsts.srkmecselwordendright
 
17524
msgid "Select word-end right"
 
17525
msgstr ""
 
17526
 
15696
17527
#: lazarusidestrconsts.srkmecselwordleft
 
17528
msgctxt "lazarusidestrconsts.srkmecselwordleft"
15697
17529
msgid "Select Word Left"
15698
17530
msgstr ""
15699
17531
 
15700
17532
#: lazarusidestrconsts.srkmecselwordright
 
17533
msgctxt "lazarusidestrconsts.srkmecselwordright"
15701
17534
msgid "Select Word Right"
15702
17535
msgstr ""
15703
17536
 
15715
17548
msgstr ""
15716
17549
 
15717
17550
#: lazarusidestrconsts.srkmecshowabstractmethods
15718
 
msgid "Show abstract methods"
 
17551
msgid "Show Abstract Methods"
15719
17552
msgstr ""
15720
17553
 
15721
17554
#: lazarusidestrconsts.srkmecshowcodecontext
15722
 
msgid "Show code context"
 
17555
msgid "Show Code Context"
15723
17556
msgstr ""
15724
17557
 
15725
17558
#: lazarusidestrconsts.srkmecshowexecutionpoint
15730
17563
msgid "stop program"
15731
17564
msgstr ""
15732
17565
 
 
17566
#: lazarusidestrconsts.srkmecsynmacroplay
 
17567
msgid "Play Macro"
 
17568
msgstr ""
 
17569
 
 
17570
#: lazarusidestrconsts.srkmecsynmacrorecord
 
17571
msgid "Record Macro"
 
17572
msgstr ""
 
17573
 
15733
17574
#: lazarusidestrconsts.srkmecsynpsyncroedcellend
15734
17575
msgctxt "lazarusidestrconsts.srkmecsynpsyncroedcellend"
15735
17576
msgid "Goto last pos in cell"
15825
17666
msgstr ""
15826
17667
 
15827
17668
#: lazarusidestrconsts.srkmecsyntaxcheck
15828
 
msgid "Syntax check"
 
17669
msgid "Syntax Check"
15829
17670
msgstr ""
15830
17671
 
15831
17672
#: lazarusidestrconsts.srkmectoggleassembler
15833
17674
msgstr ""
15834
17675
 
15835
17676
#: lazarusidestrconsts.srkmectogglebreakpoint
15836
 
msgid "toggle break point"
 
17677
msgid "toggle breakpoint"
15837
17678
msgstr ""
15838
17679
 
15839
17680
#: lazarusidestrconsts.srkmectogglebreakpoints
15929
17770
msgid "unknown editor command"
15930
17771
msgstr ""
15931
17772
 
 
17773
#: lazarusidestrconsts.srkmecunusedunits
 
17774
msgid "Unused Units ..."
 
17775
msgstr ""
 
17776
 
 
17777
#: lazarusidestrconsts.srkmecup
 
17778
msgid "Move cursor up"
 
17779
msgstr ""
 
17780
 
15932
17781
#: lazarusidestrconsts.srkmecuserfirst
15933
17782
msgid "User First"
15934
17783
msgstr ""
15945
17794
msgid "View forms"
15946
17795
msgstr ""
15947
17796
 
 
17797
#: lazarusidestrconsts.srkmecviewhistory
 
17798
msgctxt "lazarusidestrconsts.srkmecviewhistory"
 
17799
msgid "View History"
 
17800
msgstr ""
 
17801
 
 
17802
#: lazarusidestrconsts.srkmecviewpseudoterminal
 
17803
msgctxt "lazarusidestrconsts.srkmecviewpseudoterminal"
 
17804
msgid "View Terminal Output"
 
17805
msgstr ""
 
17806
 
 
17807
#: lazarusidestrconsts.srkmecviewtaborder
 
17808
msgid "View Tab Order"
 
17809
msgstr ""
 
17810
 
 
17811
#: lazarusidestrconsts.srkmecviewthreads
 
17812
msgctxt "lazarusidestrconsts.srkmecviewthreads"
 
17813
msgid "View Threads"
 
17814
msgstr ""
 
17815
 
15948
17816
#: lazarusidestrconsts.srkmecviewunitdependencies
15949
17817
msgid "View unit dependencies"
15950
17818
msgstr ""
15958
17826
msgstr ""
15959
17827
 
15960
17828
#: lazarusidestrconsts.srkmecwordcompletion
15961
 
msgid "Word completion"
 
17829
msgid "Word Completion"
 
17830
msgstr ""
 
17831
 
 
17832
#: lazarusidestrconsts.srkmecwordendleft
 
17833
msgid "Move cursor word-end left"
 
17834
msgstr ""
 
17835
 
 
17836
#: lazarusidestrconsts.srkmecwordendright
 
17837
msgid "Move cursor word-end right"
15962
17838
msgstr ""
15963
17839
 
15964
17840
#: lazarusidestrconsts.srkmecwordleft
15977
17853
msgid "Edit Keys"
15978
17854
msgstr ""
15979
17855
 
15980
 
#: lazarusidestrconsts.srkmgrabkey
15981
 
msgid "Grab key"
15982
 
msgstr ""
15983
 
 
15984
 
#: lazarusidestrconsts.srkmgrabsecondkey
15985
 
msgid "Grab second key"
15986
 
msgstr ""
15987
 
 
15988
 
#: lazarusidestrconsts.srkmkey
15989
 
msgid "Key (or 2 keys combination)"
15990
 
msgstr ""
15991
 
 
15992
 
#: lazarusidestrconsts.srkmpresskey
15993
 
msgid "Please press a key ..."
15994
 
msgstr ""
15995
 
 
15996
17856
#: lazarusidestrconsts.synffoldcommentsinselection
15997
17857
msgid "Fold comments in selection"
15998
17858
msgstr ""
16002
17862
msgstr ""
16003
17863
 
16004
17864
#: lazarusidestrconsts.synfunfoldallinselection
16005
 
msgid "Unfold all in Selection"
 
17865
msgid "Unfold all in selection"
16006
17866
msgstr ""
16007
17867
 
16008
17868
#: lazarusidestrconsts.synfunfoldcommentsinselection
16009
 
msgid "Unfold comments in Selection"
 
17869
msgid "Unfold comments in selection"
16010
17870
msgstr ""
16011
17871
 
16012
17872
#: lazarusidestrconsts.uefilerocap
16025
17885
msgid "Locked"
16026
17886
msgstr ""
16027
17887
 
 
17888
#: lazarusidestrconsts.uemacrorecording
 
17889
msgid "Recording"
 
17890
msgstr ""
 
17891
 
 
17892
#: lazarusidestrconsts.uemacrorecordingpaused
 
17893
msgid "Rec-pause"
 
17894
msgstr ""
 
17895
 
16028
17896
#: lazarusidestrconsts.uemaddwatchatcursor
16029
17897
msgid "Add &Watch At Cursor"
16030
17898
msgstr ""
16031
17899
 
 
17900
#: lazarusidestrconsts.uemaddwatchpointatcursor
 
17901
msgid "Add Watch&Point At Cursor"
 
17902
msgstr ""
 
17903
 
16032
17904
#: lazarusidestrconsts.uembookmarkn
16033
17905
msgid "Bookmark"
16034
17906
msgstr ""
16041
17913
msgid "&Close Page"
16042
17914
msgstr "Sluit Bladsy"
16043
17915
 
16044
 
#: lazarusidestrconsts.uemcompletecode
16045
 
msgctxt "lazarusidestrconsts.uemcompletecode"
16046
 
msgid "Complete Code"
16047
 
msgstr "Voltooi Bron"
16048
 
 
16049
 
#: lazarusidestrconsts.uemcopy
16050
 
msgctxt "lazarusidestrconsts.uemcopy"
16051
 
msgid "Copy"
16052
 
msgstr "Kopieer"
16053
 
 
16054
17916
#: lazarusidestrconsts.uemcopyfilename
16055
17917
#, fuzzy
16056
17918
#| msgid "Copy filename"
16058
17920
msgstr "Kopieer lêer"
16059
17921
 
16060
17922
#: lazarusidestrconsts.uemcopytonewwindow
16061
 
msgid "Clone to new Window"
 
17923
msgid "Clone to New Window"
16062
17924
msgstr ""
16063
17925
 
16064
17926
#: lazarusidestrconsts.uemcopytootherwindow
16065
 
msgid "Clone to other Window"
 
17927
msgid "Clone to Other Window"
16066
17928
msgstr ""
16067
17929
 
16068
17930
#: lazarusidestrconsts.uemcopytootherwindownew
16070
17932
msgid "New Window"
16071
17933
msgstr ""
16072
17934
 
16073
 
#: lazarusidestrconsts.uemcut
16074
 
msgctxt "lazarusidestrconsts.uemcut"
16075
 
msgid "Cut"
16076
 
msgstr "Sny"
16077
 
 
16078
17935
#: lazarusidestrconsts.uemdebugword
16079
17936
msgid "Debug"
16080
17937
msgstr ""
16081
17938
 
16082
17939
#: lazarusidestrconsts.uemeditorproperties
16083
 
msgid "Editor properties"
16084
 
msgstr ""
16085
 
 
16086
 
#: lazarusidestrconsts.uemencloseselection
16087
 
msgctxt "lazarusidestrconsts.uemencloseselection"
16088
 
msgid "Enclose Selection"
 
17940
msgid "Editor Properties"
16089
17941
msgstr ""
16090
17942
 
16091
17943
#: lazarusidestrconsts.uemencoding
16093
17945
msgstr ""
16094
17946
 
16095
17947
#: lazarusidestrconsts.uemevaluatemodify
16096
 
msgid "&Evaluate/Modify..."
16097
 
msgstr ""
16098
 
 
16099
 
#: lazarusidestrconsts.uemextractproc
16100
 
msgctxt "lazarusidestrconsts.uemextractproc"
16101
 
msgid "Extract Procedure"
 
17948
msgid "&Evaluate/Modify ..."
16102
17949
msgstr ""
16103
17950
 
16104
17951
#: lazarusidestrconsts.uemfinddeclaration
16105
17952
msgid "&Find Declaration"
16106
17953
msgstr ""
16107
17954
 
16108
 
#: lazarusidestrconsts.uemfindidentifierreferences
16109
 
msgid "Find Identifier References"
 
17955
#: lazarusidestrconsts.uemfindinotherwindow
 
17956
msgid "Find in other Window"
16110
17957
msgstr ""
16111
17958
 
16112
17959
#: lazarusidestrconsts.uemgotobookmark
16118
17965
msgstr ""
16119
17966
 
16120
17967
#: lazarusidestrconsts.ueminspect
16121
 
msgid "&Inspect..."
16122
 
msgstr ""
 
17968
msgctxt "lazarusidestrconsts.ueminspect"
 
17969
msgid "&Inspect ..."
 
17970
msgstr "Inspekteur..."
16123
17971
 
16124
17972
#: lazarusidestrconsts.ueminvertassignment
 
17973
msgctxt "lazarusidestrconsts.ueminvertassignment"
16125
17974
msgid "Invert Assignment"
16126
17975
msgstr ""
16127
17976
 
16128
17977
#: lazarusidestrconsts.uemlineending
16129
 
msgid "Line ending"
 
17978
msgid "Line Ending"
16130
17979
msgstr ""
16131
17980
 
16132
17981
#: lazarusidestrconsts.uemlockpage
16134
17983
msgstr ""
16135
17984
 
16136
17985
#: lazarusidestrconsts.uemmovepageleft
16137
 
msgid "Move page left"
 
17986
#, fuzzy
 
17987
#| msgid "Move page left"
 
17988
msgid "Move Page Left"
16138
17989
msgstr "Skyf bladsy links"
16139
17990
 
16140
17991
#: lazarusidestrconsts.uemmovepageleftmost
16141
 
msgid "Move page leftmost"
 
17992
#, fuzzy
 
17993
#| msgid "Move page leftmost"
 
17994
msgid "Move Page Leftmost"
16142
17995
msgstr "Skyf bladsy na vêr links"
16143
17996
 
16144
17997
#: lazarusidestrconsts.uemmovepageright
16145
 
msgid "Move page right"
 
17998
#, fuzzy
 
17999
#| msgid "Move page right"
 
18000
msgid "Move Page Right"
16146
18001
msgstr "Skyf bladsy regs"
16147
18002
 
16148
18003
#: lazarusidestrconsts.uemmovepagerightmost
16149
 
msgid "Move page rightmost"
 
18004
#, fuzzy
 
18005
#| msgid "Move page rightmost"
 
18006
msgid "Move Page Rightmost"
16150
18007
msgstr "Skyf bladsy na vêr regs"
16151
18008
 
16152
18009
#: lazarusidestrconsts.uemmovetonewwindow
16153
 
msgid "Move to new Window"
 
18010
msgid "Move to New Window"
16154
18011
msgstr ""
16155
18012
 
16156
18013
#: lazarusidestrconsts.uemmovetootherwindow
16157
 
msgid "Move to other Window"
 
18014
msgid "Move to Other Window"
16158
18015
msgstr ""
16159
18016
 
16160
18017
#: lazarusidestrconsts.uemmovetootherwindownew
16163
18020
msgstr ""
16164
18021
 
16165
18022
#: lazarusidestrconsts.uemnextbookmark
16166
 
msgid "Goto next Bookmark"
 
18023
#, fuzzy
 
18024
#| msgid "Goto next Bookmark"
 
18025
msgid "Goto Next Bookmark"
16167
18026
msgstr "Gaan na volgende Boekmerk"
16168
18027
 
16169
18028
#: lazarusidestrconsts.uemodified
16171
18030
msgstr "Gemodifiseer"
16172
18031
 
16173
18032
#: lazarusidestrconsts.uemopenfileatcursor
16174
 
msgid "&Open file at cursor"
 
18033
#, fuzzy
 
18034
#| msgid "&Open file at cursor"
 
18035
msgid "&Open File at Cursor"
16175
18036
msgstr "&Laai lêer by merker"
16176
18037
 
16177
 
#: lazarusidestrconsts.uempaste
16178
 
msgctxt "lazarusidestrconsts.uempaste"
16179
 
msgid "Paste"
16180
 
msgstr "Plak"
16181
 
 
16182
18038
#: lazarusidestrconsts.uemprevbookmark
16183
 
msgid "Goto previous Bookmark"
 
18039
msgid "Goto Previous Bookmark"
16184
18040
msgstr ""
16185
18041
 
16186
18042
#: lazarusidestrconsts.uemprocedurejump
16196
18052
msgid "Refactoring"
16197
18053
msgstr ""
16198
18054
 
16199
 
#: lazarusidestrconsts.uemrenameidentifier
16200
 
msgid "Rename Identifier"
16201
 
msgstr ""
16202
 
 
16203
18055
#: lazarusidestrconsts.uemruntocursor
16204
18056
msgid "&Run to Cursor"
16205
18057
msgstr "&Hardloop tot by Merker"
16210
18062
 
16211
18063
#: lazarusidestrconsts.uemsetfreebookmark
16212
18064
msgctxt "lazarusidestrconsts.uemsetfreebookmark"
16213
 
msgid "Set a free Bookmark"
 
18065
msgid "Set a Free Bookmark"
16214
18066
msgstr ""
16215
18067
 
16216
18068
#: lazarusidestrconsts.uemshowlinenumbers
16217
18069
msgid "Show Line Numbers"
16218
18070
msgstr "Wys Lyn Nommers"
16219
18071
 
16220
 
#: lazarusidestrconsts.uemshowunitinfo
16221
 
msgid "Unit Info"
16222
 
msgstr "Eenheid Informasie"
 
18072
#: lazarusidestrconsts.uemsource
 
18073
msgctxt "lazarusidestrconsts.uemsource"
 
18074
msgid "Source"
 
18075
msgstr ""
16223
18076
 
16224
18077
#: lazarusidestrconsts.uemtogglebookmark
16225
18078
msgid "&Toggle Bookmark"
16226
18079
msgstr ""
16227
18080
 
16228
18081
#: lazarusidestrconsts.uemtogglebreakpoint
16229
 
msgid "&Toggle Breakpoint"
 
18082
msgid "Toggle &Breakpoint"
16230
18083
msgstr ""
16231
18084
 
16232
18085
#: lazarusidestrconsts.uemviewcallstack
 
18086
msgctxt "lazarusidestrconsts.uemviewcallstack"
16233
18087
msgid "View Call Stack"
16234
18088
msgstr ""
16235
18089
 
16237
18091
msgid "Not implemented yet"
16238
18092
msgstr "Nog nie geimplementeer nie"
16239
18093
 
16240
 
#: lazarusidestrconsts.uenotimplcapagain
16241
 
msgid "I told You: Not implemented yet"
16242
 
msgstr ""
16243
 
 
16244
 
#: lazarusidestrconsts.uenotimpltext
16245
 
msgid "If You can help us to implement this feature, mail to lazarus@miraclec.com"
16246
 
msgstr ""
16247
 
 
16248
18094
#: lazarusidestrconsts.uepins
16249
18095
msgid "INS"
16250
18096
msgstr ""