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

« back to all changes in this revision

Viewing changes to languages/lazaruside.tr.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:
9
9
"Language-Team: \n"
10
10
"MIME-Version: 1.0\n"
11
11
 
 
12
#: lazarusidestrconsts.dbgbreakgroupdlgcaptiondisable
 
13
msgctxt "lazarusidestrconsts.dbgbreakgroupdlgcaptiondisable"
 
14
msgid "Select Groups"
 
15
msgstr ""
 
16
 
 
17
#: lazarusidestrconsts.dbgbreakgroupdlgcaptionenable
 
18
msgctxt "lazarusidestrconsts.dbgbreakgroupdlgcaptionenable"
 
19
msgid "Select Groups"
 
20
msgstr ""
 
21
 
 
22
#: lazarusidestrconsts.dbgbreakgroupdlgheaderdisable
 
23
msgid "Select groups to disable when breakpoint is hit"
 
24
msgstr ""
 
25
 
 
26
#: lazarusidestrconsts.dbgbreakgroupdlgheaderenable
 
27
msgid "Select groups to enable when breakpoint is hit"
 
28
msgstr ""
 
29
 
 
30
#: lazarusidestrconsts.dbgbreakpropertygroupnotfound
 
31
msgid "Some groups in the Enable/Disable list do not exist.%0:sCreate them?%0:s%0:s%1:s"
 
32
msgstr ""
 
33
 
12
34
#: lazarusidestrconsts.dlfmousepredefinedscheme
13
35
msgid "Use predefined scheme"
14
36
msgstr ""
25
47
msgid "Reset all text settings"
26
48
msgstr ""
27
49
 
 
50
#: lazarusidestrconsts.dlfmousesimplebuttonaddhistorypoint
 
51
msgid "Add history point"
 
52
msgstr ""
 
53
 
 
54
#: lazarusidestrconsts.dlfmousesimplebuttoncontextmenu
 
55
msgid "Context Menu"
 
56
msgstr ""
 
57
 
 
58
#: lazarusidestrconsts.dlfmousesimplebuttoncontextmenudbg
 
59
msgid "Context Menu (debug)"
 
60
msgstr ""
 
61
 
 
62
#: lazarusidestrconsts.dlfmousesimplebuttoncontextmenutab
 
63
msgid "Context Menu (tab)"
 
64
msgstr ""
 
65
 
 
66
#: lazarusidestrconsts.dlfmousesimplebuttondeclaration
 
67
msgid "Jumps to implementation"
 
68
msgstr ""
 
69
 
 
70
#: lazarusidestrconsts.dlfmousesimplebuttondeclarationblock
 
71
msgid "Jumps to implementation/other block end"
 
72
msgstr ""
 
73
 
 
74
#: lazarusidestrconsts.dlfmousesimplebuttonhistback
 
75
msgid "History back"
 
76
msgstr ""
 
77
 
 
78
#: lazarusidestrconsts.dlfmousesimplebuttonhistforw
 
79
msgid "History forward"
 
80
msgstr ""
 
81
 
 
82
#: lazarusidestrconsts.dlfmousesimplebuttonnothing
 
83
msgctxt "lazarusidestrconsts.dlfmousesimplebuttonnothing"
 
84
msgid "Nothing/Default"
 
85
msgstr ""
 
86
 
 
87
#: lazarusidestrconsts.dlfmousesimplebuttonpaste
 
88
msgctxt "lazarusidestrconsts.dlfmousesimplebuttonpaste"
 
89
msgid "Paste"
 
90
msgstr "Yapıştır"
 
91
 
 
92
#: lazarusidestrconsts.dlfmousesimplebuttonselcontinue
 
93
msgid "Continue %0:s (Bound to: %1:s)"
 
94
msgstr ""
 
95
 
 
96
#: lazarusidestrconsts.dlfmousesimplebuttonselcontinueplain
 
97
msgid "Continue %0:s"
 
98
msgstr ""
 
99
 
 
100
#: lazarusidestrconsts.dlfmousesimplebuttonselect
 
101
msgid "Select text"
 
102
msgstr ""
 
103
 
 
104
#: lazarusidestrconsts.dlfmousesimplebuttonselectcolumn
 
105
msgid "Select text (Columns)"
 
106
msgstr ""
 
107
 
 
108
#: lazarusidestrconsts.dlfmousesimplebuttonselectline
 
109
msgid "Select text (Lines)"
 
110
msgstr ""
 
111
 
 
112
#: lazarusidestrconsts.dlfmousesimplebuttonsetfreebookmark
 
113
msgid "Set free bookmark"
 
114
msgstr ""
 
115
 
 
116
#: lazarusidestrconsts.dlfmousesimplebuttonsetlinefull
 
117
msgid "Select current Line (Full)"
 
118
msgstr ""
 
119
 
 
120
#: lazarusidestrconsts.dlfmousesimplebuttonsetlinesmart
 
121
msgid "Select current Line (Text)"
 
122
msgstr ""
 
123
 
 
124
#: lazarusidestrconsts.dlfmousesimplebuttonsetpara
 
125
msgid "Select current Paragraph"
 
126
msgstr ""
 
127
 
 
128
#: lazarusidestrconsts.dlfmousesimplebuttonsetword
 
129
msgid "Select current Word"
 
130
msgstr ""
 
131
 
 
132
#: lazarusidestrconsts.dlfmousesimplebuttonzoomreset
 
133
msgid "Reset zoom"
 
134
msgstr ""
 
135
 
28
136
#: lazarusidestrconsts.dlfmousesimplediff
29
137
msgid "This page does not represent your current settings. See advanced page. Use this page to reset any advanced changes"
30
138
msgstr ""
35
143
msgstr "Genel"
36
144
 
37
145
#: lazarusidestrconsts.dlfmousesimplegutterleftdown
38
 
msgid "Standard, All actions (breakpoint, fold) on Mouse down"
 
146
msgid "Standard, All actions (breakpoint, fold) on mouse down"
39
147
msgstr ""
40
148
 
41
149
#: lazarusidestrconsts.dlfmousesimplegutterleftup
42
 
msgid "Extended, Actions (breakpoint, fold) on Mouse up. Selection on Mouse down and move"
 
150
msgid "Extended, Actions (breakpoint, fold) on mouse up. Selection on mouse down and move"
43
151
msgstr ""
44
152
 
45
153
#: lazarusidestrconsts.dlfmousesimpleguttersect
60
168
msgid "Alt-Key sets column mode"
61
169
msgstr ""
62
170
 
63
 
#: lazarusidestrconsts.dlfmousesimpletextsectctrlleftlabel
64
 
msgid "Ctrl Left Button"
65
 
msgstr ""
66
 
 
67
 
#: lazarusidestrconsts.dlfmousesimpletextsectctrlleftrjump
68
 
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectctrlleftrjump"
69
 
msgid "jumps to implementation"
70
 
msgstr ""
71
 
 
72
 
#: lazarusidestrconsts.dlfmousesimpletextsectctrlleftrjumporblock
73
 
msgid "jumps to implementation/other block end"
74
 
msgstr ""
75
 
 
76
 
#: lazarusidestrconsts.dlfmousesimpletextsectctrlleftrnone
77
 
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectctrlleftrnone"
78
 
msgid "nothing"
79
 
msgstr ""
80
 
 
81
 
#: lazarusidestrconsts.dlfmousesimpletextsectdoubleselline
82
 
msgid "Double Click selects line"
 
171
#: lazarusidestrconsts.dlfmousesimpletextsectaltctrllabel
 
172
msgid "Alt-Ctrl Button"
 
173
msgstr ""
 
174
 
 
175
#: lazarusidestrconsts.dlfmousesimpletextsectaltctrlwheellabel
 
176
msgid "Alt-Ctrl Wheel"
 
177
msgstr ""
 
178
 
 
179
#: lazarusidestrconsts.dlfmousesimpletextsectaltlabel
 
180
msgid "Alt Button"
 
181
msgstr ""
 
182
 
 
183
#: lazarusidestrconsts.dlfmousesimpletextsectaltwheellabel
 
184
msgid "Alt Wheel"
 
185
msgstr ""
 
186
 
 
187
#: lazarusidestrconsts.dlfmousesimpletextsectctrllabel
 
188
msgid "Ctrl Button"
 
189
msgstr ""
 
190
 
 
191
#: lazarusidestrconsts.dlfmousesimpletextsectctrlwheellabel
 
192
msgid "Ctrl Wheel"
83
193
msgstr ""
84
194
 
85
195
#: lazarusidestrconsts.dlfmousesimpletextsectdrag
86
 
msgid "Drag Selection (copy/paste)"
87
 
msgstr ""
88
 
 
89
 
#: lazarusidestrconsts.dlfmousesimpletextsectmidgoto
90
 
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectmidgoto"
91
 
msgid "jumps to implementation"
 
196
msgid "Drag selection (copy/paste)"
 
197
msgstr ""
 
198
 
 
199
#: lazarusidestrconsts.dlfmousesimpletextsectextra1label
 
200
msgid "Extra-1 Button"
 
201
msgstr ""
 
202
 
 
203
#: lazarusidestrconsts.dlfmousesimpletextsectextra2label
 
204
msgid "Extra-2 Button"
 
205
msgstr ""
 
206
 
 
207
#: lazarusidestrconsts.dlfmousesimpletextsectldoublealtlabel
 
208
msgid "Alt Double"
 
209
msgstr ""
 
210
 
 
211
#: lazarusidestrconsts.dlfmousesimpletextsectldoublectrllabel
 
212
msgid "Ctrl Double"
 
213
msgstr ""
 
214
 
 
215
#: lazarusidestrconsts.dlfmousesimpletextsectldoublelabel
 
216
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectldoublelabel"
 
217
msgid "Double"
 
218
msgstr ""
 
219
 
 
220
#: lazarusidestrconsts.dlfmousesimpletextsectldoubleshiftlabel
 
221
msgid "Shift Double"
 
222
msgstr ""
 
223
 
 
224
#: lazarusidestrconsts.dlfmousesimpletextsectlquadlabel
 
225
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectlquadlabel"
 
226
msgid "Quad"
 
227
msgstr ""
 
228
 
 
229
#: lazarusidestrconsts.dlfmousesimpletextsectltriplelabel
 
230
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectltriplelabel"
 
231
msgid "Triple"
92
232
msgstr ""
93
233
 
94
234
#: lazarusidestrconsts.dlfmousesimpletextsectmidlabel
95
235
msgid "Middle Button"
96
236
msgstr ""
97
237
 
98
 
#: lazarusidestrconsts.dlfmousesimpletextsectmidnone
99
 
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectmidnone"
100
 
msgid "nothing"
101
 
msgstr ""
102
 
 
103
 
#: lazarusidestrconsts.dlfmousesimpletextsectmidpaste
104
 
msgid "paste selection"
 
238
#: lazarusidestrconsts.dlfmousesimpletextsectpagebtn
 
239
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectpagebtn"
 
240
msgid "Middle"
 
241
msgstr ""
 
242
 
 
243
#: lazarusidestrconsts.dlfmousesimpletextsectpageextra1
 
244
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectpageextra1"
 
245
msgid "Extra 1"
 
246
msgstr ""
 
247
 
 
248
#: lazarusidestrconsts.dlfmousesimpletextsectpageextra2
 
249
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectpageextra2"
 
250
msgid "Extra 2"
 
251
msgstr ""
 
252
 
 
253
#: lazarusidestrconsts.dlfmousesimpletextsectpagelmod
 
254
msgid "Left 1"
 
255
msgstr ""
 
256
 
 
257
#: lazarusidestrconsts.dlfmousesimpletextsectpagelmulti
 
258
msgid "Left 2"
 
259
msgstr ""
 
260
 
 
261
#: lazarusidestrconsts.dlfmousesimpletextsectpageright
 
262
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectpageright"
 
263
msgid "Right"
 
264
msgstr ""
 
265
 
 
266
#: lazarusidestrconsts.dlfmousesimpletextsectpagewheel
 
267
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectpagewheel"
 
268
msgid "Wheel"
 
269
msgstr ""
 
270
 
 
271
#: lazarusidestrconsts.dlfmousesimpletextsectrightlabel
 
272
msgid "Right Button"
 
273
msgstr ""
 
274
 
 
275
#: lazarusidestrconsts.dlfmousesimpletextsectshiftaltctrllabel
 
276
msgid "Shift-Alt-Ctrl Button"
 
277
msgstr ""
 
278
 
 
279
#: lazarusidestrconsts.dlfmousesimpletextsectshiftaltctrlwheellabel
 
280
msgid "Shift-Alt-Ctrl"
 
281
msgstr ""
 
282
 
 
283
#: lazarusidestrconsts.dlfmousesimpletextsectshiftaltlabel
 
284
msgid "Shift-Alt Button"
 
285
msgstr ""
 
286
 
 
287
#: lazarusidestrconsts.dlfmousesimpletextsectshiftaltwheellabel
 
288
msgid "Shift-Alt Wheel"
 
289
msgstr ""
 
290
 
 
291
#: lazarusidestrconsts.dlfmousesimpletextsectshiftctrllabel
 
292
msgid "Shift-Ctrl Button"
 
293
msgstr ""
 
294
 
 
295
#: lazarusidestrconsts.dlfmousesimpletextsectshiftctrlwheellabel
 
296
msgid "Shift-Ctrl Wheel"
 
297
msgstr ""
 
298
 
 
299
#: lazarusidestrconsts.dlfmousesimpletextsectshiftlabel
 
300
msgid "Shift Button"
 
301
msgstr ""
 
302
 
 
303
#: lazarusidestrconsts.dlfmousesimpletextsectwheellabel
 
304
msgctxt "lazarusidestrconsts.dlfmousesimpletextsectwheellabel"
 
305
msgid "Wheel"
 
306
msgstr ""
 
307
 
 
308
#: lazarusidestrconsts.dlfmousesimpletextshiftsectwheellabel
 
309
msgid "Shift Wheel"
105
310
msgstr ""
106
311
 
107
312
#: lazarusidestrconsts.dlfmousesimplewarning
108
313
msgid "You have unsaved changes. Using this page will undo changes made on the advanced page"
109
314
msgstr ""
110
315
 
 
316
#: lazarusidestrconsts.dlfmousesimplewheelhsrolldef
 
317
msgid "Scroll horizontal (System speed)"
 
318
msgstr ""
 
319
 
 
320
#: lazarusidestrconsts.dlfmousesimplewheelhsrollline
 
321
msgid "Scroll horizontal (Single line)"
 
322
msgstr ""
 
323
 
 
324
#: lazarusidestrconsts.dlfmousesimplewheelhsrollpage
 
325
msgid "Scroll horizontal (Page)"
 
326
msgstr ""
 
327
 
 
328
#: lazarusidestrconsts.dlfmousesimplewheelhsrollpagehalf
 
329
msgid "Scroll horizontal (Half page)"
 
330
msgstr ""
 
331
 
 
332
#: lazarusidestrconsts.dlfmousesimplewheelhsrollpageless
 
333
msgid "Scroll horizontal (Page, less one line)"
 
334
msgstr ""
 
335
 
 
336
#: lazarusidestrconsts.dlfmousesimplewheelnothing
 
337
msgctxt "lazarusidestrconsts.dlfmousesimplewheelnothing"
 
338
msgid "Nothing/Default"
 
339
msgstr ""
 
340
 
 
341
#: lazarusidestrconsts.dlfmousesimplewheelsrolldef
 
342
msgid "Scroll (System speed)"
 
343
msgstr ""
 
344
 
 
345
#: lazarusidestrconsts.dlfmousesimplewheelsrollline
 
346
msgid "Scroll (Single line)"
 
347
msgstr ""
 
348
 
 
349
#: lazarusidestrconsts.dlfmousesimplewheelsrollpage
 
350
msgid "Scroll (Page)"
 
351
msgstr ""
 
352
 
 
353
#: lazarusidestrconsts.dlfmousesimplewheelsrollpagehalf
 
354
msgid "Scroll (Half page)"
 
355
msgstr ""
 
356
 
 
357
#: lazarusidestrconsts.dlfmousesimplewheelsrollpageless
 
358
msgid "Scroll (Page, less one line)"
 
359
msgstr ""
 
360
 
 
361
#: lazarusidestrconsts.dlfmousesimplewheelzoom
 
362
msgid "Zoom"
 
363
msgstr ""
 
364
 
111
365
#: lazarusidestrconsts.dlfnopredefinedscheme
112
366
msgid "< None >"
113
367
msgstr ""
267
521
msgid "Word-Brackets"
268
522
msgstr ""
269
523
 
 
524
#: lazarusidestrconsts.dlgaddhispecialvisiblechars
 
525
msgid "Visualized Special Chars"
 
526
msgstr ""
 
527
 
270
528
#: lazarusidestrconsts.dlgadditionalsrcpath
271
 
msgid "Additional Source search path for all projects (.pp;.pas)"
 
529
#, fuzzy
 
530
#| msgid "Additional Source search path for all projects (.pp;.pas)"
 
531
msgid "Additional source search path for all projects (.pp;.pas)"
272
532
msgstr "Tüm projeler için ilave kaynak kod arama yolu(.pp;.pas)"
273
533
 
274
534
#: lazarusidestrconsts.dlgaddsemicolon
287
547
msgid "Alphabetically"
288
548
msgstr "Alfabetik"
289
549
 
 
550
#: lazarusidestrconsts.dlgalreadyusesallotherunits
 
551
msgid "\"%s\" already uses all the units in this project"
 
552
msgstr ""
 
553
 
290
554
#: lazarusidestrconsts.dlgalwaysvisiblecursor
291
555
msgid "Always visible cursor"
292
556
msgstr ""
300
564
msgstr ""
301
565
 
302
566
#: lazarusidestrconsts.dlgapplicationsettings
303
 
msgid "Application Settings"
 
567
#, fuzzy
 
568
#| msgid "Application Settings"
 
569
msgid "Application settings"
304
570
msgstr "Uygulama Ayarları"
305
571
 
306
572
#: lazarusidestrconsts.dlgassemblerdefault
309
575
msgstr ""
310
576
 
311
577
#: lazarusidestrconsts.dlgassertcode
312
 
msgid "Include Assertion Code"
 
578
msgid "Include assertion code"
313
579
msgstr ""
314
580
 
315
581
#: lazarusidestrconsts.dlgautocreateforms
329
595
msgstr ""
330
596
 
331
597
#: lazarusidestrconsts.dlgautoindent
 
598
msgctxt "lazarusidestrconsts.dlgautoindent"
332
599
msgid "Auto indent"
333
600
msgstr ""
334
601
 
336
603
msgid "(Setup smart indent)"
337
604
msgstr ""
338
605
 
 
606
#: lazarusidestrconsts.dlgautoindenttype
 
607
msgctxt "lazarusidestrconsts.dlgautoindenttype"
 
608
msgid "Auto indent"
 
609
msgstr ""
 
610
 
339
611
#: lazarusidestrconsts.dlgautoremoveemptymethods
340
612
msgid "Auto remove empty methods"
341
613
msgstr ""
345
617
msgstr "Dosyayı otomatik olarak küçük harfe çevir"
346
618
 
347
619
#: lazarusidestrconsts.dlgautosave
348
 
msgid "Auto save"
 
620
#, fuzzy
 
621
#| msgid "Auto save"
 
622
msgid "Auto Save"
349
623
msgstr "Otomatik kaydet"
350
624
 
351
625
#: lazarusidestrconsts.dlgavailableforms
369
643
msgstr "Yöntemlerin arkasında"
370
644
 
371
645
#: lazarusidestrconsts.dlgblockgroupoptions
372
 
msgid "Selection:"
 
646
msgctxt "lazarusidestrconsts.dlgblockgroupoptions"
 
647
msgid "Selection"
373
648
msgstr ""
374
649
 
375
650
#: lazarusidestrconsts.dlgblockindent
376
 
msgid "Block indent"
 
651
#, fuzzy
 
652
#| msgid "Block indent"
 
653
msgid "Block indent (spaces)"
377
654
msgstr "Blok olarak ötele"
378
655
 
379
656
#: lazarusidestrconsts.dlgblockindenttype
392
669
msgid "Spaces"
393
670
msgstr ""
394
671
 
 
672
#: lazarusidestrconsts.dlgblocktabindent
 
673
msgid "Block indent (tabs)"
 
674
msgstr ""
 
675
 
395
676
#: lazarusidestrconsts.dlgbp7cptb
396
 
msgid "TP/BP 7.0 Compatible"
 
677
msgid "TP/BP 7.0 compatible"
397
678
msgstr ""
398
679
 
399
680
#: lazarusidestrconsts.dlgbrackethighlight
408
689
msgid "Free Pascal Compiler messages file (*.msg)|*.msg|Any Files (*.*)|*.*"
409
690
msgstr ""
410
691
 
 
692
#: lazarusidestrconsts.dlgbuildmodes
 
693
msgid "Build Modes"
 
694
msgstr ""
 
695
 
411
696
#: lazarusidestrconsts.dlgbutapply
412
697
msgid "Apply"
413
698
msgstr "Uygula"
414
699
 
415
 
#: lazarusidestrconsts.dlgcancel
416
 
msgctxt "lazarusidestrconsts.dlgcancel"
417
 
msgid "Cancel"
418
 
msgstr "İptal"
419
 
 
420
700
#: lazarusidestrconsts.dlgcasesensitive
 
701
#, fuzzy
 
702
#| msgid "&Case Sensitive"
421
703
msgctxt "lazarusidestrconsts.dlgcasesensitive"
422
 
msgid "&Case Sensitive"
 
704
msgid "&Case sensitive"
423
705
msgstr "Büyük/Küçük Harf Duyarlı"
424
706
 
425
707
#: lazarusidestrconsts.dlgccocaption
426
708
msgid "Checking compiler options"
427
709
msgstr ""
428
710
 
 
711
#: lazarusidestrconsts.dlgccoorphanedfilefound
 
712
msgid "orphaned file found: %s"
 
713
msgstr ""
 
714
 
429
715
#: lazarusidestrconsts.dlgccoresults
430
716
msgid "Results"
431
717
msgstr ""
467
753
msgid "Test: Compiling an empty file"
468
754
msgstr ""
469
755
 
 
756
#: lazarusidestrconsts.dlgccousingconfigfile
 
757
msgid "using config file %s"
 
758
msgstr ""
 
759
 
470
760
#: lazarusidestrconsts.dlgcdtclassorder
471
761
msgid "Class order"
472
762
msgstr ""
480
770
msgstr ""
481
771
 
482
772
#: lazarusidestrconsts.dlgcdtpreview
483
 
msgid "Preview (Max line length = 1)"
 
773
msgid "Preview (max line length = 1)"
484
774
msgstr ""
485
775
 
486
776
#: lazarusidestrconsts.dlgcdtreadprefix
504
794
msgstr ""
505
795
 
506
796
#: lazarusidestrconsts.dlgcentercursorline
507
 
msgid "Center Cursor Line"
 
797
msgid "Center cursor line"
508
798
msgstr ""
509
799
 
510
800
#: lazarusidestrconsts.dlgcharcasefileact
536
826
msgstr ""
537
827
 
538
828
#: lazarusidestrconsts.dlgcmacro
539
 
msgid "C Style Macros (global)"
 
829
msgid "C style macros (global)"
540
830
msgstr ""
541
831
 
542
832
#: lazarusidestrconsts.dlgcoansistr
543
 
msgid "Use Ansi Strings"
 
833
msgid "Use ansi strings"
544
834
msgstr ""
545
835
 
546
836
#: lazarusidestrconsts.dlgcoasis
557
847
msgstr ""
558
848
 
559
849
#: lazarusidestrconsts.dlgcochecks
560
 
msgid "Checks:"
 
850
msgid "Checks"
561
851
msgstr ""
562
852
 
563
853
#: lazarusidestrconsts.dlgcocompilation
565
855
msgstr ""
566
856
 
567
857
#: lazarusidestrconsts.dlgcoconditionals
 
858
msgctxt "lazarusidestrconsts.dlgcoconditionals"
568
859
msgid "Conditionals"
569
860
msgstr ""
570
861
 
571
862
#: lazarusidestrconsts.dlgcocops
572
 
msgid "C Style Operators (*=, +=, /= and -=)"
 
863
msgid "C style operators (*=, +=, /= and -=)"
573
864
msgstr ""
574
865
 
575
866
#: lazarusidestrconsts.dlgcocreatechildnode
590
881
msgstr ""
591
882
 
592
883
#: lazarusidestrconsts.dlgcodbx
593
 
msgid "Generate Debugging Info For DBX (Slows Compiling)"
 
884
msgid "Generate debugging info for DBX (slows compiling)"
594
885
msgstr ""
595
886
 
596
887
#: lazarusidestrconsts.dlgcodebugging
597
 
msgid "Debugging:"
 
888
msgctxt "lazarusidestrconsts.dlgcodebugging"
 
889
msgid "Debugging info"
 
890
msgstr ""
 
891
 
 
892
#: lazarusidestrconsts.dlgcodebugging2
 
893
msgctxt "lazarusidestrconsts.dlgcodebugging2"
 
894
msgid "Debugging"
598
895
msgstr ""
599
896
 
600
897
#: lazarusidestrconsts.dlgcodebugpath
627
924
msgstr ""
628
925
 
629
926
#: lazarusidestrconsts.dlgcodegeneration
630
 
msgid "Code generation"
 
927
msgid "Code Generation"
631
928
msgstr ""
632
929
 
633
930
#: lazarusidestrconsts.dlgcodetoolsopts
635
932
msgstr ""
636
933
 
637
934
#: lazarusidestrconsts.dlgcofast
638
 
msgid "Faster Code"
 
935
msgid "Faster code"
639
936
msgstr ""
640
937
 
641
938
#: lazarusidestrconsts.dlgcogdb
642
 
msgid "Generate Debugging Info For GDB (Slows Compiling)"
643
 
msgstr ""
644
 
 
645
 
#: lazarusidestrconsts.dlgcogenerate
646
 
msgid "Generate:"
 
939
msgid "Generate debugging info for GDB (slower / increases exe-size)"
647
940
msgstr ""
648
941
 
649
942
#: lazarusidestrconsts.dlgcoheaptrc
650
 
msgid "Use Heaptrc Unit"
 
943
msgid "Use Heaptrc unit (check for mem-leaks)"
651
944
msgstr ""
652
945
 
653
946
#: lazarusidestrconsts.dlgcoincfiles
654
 
msgid "Include Files (-Fi):"
 
947
msgid "Include files (-Fi):"
655
948
msgstr ""
656
949
 
657
950
#: lazarusidestrconsts.dlgcoinherited
692
985
msgid "Not modified"
693
986
msgstr ""
694
987
 
 
988
#: lazarusidestrconsts.dlgcolors
 
989
msgctxt "lazarusidestrconsts.dlgcolors"
 
990
msgid "Colors"
 
991
msgstr ""
 
992
 
695
993
#: lazarusidestrconsts.dlgcommandlineparameters
696
994
msgid "Command line parameters"
697
995
msgstr ""
700
998
msgid "Command line parameters (without application name)"
701
999
msgstr ""
702
1000
 
703
 
#: lazarusidestrconsts.dlgcomovedown
704
 
msgid "Move down"
705
 
msgstr ""
706
 
 
707
 
#: lazarusidestrconsts.dlgcomoveleveldown
708
 
msgid "Move level down"
709
 
msgstr ""
710
 
 
711
 
#: lazarusidestrconsts.dlgcomovelevelup
712
 
msgid "Move level up"
713
 
msgstr ""
714
 
 
715
 
#: lazarusidestrconsts.dlgcomoveup
716
 
msgid "Move up"
717
 
msgstr ""
718
 
 
719
1001
#: lazarusidestrconsts.dlgcompilermessage
720
 
msgid "Compiler Messages"
 
1002
msgid "Compiler messages"
721
1003
msgstr ""
722
1004
 
723
1005
#: lazarusidestrconsts.dlgcompilermessages
734
1016
msgstr ""
735
1017
 
736
1018
#: lazarusidestrconsts.dlgconfigfiles
737
 
msgid "Config Files:"
 
1019
msgid "Config files"
738
1020
msgstr ""
739
1021
 
740
1022
#: lazarusidestrconsts.dlgconormal
741
 
msgid "Normal Code"
 
1023
msgid "Normal code"
742
1024
msgstr ""
743
1025
 
744
1026
#: lazarusidestrconsts.dlgcoopts
770
1052
msgid "Range"
771
1053
msgstr ""
772
1054
 
 
1055
#: lazarusidestrconsts.dlgcorelocatable
 
1056
msgid "Relocatable"
 
1057
msgstr ""
 
1058
 
773
1059
#: lazarusidestrconsts.dlgcoshowerr
774
 
msgid "Show Errors"
 
1060
msgid "Show errors"
775
1061
msgstr ""
776
1062
 
777
1063
#: lazarusidestrconsts.dlgcoshowoptions
779
1065
msgstr ""
780
1066
 
781
1067
#: lazarusidestrconsts.dlgcosmaller
782
 
msgid "Smaller Code"
 
1068
msgid "Smaller code"
783
1069
msgstr ""
784
1070
 
785
1071
#: lazarusidestrconsts.dlgcosmartlinkable
786
 
msgid "Smart Linkable"
 
1072
msgid "Smart linkable"
787
1073
msgstr ""
788
1074
 
789
1075
#: lazarusidestrconsts.dlgcosources
790
 
msgid "Other Sources (.pp/.pas files, used only by IDE not by compiler)"
 
1076
msgid "Other sources (.pp/.pas files, used only by IDE not by compiler)"
791
1077
msgstr ""
792
1078
 
793
1079
#: lazarusidestrconsts.dlgcostack
795
1081
msgstr ""
796
1082
 
797
1083
#: lazarusidestrconsts.dlgcostrip
798
 
msgid "Strip Symbols From Executable"
 
1084
msgid "Strip symbols from executable"
 
1085
msgstr ""
 
1086
 
 
1087
#: lazarusidestrconsts.dlgcosymboltype
 
1088
msgid "Choose type of debug info"
 
1089
msgstr ""
 
1090
 
 
1091
#: lazarusidestrconsts.dlgcosymboltypeauto
 
1092
msgctxt "lazarusidestrconsts.dlgcosymboltypeauto"
 
1093
msgid "Automatic"
 
1094
msgstr ""
 
1095
 
 
1096
#: lazarusidestrconsts.dlgcosymboltypedwarf2
 
1097
msgid "Dwarf2"
 
1098
msgstr ""
 
1099
 
 
1100
#: lazarusidestrconsts.dlgcosymboltypedwarf2set
 
1101
msgid "Dwarf with sets"
 
1102
msgstr ""
 
1103
 
 
1104
#: lazarusidestrconsts.dlgcosymboltypedwarf3
 
1105
msgid "Dwarf3 (beta)"
 
1106
msgstr ""
 
1107
 
 
1108
#: lazarusidestrconsts.dlgcosymboltypestabs
 
1109
msgid "Stabs"
799
1110
msgstr ""
800
1111
 
801
1112
#: lazarusidestrconsts.dlgcounitstyle
802
 
msgid "Unit Style:"
 
1113
msgid "Unit style"
803
1114
msgstr ""
804
1115
 
805
1116
#: lazarusidestrconsts.dlgcouseasdefault
815
1126
msgstr ""
816
1127
 
817
1128
#: lazarusidestrconsts.dlgcppinline
818
 
msgid "C++ Styled INLINE"
 
1129
msgid "C++ styled INLINE"
819
1130
msgstr ""
820
1131
 
821
1132
#: lazarusidestrconsts.dlgctrlmiddletabcloseotherpages
827
1138
msgstr ""
828
1139
 
829
1140
#: lazarusidestrconsts.dlgcursorgroupoptions
830
 
msgid "Cursor:"
 
1141
msgid "Cursor"
831
1142
msgstr ""
832
1143
 
833
1144
#: lazarusidestrconsts.dlgcursorskipsselection
858
1169
msgid "Default Value"
859
1170
msgstr ""
860
1171
 
861
 
#: lazarusidestrconsts.dlgdelphi2ext
862
 
msgid "Delphi 2 Extensions"
863
 
msgstr ""
864
 
 
865
1172
#: lazarusidestrconsts.dlgdeltemplate
866
1173
msgid "Delete template "
867
1174
msgstr ""
868
1175
 
869
1176
#: lazarusidestrconsts.dlgdeplhicomp
870
 
msgid "Delphi Compatible"
 
1177
msgid "Delphi compatible"
871
1178
msgstr ""
872
1179
 
873
1180
#: lazarusidestrconsts.dlgdesktop
879
1186
msgstr ""
880
1187
 
881
1188
#: lazarusidestrconsts.dlgdesktopfiles
882
 
msgid "Desktop files"
 
1189
msgid "Desktop Files"
883
1190
msgstr ""
884
1191
 
885
1192
#: lazarusidestrconsts.dlgdesktophints
963
1270
msgid "Var/Type (local)"
964
1271
msgstr ""
965
1272
 
966
 
#: lazarusidestrconsts.dlgdownword
967
 
msgctxt "lazarusidestrconsts.dlgdownword"
968
 
msgid "Down"
969
 
msgstr ""
970
 
 
971
1273
#: lazarusidestrconsts.dlgedadd
972
 
msgid "Add..."
 
1274
#, fuzzy
 
1275
#| msgid "Add..."
 
1276
msgid "Add ..."
973
1277
msgstr "Ekle..."
974
1278
 
975
1279
#: lazarusidestrconsts.dlgedback
985
1289
msgstr ""
986
1290
 
987
1291
#: lazarusidestrconsts.dlgedcodetempl
988
 
msgid "Code templates"
989
 
msgstr ""
990
 
 
991
 
#: lazarusidestrconsts.dlgedcolor
992
 
msgctxt "lazarusidestrconsts.dlgedcolor"
993
 
msgid "Colors"
 
1292
msgid "Code Templates"
994
1293
msgstr ""
995
1294
 
996
1295
#: lazarusidestrconsts.dlgedcompleteblocks
1009
1308
msgid "(%s sec delay)"
1010
1309
msgstr ""
1011
1310
 
1012
 
#: lazarusidestrconsts.dlgeddelete
1013
 
msgctxt "lazarusidestrconsts.dlgeddelete"
1014
 
msgid "Delete"
1015
 
msgstr ""
1016
 
 
1017
1311
#: lazarusidestrconsts.dlgeddisplay
1018
1312
msgid "Display"
1019
1313
msgstr ""
1020
1314
 
1021
1315
#: lazarusidestrconsts.dlgededit
1022
 
msgid "Edit..."
 
1316
msgid "Edit ..."
1023
1317
msgstr ""
1024
1318
 
1025
1319
#: lazarusidestrconsts.dlgedfiles
1026
 
msgid "Editor files"
 
1320
msgid "Editor Files"
1027
1321
msgstr ""
1028
1322
 
1029
1323
#: lazarusidestrconsts.dlgedidcomlet
1115
1409
msgid "Editor font"
1116
1410
msgstr ""
1117
1411
 
1118
 
#: lazarusidestrconsts.dlgeditorfontheight
1119
 
msgid "Editor font height"
 
1412
#: lazarusidestrconsts.dlgeditorfontsize
 
1413
msgid "Editor font size"
1120
1414
msgstr ""
1121
1415
 
1122
1416
#: lazarusidestrconsts.dlgeditoroptions
1156
1450
msgid "End key jumps to nearest end"
1157
1451
msgstr ""
1158
1452
 
1159
 
#: lazarusidestrconsts.dlgentirescope
1160
 
msgid "&Entire Scope"
1161
 
msgstr "Bütün Kapsam"
1162
 
 
1163
1453
#: lazarusidestrconsts.dlgenvask
1164
1454
msgid "Ask"
1165
1455
msgstr "Sor"
1172
1462
msgid "Backup"
1173
1463
msgstr "Yedek"
1174
1464
 
1175
 
#: lazarusidestrconsts.dlgenvcolors
1176
 
msgctxt "lazarusidestrconsts.dlgenvcolors"
1177
 
msgid "Colors"
1178
 
msgstr ""
1179
 
 
1180
1465
#: lazarusidestrconsts.dlgenvfiles
1181
1466
msgid "Files"
1182
1467
msgstr "Dosyalar"
1205
1490
msgstr ""
1206
1491
 
1207
1492
#: lazarusidestrconsts.dlgenvotherfiles
1208
 
msgid "Other files"
 
1493
msgid "Other Files"
1209
1494
msgstr ""
1210
1495
 
1211
1496
#: lazarusidestrconsts.dlgenvproject
1212
 
msgid "Project"
 
1497
msgid "Tabs for project"
1213
1498
msgstr ""
1214
1499
 
1215
1500
#: lazarusidestrconsts.dlgenvtype
1249
1534
msgid "Chunk section"
1250
1535
msgstr ""
1251
1536
 
1252
 
#: lazarusidestrconsts.dlgfolddifffile
1253
 
msgctxt "lazarusidestrconsts.dlgfolddifffile"
1254
 
msgid "File"
1255
 
msgstr ""
1256
 
 
1257
1537
#: lazarusidestrconsts.dlgfoldhtmlasp
1258
1538
msgid "ASP"
1259
1539
msgstr ""
1427
1707
msgid "Form Editor"
1428
1708
msgstr "Form Düzenleyici"
1429
1709
 
 
1710
#: lazarusidestrconsts.dlgfrombeginning
 
1711
msgid "From b&eginning"
 
1712
msgstr ""
 
1713
 
1430
1714
#: lazarusidestrconsts.dlgfromcursor
1431
 
msgid "&From Cursor"
 
1715
#, fuzzy
 
1716
#| msgid "&From Cursor"
 
1717
msgid "&From cursor"
1432
1718
msgstr "İmleçten itibaren"
1433
1719
 
1434
1720
#: lazarusidestrconsts.dlgfropts
1436
1722
msgid "Options"
1437
1723
msgstr ""
1438
1724
 
1439
 
#: lazarusidestrconsts.dlggeneratedwarf
1440
 
msgid "Generate dwarf debug information"
1441
 
msgstr ""
1442
 
 
1443
1725
#: lazarusidestrconsts.dlggetposition
1444
1726
msgid "Get position"
1445
1727
msgstr ""
1449
1731
msgstr "&Global"
1450
1732
 
1451
1733
#: lazarusidestrconsts.dlggpccomp
1452
 
msgid "GPC (GNU Pascal Compiler) Compatible"
 
1734
msgid "GPC (GNU Pascal Compiler) compatible"
1453
1735
msgstr ""
1454
1736
 
1455
1737
#: lazarusidestrconsts.dlggprof
1503
1785
msgid "Environment"
1504
1786
msgstr ""
1505
1787
 
1506
 
#: lazarusidestrconsts.dlggrouphelp
1507
 
msgctxt "lazarusidestrconsts.dlggrouphelp"
1508
 
msgid "Help"
1509
 
msgstr ""
1510
 
 
1511
1788
#: lazarusidestrconsts.dlggroupundo
1512
1789
msgid "Group Undo"
1513
1790
msgstr ""
1545
1822
msgid "Half page scroll"
1546
1823
msgstr ""
1547
1824
 
 
1825
#: lazarusidestrconsts.dlgheapandstacksize
 
1826
msgid "Heap and stack sizes"
 
1827
msgstr ""
 
1828
 
1548
1829
#: lazarusidestrconsts.dlgheapsize
1549
 
msgid "Heap Size"
 
1830
msgid "Heap size"
1550
1831
msgstr ""
1551
1832
 
1552
1833
#: lazarusidestrconsts.dlgheightpos
1582
1863
msgstr ""
1583
1864
 
1584
1865
#: lazarusidestrconsts.dlghintsparametersendernotused
1585
 
msgid "Show Hints for parameter \"Sender\" not used"
 
1866
msgid "Show hints for parameter \"Sender\" not used"
1586
1867
msgstr ""
1587
1868
 
1588
1869
#: lazarusidestrconsts.dlghintsunused
1589
 
msgid "Show Hints for unused units in main source"
 
1870
msgid "Show hints for unused units in main"
1590
1871
msgstr ""
1591
1872
 
1592
1873
#: lazarusidestrconsts.dlghomekeyjumpstoneareststart
1599
1880
 
1600
1881
#: lazarusidestrconsts.dlgidentifiercompletion
1601
1882
msgctxt "lazarusidestrconsts.dlgidentifiercompletion"
1602
 
msgid "Identifier completion"
 
1883
msgid "Identifier Completion"
1603
1884
msgstr ""
1604
1885
 
1605
1886
#: lazarusidestrconsts.dlgidentifierpolicy
1623
1904
msgstr ""
1624
1905
 
1625
1906
#: lazarusidestrconsts.dlgindentstabsgroupoptions
1626
 
msgid "Indent and Tabs:"
 
1907
msgid "Indent and Tabs"
1627
1908
msgstr ""
1628
1909
 
1629
1910
#: lazarusidestrconsts.dlginfrontofmethods
1634
1915
msgid "Constructor name must be 'init' (destructor must be 'done')"
1635
1916
msgstr ""
1636
1917
 
 
1918
#: lazarusidestrconsts.dlginsertimplementation
 
1919
msgid "Implementation"
 
1920
msgstr ""
 
1921
 
 
1922
#: lazarusidestrconsts.dlginsertinterface
 
1923
msgid "Interface"
 
1924
msgstr ""
 
1925
 
 
1926
#: lazarusidestrconsts.dlginsertsection
 
1927
msgid "Insert into Uses section of"
 
1928
msgstr ""
 
1929
 
1637
1930
#: lazarusidestrconsts.dlginsspaceafter
1638
1931
msgid "Insert space after"
1639
1932
msgstr ""
1708
2001
msgstr ""
1709
2002
 
1710
2003
#: lazarusidestrconsts.dlglevelnoneopt
1711
 
msgid "Level 0 (no extra Optimizations)"
 
2004
msgid "Level 0 (no extra optimizations)"
1712
2005
msgstr ""
1713
2006
 
1714
2007
#: lazarusidestrconsts.dlglinesplitting
1716
2009
msgstr ""
1717
2010
 
1718
2011
#: lazarusidestrconsts.dlglinklibraries
1719
 
msgid "Link Style:"
 
2012
msgid "Link style"
1720
2013
msgstr ""
1721
2014
 
1722
2015
#: lazarusidestrconsts.dlglinksmart
1723
 
msgid "Link Smart"
 
2016
msgid "Link smart"
1724
2017
msgstr ""
1725
2018
 
1726
2019
#: lazarusidestrconsts.dlglnumsbct
1727
 
msgid "Display Line Numbers in Run-time Error Backtraces"
 
2020
msgid "Display line numbers in run-time error backtraces"
1728
2021
msgstr ""
1729
2022
 
1730
2023
#: lazarusidestrconsts.dlgloaddfile
1736
2029
msgstr ""
1737
2030
 
1738
2031
#: lazarusidestrconsts.dlgmainviewforms
1739
 
msgid "View project forms"
 
2032
msgid "View Project Forms"
1740
2033
msgstr ""
1741
2034
 
1742
2035
#: lazarusidestrconsts.dlgmainviewframes
1743
 
msgid "View project frames"
 
2036
msgid "View Project Frames"
1744
2037
msgstr ""
1745
2038
 
1746
2039
#: lazarusidestrconsts.dlgmainviewunits
1747
 
msgid "View project units"
 
2040
msgctxt "lazarusidestrconsts.dlgmainviewunits"
 
2041
msgid "View Project Units"
1748
2042
msgstr ""
1749
2043
 
1750
2044
#: lazarusidestrconsts.dlgmakepath
1760
2054
msgstr ""
1761
2055
 
1762
2056
#: lazarusidestrconsts.dlgmarkupgroup
1763
 
msgid "Word under Caret Highlight"
 
2057
msgid "Highlight of Word under Caret"
1764
2058
msgstr ""
1765
2059
 
1766
2060
#: lazarusidestrconsts.dlgmarkupwordfulllen
1768
2062
msgstr ""
1769
2063
 
1770
2064
#: lazarusidestrconsts.dlgmarkupwordnokeyword
1771
 
msgid "Ignore Keywords"
 
2065
msgid "Ignore keywords"
1772
2066
msgstr ""
1773
2067
 
1774
2068
#: lazarusidestrconsts.dlgmarkupwordnotimer
1775
 
msgid "Disable Timer for Markup Current Word"
 
2069
msgid "Disable timer for markup current word"
1776
2070
msgstr ""
1777
2071
 
1778
2072
#: lazarusidestrconsts.dlgmarkupwordtrim
1779
 
msgid "Trim Spaces (when highlighting current selection)"
 
2073
msgid "Trim spaces (when highlighting current selection)"
1780
2074
msgstr ""
1781
2075
 
1782
2076
#: lazarusidestrconsts.dlgmaxcntr
1839
2133
msgid "Unfold One (Some Colapsed)"
1840
2134
msgstr ""
1841
2135
 
1842
 
#: lazarusidestrconsts.dlgmousefoldenabled
1843
 
msgctxt "lazarusidestrconsts.dlgmousefoldenabled"
1844
 
msgid "Enabled"
1845
 
msgstr ""
1846
 
 
1847
2136
#: lazarusidestrconsts.dlgmousefoldexpfoldall
1848
2137
msgid "Fold All (All Expanded)"
1849
2138
msgstr ""
1884
2173
msgstr ""
1885
2174
 
1886
2175
#: lazarusidestrconsts.dlgmouseoptbtn2
 
2176
msgctxt "lazarusidestrconsts.dlgmouseoptbtn2"
1887
2177
msgid "Double"
1888
2178
msgstr ""
1889
2179
 
1890
2180
#: lazarusidestrconsts.dlgmouseoptbtn3
 
2181
msgctxt "lazarusidestrconsts.dlgmouseoptbtn3"
1891
2182
msgid "Triple"
1892
2183
msgstr ""
1893
2184
 
1894
2185
#: lazarusidestrconsts.dlgmouseoptbtn4
 
2186
msgctxt "lazarusidestrconsts.dlgmouseoptbtn4"
1895
2187
msgid "Quad"
1896
2188
msgstr ""
1897
2189
 
1898
 
#: lazarusidestrconsts.dlgmouseoptbtnadd
1899
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtnadd"
1900
 
msgid "Add"
1901
 
msgstr "Ekle"
1902
 
 
1903
2190
#: lazarusidestrconsts.dlgmouseoptbtnany
1904
2191
msgid "Any"
1905
2192
msgstr ""
1906
2193
 
1907
 
#: lazarusidestrconsts.dlgmouseoptbtncancel
1908
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtncancel"
1909
 
msgid "Cancel"
1910
 
msgstr "İptal"
1911
 
 
1912
 
#: lazarusidestrconsts.dlgmouseoptbtndel
1913
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtndel"
1914
 
msgid "Delete"
1915
 
msgstr ""
1916
 
 
1917
 
#: lazarusidestrconsts.dlgmouseoptbtndown
1918
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtndown"
1919
 
msgid "Down"
1920
 
msgstr ""
1921
 
 
1922
2194
#: lazarusidestrconsts.dlgmouseoptbtnexport
1923
2195
msgctxt "lazarusidestrconsts.dlgmouseoptbtnexport"
1924
2196
msgid "Export"
1925
2197
msgstr ""
1926
2198
 
1927
2199
#: lazarusidestrconsts.dlgmouseoptbtnextra1
 
2200
msgctxt "lazarusidestrconsts.dlgmouseoptbtnextra1"
1928
2201
msgid "Extra 1"
1929
2202
msgstr ""
1930
2203
 
1931
2204
#: lazarusidestrconsts.dlgmouseoptbtnextra2
 
2205
msgctxt "lazarusidestrconsts.dlgmouseoptbtnextra2"
1932
2206
msgid "Extra 2"
1933
2207
msgstr ""
1934
2208
 
1935
2209
#: lazarusidestrconsts.dlgmouseoptbtnimport
 
2210
msgctxt "lazarusidestrconsts.dlgmouseoptbtnimport"
1936
2211
msgid "Import"
1937
2212
msgstr ""
1938
2213
 
1950
2225
msgid "Make Fallback"
1951
2226
msgstr ""
1952
2227
 
1953
 
#: lazarusidestrconsts.dlgmouseoptbtnok
1954
 
#, fuzzy
1955
 
#| msgid "Ok"
1956
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtnok"
1957
 
msgid "OK"
1958
 
msgstr "Tamam"
1959
 
 
1960
2228
#: lazarusidestrconsts.dlgmouseoptbtnright
1961
2229
msgctxt "lazarusidestrconsts.dlgmouseoptbtnright"
1962
2230
msgid "Right"
1963
2231
msgstr ""
1964
2232
 
1965
 
#: lazarusidestrconsts.dlgmouseoptbtnudp
1966
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtnudp"
1967
 
msgid "Change"
 
2233
#: lazarusidestrconsts.dlgmouseoptbtnwheeldown
 
2234
msgid "Wheel down"
1968
2235
msgstr ""
1969
2236
 
1970
 
#: lazarusidestrconsts.dlgmouseoptbtnup
1971
 
msgctxt "lazarusidestrconsts.dlgmouseoptbtnup"
1972
 
msgid "Up"
 
2237
#: lazarusidestrconsts.dlgmouseoptbtnwheelup
 
2238
msgid "Wheel up"
1973
2239
msgstr ""
1974
2240
 
1975
2241
#: lazarusidestrconsts.dlgmouseoptcapture
2108
2374
msgid "Y"
2109
2375
msgstr ""
2110
2376
 
 
2377
#: lazarusidestrconsts.dlgmouseoptnodeall
 
2378
msgctxt "lazarusidestrconsts.dlgmouseoptnodeall"
 
2379
msgid "All"
 
2380
msgstr "Tümü"
 
2381
 
2111
2382
#: lazarusidestrconsts.dlgmouseoptnodegutter
2112
2383
msgctxt "lazarusidestrconsts.dlgmouseoptnodegutter"
2113
2384
msgid "Gutter"
2139
2410
msgid "Selection"
2140
2411
msgstr ""
2141
2412
 
 
2413
#: lazarusidestrconsts.dlgmouseoptopt2label
 
2414
msgid "Opt"
 
2415
msgstr ""
 
2416
 
2142
2417
#: lazarusidestrconsts.dlgmouseoptotheract
2143
2418
msgid "Other actions using the same button"
2144
2419
msgstr ""
2145
2420
 
2146
2421
#: lazarusidestrconsts.dlgmouseoptotheracthint
2147
 
msgid "They may be executed depending on the Modifier Keys, Fallthrough settings, Single/Double, Up/Down..."
 
2422
msgid "They may be executed depending on the Modifier Keys, Fallthrough settings, Single/Double, Up/Down ..."
2148
2423
msgstr ""
2149
2424
 
2150
2425
#: lazarusidestrconsts.dlgmouseoptotheracttoggle
2166
2441
msgstr ""
2167
2442
 
2168
2443
#: lazarusidestrconsts.dlgmultiwinaccessgroup
2169
 
msgid "Find editor for jump targets:"
 
2444
msgid "Find Editor for Jump Targets"
2170
2445
msgstr ""
2171
2446
 
2172
2447
#: lazarusidestrconsts.dlgmultiwinaccessorder
2190
2465
msgstr ""
2191
2466
 
2192
2467
#: lazarusidestrconsts.dlgmultiwintabgroup
2193
 
msgid "Notebook Tabs:"
 
2468
msgid "Notebook Tabs"
2194
2469
msgstr ""
2195
2470
 
2196
2471
#: lazarusidestrconsts.dlgnaming
2201
2476
msgid "No automatic renaming"
2202
2477
msgstr ""
2203
2478
 
 
2479
#: lazarusidestrconsts.dlgnoavailableunits
 
2480
msgid "No available units to add."
 
2481
msgstr ""
 
2482
 
2204
2483
#: lazarusidestrconsts.dlgnobrackethighlight
2205
2484
msgid "No Highlight"
2206
2485
msgstr ""
2209
2488
msgid "Source notebook tabs position"
2210
2489
msgstr ""
2211
2490
 
2212
 
#: lazarusidestrconsts.dlgnotebooktabposbottom
2213
 
msgctxt "lazarusidestrconsts.dlgnotebooktabposbottom"
2214
 
msgid "Bottom"
2215
 
msgstr ""
2216
 
 
2217
 
#: lazarusidestrconsts.dlgnotebooktabposleft
2218
 
msgctxt "lazarusidestrconsts.dlgnotebooktabposleft"
2219
 
msgid "Left"
2220
 
msgstr ""
2221
 
 
2222
 
#: lazarusidestrconsts.dlgnotebooktabposright
2223
 
msgctxt "lazarusidestrconsts.dlgnotebooktabposright"
2224
 
msgid "Right"
2225
 
msgstr ""
2226
 
 
2227
 
#: lazarusidestrconsts.dlgnotebooktabpostop
2228
 
msgctxt "lazarusidestrconsts.dlgnotebooktabpostop"
2229
 
msgid "Top"
2230
 
msgstr ""
2231
 
 
2232
2491
#: lazarusidestrconsts.dlgnotsplitlineafter
2233
 
msgid "Do not split line after:"
 
2492
msgid "Do not split line after"
2234
2493
msgstr ""
2235
2494
 
2236
2495
#: lazarusidestrconsts.dlgnotsplitlinefront
2237
 
msgid "Do not split line In front of:"
 
2496
msgid "Do not split line in front of"
2238
2497
msgstr ""
2239
2498
 
2240
2499
#: lazarusidestrconsts.dlgobjinsp
2269
2528
msgstr ""
2270
2529
 
2271
2530
#: lazarusidestrconsts.dlgoptimiz
2272
 
msgid "Optimizations:"
 
2531
msgid "Optimizations"
2273
2532
msgstr ""
2274
2533
 
2275
2534
#: lazarusidestrconsts.dlgotherunitfiles
2276
 
msgid "Other Unit Files (-Fu) (Delimiter is semicolon):"
 
2535
msgid "Other unit files (-Fu) (delimiter is semicolon):"
2277
2536
msgstr ""
2278
2537
 
2279
2538
#: lazarusidestrconsts.dlgoverwriteblock
2280
 
msgid "Overwrite Block"
2281
 
msgstr ""
2282
 
 
2283
 
#: lazarusidestrconsts.dlgpackagegraph
2284
 
msgid "Package Graph"
 
2539
msgid "Overwrite block"
2285
2540
msgstr ""
2286
2541
 
2287
2542
#: lazarusidestrconsts.dlgpalhints
2297
2552
msgstr ""
2298
2553
 
2299
2554
#: lazarusidestrconsts.dlgpasextkeywordsgroup
2300
 
msgid "Extended Pascal keyword options"
 
2555
msgid "Extended Pascal Keyword Options"
2301
2556
msgstr ""
2302
2557
 
2303
2558
#: lazarusidestrconsts.dlgpassoptslinker
2304
 
msgid "Pass Options To The Linker (Delimiter is space)"
 
2559
msgid "Pass options to linker (delimiter is space)"
2305
2560
msgstr ""
2306
2561
 
2307
2562
#: lazarusidestrconsts.dlgpasstringkeywords
2308
 
msgid "Highlight String keyword(s)"
 
2563
msgid "Highlight \"String\" keyword(s)"
2309
2564
msgstr ""
2310
2565
 
2311
2566
#: lazarusidestrconsts.dlgpasstringkeywordsoptdefault
2323
2578
msgstr ""
2324
2579
 
2325
2580
#: lazarusidestrconsts.dlgpersistentblock
2326
 
msgid "Persistent Block"
 
2581
msgid "Persistent block"
2327
2582
msgstr ""
2328
2583
 
2329
2584
#: lazarusidestrconsts.dlgpersistentcursor
2338
2593
msgid "Application"
2339
2594
msgstr "Uygulama"
2340
2595
 
 
2596
#: lazarusidestrconsts.dlgpoasinvoker
 
2597
msgid "as invoker (asInvoker)"
 
2598
msgstr ""
 
2599
 
2341
2600
#: lazarusidestrconsts.dlgpoclearicon
2342
 
msgid "Clear Icon"
 
2601
msgid "&Clear Icon"
2343
2602
msgstr ""
2344
2603
 
2345
2604
#: lazarusidestrconsts.dlgpocreateappbundle
2347
2606
msgstr ""
2348
2607
 
2349
2608
#: lazarusidestrconsts.dlgpodpiaware
2350
 
msgid "Dpi Aware application (for Vista+)"
 
2609
msgid "Enabled DPI Awareness (for Vista+)"
 
2610
msgstr ""
 
2611
 
 
2612
#: lazarusidestrconsts.dlgpoexecutionlevel
 
2613
msgid "Execution Level"
2351
2614
msgstr ""
2352
2615
 
2353
2616
#: lazarusidestrconsts.dlgpofroms
2354
2617
msgid "Forms"
2355
2618
msgstr ""
2356
2619
 
 
2620
#: lazarusidestrconsts.dlgpohighestavailable
 
2621
msgid "highest available (highestAvailable)"
 
2622
msgstr ""
 
2623
 
2357
2624
#: lazarusidestrconsts.dlgpoi18n
2358
2625
msgid "i18n"
2359
2626
msgstr ""
2372
2639
msgstr ""
2373
2640
 
2374
2641
#: lazarusidestrconsts.dlgpoloadicon
2375
 
msgid "Load Icon"
 
2642
msgid "&Load Icon"
2376
2643
msgstr ""
2377
2644
 
2378
2645
#: lazarusidestrconsts.dlgpomisc
2381
2648
msgstr ""
2382
2649
 
2383
2650
#: lazarusidestrconsts.dlgpooutputsettings
2384
 
msgid "Output Settings"
 
2651
msgid "Output settings"
 
2652
msgstr ""
 
2653
 
 
2654
#: lazarusidestrconsts.dlgporequireadministrator
 
2655
msgid "require administrator (requireAdministrator)"
2385
2656
msgstr ""
2386
2657
 
2387
2658
#: lazarusidestrconsts.dlgposaveicon
2388
 
msgid "Save Icon"
 
2659
msgid "&Save Icon"
2389
2660
msgstr ""
2390
2661
 
2391
2662
#: lazarusidestrconsts.dlgposavesession
2400
2671
msgid "Title:"
2401
2672
msgstr ""
2402
2673
 
 
2674
#: lazarusidestrconsts.dlgpouiaccess
 
2675
msgid "UI Access (uiAccess)"
 
2676
msgstr ""
 
2677
 
2403
2678
#: lazarusidestrconsts.dlgpouseappbundle
2404
 
msgid "Use Application Bundle for running and debugging (darwin only)"
 
2679
msgid "Use Application Bundle for running and debugging (Darwin only)"
2405
2680
msgstr ""
2406
2681
 
2407
2682
#: lazarusidestrconsts.dlgpousemanifest
2408
2683
msgid "Use manifest file to enable themes (Windows only)"
2409
2684
msgstr ""
2410
2685
 
 
2686
#: lazarusidestrconsts.dlgproject
 
2687
msgid "Project"
 
2688
msgstr ""
 
2689
 
2411
2690
#: lazarusidestrconsts.dlgprojectoptions
2412
2691
msgid "Project Options"
2413
2692
msgstr ""
2417
2696
msgstr ""
2418
2697
 
2419
2698
#: lazarusidestrconsts.dlgprojfiles
2420
 
msgid "Project files"
 
2699
msgid "Project Files"
2421
2700
msgstr ""
2422
2701
 
2423
2702
#: lazarusidestrconsts.dlgpromptonreplace
2424
 
msgid "&Prompt On Replace"
 
2703
#, fuzzy
 
2704
#| msgid "&Prompt On Replace"
 
2705
msgid "&Prompt on replace"
2425
2706
msgstr "Değiştirirken Sor"
2426
2707
 
2427
2708
#: lazarusidestrconsts.dlgpropertycompletion
2461
2742
msgstr ""
2462
2743
 
2463
2744
#: lazarusidestrconsts.dlgregularexpressions
2464
 
msgid "&Regular Expressions"
 
2745
#, fuzzy
 
2746
#| msgid "Regular E&xpressions"
 
2747
msgid "Regular e&xpressions"
2465
2748
msgstr "Düzenli İfadeler"
2466
2749
 
2467
2750
#: lazarusidestrconsts.dlgreplaceall
2469
2752
msgstr ""
2470
2753
 
2471
2754
#: lazarusidestrconsts.dlgreplacewith
2472
 
msgid "&Replace With"
 
2755
#, fuzzy
 
2756
#| msgid "&Replace With"
 
2757
msgid "&Replace with"
2473
2758
msgstr "ile değiştir"
2474
2759
 
2475
2760
#: lazarusidestrconsts.dlgreport
2481
2766
msgstr ""
2482
2767
 
2483
2768
#: lazarusidestrconsts.dlgrightclickselects
2484
 
msgid "Right Click selects"
 
2769
msgid "Right click selects"
2485
2770
msgstr ""
2486
2771
 
2487
2772
#: lazarusidestrconsts.dlgrightmargin
2530
2815
msgid "User overrides"
2531
2816
msgstr ""
2532
2817
 
2533
 
#: lazarusidestrconsts.dlgrunovalue
2534
 
msgctxt "lazarusidestrconsts.dlgrunovalue"
2535
 
msgid "Value"
2536
 
msgstr ""
2537
 
 
2538
 
#: lazarusidestrconsts.dlgrunovariable
2539
 
msgid "Variable"
2540
 
msgstr ""
2541
 
 
2542
2818
#: lazarusidestrconsts.dlgrunparameters
2543
 
msgid "Run parameters"
 
2819
msgid "Run Parameters"
2544
2820
msgstr ""
2545
2821
 
2546
2822
#: lazarusidestrconsts.dlgsavedfile
2568
2844
msgstr ""
2569
2845
 
2570
2846
#: lazarusidestrconsts.dlgscrollgroupoptions
2571
 
msgid "Scrolling:"
 
2847
msgid "Scrolling"
2572
2848
msgstr ""
2573
2849
 
2574
2850
#: lazarusidestrconsts.dlgscrollhint
2593
2869
msgstr "Aramaya kullanıcı tarafından son verildi"
2594
2870
 
2595
2871
#: lazarusidestrconsts.dlgsearchcaption
2596
 
msgid "Searching..."
 
2872
#, fuzzy
 
2873
#| msgid "Searching..."
 
2874
msgid "Searching ..."
2597
2875
msgstr "Arıyor..."
2598
2876
 
2599
2877
#: lazarusidestrconsts.dlgsearchpaths
2601
2879
msgstr ""
2602
2880
 
2603
2881
#: lazarusidestrconsts.dlgselectedtext
2604
 
msgid "&Selected Text"
 
2882
#, fuzzy
 
2883
#| msgid "&Selected Text"
 
2884
msgid "&Selected text"
2605
2885
msgstr "&Seçilmiş Metin"
2606
2886
 
2607
2887
#: lazarusidestrconsts.dlgsetallelementdefault
2616
2896
msgid "Set property Variable"
2617
2897
msgstr ""
2618
2898
 
 
2899
#: lazarusidestrconsts.dlgshowallunits
 
2900
msgid "Show all units"
 
2901
msgstr ""
 
2902
 
2619
2903
#: lazarusidestrconsts.dlgshowcaps
2620
2904
msgid "Show component captions"
2621
2905
msgstr ""
2641
2925
msgid "Show debug info"
2642
2926
msgstr ""
2643
2927
 
2644
 
#: lazarusidestrconsts.dlgshowdefinedmacros
2645
 
msgid "Show defined macros"
2646
 
msgstr ""
2647
 
 
2648
2928
#: lazarusidestrconsts.dlgshowedrhints
2649
2929
msgid "Show editor hints"
2650
2930
msgstr ""
2666
2946
msgstr ""
2667
2947
 
2668
2948
#: lazarusidestrconsts.dlgshowhint
2669
 
msgid "Show Hints"
 
2949
msgctxt "lazarusidestrconsts.dlgshowhint"
 
2950
msgid "Show hints"
2670
2951
msgstr ""
2671
2952
 
2672
2953
#: lazarusidestrconsts.dlgshowlinenumbers
2675
2956
msgstr ""
2676
2957
 
2677
2958
#: lazarusidestrconsts.dlgshownotes
2678
 
msgid "Show Notes"
 
2959
msgid "Show notes"
2679
2960
msgstr ""
2680
2961
 
2681
2962
#: lazarusidestrconsts.dlgshownothing
2704
2985
msgstr ""
2705
2986
 
2706
2987
#: lazarusidestrconsts.dlgshowwarnings
2707
 
msgid "Show Warnings"
 
2988
msgid "Show warnings"
2708
2989
msgstr ""
2709
2990
 
2710
2991
#: lazarusidestrconsts.dlgsingletaskbarbutton
2711
2992
msgid "Show single button in TaskBar"
2712
2993
msgstr ""
2713
2994
 
2714
 
#: lazarusidestrconsts.dlgskipforwarddeclarations
2715
 
msgid "Skip forward declarations"
 
2995
#: lazarusidestrconsts.dlgskipforwardclassdeclarations
 
2996
msgid "Skip forward class declarations"
2716
2997
msgstr ""
2717
2998
 
2718
2999
#: lazarusidestrconsts.dlgsmarttabs
2753
3034
msgid "Origin"
2754
3035
msgstr ""
2755
3036
 
 
3037
#: lazarusidestrconsts.dlgstacksize
 
3038
msgid "Stack size"
 
3039
msgstr ""
 
3040
 
2756
3041
#: lazarusidestrconsts.dlgstatickeyword
2757
 
msgid "Static Keyword in Objects"
 
3042
msgid "Static keyword in objects"
2758
3043
msgstr ""
2759
3044
 
2760
3045
#: lazarusidestrconsts.dlgstopafternrerr
2796
3081
msgstr ""
2797
3082
 
2798
3083
#: lazarusidestrconsts.dlgtargetplatform
2799
 
msgid "Target Platform:"
 
3084
msgid "Target platform"
2800
3085
msgstr ""
2801
3086
 
2802
3087
#: lazarusidestrconsts.dlgtargetproc
2807
3092
msgid "Directory for building test projects"
2808
3093
msgstr ""
2809
3094
 
2810
 
#: lazarusidestrconsts.dlgtexttofing
2811
 
msgid "&Text to Find"
 
3095
#: lazarusidestrconsts.dlgtexttofind
 
3096
#, fuzzy
 
3097
#| msgid "&Text to Find"
 
3098
msgctxt "lazarusidestrconsts.dlgtexttofind"
 
3099
msgid "&Text to find"
2812
3100
msgstr "Aranacak Me&tin"
2813
3101
 
2814
3102
#: lazarusidestrconsts.dlgthedirectory
2827
3115
msgid "Tooltip symbol Tools"
2828
3116
msgstr ""
2829
3117
 
 
3118
#: lazarusidestrconsts.dlgtopinfohint
 
3119
msgid "Current Class/Proc Hint"
 
3120
msgstr ""
 
3121
 
2830
3122
#: lazarusidestrconsts.dlgtoppos
2831
3123
msgid "Top:"
2832
3124
msgstr ""
2836
3128
msgstr ""
2837
3129
 
2838
3130
#: lazarusidestrconsts.dlgtrimspacetypecaption
2839
 
msgid "Trim Spaces Style"
 
3131
msgid "Trim spaces style"
2840
3132
msgstr ""
2841
3133
 
2842
3134
#: lazarusidestrconsts.dlgtrimspacetypecaretmove
2860
3152
msgstr ""
2861
3153
 
2862
3154
#: lazarusidestrconsts.dlguncertopt
2863
 
msgid "Uncertain Optimizations"
 
3155
msgid "Uncertain optimizations"
2864
3156
msgstr ""
2865
3157
 
2866
3158
#: lazarusidestrconsts.dlgundoaftersave
2868
3160
msgstr ""
2869
3161
 
2870
3162
#: lazarusidestrconsts.dlgundogroupoptions
2871
 
msgid "Undo / Redo:"
 
3163
msgid "Undo / Redo"
2872
3164
msgstr ""
2873
3165
 
2874
3166
#: lazarusidestrconsts.dlgundolimit
2875
3167
msgid "Undo limit"
2876
3168
msgstr ""
2877
3169
 
2878
 
#: lazarusidestrconsts.dlgunitdepbrowse
2879
 
msgctxt "lazarusidestrconsts.dlgunitdepbrowse"
2880
 
msgid "Open"
2881
 
msgstr ""
2882
 
 
2883
3170
#: lazarusidestrconsts.dlgunitdepcaption
2884
 
msgid "Unit dependencies"
 
3171
msgid "Unit Dependencies"
2885
3172
msgstr ""
2886
3173
 
2887
3174
#: lazarusidestrconsts.dlgunitdeprefresh
2897
3184
msgid "Unsaved line"
2898
3185
msgstr ""
2899
3186
 
2900
 
#: lazarusidestrconsts.dlgupword
2901
 
msgctxt "lazarusidestrconsts.dlgupword"
2902
 
msgid "Up"
2903
 
msgstr ""
2904
 
 
2905
3187
#: lazarusidestrconsts.dlgusecodefolding
2906
 
msgid "Code folding"
 
3188
msgid "Code Folding"
2907
3189
msgstr ""
2908
3190
 
2909
3191
#: lazarusidestrconsts.dlgusecustomconfig
2910
 
msgid "Use additional Compiler Config File"
 
3192
msgid "Use additional compiler config file"
2911
3193
msgstr ""
2912
3194
 
2913
3195
#: lazarusidestrconsts.dlgusedividerdraw
2914
 
msgid "Divider drawing"
 
3196
msgid "Divider Drawing"
2915
3197
msgstr ""
2916
3198
 
2917
3199
#: lazarusidestrconsts.dlgusefpccfg
2918
 
msgid "Use standard Compiler Config File (fpc.cfg)"
 
3200
msgid "Use standard compiler config file (fpc.cfg)"
2919
3201
msgstr ""
2920
3202
 
2921
3203
#: lazarusidestrconsts.dlguselaunchingapp
2922
3204
msgid "Use launching application"
2923
3205
msgstr ""
2924
3206
 
 
3207
#: lazarusidestrconsts.dlguseminimumime
 
3208
msgid "Ime handled by System"
 
3209
msgstr ""
 
3210
 
2925
3211
#: lazarusidestrconsts.dlgusemsgfile
2926
3212
msgid "Use messages file"
2927
3213
msgstr ""
2946
3232
msgid "Use tab history when closing tabs"
2947
3233
msgstr ""
2948
3234
 
 
3235
#: lazarusidestrconsts.dlguseunitcaption
 
3236
msgid "Add unit to Uses section"
 
3237
msgstr ""
 
3238
 
2949
3239
#: lazarusidestrconsts.dlgvaluecolor
2950
3240
msgctxt "lazarusidestrconsts.dlgvaluecolor"
2951
3241
msgid "Value"
2964
3254
msgstr ""
2965
3255
 
2966
3256
#: lazarusidestrconsts.dlgwholewordsonly
2967
 
msgid "&Whole Words Only"
 
3257
#, fuzzy
 
3258
#| msgid "&Whole Words Only"
 
3259
msgid "&Whole words only"
2968
3260
msgstr "Yalnızca Eşleşen Sözcükler"
2969
3261
 
2970
3262
#: lazarusidestrconsts.dlgwidthpos
2981
3273
msgstr "Pencere"
2982
3274
 
2983
3275
#: lazarusidestrconsts.dlgwinpos
2984
 
msgid "Window Positions"
 
3276
msgid "Window positions"
 
3277
msgstr ""
 
3278
 
 
3279
#: lazarusidestrconsts.dlgwordexceptions
 
3280
msgid "Exceptions"
2985
3281
msgstr ""
2986
3282
 
2987
3283
#: lazarusidestrconsts.dlgwordspolicies
2995
3291
msgstr ""
2996
3292
 
2997
3293
#: lazarusidestrconsts.dlgwritefpclogo
2998
 
msgid "Write an FPC logo"
 
3294
msgid "Write FPC logo"
2999
3295
msgstr ""
3000
3296
 
3001
3297
#: lazarusidestrconsts.fdinvalidmultiselectiontext
3002
3298
msgid "Multiselected components must be of a single form."
3003
3299
msgstr ""
3004
3300
 
3005
 
#: lazarusidestrconsts.fdmalignword
3006
 
msgid "Align"
3007
 
msgstr "Hizala"
 
3301
#: lazarusidestrconsts.fdmalignmenu
 
3302
msgid "Align ..."
 
3303
msgstr ""
3008
3304
 
3009
3305
#: lazarusidestrconsts.fdmdeleteselection
3010
3306
msgid "Delete Selection"
3042
3338
msgstr ""
3043
3339
 
3044
3340
#: lazarusidestrconsts.fdmsaveformasxml
3045
 
msgid "Save form as XML"
 
3341
msgid "Save Form as XML"
 
3342
msgstr ""
 
3343
 
 
3344
#: lazarusidestrconsts.fdmscalemenu
 
3345
msgid "Scale ..."
3046
3346
msgstr ""
3047
3347
 
3048
3348
#: lazarusidestrconsts.fdmscaleword
3054
3354
msgid "Select All"
3055
3355
msgstr ""
3056
3356
 
 
3357
#: lazarusidestrconsts.fdmsizemenu
 
3358
msgid "Size ..."
 
3359
msgstr ""
 
3360
 
3057
3361
#: lazarusidestrconsts.fdmsizeword
3058
3362
msgid "Size"
3059
3363
msgstr ""
3066
3370
msgid "Option: Snap to guide lines"
3067
3371
msgstr ""
3068
3372
 
3069
 
#: lazarusidestrconsts.fdmtaborder
3070
 
msgid "Tab Order..."
3071
 
msgstr ""
3072
 
 
3073
3373
#: lazarusidestrconsts.fdmzorder
3074
3374
msgid "Z-order"
3075
3375
msgstr ""
3078
3378
msgid "On Both Sides"
3079
3379
msgstr ""
3080
3380
 
 
3381
#: lazarusidestrconsts.histdlgbtnclearhint
 
3382
msgid "Clear all snapshots"
 
3383
msgstr ""
 
3384
 
 
3385
#: lazarusidestrconsts.histdlgbtnenablehint
 
3386
msgid "Toggle view snapshot or current"
 
3387
msgstr ""
 
3388
 
 
3389
#: lazarusidestrconsts.histdlgbtnexport
 
3390
msgctxt "lazarusidestrconsts.histdlgbtnexport"
 
3391
msgid "Export"
 
3392
msgstr ""
 
3393
 
 
3394
#: lazarusidestrconsts.histdlgbtnimport
 
3395
msgctxt "lazarusidestrconsts.histdlgbtnimport"
 
3396
msgid "Import"
 
3397
msgstr ""
 
3398
 
 
3399
#: lazarusidestrconsts.histdlgbtnmakesnaphint
 
3400
msgid "Take Snapshot"
 
3401
msgstr ""
 
3402
 
 
3403
#: lazarusidestrconsts.histdlgbtnpowerhint
 
3404
msgid "Switch on/off automatic snapshots"
 
3405
msgstr ""
 
3406
 
 
3407
#: lazarusidestrconsts.histdlgbtnremovehint
 
3408
msgid "Remove selected entry"
 
3409
msgstr ""
 
3410
 
 
3411
#: lazarusidestrconsts.histdlgbtnshowhisthint
 
3412
msgid "View history"
 
3413
msgstr ""
 
3414
 
 
3415
#: lazarusidestrconsts.histdlgbtnshowsnaphint
 
3416
msgid "View Snapshots"
 
3417
msgstr ""
 
3418
 
 
3419
#: lazarusidestrconsts.histdlgcolumnloc
 
3420
msgid "Location"
 
3421
msgstr ""
 
3422
 
 
3423
#: lazarusidestrconsts.histdlgcolumntime
 
3424
msgid "Time"
 
3425
msgstr ""
 
3426
 
 
3427
#: lazarusidestrconsts.histdlgformname
 
3428
msgctxt "lazarusidestrconsts.histdlgformname"
 
3429
msgid "History"
 
3430
msgstr ""
 
3431
 
3081
3432
#: lazarusidestrconsts.lis0no1drawdividerlinesonlyfortoplevel2drawlinesforfi
3082
3433
msgid "0 = no, 1 = draw divider lines only for top level, 2 = draw lines for first two levels, ..."
3083
3434
msgstr ""
3091
3442
msgstr "Dosyaları Ekle"
3092
3443
 
3093
3444
#: lazarusidestrconsts.lisa2paddfilestopackage
3094
 
msgid "Add files to package"
 
3445
#, fuzzy
 
3446
#| msgid "Add files to package"
 
3447
msgid "Add Files to Package"
3095
3448
msgstr "Dosyaları pakete ekle"
3096
3449
 
3097
3450
#: lazarusidestrconsts.lisa2paddlfmlrsfilesiftheyexist
3139
3492
msgid "Class Name already exists"
3140
3493
msgstr ""
3141
3494
 
 
3495
#: lazarusidestrconsts.lisa2pcreatenewcomp
 
3496
msgid "Create New Component"
 
3497
msgstr ""
 
3498
 
3142
3499
#: lazarusidestrconsts.lisa2pcreatenewfile
3143
 
msgid "Create new file"
 
3500
msgid "Create New File"
 
3501
msgstr ""
 
3502
 
 
3503
#: lazarusidestrconsts.lisa2pcreatenewreq
 
3504
msgid "Create New Requirement"
3144
3505
msgstr ""
3145
3506
 
3146
3507
#: lazarusidestrconsts.lisa2pdependency
3147
3508
msgid "Dependency"
3148
3509
msgstr ""
3149
3510
 
3150
 
#: lazarusidestrconsts.lisa2pexistingfile
3151
 
msgid "%sExisting file: %s%s%s"
3152
 
msgstr "%sVar olan dosya: %s%s%s"
 
3511
#: lazarusidestrconsts.lisa2pexistingfile2
 
3512
msgid "Existing file: %s%s%s"
 
3513
msgstr ""
3153
3514
 
3154
3515
#: lazarusidestrconsts.lisa2pfilealreadyexists
3155
3516
msgid "File already exists"
3156
3517
msgstr ""
3157
3518
 
3158
 
#: lazarusidestrconsts.lisa2pfilealreadyexistsintheproject
3159
 
msgid "File %s%s%s already exists in the project."
 
3519
#: lazarusidestrconsts.lisa2pfilealreadyexistsinthepackage
 
3520
msgid "File %s%s%s already exists in the package."
3160
3521
msgstr ""
3161
3522
 
3162
3523
#: lazarusidestrconsts.lisa2pfilealreadyinpackage
3183
3544
msgid "Invalid Ancestor Type"
3184
3545
msgstr ""
3185
3546
 
3186
 
#: lazarusidestrconsts.lisa2pinvalidcircle
3187
 
msgid "Invalid Circle"
 
3547
#: lazarusidestrconsts.lisa2pinvalidcirculardependency
 
3548
msgid "Invalid Circular Dependency"
3188
3549
msgstr ""
3189
3550
 
3190
3551
#: lazarusidestrconsts.lisa2pinvalidclassname
3212
3573
msgstr ""
3213
3574
 
3214
3575
#: lazarusidestrconsts.lisa2pnewcomponent
 
3576
msgctxt "lazarusidestrconsts.lisa2pnewcomponent"
3215
3577
msgid "New Component"
3216
3578
msgstr ""
3217
3579
 
3244
3606
msgstr ""
3245
3607
 
3246
3608
#: lazarusidestrconsts.lisa2pshowall
 
3609
msgctxt "lazarusidestrconsts.lisa2pshowall"
3247
3610
msgid "Show all"
3248
3611
msgstr ""
3249
3612
 
3424
3787
msgid "Actions:"
3425
3788
msgstr ""
3426
3789
 
 
3790
#: lazarusidestrconsts.lisactivate
 
3791
msgid "Activate"
 
3792
msgstr ""
 
3793
 
3427
3794
#: lazarusidestrconsts.lisactivateregularexpressionsyntaxfortextandreplaceme
3428
3795
msgid "Activate regular expression syntax for text and replacement (pretty much like perl)"
3429
3796
msgstr "metin ve yer değiştirme için düzenli ifade sözdizimini etkinleştir(hemen hemen perl gibi)"
3430
3797
 
 
3798
#: lazarusidestrconsts.lisactivateselected
 
3799
msgid "Activate Selected"
 
3800
msgstr ""
 
3801
 
3431
3802
#: lazarusidestrconsts.lisactive
3432
3803
msgid "Active"
3433
3804
msgstr ""
3436
3807
msgid "Active Filter"
3437
3808
msgstr ""
3438
3809
 
3439
 
#: lazarusidestrconsts.lisadddirectory
3440
 
msgid "Add directory"
3441
 
msgstr ""
 
3810
#: lazarusidestrconsts.lisadd
 
3811
msgctxt "lazarusidestrconsts.lisadd"
 
3812
msgid "Add"
 
3813
msgstr "Ekle"
3442
3814
 
3443
 
#: lazarusidestrconsts.lisaddfilesofdirectory
3444
 
msgid "Add files of directory"
 
3815
#: lazarusidestrconsts.lisaddfilesindirectory
 
3816
msgid "Add Files in Directory"
3445
3817
msgstr ""
3446
3818
 
3447
3819
#: lazarusidestrconsts.lisadditionalcompileroptionsinheritedfrompackages
3448
3820
msgid "Additional compiler options inherited from packages"
3449
3821
msgstr "Paketlerden miras alınan ilave derleyici seçenekleri"
3450
3822
 
 
3823
#: lazarusidestrconsts.lisaddkeyworddo
 
3824
msgid "Add keyword \"do\""
 
3825
msgstr ""
 
3826
 
3451
3827
#: lazarusidestrconsts.lisaddnewbuildmodecopyingsettingsfrom
3452
3828
msgid "Add new build mode, copying settings from \"%s\""
3453
3829
msgstr ""
3476
3852
msgid "Add parameter brackets"
3477
3853
msgstr ""
3478
3854
 
 
3855
#: lazarusidestrconsts.lisaddress
 
3856
msgid "Address:"
 
3857
msgstr ""
 
3858
 
 
3859
#: lazarusidestrconsts.lisaddressbreakpoint
 
3860
msgctxt "lazarusidestrconsts.lisaddressbreakpoint"
 
3861
msgid "&Address Breakpoint ..."
 
3862
msgstr ""
 
3863
 
3479
3864
#: lazarusidestrconsts.lisaddtoincludesearchpath
3480
3865
msgid "Add to include search path?"
3481
3866
msgstr ""
3505
3890
msgstr ""
3506
3891
 
3507
3892
#: lazarusidestrconsts.lisaf2paddfiletoapackage
3508
 
msgid "Add file to a package"
 
3893
#, fuzzy
 
3894
#| msgid "Add file to a package"
 
3895
msgid "Add File to Package"
3509
3896
msgstr "Pakete bir dosya ekle"
3510
3897
 
3511
3898
#: lazarusidestrconsts.lisaf2pdestinationpackage
3512
 
msgid "Destination Package"
 
3899
msgid "Destination package"
3513
3900
msgstr ""
3514
3901
 
3515
3902
#: lazarusidestrconsts.lisaf2pfiletype
3516
 
msgid "File Type"
 
3903
msgid "File type"
3517
3904
msgstr ""
3518
3905
 
3519
3906
#: lazarusidestrconsts.lisaf2phasregisterprocedure
3541
3928
msgstr ""
3542
3929
 
3543
3930
#: lazarusidestrconsts.lisaf2pshowall
3544
 
msgid "Show All"
 
3931
msgctxt "lazarusidestrconsts.lisaf2pshowall"
 
3932
msgid "Show all"
3545
3933
msgstr ""
3546
3934
 
3547
3935
#: lazarusidestrconsts.lisaf2pthefileisalreadyinthepackage
3554
3942
msgstr ""
3555
3943
 
3556
3944
#: lazarusidestrconsts.lisaf2punitname
3557
 
msgid "Unit Name: "
 
3945
msgid "Unit name: "
3558
3946
msgstr ""
3559
3947
 
3560
3948
#: lazarusidestrconsts.lisafilealreadyexistsreplaceit
3561
3949
msgid "A file %s%s%s already exists.%sReplace it?"
3562
3950
msgstr "%s%s%s dosyası zaten var.%sDeğiştirilsin mi?"
3563
3951
 
 
3952
#: lazarusidestrconsts.lisaftercleaningupswitchtoautomaticclean
 
3953
msgid "After cleaning up (clean all or clean common files), switch to clean automatically"
 
3954
msgstr ""
 
3955
 
3564
3956
#: lazarusidestrconsts.lisalignment
3565
3957
msgid "Alignment"
3566
3958
msgstr "Hizalama"
3567
3959
 
3568
3960
#: lazarusidestrconsts.lisallblockslooksok
3569
 
msgid "All blocks looks ok."
 
3961
#, fuzzy
 
3962
#| msgid "All blocks looks ok."
 
3963
msgid "All blocks look ok."
3570
3964
msgstr "Tüm bloklar sağlam görünüyor"
3571
3965
 
3572
3966
#: lazarusidestrconsts.lisallfiles
3585
3979
msgid "Allow searching for multiple lines"
3586
3980
msgstr "Çoklu satır aramaya izin ver"
3587
3981
 
 
3982
#: lazarusidestrconsts.lisallparametersofthisfunctionarealreadysetatthiscall
 
3983
msgid "All parameters of this function are already set at this call. Nothing to add."
 
3984
msgstr ""
 
3985
 
3588
3986
#: lazarusidestrconsts.lisallyourmodificationstowillbelostandthefilereopened
3589
3987
msgid "All your modifications to %s%s%s%swill be lost and the file reopened."
3590
3988
msgstr ""
3601
3999
msgid "Always"
3602
4000
msgstr ""
3603
4001
 
 
4002
#: lazarusidestrconsts.lisalwaysconvertsuggesteddefaultfilenametolowercase
 
4003
msgid "Always convert suggested default file name to lowercase"
 
4004
msgstr ""
 
4005
 
3604
4006
#: lazarusidestrconsts.lisalwaysignore
3605
4007
msgid "Always ignore"
3606
4008
msgstr ""
3625
4027
msgid "Ambiguous unit found"
3626
4028
msgstr "Belirsiz bir birim bulundu"
3627
4029
 
 
4030
#: lazarusidestrconsts.lisanchorbottomtobottomside
 
4031
msgid "Anchor bottom side to bottom side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
 
4032
msgstr ""
 
4033
 
 
4034
#: lazarusidestrconsts.lisanchorbottomtotopside
 
4035
msgid "Anchor bottom side to top side of sibling. The kept distance is defined by both BorderSpacing properties of this and sibling."
 
4036
msgstr ""
 
4037
 
3628
4038
#: lazarusidestrconsts.lisanchoreditornocontrolselected
3629
4039
msgid "Anchor Editor - no control selected"
3630
4040
msgstr "Kanca Düzenleyici - denetim seçilmemiş"
3633
4043
msgid "Enabled = Include %s in Anchors"
3634
4044
msgstr ""
3635
4045
 
 
4046
#: lazarusidestrconsts.lisanchorlefttoleftside
 
4047
msgid "Anchor left side to left side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
 
4048
msgstr ""
 
4049
 
 
4050
#: lazarusidestrconsts.lisanchorlefttorightside
 
4051
msgid "Anchor left side to right side of sibling. The kept distance is defined by both BorderSpacing properties of this and sibling."
 
4052
msgstr ""
 
4053
 
 
4054
#: lazarusidestrconsts.lisanchorrighttoleftside
 
4055
msgid "Anchor right side to left side of sibling. The kept distance is defined by both BorderSpacing properties of this and sibling."
 
4056
msgstr ""
 
4057
 
 
4058
#: lazarusidestrconsts.lisanchorrighttorightside
 
4059
msgid "Anchor right side to right side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
 
4060
msgstr ""
 
4061
 
3636
4062
#: lazarusidestrconsts.lisanchorsofselectedcontrols
3637
4063
msgid "Anchors of selected controls"
3638
4064
msgstr ""
3639
4065
 
3640
 
#: lazarusidestrconsts.lisanchortobottomsidekeepborderspace
3641
 
msgid "Anchor to bottom side of sibling, keep border space"
3642
 
msgstr ""
3643
 
 
3644
 
#: lazarusidestrconsts.lisanchortoleftsidekeepborderspace
3645
 
msgid "Anchor to left side of sibling, keep border space"
3646
 
msgstr ""
3647
 
 
3648
 
#: lazarusidestrconsts.lisanchortorightsidekeepborderspace
3649
 
msgid "Anchor to right side of sibling, keep border space"
3650
 
msgstr ""
3651
 
 
3652
 
#: lazarusidestrconsts.lisanchortotopsidekeepborderspace
3653
 
msgid "Anchor to top side of sibling, keep border space"
 
4066
#: lazarusidestrconsts.lisanchortoptobottomside
 
4067
msgid "Anchor top side to bottom side of sibling. The kept distance is defined by both BorderSpacing properties of this and sibling."
 
4068
msgstr ""
 
4069
 
 
4070
#: lazarusidestrconsts.lisanchortoptotopside
 
4071
msgid "Anchor top side to top side of sibling. Use BorderSpacing to set a distance. BorderSpacing of sibling is ignored."
3654
4072
msgstr ""
3655
4073
 
3656
4074
#: lazarusidestrconsts.lisanerroroccuredatlaststartupwhileloadingloadthispro
3695
4113
msgid "Ask before replacing each found text"
3696
4114
msgstr "Her bulduğun metni değiştirmeden önce sor"
3697
4115
 
 
4116
#: lazarusidestrconsts.lisaskbeforesavingprojectssession
 
4117
msgid "Ask before saving project's session"
 
4118
msgstr ""
 
4119
 
3698
4120
#: lazarusidestrconsts.lisaskforcomponentnameafterputtingitonform
3699
4121
msgid "Ask for component name after putting it on a designer form"
3700
4122
msgstr ""
3728
4150
msgstr ""
3729
4151
 
3730
4152
#: lazarusidestrconsts.lisautomatic
 
4153
msgctxt "lazarusidestrconsts.lisautomatic"
3731
4154
msgid "Automatic"
3732
4155
msgstr ""
3733
4156
 
 
4157
#: lazarusidestrconsts.lisautomatically
 
4158
msgid "Automatically"
 
4159
msgstr ""
 
4160
 
3734
4161
#: lazarusidestrconsts.lisautomaticallyconvertlfmfilestolrsincludefiles
3735
4162
msgid "Automatically convert .lfm files to .lrs include files"
3736
4163
msgstr ""
3737
4164
 
 
4165
#: lazarusidestrconsts.lisautomaticallyignoreforselection
 
4166
msgid "do not complete selection"
 
4167
msgstr ""
 
4168
 
3738
4169
#: lazarusidestrconsts.lisautomaticallyinvokeafterpoint
3739
4170
msgid "Automatically invoke after point"
3740
4171
msgstr ""
3747
4178
msgid "space"
3748
4179
msgstr ""
3749
4180
 
 
4181
#: lazarusidestrconsts.lisautomaticallyontab
 
4182
msgid "tab"
 
4183
msgstr ""
 
4184
 
3750
4185
#: lazarusidestrconsts.lisautomaticallyonwordend
3751
4186
msgid "word end"
3752
4187
msgstr ""
3769
4204
msgid "Available packages"
3770
4205
msgstr "Kullanılabilir paketler"
3771
4206
 
 
4207
#: lazarusidestrconsts.lisavailableprojectbuildmodes
 
4208
msgid "Available project build modes:"
 
4209
msgstr ""
 
4210
 
3772
4211
#: lazarusidestrconsts.lisbackupchangedfiles
3773
4212
msgid "Make backup of changed files"
3774
4213
msgstr ""
3793
4232
msgid "Behind related"
3794
4233
msgstr ""
3795
4234
 
 
4235
#: lazarusidestrconsts.lisbestviewedbyinstallingahtmlcontrolliketurbopowerip
 
4236
msgid "Best viewed by installing a HTML control like turbopoweriprodsgn"
 
4237
msgstr ""
 
4238
 
3796
4239
#: lazarusidestrconsts.lisbfalwaysbuildbeforerun
3797
 
msgid "Always Build before Run"
 
4240
#, fuzzy
 
4241
#| msgid "Always Build before Run"
 
4242
msgid "Always build before run"
3798
4243
msgstr "Çalıştırmadan Önce Daima Oluştur"
3799
4244
 
3800
 
#: lazarusidestrconsts.lisbfbuild
3801
 
msgctxt "lazarusidestrconsts.lisbfbuild"
3802
 
msgid "Build"
3803
 
msgstr "Oluştur"
3804
 
 
3805
4245
#: lazarusidestrconsts.lisbfbuildcommand
3806
4246
msgid "Build Command"
3807
4247
msgstr "Oluştur Komutu"
3814
4254
msgid "On run project execute the Run File command instead"
3815
4255
msgstr ""
3816
4256
 
3817
 
#: lazarusidestrconsts.lisbfrun
3818
 
msgctxt "lazarusidestrconsts.lisbfrun"
3819
 
msgid "Run"
3820
 
msgstr "Çalıştır"
3821
 
 
3822
4257
#: lazarusidestrconsts.lisbfruncommand
3823
4258
msgid "Run Command"
3824
4259
msgstr "Çalıştır Komutu"
3825
4260
 
3826
4261
#: lazarusidestrconsts.lisbfwhenthisfileisactiveinsourceeditor
3827
 
msgid "When this file is active in source editor ..."
 
4262
msgid "When this file is active in source editor"
3828
4263
msgstr ""
3829
4264
 
3830
4265
#: lazarusidestrconsts.lisbfworkingdirectoryleaveemptyforfilepath
3831
 
msgid "Working directory (Leave empty for file path)"
3832
 
msgstr "Çalışma dizini (dosya yolu için boş bırak)"
3833
 
 
3834
 
#: lazarusidestrconsts.lisbfworkingdirectoryleaveemptyforfilepath2
3835
 
msgid "Working Directory (Leave empty for file path)"
 
4266
#, fuzzy
 
4267
#| msgid "Working directory (Leave empty for file path)"
 
4268
msgid "Working directory (leave empty for file path)"
3836
4269
msgstr "Çalışma dizini (dosya yolu için boş bırak)"
3837
4270
 
3838
4271
#: lazarusidestrconsts.lisboldnondefaultobjectinspector
3840
4273
msgstr ""
3841
4274
 
3842
4275
#: lazarusidestrconsts.lisborderspace
3843
 
msgid "BorderSpace"
 
4276
#, fuzzy
 
4277
#| msgid "BorderSpace"
 
4278
msgid "Border space"
3844
4279
msgstr "Çerçeve Alanı"
3845
4280
 
3846
 
#: lazarusidestrconsts.lisbottom
3847
 
msgctxt "lazarusidestrconsts.lisbottom"
3848
 
msgid "Bottom"
3849
 
msgstr ""
3850
 
 
3851
4281
#: lazarusidestrconsts.lisbottomborderspacespinedithint
3852
4282
msgid "Bottom borderspace. This value is added to base borderspace and used for the space below the control."
3853
4283
msgstr ""
3881
4311
msgid "Browse for Compiler (%s)"
3882
4312
msgstr ""
3883
4313
 
3884
 
#: lazarusidestrconsts.lisbtnbreak
3885
 
msgctxt "lazarusidestrconsts.lisbtnbreak"
3886
 
msgid "Break"
3887
 
msgstr ""
3888
 
 
3889
 
#: lazarusidestrconsts.lisbtncontinue
3890
 
msgctxt "lazarusidestrconsts.lisbtncontinue"
3891
 
msgid "Continue"
3892
 
msgstr "Devam et"
 
4314
#: lazarusidestrconsts.lisbtnadd
 
4315
msgctxt "lazarusidestrconsts.lisbtnadd"
 
4316
msgid "&Add"
 
4317
msgstr "Ekle"
 
4318
 
 
4319
#: lazarusidestrconsts.lisbtnclose
 
4320
msgctxt "lazarusidestrconsts.lisbtnclose"
 
4321
msgid "&Close"
 
4322
msgstr "Kapat"
 
4323
 
 
4324
#: lazarusidestrconsts.lisbtndelete
 
4325
msgctxt "lazarusidestrconsts.lisbtndelete"
 
4326
msgid "&Delete"
 
4327
msgstr "Sil"
 
4328
 
 
4329
#: lazarusidestrconsts.lisbtndlgreplace
 
4330
msgctxt "lazarusidestrconsts.lisbtndlgreplace"
 
4331
msgid "&Replace ..."
 
4332
msgstr "Değişti&r ..."
 
4333
 
 
4334
#: lazarusidestrconsts.lisbtnenabled
 
4335
msgctxt "lazarusidestrconsts.lisbtnenabled"
 
4336
msgid "&Enabled"
 
4337
msgstr "Açık"
3893
4338
 
3894
4339
#: lazarusidestrconsts.lisbtnfind
3895
4340
msgid "&Find"
3896
4341
msgstr ""
3897
4342
 
 
4343
#: lazarusidestrconsts.lisbtnquit
 
4344
#, fuzzy
 
4345
#| msgid "Quit"
 
4346
msgctxt "lazarusidestrconsts.lisbtnquit"
 
4347
msgid "&Quit"
 
4348
msgstr "Çık"
 
4349
 
 
4350
#: lazarusidestrconsts.lisbtnremove
 
4351
msgctxt "lazarusidestrconsts.lisbtnremove"
 
4352
msgid "&Remove"
 
4353
msgstr "Kaldır"
 
4354
 
3898
4355
#: lazarusidestrconsts.lisbtnreplace
3899
4356
msgid "&Replace"
3900
4357
msgstr ""
3901
4358
 
 
4359
#: lazarusidestrconsts.lisbuild
 
4360
msgctxt "lazarusidestrconsts.lisbuild"
 
4361
msgid "Build"
 
4362
msgstr "Oluştur"
 
4363
 
3902
4364
#: lazarusidestrconsts.lisbuildallfilesofprojectpackageide
3903
4365
msgid "build all files of project/package/IDE"
3904
4366
msgstr ""
3905
4367
 
 
4368
#: lazarusidestrconsts.lisbuildcaption
 
4369
msgctxt "lazarusidestrconsts.lisbuildcaption"
 
4370
msgid "Build"
 
4371
msgstr "Oluştur"
 
4372
 
3906
4373
#: lazarusidestrconsts.lisbuildidewithpackages
3907
4374
msgid "build IDE with packages"
3908
4375
msgstr ""
3911
4378
msgid "Building Lazarus failed"
3912
4379
msgstr ""
3913
4380
 
3914
 
#: lazarusidestrconsts.lisbuildmacros
3915
 
msgid "Build macros"
3916
 
msgstr ""
3917
 
 
3918
 
#: lazarusidestrconsts.lisbuildmacros2
3919
 
msgid "Build macros:"
3920
 
msgstr ""
3921
 
 
3922
4381
#: lazarusidestrconsts.lisbuildmode
3923
4382
msgid "Build mode"
3924
4383
msgstr ""
3944
4403
msgstr "Yeni projeyi inşa et"
3945
4404
 
3946
4405
#: lazarusidestrconsts.lisbuildnumber
3947
 
msgid "Build Number"
3948
 
msgstr ""
 
4406
msgid "Build number"
 
4407
msgstr ""
 
4408
 
 
4409
#: lazarusidestrconsts.lisbuildproject
 
4410
msgid "Build project"
 
4411
msgstr ""
 
4412
 
 
4413
#: lazarusidestrconsts.lisbuildstage
 
4414
msgctxt "lazarusidestrconsts.lisbuildstage"
 
4415
msgid "Build"
 
4416
msgstr "Oluştur"
3949
4417
 
3950
4418
#: lazarusidestrconsts.liscallingtocreatemakefilefromfailed
3951
4419
msgid "Calling %s to create Makefile from %s failed."
3952
4420
msgstr ""
3953
4421
 
 
4422
#: lazarusidestrconsts.liscallstacknotevaluated
 
4423
msgid "Stack not evaluated"
 
4424
msgstr ""
 
4425
 
3954
4426
#: lazarusidestrconsts.liscancel
3955
4427
msgctxt "lazarusidestrconsts.liscancel"
3956
4428
msgid "Cancel"
3988
4460
msgid "Can only change the class of TComponents."
3989
4461
msgstr ""
3990
4462
 
 
4463
#: lazarusidestrconsts.liscaptiondiff
 
4464
msgctxt "lazarusidestrconsts.liscaptiondiff"
 
4465
msgid "Diff"
 
4466
msgstr "Diff"
 
4467
 
 
4468
#: lazarusidestrconsts.liscbpfiles
 
4469
msgid "%s (%s files)"
 
4470
msgstr ""
 
4471
 
 
4472
#: lazarusidestrconsts.liscbpreallydeletesourcefiles
 
4473
msgid "Really delete %s source files%s%s"
 
4474
msgstr ""
 
4475
 
3991
4476
#: lazarusidestrconsts.lisccdchangeclassof
3992
4477
msgid "Change Class of %s"
3993
4478
msgstr ""
4001
4486
msgstr "Belirsiz derleyici"
4002
4487
 
4003
4488
#: lazarusidestrconsts.lisccochecktestdir
4004
 
msgid "Please check the Test directory under %sEnvironment -> Environment Options -> Files -> Directory for building test projects"
 
4489
msgid "Please check the Test directory under %sTools -> Options -> Files -> Directory for building test projects"
4005
4490
msgstr ""
4006
4491
 
4007
4492
#: lazarusidestrconsts.lisccocompilernotanexe
4094
4579
msgstr ""
4095
4580
 
4096
4581
#: lazarusidestrconsts.lisccoseveralcompilers
4097
 
msgid "There are several FreePascal Compilers in your path.%s%s%sMaybe you forgot to delete an old compiler?"
 
4582
msgid "There are several Free Pascal Compilers in your path.%s%s%sMaybe you forgot to delete an old compiler?"
4098
4583
msgstr ""
4099
4584
 
4100
4585
#: lazarusidestrconsts.lisccoskip
4166
4651
msgstr ""
4167
4652
 
4168
4653
#: lazarusidestrconsts.liscefilter
4169
 
msgid "(Filter)"
 
4654
#, fuzzy
 
4655
#| msgid "(Filter)"
 
4656
msgid "(filter)"
4170
4657
msgstr "(Süzgeç)"
4171
4658
 
4172
4659
#: lazarusidestrconsts.liscefollowcursor
4183
4670
msgstr ""
4184
4671
 
4185
4672
#: lazarusidestrconsts.liscelongparamlistcount
4186
 
msgid "Parameters count treating as \"many\""
 
4673
msgid "Parameters count treated as \"many\""
4187
4674
msgstr ""
4188
4675
 
4189
4676
#: lazarusidestrconsts.liscelongprocedures
4211
4698
msgstr ""
4212
4699
 
4213
4700
#: lazarusidestrconsts.liscenestedproccount
4214
 
msgid "Nested procedures count treating as \"many\""
 
4701
msgid "Nested procedures count treated as \"many\""
4215
4702
msgstr ""
4216
4703
 
4217
4704
#: lazarusidestrconsts.liscentercontrolhorizontallyrelativetosibling
4218
 
msgid "Center control horizontally relative to the given sibling"
 
4705
msgid "Center control horizontally relative to the given sibling. BorderSpacing is ignored."
4219
4706
msgstr ""
4220
4707
 
4221
4708
#: lazarusidestrconsts.liscentercontrolverticallyrelativetosibling
4222
 
msgid "Center control vertically relative to the given sibling"
 
4709
msgid "Center control vertically relative to the given sibling. BorderSpacing is ignored."
4223
4710
msgstr ""
4224
4711
 
4225
4712
#: lazarusidestrconsts.liscenterform
4226
 
msgid "Center form"
 
4713
msgid "Center Form"
4227
4714
msgstr ""
4228
4715
 
4229
4716
#: lazarusidestrconsts.liscenterinwindow
4235
4722
msgstr ""
4236
4723
 
4237
4724
#: lazarusidestrconsts.lisceomode
4238
 
msgid "Preferred Exhibition Mode"
 
4725
msgid "Preferred exhibition mode"
4239
4726
msgstr ""
4240
4727
 
4241
4728
#: lazarusidestrconsts.lisceomodecategory
4244
4731
msgstr ""
4245
4732
 
4246
4733
#: lazarusidestrconsts.lisceomodesource
 
4734
msgctxt "lazarusidestrconsts.lisceomodesource"
4247
4735
msgid "Source"
4248
4736
msgstr ""
4249
4737
 
4298
4786
msgid "Style"
4299
4787
msgstr ""
4300
4788
 
 
4789
#: lazarusidestrconsts.liscesurrounding
 
4790
msgid "Surrounding"
 
4791
msgstr ""
 
4792
 
4301
4793
#: lazarusidestrconsts.liscetodos
4302
4794
msgid "ToDos"
4303
4795
msgstr ""
4331
4823
msgid "Wrong indentation"
4332
4824
msgstr ""
4333
4825
 
 
4826
#: lazarusidestrconsts.liscfeanexceptionoccuredduringdeletionof
 
4827
msgid "An exception occured during deletion of%s\"%s:%s\"%s%s"
 
4828
msgstr ""
 
4829
 
 
4830
#: lazarusidestrconsts.liscfecancelloadingthisresource
 
4831
msgid "Cancel loading this resource"
 
4832
msgstr ""
 
4833
 
 
4834
#: lazarusidestrconsts.liscfeclassnotfound
 
4835
msgid "%s%sClass \"%s\" not found."
 
4836
msgstr ""
 
4837
 
 
4838
#: lazarusidestrconsts.liscfecomponent
 
4839
msgid "%s%sComponent: %s:%s"
 
4840
msgstr ""
 
4841
 
 
4842
#: lazarusidestrconsts.liscfecomponentclass
 
4843
msgid "%s%sComponent Class: %s"
 
4844
msgstr ""
 
4845
 
 
4846
#: lazarusidestrconsts.liscfecontinueloading
 
4847
msgid "Continue loading"
 
4848
msgstr ""
 
4849
 
 
4850
#: lazarusidestrconsts.liscfedonotknowhowtocopythisformeditingselection
 
4851
msgid "Do not know how to copy this form editing selection"
 
4852
msgstr ""
 
4853
 
 
4854
#: lazarusidestrconsts.liscfedonotknowhowtocutthisformeditingselection
 
4855
msgid "Do not know how to cut this form editing selection"
 
4856
msgstr ""
 
4857
 
 
4858
#: lazarusidestrconsts.liscfedonotknowhowtodeletethisformeditingselection
 
4859
msgid "Do not know how to delete this form editing selection"
 
4860
msgstr ""
 
4861
 
 
4862
#: lazarusidestrconsts.liscfeerrorcreatingcomponent
 
4863
msgid "Error creating component"
 
4864
msgstr ""
 
4865
 
 
4866
#: lazarusidestrconsts.liscfeerrorcreatingcomponent2
 
4867
msgid "Error creating component: %s%s%s"
 
4868
msgstr ""
 
4869
 
 
4870
#: lazarusidestrconsts.liscfeerrordestroyingcomponent
 
4871
msgid "Error destroying component"
 
4872
msgstr ""
 
4873
 
 
4874
#: lazarusidestrconsts.liscfeerrordestroyingcomponentoftypeofunit
 
4875
msgid "Error destroying component of type %s of unit %s:%s%s"
 
4876
msgstr ""
 
4877
 
 
4878
#: lazarusidestrconsts.liscfeerrordestroyingmediator
 
4879
msgid "Error destroying mediator"
 
4880
msgstr ""
 
4881
 
 
4882
#: lazarusidestrconsts.liscfeerrordestroyingmediatorofunit
 
4883
msgid "Error destroying mediator %s of unit %s:%s%s"
 
4884
msgstr ""
 
4885
 
 
4886
#: lazarusidestrconsts.liscfeerrorreading
 
4887
msgid "Error reading %s"
 
4888
msgstr ""
 
4889
 
 
4890
#: lazarusidestrconsts.liscfeinfile
 
4891
msgid "%sIn file %s%s"
 
4892
msgstr ""
 
4893
 
 
4894
#: lazarusidestrconsts.liscfeinvalidcomponentowner
 
4895
msgid "Invalid component owner"
 
4896
msgstr ""
 
4897
 
 
4898
#: lazarusidestrconsts.liscferoot
 
4899
msgid "%sRoot=%s:%s"
 
4900
msgstr ""
 
4901
 
 
4902
#: lazarusidestrconsts.liscfestopallloading
 
4903
msgid "Stop all loading"
 
4904
msgstr ""
 
4905
 
 
4906
#: lazarusidestrconsts.liscfestream
 
4907
msgid "%sStream=%s"
 
4908
msgstr ""
 
4909
 
 
4910
#: lazarusidestrconsts.liscfestreamposition
 
4911
msgid "%s%sStream position: %s"
 
4912
msgstr ""
 
4913
 
 
4914
#: lazarusidestrconsts.liscfetcustomformeditorcreatenonformformalreadyexists
 
4915
msgid "TCustomFormEditor.CreateNonFormForm already exists"
 
4916
msgstr ""
 
4917
 
 
4918
#: lazarusidestrconsts.liscfetcustomformeditorcreatenonformformunknowntype
 
4919
msgid "TCustomFormEditor.CreateNonFormForm Unknown type %s"
 
4920
msgstr ""
 
4921
 
 
4922
#: lazarusidestrconsts.liscfetcustomformeditordeletecomponentwhereisthetcustomn
 
4923
msgid "TCustomFormEditor.DeleteComponent  Where is the TCustomNonFormDesignerForm? %s"
 
4924
msgstr ""
 
4925
 
 
4926
#: lazarusidestrconsts.liscfetcustomformeditorregisterdesignermediatoralreadyre
 
4927
msgid "TCustomFormEditor.RegisterDesignerMediator already registered: %s"
 
4928
msgstr ""
 
4929
 
 
4930
#: lazarusidestrconsts.liscfethecomponenteditorofclasshascreatedtheerror
 
4931
msgid "The component editor of class \"%s\"has created the error:%s\"%s\""
 
4932
msgstr ""
 
4933
 
 
4934
#: lazarusidestrconsts.liscfethecomponentoftypefailedtosetitsownerto
 
4935
msgid "The component of type %s failed to set its owner to %s:%s"
 
4936
msgstr ""
 
4937
 
 
4938
#: lazarusidestrconsts.liscfeunabletocleartheformeditingselection
 
4939
msgid "Unable to clear the form editing selection%s%s"
 
4940
msgstr ""
 
4941
 
 
4942
#: lazarusidestrconsts.lischange
 
4943
msgctxt "lazarusidestrconsts.lischange"
 
4944
msgid "Change"
 
4945
msgstr ""
 
4946
 
4334
4947
#: lazarusidestrconsts.lischangebuildmode
4335
4948
msgid "Change build mode"
4336
4949
msgstr ""
4348
4961
msgstr ""
4349
4962
 
4350
4963
#: lazarusidestrconsts.lischangeparent
4351
 
msgid "Change Parent..."
 
4964
msgid "Change Parent"
 
4965
msgstr ""
 
4966
 
 
4967
#: lazarusidestrconsts.lischangeswerenotsaved
 
4968
msgid "Changes were not saved"
 
4969
msgstr ""
 
4970
 
 
4971
#: lazarusidestrconsts.lischangetounix
 
4972
msgid "Change to Unix /"
 
4973
msgstr ""
 
4974
 
 
4975
#: lazarusidestrconsts.lischangetowindows
 
4976
msgid "Change to Windows \\"
4352
4977
msgstr ""
4353
4978
 
4354
4979
#: lazarusidestrconsts.lischaracter
4359
4984
msgid "Character Map"
4360
4985
msgstr ""
4361
4986
 
4362
 
#: lazarusidestrconsts.lischeckchangesondiskwithloading
4363
 
msgid "Check changes on disk with loading"
 
4987
#: lazarusidestrconsts.lischeckall
 
4988
msgid "Check All"
 
4989
msgstr ""
 
4990
 
 
4991
#: lazarusidestrconsts.lischeckfordiskfilechangesviacontentratherthantimesta
 
4992
msgid "Check for disk file changes via content rather than timestamp"
4364
4993
msgstr ""
4365
4994
 
4366
4995
#: lazarusidestrconsts.lischeckifthenexttokeninsourceisanendandifnotreturnsl
4371
5000
msgid "Check options"
4372
5001
msgstr ""
4373
5002
 
 
5003
#: lazarusidestrconsts.lischeckthetargetoscpulclwidgettypemaybeyouhavetoreco
 
5004
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."
 
5005
msgstr ""
 
5006
 
4374
5007
#: lazarusidestrconsts.lischooseadifferentname
4375
5008
msgid "Choose a different name"
4376
5009
msgstr "Başka bir ad seç"
4387
5020
msgid "Choose a name for the new component"
4388
5021
msgstr ""
4389
5022
 
 
5023
#: lazarusidestrconsts.lischooseanexamplefile
 
5024
msgid "Choose an example file"
 
5025
msgstr ""
 
5026
 
 
5027
#: lazarusidestrconsts.lischooseanfpcmessagefile
 
5028
msgid "Choose an FPC message file"
 
5029
msgstr ""
 
5030
 
4390
5031
#: lazarusidestrconsts.lischooseapascalfileforindentationexamples
4391
5032
msgid "Choose a pascal file for indentation examples"
4392
5033
msgstr ""
4463
5104
msgid "Choose the directory for tests"
4464
5105
msgstr ""
4465
5106
 
 
5107
#: lazarusidestrconsts.liscirculardependencydetected
 
5108
msgid "Circular dependency detected"
 
5109
msgstr ""
 
5110
 
4466
5111
#: lazarusidestrconsts.lisclasscompletion
4467
5112
msgid "Class Completion"
4468
5113
msgstr ""
4475
5120
msgid "Classes and properties exist. Values were not checked."
4476
5121
msgstr ""
4477
5122
 
 
5123
#: lazarusidestrconsts.lisclassesppunotfoundcheckyourfpccfg
 
5124
msgid "classes.ppu not found. Check your fpc.cfg."
 
5125
msgstr ""
 
5126
 
4478
5127
#: lazarusidestrconsts.lisclassisnotaregisteredcomponentclassunabletopaste
4479
5128
msgid "Class %s%s%s is not a registered component class.%sUnable to paste."
4480
5129
msgstr "%s%s%s adlı sınıf bir kayıtlı bileşen sınıfı değil.%sYapıştırılamıyor."
4487
5136
msgid "Class %s%s%s of method %s%s%s not found."
4488
5137
msgstr ""
4489
5138
 
 
5139
#: lazarusidestrconsts.liscldirclean
 
5140
msgid "Clean"
 
5141
msgstr ""
 
5142
 
4490
5143
#: lazarusidestrconsts.liscldircleandirectory
4491
5144
msgid "Clean Directory"
4492
5145
msgstr ""
4511
5164
msgid "Simple Syntax (e.g. * instead of .*)"
4512
5165
msgstr ""
4513
5166
 
 
5167
#: lazarusidestrconsts.liscleanall
 
5168
msgid "Clean all"
 
5169
msgstr ""
 
5170
 
 
5171
#: lazarusidestrconsts.liscleancommonfiles
 
5172
msgid "Clean common files"
 
5173
msgstr ""
 
5174
 
4514
5175
#: lazarusidestrconsts.liscleanlazarussource
4515
5176
msgid "Clean Lazarus Source"
4516
5177
msgstr ""
4517
5178
 
 
5179
#: lazarusidestrconsts.liscleanonlyonce
 
5180
msgid "Switch after building to automatically"
 
5181
msgstr ""
 
5182
 
 
5183
#: lazarusidestrconsts.liscleanup
 
5184
msgid "Clean up"
 
5185
msgstr ""
 
5186
 
 
5187
#: lazarusidestrconsts.liscleanupandbuild
 
5188
msgid "Clean up and build"
 
5189
msgstr ""
 
5190
 
 
5191
#: lazarusidestrconsts.liscleanupandbuildproject
 
5192
msgid "Clean up and build project"
 
5193
msgstr ""
 
5194
 
4518
5195
#: lazarusidestrconsts.liscleanupunitpath
4519
5196
msgid "Clean up unit path?"
4520
5197
msgstr ""
4521
5198
 
 
5199
#: lazarusidestrconsts.lisclear
 
5200
msgctxt "lazarusidestrconsts.lisclear"
 
5201
msgid "Clear"
 
5202
msgstr ""
 
5203
 
4522
5204
#: lazarusidestrconsts.liscleardirectory
4523
5205
msgid "Clear Directory?"
4524
5206
msgstr ""
4525
5207
 
4526
 
#: lazarusidestrconsts.lisclearkeymapping
4527
 
msgid "Clear Key Mapping"
4528
 
msgstr ""
4529
 
 
4530
5208
#: lazarusidestrconsts.lisclickheretobrowsethefilehint
4531
5209
msgid "Click here to browse the file"
4532
5210
msgstr "Dosyayı araştırmak için buraya tıklayın"
4536
5214
msgstr ""
4537
5215
 
4538
5216
#: lazarusidestrconsts.lisclose
4539
 
msgid "&Close"
 
5217
#, fuzzy
 
5218
#| msgid "&Close"
 
5219
msgctxt "lazarusidestrconsts.lisclose"
 
5220
msgid "Close"
4540
5221
msgstr "Kapat"
4541
5222
 
 
5223
#: lazarusidestrconsts.liscloseall
 
5224
msgctxt "lazarusidestrconsts.liscloseall"
 
5225
msgid "Close All"
 
5226
msgstr "Tümünü Kapat"
 
5227
 
 
5228
#: lazarusidestrconsts.liscloseallchecked
 
5229
msgid "Close All Checked"
 
5230
msgstr ""
 
5231
 
4542
5232
#: lazarusidestrconsts.lisclosealltabsclose
4543
5233
msgid "Close files"
4544
5234
msgstr ""
4588
5278
msgid "Call on:"
4589
5279
msgstr ""
4590
5280
 
4591
 
#: lazarusidestrconsts.liscocallonbuild
4592
 
msgctxt "lazarusidestrconsts.liscocallonbuild"
4593
 
msgid "Build"
4594
 
msgstr "Oluştur"
4595
 
 
4596
 
#: lazarusidestrconsts.liscocalloncompile
4597
 
msgctxt "lazarusidestrconsts.liscocalloncompile"
4598
 
msgid "Compile"
4599
 
msgstr ""
4600
 
 
4601
 
#: lazarusidestrconsts.liscocallonrun
4602
 
msgctxt "lazarusidestrconsts.liscocallonrun"
4603
 
msgid "Run"
4604
 
msgstr "Çalıştır"
4605
 
 
4606
5281
#: lazarusidestrconsts.liscoclickokifaresuretodothat
4607
5282
msgid "%s%sClick OK if you are sure to do that."
4608
5283
msgstr "%s%sbunu yapmak istediğinizden eminseniz tamam düğmesini tıklatın."
4617
5292
msgstr ""
4618
5293
 
4619
5294
#: lazarusidestrconsts.liscodebrowser
4620
 
msgid "Code browser"
 
5295
msgctxt "lazarusidestrconsts.liscodebrowser"
 
5296
msgid "Code Browser"
4621
5297
msgstr ""
4622
5298
 
4623
5299
#: lazarusidestrconsts.liscodeexplorer
4676
5352
msgid "Example"
4677
5353
msgstr ""
4678
5354
 
 
5355
#: lazarusidestrconsts.liscodehelpgroupbox
 
5356
msgid "FPDoc settings"
 
5357
msgstr ""
 
5358
 
4679
5359
#: lazarusidestrconsts.liscodehelphintboldformat
4680
5360
msgid "Insert bold formatting tag"
4681
5361
msgstr ""
4714
5394
msgstr ""
4715
5395
 
4716
5396
#: lazarusidestrconsts.liscodehelpmainformcaption
4717
 
msgid "FPDoc editor"
 
5397
#, fuzzy
 
5398
#| msgid "FPDoc editor"
 
5399
msgctxt "lazarusidestrconsts.liscodehelpmainformcaption"
 
5400
msgid "FPDoc Editor"
4718
5401
msgstr "FPDoc düzenleyici"
4719
5402
 
4720
5403
#: lazarusidestrconsts.liscodehelpnodocumentation
4730
5413
msgid "<NONE>"
4731
5414
msgstr "<HİÇBİRİ>"
4732
5415
 
4733
 
#: lazarusidestrconsts.liscodehelppathsgroupbox
4734
 
msgctxt "lazarusidestrconsts.liscodehelppathsgroupbox"
4735
 
msgid "FPDoc files path"
4736
 
msgstr ""
4737
 
 
4738
 
#: lazarusidestrconsts.liscodehelpreplacebutton
4739
 
msgctxt "lazarusidestrconsts.liscodehelpreplacebutton"
4740
 
msgid "Replace"
4741
 
msgstr ""
4742
 
 
4743
 
#: lazarusidestrconsts.liscodehelpsavebutton
4744
 
msgctxt "lazarusidestrconsts.liscodehelpsavebutton"
4745
 
msgid "Save"
4746
 
msgstr ""
4747
 
 
4748
5416
#: lazarusidestrconsts.liscodehelpseealsotag
4749
5417
msgid "See also"
4750
5418
msgstr ""
4757
5425
msgid "Short"
4758
5426
msgstr ""
4759
5427
 
4760
 
#: lazarusidestrconsts.liscodehelpshowemptymethods
4761
 
msgid "Show empty methods"
4762
 
msgstr ""
4763
 
 
4764
 
#: lazarusidestrconsts.liscodehelpshowunusedunits
4765
 
msgid "Show unused units"
4766
 
msgstr ""
4767
 
 
4768
5428
#: lazarusidestrconsts.liscodeobignoreconstinfuncs
4769
5429
msgctxt "lazarusidestrconsts.liscodeobignoreconstinfuncs"
4770
5430
msgid "Ignore constants in next functions"
4785
5445
msgstr ""
4786
5446
 
4787
5447
#: lazarusidestrconsts.liscodetempladd
 
5448
#, fuzzy
 
5449
#| msgid "Add"
4788
5450
msgctxt "lazarusidestrconsts.liscodetempladd"
4789
 
msgid "Add"
 
5451
msgid "Add template"
4790
5452
msgstr "Ekle"
4791
5453
 
4792
5454
#: lazarusidestrconsts.liscodetempladdcodetemplate
4798
5460
msgstr "%s%s%s adlı sembol zaten mevcut!"
4799
5461
 
4800
5462
#: lazarusidestrconsts.liscodetemplautocompleteon
4801
 
msgid "Auto complete on ..."
 
5463
msgid "Auto complete on"
4802
5464
msgstr ""
4803
5465
 
4804
5466
#: lazarusidestrconsts.liscodetemplchange
4823
5485
msgid "Token:"
4824
5486
msgstr ""
4825
5487
 
4826
 
#: lazarusidestrconsts.liscodetools
4827
 
msgid "CodeTools"
4828
 
msgstr ""
4829
 
 
4830
5488
#: lazarusidestrconsts.liscodetoolsdefsaction
4831
5489
msgid "Action: %s"
4832
5490
msgstr "Eylem: %s"
4856
5514
msgstr ""
4857
5515
 
4858
5516
#: lazarusidestrconsts.liscodetoolsdefscompilerpath
4859
 
msgid "compiler path"
 
5517
msgid "Compiler path"
4860
5518
msgstr ""
4861
5519
 
4862
5520
#: lazarusidestrconsts.liscodetoolsdefsconvertnode
4915
5573
msgid "%s directory"
4916
5574
msgstr "%s dizin"
4917
5575
 
4918
 
#: lazarusidestrconsts.liscodetoolsdefsedit
4919
 
msgctxt "lazarusidestrconsts.liscodetoolsdefsedit"
4920
 
msgid "Edit"
4921
 
msgstr ""
4922
 
 
4923
5576
#: lazarusidestrconsts.liscodetoolsdefselse
4924
5577
msgid "Else"
4925
5578
msgstr ""
4944
5597
msgid "Error while writing project info file %s%s%s%s%s"
4945
5598
msgstr ""
4946
5599
 
4947
 
#: lazarusidestrconsts.liscodetoolsdefsexit
4948
 
msgctxt "lazarusidestrconsts.liscodetoolsdefsexit"
4949
 
msgid "Exit"
4950
 
msgstr ""
4951
 
 
4952
5600
#: lazarusidestrconsts.liscodetoolsdefsexitwithoutsave
4953
5601
msgid "Exit without Save"
4954
5602
msgstr ""
5144
5792
msgstr ""
5145
5793
 
5146
5794
#: lazarusidestrconsts.liscodetoolsdefsthefreepascalcvssourcedirectory
5147
 
msgid "The Free Pascal SVN source directory. Not required. This will improve find declarationand debugging."
 
5795
msgid "The Free Pascal SVN source directory. Not required. This will improve find declaration and debugging."
5148
5796
msgstr ""
5149
5797
 
5150
5798
#: lazarusidestrconsts.liscodetoolsdefsthefreepascalprojectdirectory
5160
5808
msgstr ""
5161
5809
 
5162
5810
#: lazarusidestrconsts.liscodetoolsdefsthepathtothefreepascalcompilerforexample
5163
 
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."
 
5811
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."
5164
5812
msgstr ""
5165
5813
 
5166
5814
#: lazarusidestrconsts.liscodetoolsdefsthepathtothefreepascalcompilerforthisproject
5167
 
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."
 
5815
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."
 
5816
msgstr ""
 
5817
 
 
5818
#: lazarusidestrconsts.liscodetoolsdefsthepathtothefreepascalcompilerforthissourceusedtoa
 
5819
msgid "The path to the Free Pascal compiler for this source.%sUsed to autocreate macros."
5168
5820
msgstr ""
5169
5821
 
5170
5822
#: lazarusidestrconsts.liscodetoolsdefstheprojectdirectory
5191
5843
msgid "Value as Text"
5192
5844
msgstr ""
5193
5845
 
 
5846
#: lazarusidestrconsts.liscodetoolsdefsvalueisinvalid
 
5847
msgid "%s:%svalue \"%s\" is invalid."
 
5848
msgstr ""
 
5849
 
5194
5850
#: lazarusidestrconsts.liscodetoolsdefsvariable
5195
5851
msgid "Variable:"
5196
5852
msgstr ""
5237
5893
msgid "Number"
5238
5894
msgstr ""
5239
5895
 
5240
 
#: lazarusidestrconsts.liscodetoolsoptsok
5241
 
msgctxt "lazarusidestrconsts.liscodetoolsoptsok"
5242
 
msgid "Ok"
5243
 
msgstr "Tamam"
5244
 
 
5245
5896
#: lazarusidestrconsts.liscodetoolsoptspoint
5246
5897
msgid "Point"
5247
5898
msgstr ""
5271
5922
msgid "Execute before"
5272
5923
msgstr ""
5273
5924
 
 
5925
#: lazarusidestrconsts.liscollapseall
 
5926
msgid "Collapse All (/)"
 
5927
msgstr ""
 
5928
 
5274
5929
#: lazarusidestrconsts.liscollapseallclasses
5275
5930
msgid "Collapse all classes"
5276
5931
msgstr ""
5299
5954
msgid "Command line parameters of program"
5300
5955
msgstr "Programın komut satırı parametreleri"
5301
5956
 
5302
 
#: lazarusidestrconsts.liscompileidewithoutlinking
5303
 
msgid "Compile IDE (without linking)"
 
5957
#: lazarusidestrconsts.liscompile
 
5958
msgctxt "lazarusidestrconsts.liscompile"
 
5959
msgid "Compile"
5304
5960
msgstr ""
5305
5961
 
5306
5962
#: lazarusidestrconsts.liscompiler
5307
5963
msgid "Compiler"
5308
5964
msgstr ""
5309
5965
 
 
5966
#: lazarusidestrconsts.liscompilerdoesnotsupporttarget
 
5967
msgid "Compiler \"%s\" does not support target %s-%s"
 
5968
msgstr ""
 
5969
 
5310
5970
#: lazarusidestrconsts.liscompilererror
5311
5971
msgid "Compiler error"
5312
5972
msgstr "Derleyici hatası"
5320
5980
msgstr "Derleyici dosya adı"
5321
5981
 
5322
5982
#: lazarusidestrconsts.liscompilerhintyoucansetthecompilerpath
5323
 
msgid "Hint: you can set the compiler path in Environment->Environment options->Files->Compiler Path"
 
5983
msgid "Hint: you can set the compiler path in Tools -> Options-> Files -> Compiler Path"
5324
5984
msgstr ""
5325
5985
 
5326
5986
#: lazarusidestrconsts.liscompilernotecodetoolsconfigfilenotfoundusingdefaults
5335
5995
msgid "Compiler Options for Project: %s"
5336
5996
msgstr "Projenin Derleyici Seçenekleri: %s"
5337
5997
 
 
5998
#: lazarusidestrconsts.liscompilestage
 
5999
msgctxt "lazarusidestrconsts.liscompilestage"
 
6000
msgid "Compile"
 
6001
msgstr ""
 
6002
 
5338
6003
#: lazarusidestrconsts.liscompiling
5339
6004
msgid "%s (compiling ...)"
5340
6005
msgstr "%s (derliyor ...)"
5360
6025
msgid "Extend right only"
5361
6026
msgstr ""
5362
6027
 
5363
 
#: lazarusidestrconsts.liscomponent
5364
 
msgid "Component"
5365
 
msgstr ""
5366
 
 
5367
6028
#: lazarusidestrconsts.liscomponentnameisapascalkeyword
5368
6029
msgid "Component name \"%s\" is a pascal keyword."
5369
6030
msgstr ""
5376
6037
msgid "Component name %s%s%s is not a valid identifier"
5377
6038
msgstr "%s%s%s bileşeninin adı, geçerli bir tanımlayıcı değil"
5378
6039
 
5379
 
#: lazarusidestrconsts.liscomppalfindcomponent
5380
 
msgid "Find component"
 
6040
#: lazarusidestrconsts.liscomppalcomponentlist
 
6041
msgid "View All"
5381
6042
msgstr ""
5382
6043
 
5383
6044
#: lazarusidestrconsts.liscomppalopenpackage
5398
6059
msgstr ""
5399
6060
 
5400
6061
#: lazarusidestrconsts.lisconditionals
5401
 
msgid "Conditionals:"
 
6062
msgctxt "lazarusidestrconsts.lisconditionals"
 
6063
msgid "Conditionals"
5402
6064
msgstr ""
5403
6065
 
5404
6066
#: lazarusidestrconsts.lisconfigdirectory
5413
6075
msgid "Configure %sBuild Lazarus%s"
5414
6076
msgstr ""
5415
6077
 
 
6078
#: lazarusidestrconsts.lisconfigurelazaruside
 
6079
msgid "Configure Lazarus IDE"
 
6080
msgstr ""
 
6081
 
 
6082
#: lazarusidestrconsts.lisconfirm
 
6083
msgid "Confirm"
 
6084
msgstr ""
 
6085
 
 
6086
#: lazarusidestrconsts.lisconfirmation
 
6087
msgid "Confirmation"
 
6088
msgstr ""
 
6089
 
5416
6090
#: lazarusidestrconsts.lisconfirmbuildallprofiles
5417
6091
msgid "Lazarus will be rebuilt with the following profiles:%sContinue?"
5418
6092
msgstr ""
5446
6120
msgid "Old package set"
5447
6121
msgstr ""
5448
6122
 
 
6123
#: lazarusidestrconsts.lisconflict
 
6124
msgid "Conflict"
 
6125
msgstr ""
 
6126
 
5449
6127
#: lazarusidestrconsts.lisconsoleapplication
5450
6128
msgid "Console application"
5451
6129
msgstr ""
5491
6169
msgid "Coordinate offsets"
5492
6170
msgstr ""
5493
6171
 
5494
 
#: lazarusidestrconsts.lisconvdelphiaborted
5495
 
msgid "Aborted."
 
6172
#: lazarusidestrconsts.lisconvdelphiaddedpackagerequirement
 
6173
msgid "Added Package %s as a requirement."
5496
6174
msgstr ""
5497
6175
 
5498
 
#: lazarusidestrconsts.lisconvdelphiallsubdirectorieswillbescannedforunitfiles
 
6176
#: lazarusidestrconsts.lisconvdelphiallsubdirsscanned
 
6177
msgctxt "lazarusidestrconsts.lisconvdelphiallsubdirsscanned"
5499
6178
msgid "All sub-directories will be scanned for unit files"
5500
6179
msgstr ""
5501
6180
 
5502
 
#: lazarusidestrconsts.lisconvdelphiatthispointthereshouldbenomissingunits
5503
 
msgid "At this point there should be no missing units!"
5504
 
msgstr ""
5505
 
 
5506
6181
#: lazarusidestrconsts.lisconvdelphibegincodetoolsfailed
5507
6182
msgid "BeginCodeTools failed!"
5508
6183
msgstr ""
5511
6186
msgid "Categories:"
5512
6187
msgstr ""
5513
6188
 
 
6189
#: lazarusidestrconsts.lisconvdelphichangedencodingtoutf8
 
6190
msgid "Changed encoding from %s to UTF-8"
 
6191
msgstr ""
 
6192
 
5514
6193
#: lazarusidestrconsts.lisconvdelphiconversionaborted
5515
6194
msgid "Conversion Aborted."
5516
6195
msgstr ""
5531
6210
msgid "Convert Delphi unit"
5532
6211
msgstr ""
5533
6212
 
5534
 
#: lazarusidestrconsts.lisconvdelphiconvertingunitfile
5535
 
msgid "Converting unit file %s"
 
6213
#: lazarusidestrconsts.lisconvdelphiconvertingfile
 
6214
msgid "* Converting file %s *"
5536
6215
msgstr ""
5537
6216
 
5538
6217
#: lazarusidestrconsts.lisconvdelphiconvertingunitfiles
5539
 
msgid "*** Converting unit files... ***"
 
6218
msgid "*** Converting unit files ... ***"
5540
6219
msgstr ""
5541
6220
 
5542
6221
#: lazarusidestrconsts.lisconvdelphidelphipackagemainsourcedpkfilenotfoundforpackage
5560
6239
msgstr ""
5561
6240
 
5562
6241
#: lazarusidestrconsts.lisconvdelphifindallunitfiles
5563
 
msgid "*** Find all unit files... ***"
 
6242
msgid "*** Find all unit files ... ***"
 
6243
msgstr ""
 
6244
 
 
6245
#: lazarusidestrconsts.lisconvdelphifixedunitcase
 
6246
msgid "Fixed character case of unit \"%s\" to \"%s\"."
 
6247
msgstr ""
 
6248
 
 
6249
#: lazarusidestrconsts.lisconvdelphifixingusedunits
 
6250
msgid "* Fixing used units for file %s *"
5564
6251
msgstr ""
5565
6252
 
5566
6253
#: lazarusidestrconsts.lisconvdelphifunc
5583
6270
msgid "Package name exists"
5584
6271
msgstr ""
5585
6272
 
5586
 
#: lazarusidestrconsts.lisconvdelphiready
5587
 
msgid "Ready."
 
6273
#: lazarusidestrconsts.lisconvdelphiprojomittedunit
 
6274
msgid "Omitted unit %s from project"
5588
6275
msgstr ""
5589
6276
 
5590
 
#: lazarusidestrconsts.lisconvdelphiremovedusedunitsinusessection
5591
 
msgid "Removed used unit \"%s\" in uses section."
 
6277
#: lazarusidestrconsts.lisconvdelphiremovedunitinusessection
 
6278
msgid "Removed unit \"%s\" in uses section."
5592
6279
msgstr ""
5593
6280
 
5594
6281
#: lazarusidestrconsts.lisconvdelphiremovefirst
5600
6287
msgstr ""
5601
6288
 
5602
6289
#: lazarusidestrconsts.lisconvdelphirepairingformfile
5603
 
msgid "Repairing form file %s"
 
6290
msgid "* Repairing form file %s *"
5604
6291
msgstr ""
5605
6292
 
5606
6293
#: lazarusidestrconsts.lisconvdelphirepairingformfiles
5607
 
msgid "*** Repairing form files... ***"
 
6294
msgid "*** Repairing form files ... ***"
5608
6295
msgstr ""
5609
6296
 
5610
 
#: lazarusidestrconsts.lisconvdelphireplacedunitswithsinusessection
 
6297
#: lazarusidestrconsts.lisconvdelphireplacedunitinusessection
 
6298
msgctxt "lazarusidestrconsts.lisconvdelphireplacedunitinusessection"
5611
6299
msgid "Replaced unit \"%s\" with \"%s\" in uses section."
5612
6300
msgstr ""
5613
6301
 
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
6302
#: lazarusidestrconsts.lisconvdelphitherearetwounitswiththesameunitname
5627
6303
msgctxt "lazarusidestrconsts.lisconvdelphitherearetwounitswiththesameunitname"
5628
6304
msgid "There are two units with the same unitname:%s%s%s%s%s"
5636
6312
msgid "Unitname exists twice"
5637
6313
msgstr ""
5638
6314
 
5639
 
#: lazarusidestrconsts.lisconvdelphiunitsnotfound
5640
 
msgid "Units not found"
5641
 
msgstr ""
5642
 
 
5643
6315
#: lazarusidestrconsts.lisconvdelphiunitstoreplacein
5644
6316
msgid "Units to replace in %s"
5645
6317
msgstr ""
5653
6325
msgstr ""
5654
6326
 
5655
6327
#: lazarusidestrconsts.lisconvertencoding
5656
 
msgid "Convert encoding"
 
6328
msgid "Convert Encoding"
5657
6329
msgstr ""
5658
6330
 
5659
6331
#: lazarusidestrconsts.lisconvertencodingofprojectspackages
5664
6336
msgid "Convert project or package"
5665
6337
msgstr ""
5666
6338
 
 
6339
#: lazarusidestrconsts.lisconverttarget
 
6340
msgid "Target"
 
6341
msgstr ""
 
6342
 
5667
6343
#: lazarusidestrconsts.lisconverttargethint
5668
6344
msgid "Converter adds conditional compilation to support different targets"
5669
6345
msgstr ""
5670
6346
 
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"
 
6347
#: lazarusidestrconsts.lisconverttargetmultiplatform
 
6348
msgid "Multi-Platform"
 
6349
msgstr ""
 
6350
 
 
6351
#: lazarusidestrconsts.lisconverttargetmultiplatformhint
 
6352
msgid "Multi-Platform versus Windows-only"
 
6353
msgstr ""
 
6354
 
 
6355
#: lazarusidestrconsts.lisconverttargetsamedfmfile
 
6356
msgid "Use the same DFM form file"
 
6357
msgstr ""
 
6358
 
 
6359
#: lazarusidestrconsts.lisconverttargetsamedfmfilehint
 
6360
msgid "Same DFM file for Lazarus and Delphi instead of copying it to LFM"
 
6361
msgstr ""
 
6362
 
 
6363
#: lazarusidestrconsts.lisconverttargetsupportdelphi
 
6364
msgid "Support Delphi"
 
6365
msgstr ""
 
6366
 
 
6367
#: lazarusidestrconsts.lisconverttargetsupportdelphihint
 
6368
msgid "Use conditional compilation to support Delphi"
5689
6369
msgstr ""
5690
6370
 
5691
6371
#: lazarusidestrconsts.lisconvfuncreplacements
5745
6425
msgid "Unknown properties"
5746
6426
msgstr ""
5747
6427
 
 
6428
#: lazarusidestrconsts.liscopy
 
6429
msgctxt "lazarusidestrconsts.liscopy"
 
6430
msgid "Copy"
 
6431
msgstr "Kopyala"
 
6432
 
5748
6433
#: lazarusidestrconsts.liscopyall
5749
6434
msgid "Copy All"
5750
6435
msgstr ""
5751
6436
 
5752
6437
#: lazarusidestrconsts.liscopyallitemstoclipboard
5753
 
msgid "Copy all items to clipboard"
 
6438
msgid "Copy All Items to Clipboard"
5754
6439
msgstr ""
5755
6440
 
5756
6441
#: lazarusidestrconsts.liscopyalloutputclipboard
5758
6443
msgstr ""
5759
6444
 
5760
6445
#: lazarusidestrconsts.liscopyallshownandhiddenmessagestoclipboard
5761
 
msgid "Copy all shown and hidden messages to clipboard"
 
6446
msgid "Copy All Shown and Hidden Messages to Clipboard"
5762
6447
msgstr ""
5763
6448
 
5764
6449
#: lazarusidestrconsts.liscopyallshownmessagestoclipboard
5765
 
msgid "Copy all shown messages to clipboard"
 
6450
msgid "Copy All Shown Messages to Clipboard"
5766
6451
msgstr ""
5767
6452
 
5768
6453
#: lazarusidestrconsts.liscopydescription
5786
6471
msgstr ""
5787
6472
 
5788
6473
#: lazarusidestrconsts.liscopyitemtoclipboard
5789
 
msgid "Copy item to clipboard"
 
6474
msgid "Copy Item to Clipboard"
5790
6475
msgstr ""
5791
6476
 
5792
6477
#: lazarusidestrconsts.liscopyselecteditemtoclipboard
5793
 
msgid "Copy selected items to clipboard"
 
6478
msgid "Copy Selected Items to Clipboard"
5794
6479
msgstr ""
5795
6480
 
5796
6481
#: lazarusidestrconsts.liscopyselectedmessagestoclipboard
5797
 
msgid "Copy selected messages to clipboard"
 
6482
#, fuzzy
 
6483
#| msgid "Copy selected messages to clipboard"
 
6484
msgid "Copy Selected Messages to Clipboard"
5798
6485
msgstr "Seçilen iletileri panoya kopyala"
5799
6486
 
5800
6487
#: lazarusidestrconsts.liscoscanforfpcmessages
5805
6492
msgid "Scan for Make messages"
5806
6493
msgstr ""
5807
6494
 
 
6495
#: lazarusidestrconsts.liscoscanformessages
 
6496
msgid "Scan for messages:"
 
6497
msgstr ""
 
6498
 
5808
6499
#: lazarusidestrconsts.liscoshowallmessages
5809
6500
msgid "Show all messages"
5810
6501
msgstr ""
5811
6502
 
5812
6503
#: lazarusidestrconsts.liscoskipcallingcompiler
5813
 
msgid "Skip calling Compiler"
 
6504
msgid "Skip calling compiler"
5814
6505
msgstr ""
5815
6506
 
5816
6507
#: lazarusidestrconsts.liscotargetosspecificoptions
5846
6537
msgstr "%s (çeşitli)"
5847
6538
 
5848
6539
#: 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."
 
6540
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
6541
msgstr ""
5851
6542
 
5852
6543
#: lazarusidestrconsts.liscpopenpackage
5877
6568
msgid "Create it"
5878
6569
msgstr ""
5879
6570
 
5880
 
#: lazarusidestrconsts.liscreatenewproject
5881
 
msgid "Create new project"
5882
 
msgstr "Yeni proje oluştur"
 
6571
#: lazarusidestrconsts.liscreatenewpackage
 
6572
msgid "(Create new package)"
 
6573
msgstr ""
 
6574
 
 
6575
#: lazarusidestrconsts.liscreatenewpackagecomponent
 
6576
msgid "Create new package component"
 
6577
msgstr ""
5883
6578
 
5884
6579
#: lazarusidestrconsts.liscreateproject
5885
6580
msgid "Create project"
5893
6588
msgid "Creating file index of FPC sources %s ..."
5894
6589
msgstr ""
5895
6590
 
 
6591
#: lazarusidestrconsts.liscsbottom
 
6592
msgctxt "lazarusidestrconsts.liscsbottom"
 
6593
msgid "Bottom"
 
6594
msgstr ""
 
6595
 
 
6596
#: lazarusidestrconsts.liscstop
 
6597
msgctxt "lazarusidestrconsts.liscstop"
 
6598
msgid "Top"
 
6599
msgstr ""
 
6600
 
5896
6601
#: lazarusidestrconsts.lisctdefchoosedirectory
5897
6602
msgid "Choose Directory"
5898
6603
msgstr ""
5938
6643
msgstr ""
5939
6644
 
5940
6645
#: lazarusidestrconsts.liscurrent
 
6646
msgctxt "lazarusidestrconsts.liscurrent"
5941
6647
msgid "Current"
5942
6648
msgstr ""
5943
6649
 
 
6650
#: lazarusidestrconsts.liscurrentstate
 
6651
msgid "Current state: "
 
6652
msgstr ""
 
6653
 
5944
6654
#: lazarusidestrconsts.liscursorcolumnincurrenteditor
5945
6655
msgid "Cursor column in current editor"
5946
6656
msgstr "Şu anki düzenleyicinin imleç sütunu"
5949
6659
msgid "Cursor row in current editor"
5950
6660
msgstr "Şu anki düzenleyicinin imleç satırı"
5951
6661
 
5952
 
#: lazarusidestrconsts.liscustombuildmacros
5953
 
msgid "Custom build macros"
 
6662
#: lazarusidestrconsts.liscustomopthint
 
6663
msgid "These options are passed directly to the compiler. Macros are replaced, line breaks are replaced with single spaces."
5954
6664
msgstr ""
5955
6665
 
5956
6666
#: lazarusidestrconsts.liscustomoptions
5969
6679
msgid "Custom Program%sA Free Pascal program."
5970
6680
msgstr ""
5971
6681
 
 
6682
#: lazarusidestrconsts.liscut
 
6683
msgctxt "lazarusidestrconsts.liscut"
 
6684
msgid "Cut"
 
6685
msgstr "Kes"
 
6686
 
5972
6687
#: lazarusidestrconsts.lisdatamodule
5973
6688
msgid "Data Module"
5974
6689
msgstr ""
6008
6723
msgstr ""
6009
6724
 
6010
6725
#: lazarusidestrconsts.lisdbgasmcopytoclipboard
6011
 
msgid "Copy to clipboard"
 
6726
msgid "Copy to Clipboard"
 
6727
msgstr ""
 
6728
 
 
6729
#: lazarusidestrconsts.lisdbgbreakpointpropertieshint
 
6730
msgctxt "lazarusidestrconsts.lisdbgbreakpointpropertieshint"
 
6731
msgid "Breakpoint Properties ..."
 
6732
msgstr ""
 
6733
 
 
6734
#: lazarusidestrconsts.lisdbgemexpression
 
6735
msgid "&Expression:"
 
6736
msgstr ""
 
6737
 
 
6738
#: lazarusidestrconsts.lisdbgemnewvalue
 
6739
msgid "&New value:"
 
6740
msgstr ""
 
6741
 
 
6742
#: lazarusidestrconsts.lisdbgemresult
 
6743
msgid "&Result:"
 
6744
msgstr ""
 
6745
 
 
6746
#: lazarusidestrconsts.lisdbgenbreakpointevaluation
 
6747
msgid "Breakpoint Evaluation"
 
6748
msgstr ""
 
6749
 
 
6750
#: lazarusidestrconsts.lisdbgenbreakpointhit
 
6751
msgid "Breakpoint Hit"
 
6752
msgstr ""
 
6753
 
 
6754
#: lazarusidestrconsts.lisdbgenbreakpointmessage
 
6755
msgid "Breakpoint Message"
 
6756
msgstr ""
 
6757
 
 
6758
#: lazarusidestrconsts.lisdbgenbreakpointstackdump
 
6759
msgid "Breakpoint Stack Dump"
 
6760
msgstr ""
 
6761
 
 
6762
#: lazarusidestrconsts.lisdbgendefaultcolor
 
6763
msgid "Default Color"
 
6764
msgstr ""
 
6765
 
 
6766
#: lazarusidestrconsts.lisdbgenexceptionraised
 
6767
msgid "Exception Raised"
 
6768
msgstr ""
 
6769
 
 
6770
#: lazarusidestrconsts.lisdbgenmoduleload
 
6771
msgid "Module Load"
 
6772
msgstr ""
 
6773
 
 
6774
#: lazarusidestrconsts.lisdbgenmoduleunload
 
6775
msgid "Module Unload"
 
6776
msgstr ""
 
6777
 
 
6778
#: lazarusidestrconsts.lisdbgenoutputdebugstring
 
6779
msgid "Output Debug String"
 
6780
msgstr ""
 
6781
 
 
6782
#: lazarusidestrconsts.lisdbgenprocessexit
 
6783
msgid "Process Exit"
 
6784
msgstr ""
 
6785
 
 
6786
#: lazarusidestrconsts.lisdbgenprocessstart
 
6787
msgid "Process Start"
 
6788
msgstr ""
 
6789
 
 
6790
#: lazarusidestrconsts.lisdbgenthreadexit
 
6791
msgid "Thread Exit"
 
6792
msgstr ""
 
6793
 
 
6794
#: lazarusidestrconsts.lisdbgenthreadstart
 
6795
msgid "Thread Start"
 
6796
msgstr ""
 
6797
 
 
6798
#: lazarusidestrconsts.lisdbgenwindowsmessageposted
 
6799
msgid "Windows Message Posted"
 
6800
msgstr ""
 
6801
 
 
6802
#: lazarusidestrconsts.lisdbgenwindowsmessagesent
 
6803
msgid "Windows Message Sent"
6012
6804
msgstr ""
6013
6805
 
6014
6806
#: lazarusidestrconsts.lisdbgitemdelete
6069
6861
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
6862
msgstr ""
6071
6863
 
 
6864
#: lazarusidestrconsts.lisdebuggerfeedbackerror
 
6865
msgid "Debugger Error"
 
6866
msgstr ""
 
6867
 
 
6868
#: lazarusidestrconsts.lisdebuggerfeedbackinformation
 
6869
msgid "Debugger Information"
 
6870
msgstr ""
 
6871
 
 
6872
#: lazarusidestrconsts.lisdebuggerfeedbackwarning
 
6873
msgid "Debugger Warning"
 
6874
msgstr ""
 
6875
 
6072
6876
#: lazarusidestrconsts.lisdebuggerinvalid
6073
6877
msgid "Debugger invalid"
6074
6878
msgstr ""
6077
6881
msgid "%s (debugging ...)"
6078
6882
msgstr "%s (hata ayıklıyor ...)"
6079
6883
 
 
6884
#: lazarusidestrconsts.lisdebughintautotypecastclass
 
6885
msgid "Automatic type-cast for objects"
 
6886
msgstr ""
 
6887
 
6080
6888
#: lazarusidestrconsts.lisdebugoptionsfrmaddexception
6081
6889
msgid "Add Exception"
6082
6890
msgstr ""
6131
6939
msgid "Handled by Program"
6132
6940
msgstr ""
6133
6941
 
6134
 
#: lazarusidestrconsts.lisdebugoptionsfrmid
6135
 
msgid "ID"
6136
 
msgstr ""
6137
 
 
6138
6942
#: lazarusidestrconsts.lisdebugoptionsfrmignoretheseexceptions
6139
6943
msgid "Ignore these exceptions"
6140
6944
msgstr ""
6144
6948
msgstr ""
6145
6949
 
6146
6950
#: lazarusidestrconsts.lisdebugoptionsfrmlimitlinecountto
6147
 
msgid "Limit linecount to"
 
6951
msgid "Limit line count to"
6148
6952
msgstr ""
6149
6953
 
6150
6954
#: lazarusidestrconsts.lisdebugoptionsfrmmodule
6152
6956
msgid "Module"
6153
6957
msgstr ""
6154
6958
 
6155
 
#: lazarusidestrconsts.lisdebugoptionsfrmname
6156
 
msgctxt "lazarusidestrconsts.lisdebugoptionsfrmname"
6157
 
msgid "Name"
6158
 
msgstr ""
6159
 
 
6160
6959
#: lazarusidestrconsts.lisdebugoptionsfrmnotifyonlazarusexceptions
6161
6960
msgid "Notify on Lazarus Exceptions"
6162
6961
msgstr ""
6173
6972
msgid "Process"
6174
6973
msgstr ""
6175
6974
 
 
6975
#: lazarusidestrconsts.lisdebugoptionsfrmresetdebuggeroneachrun
 
6976
msgid "Reset Debugger after each run"
 
6977
msgstr ""
 
6978
 
6176
6979
#: lazarusidestrconsts.lisdebugoptionsfrmresume
6177
6980
msgid "Resume"
6178
6981
msgstr ""
6197
7000
msgid "Thread"
6198
7001
msgstr ""
6199
7002
 
6200
 
#: lazarusidestrconsts.lisdebugoptionsfrmwindow
6201
 
msgctxt "lazarusidestrconsts.lisdebugoptionsfrmwindow"
6202
 
msgid "Window"
6203
 
msgstr "Pencere"
 
7003
#: lazarusidestrconsts.lisdebugoptionsfrmuseeventlogcolors
 
7004
msgid "Use event log colors"
 
7005
msgstr ""
 
7006
 
 
7007
#: lazarusidestrconsts.lisdebugoptionsfrmwindows
 
7008
msgid "Windows"
 
7009
msgstr ""
6204
7010
 
6205
7011
#: lazarusidestrconsts.lisdebugunabletoloadfile
6206
7012
msgid "Unable to load file"
6211
7017
msgstr "%s%s%s adlı dosya yüklenemiyor."
6212
7018
 
6213
7019
#: lazarusidestrconsts.lisdecimal
 
7020
msgctxt "lazarusidestrconsts.lisdecimal"
6214
7021
msgid "Decimal"
6215
7022
msgstr ""
6216
7023
 
 
7024
#: lazarusidestrconsts.lisdefaultplaceholder
 
7025
msgid "(default)"
 
7026
msgstr ""
 
7027
 
6217
7028
#: lazarusidestrconsts.lisdefaultvalue
6218
7029
msgid "Default value"
6219
7030
msgstr ""
6226
7037
msgid "Delay for hints and completion box"
6227
7038
msgstr ""
6228
7039
 
 
7040
#: lazarusidestrconsts.lisdelete
 
7041
msgctxt "lazarusidestrconsts.lisdelete"
 
7042
msgid "Delete"
 
7043
msgstr ""
 
7044
 
6229
7045
#: lazarusidestrconsts.lisdeleteall
6230
7046
msgid "&Delete All"
6231
7047
msgstr "Tümünü Sil"
6262
7078
msgid "Delete breakpoint at%s\"%s\" line %d?"
6263
7079
msgstr ""
6264
7080
 
6265
 
#: lazarusidestrconsts.lisdeletebuildmacro
6266
 
msgid "Delete build macro %s%s%s?"
 
7081
#: lazarusidestrconsts.lisdeletebreakpointforaddress
 
7082
msgid "Delete breakpoint for address %s?"
 
7083
msgstr ""
 
7084
 
 
7085
#: lazarusidestrconsts.lisdeletebreakpointforwatch
 
7086
msgid "Delete watchpoint for \"%s\"?"
6267
7087
msgstr ""
6268
7088
 
6269
7089
#: lazarusidestrconsts.lisdeletebuildmode
6283
7103
msgstr "Başarısız olan dosyayı sil"
6284
7104
 
6285
7105
#: lazarusidestrconsts.lisdeletemacro
6286
 
msgid "Delete macro %s"
 
7106
msgid "Delete macro %s%s%s?"
6287
7107
msgstr ""
6288
7108
 
6289
7109
#: lazarusidestrconsts.lisdeletemode
6418
7238
msgid "Directives for new unit"
6419
7239
msgstr ""
6420
7240
 
 
7241
#: lazarusidestrconsts.lisdirectory
 
7242
msgid "Directory: "
 
7243
msgstr ""
 
7244
 
6421
7245
#: lazarusidestrconsts.lisdirectorynotfound
6422
7246
msgid "Directory %s%s%s not found."
6423
7247
msgstr ""
6424
7248
 
 
7249
#: lazarusidestrconsts.lisdirectorynotfound2
 
7250
msgid "directory %s not found"
 
7251
msgstr ""
 
7252
 
6425
7253
#: lazarusidestrconsts.lisdirectorynotwritable
6426
7254
msgid "Directory not writable"
6427
7255
msgstr ""
6442
7270
msgid "Disabled"
6443
7271
msgstr ""
6444
7272
 
6445
 
#: lazarusidestrconsts.lisdisablegroup
6446
 
msgid "Disable Group"
 
7273
#: lazarusidestrconsts.lisdisablegroups
 
7274
msgid "Disable Groups"
6447
7275
msgstr ""
6448
7276
 
6449
7277
#: lazarusidestrconsts.lisdisablei18nforlfm
6457
7285
 
6458
7286
#: lazarusidestrconsts.lisdisassgotoaddress
6459
7287
msgctxt "lazarusidestrconsts.lisdisassgotoaddress"
6460
 
msgid "Goto address"
 
7288
msgid "Goto Address"
6461
7289
msgstr ""
6462
7290
 
6463
7291
#: lazarusidestrconsts.lisdisassgotoaddresshint
6464
7292
msgctxt "lazarusidestrconsts.lisdisassgotoaddresshint"
6465
 
msgid "Goto address"
 
7293
msgid "Goto Address"
6466
7294
msgstr ""
6467
7295
 
6468
7296
#: lazarusidestrconsts.lisdisassgotocurrentaddress
6469
7297
msgctxt "lazarusidestrconsts.lisdisassgotocurrentaddress"
6470
 
msgid "Goto current address"
 
7298
msgid "Goto Current Address"
6471
7299
msgstr ""
6472
7300
 
6473
7301
#: lazarusidestrconsts.lisdisassgotocurrentaddresshint
6474
7302
msgctxt "lazarusidestrconsts.lisdisassgotocurrentaddresshint"
6475
 
msgid "Goto current address"
 
7303
msgid "Goto Current Address"
6476
7304
msgstr ""
6477
7305
 
6478
7306
#: lazarusidestrconsts.lisdiscardchanges
6483
7311
msgid "Discard all changes"
6484
7312
msgstr ""
6485
7313
 
 
7314
#: lazarusidestrconsts.lisdiscardchangesandopenproject
 
7315
msgid "Discard changes and open project"
 
7316
msgstr ""
 
7317
 
 
7318
#: lazarusidestrconsts.lisdiscardchangesandquit
 
7319
msgid "Discard changes and quit"
 
7320
msgstr ""
 
7321
 
 
7322
#: lazarusidestrconsts.lisdiscardchangescreatenewproject
 
7323
msgid "Discard changes, create new project"
 
7324
msgstr ""
 
7325
 
6486
7326
#: lazarusidestrconsts.lisdiskdiffchangedfiles
6487
7327
msgid "Changed files:"
6488
7328
msgstr ""
6511
7351
msgid "Distinguish big and small letters e.g. A and a"
6512
7352
msgstr ""
6513
7353
 
 
7354
#: lazarusidestrconsts.lisdlgeditorwindowmanager
 
7355
msgid "Editor Window Manager ..."
 
7356
msgstr ""
 
7357
 
 
7358
#: lazarusidestrconsts.lisdlgopen
 
7359
msgctxt "lazarusidestrconsts.lisdlgopen"
 
7360
msgid "Open ..."
 
7361
msgstr ""
 
7362
 
 
7363
#: lazarusidestrconsts.lisdlgsave
 
7364
msgctxt "lazarusidestrconsts.lisdlgsave"
 
7365
msgid "Save ..."
 
7366
msgstr ""
 
7367
 
6514
7368
#: lazarusidestrconsts.lisdocumentationeditor
6515
7369
msgid "Documentation Editor"
6516
7370
msgstr ""
6519
7373
msgid "%s does not exists: %s"
6520
7374
msgstr ""
6521
7375
 
 
7376
#: lazarusidestrconsts.lisdonotchange
 
7377
msgid "Do not change"
 
7378
msgstr ""
 
7379
 
6522
7380
#: lazarusidestrconsts.lisdonotclosetheide
6523
7381
msgid "Do not close the IDE"
6524
7382
msgstr "IDE'yi kapatma"
6547
7405
msgid "Do not show this message again"
6548
7406
msgstr ""
6549
7407
 
 
7408
#: lazarusidestrconsts.lisdown
 
7409
msgctxt "lazarusidestrconsts.lisdown"
 
7410
msgid "Down"
 
7411
msgstr ""
 
7412
 
 
7413
#: lazarusidestrconsts.lisdowngrade
 
7414
msgid "Downgrade"
 
7415
msgstr ""
 
7416
 
 
7417
#: lazarusidestrconsts.lisdowngradeconfiguration
 
7418
msgid "Downgrade configuration"
 
7419
msgstr ""
 
7420
 
 
7421
#: lazarusidestrconsts.lisdoyoustillwanttocreatethenewproject
 
7422
msgid "Do you still want to create the new project?"
 
7423
msgstr ""
 
7424
 
 
7425
#: lazarusidestrconsts.lisdoyoustillwanttoopenanotherproject
 
7426
msgid "Do you still want to open another project?"
 
7427
msgstr ""
 
7428
 
 
7429
#: lazarusidestrconsts.lisdoyoustillwanttoquit
 
7430
msgid "Do you still want to quit?"
 
7431
msgstr ""
 
7432
 
6550
7433
#: lazarusidestrconsts.lisdrawgridlinesobjectinspector
6551
7434
msgid "Draw grid lines"
6552
7435
msgstr ""
6583
7466
msgid "Select parent component"
6584
7467
msgstr "Üst bileşeni seç"
6585
7468
 
 
7469
#: lazarusidestrconsts.lisduplicate
 
7470
msgid "Duplicate"
 
7471
msgstr ""
 
7472
 
6586
7473
#: lazarusidestrconsts.lisduplicatefoundofvalue
6587
7474
msgid "Duplicate found of value %s%s%s."
6588
7475
msgstr ""
6591
7478
msgid "Duplicate name: A component named %s%s%s already exists in the inherited component %s"
6592
7479
msgstr "İkili ad: %s%s%s adlı bileşen, %s adlı ata bileşen içinde zaten mevcut"
6593
7480
 
 
7481
#: lazarusidestrconsts.lisduplicateppufilesdeleteoneormakesureallsearchpaths
 
7482
msgid "Duplicate ppu files. Delete one or make sure all search paths have correct order (Hint: FPC uses last path first)."
 
7483
msgstr ""
 
7484
 
6594
7485
#: lazarusidestrconsts.lisduplicatesearchpath
6595
7486
msgid "Duplicate search path"
6596
7487
msgstr ""
6597
7488
 
 
7489
#: lazarusidestrconsts.lisduplicatesourcesdeleteoneormakesureallsearchpathsh
 
7490
msgid "Duplicate sources. Delete one or make sure all search paths have correct order (Hint: FPC uses last path first)."
 
7491
msgstr ""
 
7492
 
 
7493
#: lazarusidestrconsts.lisedit
 
7494
msgctxt "lazarusidestrconsts.lisedit"
 
7495
msgid "Edit"
 
7496
msgstr ""
 
7497
 
6598
7498
#: lazarusidestrconsts.liseditcontexthelp
6599
7499
msgid "Edit context help"
6600
7500
msgstr ""
6601
7501
 
6602
 
#: lazarusidestrconsts.lisedoptschoosescheme
6603
 
msgid "Choose Scheme"
 
7502
#: lazarusidestrconsts.lisedithelp
 
7503
msgid "Edit help"
 
7504
msgstr ""
 
7505
 
 
7506
#: lazarusidestrconsts.liseditorfiletypes
 
7507
msgid "Editor file types"
 
7508
msgstr ""
 
7509
 
 
7510
#: lazarusidestrconsts.liseditorwindowmanager
 
7511
msgid "Editor Window Manager"
 
7512
msgstr ""
 
7513
 
 
7514
#: lazarusidestrconsts.lisedoptsloadascheme
 
7515
msgid "Load a scheme"
6604
7516
msgstr ""
6605
7517
 
6606
7518
#: lazarusidestrconsts.lisedtdefallpackages
6697
7609
msgid "Hide main form"
6698
7610
msgstr ""
6699
7611
 
6700
 
#: lazarusidestrconsts.lisedtexttoolinsert
6701
 
msgid "Insert"
6702
 
msgstr ""
6703
 
 
6704
7612
#: lazarusidestrconsts.lisedtexttoolkey
6705
7613
msgctxt "lazarusidestrconsts.lisedtexttoolkey"
6706
7614
msgid "Key"
6707
7615
msgstr ""
6708
7616
 
6709
7617
#: lazarusidestrconsts.lisedtexttoolmacros
 
7618
msgctxt "lazarusidestrconsts.lisedtexttoolmacros"
6710
7619
msgid "Macros"
6711
7620
msgstr ""
6712
7621
 
6740
7649
msgstr ""
6741
7650
 
6742
7651
#: lazarusidestrconsts.lisemdall
 
7652
msgctxt "lazarusidestrconsts.lisemdall"
6743
7653
msgid "All"
6744
7654
msgstr "Tümü"
6745
7655
 
6751
7661
msgid "Found empty methods:"
6752
7662
msgstr ""
6753
7663
 
 
7664
#: lazarusidestrconsts.lisemdnoclass
 
7665
msgid "No class"
 
7666
msgstr ""
 
7667
 
 
7668
#: lazarusidestrconsts.lisemdnoclassat
 
7669
msgid "No class at %s(%s,%s)"
 
7670
msgstr ""
 
7671
 
6754
7672
#: lazarusidestrconsts.lisemdonlypublished
6755
7673
msgid "Only published"
6756
7674
msgstr ""
6771
7689
msgid "Search in these class sections:"
6772
7690
msgstr ""
6773
7691
 
 
7692
#: lazarusidestrconsts.lisemdunabletoshowemptymethodsofthecurrentclassbecause
 
7693
msgid "Unable to show empty methods of the current class, because%s%s"
 
7694
msgstr ""
 
7695
 
6774
7696
#: lazarusidestrconsts.lisempty
6775
7697
msgid "Empty"
6776
7698
msgstr ""
6792
7714
msgid "Enabled"
6793
7715
msgstr ""
6794
7716
 
6795
 
#: lazarusidestrconsts.lisenablegroup
6796
 
msgid "Enable Group"
 
7717
#: lazarusidestrconsts.lisenablegroups
 
7718
msgid "Enable Groups"
6797
7719
msgstr ""
6798
7720
 
6799
7721
#: lazarusidestrconsts.lisenableinternationalizationandtranslationsupport
6804
7726
msgid "Enable Macros"
6805
7727
msgstr ""
6806
7728
 
 
7729
#: lazarusidestrconsts.lisenablereplacewholeidentifierdisablereplaceprefix
 
7730
msgid "Enable = replace whole identifier, Disable = replace prefix"
 
7731
msgstr ""
 
7732
 
6807
7733
#: lazarusidestrconsts.lisenclose
6808
7734
msgid "Enclose"
6809
7735
msgstr ""
6810
7736
 
6811
 
#: lazarusidestrconsts.lisencloseselection
6812
 
msgctxt "lazarusidestrconsts.lisencloseselection"
6813
 
msgid "Enclose Selection"
 
7737
#: lazarusidestrconsts.lisencloseinifdef
 
7738
msgid "Enclose in $IFDEF"
6814
7739
msgstr ""
6815
7740
 
6816
7741
#: lazarusidestrconsts.lisencodingoffileondiskisnewencodingis
6823
7748
msgid "Encoding of file %s%s%s%son disk is %s. New encoding is %s."
6824
7749
msgstr ""
6825
7750
 
6826
 
#: lazarusidestrconsts.lisentertransla
6827
 
msgid "Enter translation language"
6828
 
msgstr "Çeviri dilini girin"
 
7751
#: lazarusidestrconsts.lisendlessloopinmacros
 
7752
msgid "Endless loop in macros"
 
7753
msgstr ""
6829
7754
 
6830
7755
#: lazarusidestrconsts.lisenvironmentvariablenameasparameter
6831
7756
msgid "Environment variable, name as parameter"
6839
7764
msgid "Directory not found"
6840
7765
msgstr ""
6841
7766
 
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
7767
#: lazarusidestrconsts.lisenvoptdlginvaliddebuggerfilename
6855
7768
msgid "Invalid debugger filename"
6856
7769
msgstr ""
6859
7772
msgid "The debugger file \"%s\" is not an executable."
6860
7773
msgstr ""
6861
7774
 
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
7775
#: lazarusidestrconsts.lisenvoptdlgtestdirnotfoundmsg
6883
7776
msgid "Test directory \"%s\" not found."
6884
7777
msgstr ""
6928
7821
msgid "Error initializing program%s%s%s%s%sError: %s"
6929
7822
msgstr "%s%s%s%s programı ilklendirilirken hata%sHata: %s"
6930
7823
 
 
7824
#: lazarusidestrconsts.liserrorinthecompilerfilename
 
7825
msgid "Error in the compiler file name:"
 
7826
msgstr ""
 
7827
 
 
7828
#: lazarusidestrconsts.liserrorinthecustomcompileroptionsother
 
7829
msgid "Error in the custom compiler options (Other):"
 
7830
msgstr ""
 
7831
 
 
7832
#: lazarusidestrconsts.liserrorinthecustomlinkeroptionslinkingpassoptionstol
 
7833
msgid "Error in the custom linker options (Linking / Pass options to linker):"
 
7834
msgstr ""
 
7835
 
 
7836
#: lazarusidestrconsts.liserrorinthedebuggerpathaddition
 
7837
msgid "Error in the \"Debugger path addition\":"
 
7838
msgstr ""
 
7839
 
 
7840
#: lazarusidestrconsts.liserrorinthesearchpathforincludefiles
 
7841
msgid "Error in the search path for \"Include files\":"
 
7842
msgstr ""
 
7843
 
 
7844
#: lazarusidestrconsts.liserrorinthesearchpathforlibraries
 
7845
msgid "Error in the search path for \"Libraries\":"
 
7846
msgstr ""
 
7847
 
 
7848
#: lazarusidestrconsts.liserrorinthesearchpathforobjectfiles
 
7849
msgid "Error in the search path for \"Object files\":"
 
7850
msgstr ""
 
7851
 
 
7852
#: lazarusidestrconsts.liserrorinthesearchpathforothersources
 
7853
msgid "Error in the search path for \"Other sources\":"
 
7854
msgstr ""
 
7855
 
 
7856
#: lazarusidestrconsts.liserrorinthesearchpathforotherunitfiles
 
7857
msgid "Error in the search path for \"Other unit files\":"
 
7858
msgstr ""
 
7859
 
 
7860
#: lazarusidestrconsts.liserrorintheunitoutputdirectory
 
7861
msgid "Error in the \"unit output directory\":"
 
7862
msgstr ""
 
7863
 
 
7864
#: lazarusidestrconsts.liserrorinvalidbuildmode
 
7865
msgid "ERROR: invalid build mode \"%s\""
 
7866
msgstr ""
 
7867
 
6931
7868
#: lazarusidestrconsts.liserrorloadingfile
6932
7869
msgid "Error loading file"
6933
7870
msgstr ""
6989
7926
msgid "Error setting the name of a component %s to %s"
6990
7927
msgstr ""
6991
7928
 
 
7929
#: lazarusidestrconsts.liserrorwritingfile
 
7930
msgid "Error writing file \"%s\""
 
7931
msgstr ""
 
7932
 
6992
7933
#: lazarusidestrconsts.liserrorwritingpackagelisttofile
6993
7934
msgid "Error writing package list to file%s%s%s%s"
6994
7935
msgstr ""
6998
7939
msgstr ""
6999
7940
 
7000
7941
#: lazarusidestrconsts.lisevalexpression
 
7942
msgctxt "lazarusidestrconsts.lisevalexpression"
7001
7943
msgid "Eval expression"
7002
7944
msgstr ""
7003
7945
 
7005
7947
msgid "E&valuate"
7006
7948
msgstr ""
7007
7949
 
 
7950
#: lazarusidestrconsts.lisevaluatemodify
 
7951
msgid "&Evaluate/Modify"
 
7952
msgstr ""
 
7953
 
 
7954
#: lazarusidestrconsts.liseventlogclear
 
7955
msgid "Clear Events"
 
7956
msgstr ""
 
7957
 
 
7958
#: lazarusidestrconsts.liseventlogoptions
 
7959
msgid "Event Log Options ..."
 
7960
msgstr ""
 
7961
 
 
7962
#: lazarusidestrconsts.liseventlogsavetofile
 
7963
msgid "Save Events to File"
 
7964
msgstr ""
 
7965
 
 
7966
#: lazarusidestrconsts.liseventslogaddcomment
 
7967
msgid "Add Comment ..."
 
7968
msgstr ""
 
7969
 
 
7970
#: lazarusidestrconsts.liseventslogaddcomment2
 
7971
msgid "Add Comment"
 
7972
msgstr ""
 
7973
 
7008
7974
#: lazarusidestrconsts.liseverynthlinenumber
7009
 
msgid "Every n-th line number:"
 
7975
msgid "Every n-th line number"
7010
7976
msgstr ""
7011
7977
 
7012
7978
#: lazarusidestrconsts.lisexamplefile
7013
7979
msgid "Example file:"
7014
7980
msgstr ""
7015
7981
 
7016
 
#: lazarusidestrconsts.lisexamples
7017
 
msgid "Examples"
 
7982
#: lazarusidestrconsts.lisexamplesbuildallselected
 
7983
msgid "Build all selected"
7018
7984
msgstr ""
7019
7985
 
7020
7986
#: lazarusidestrconsts.lisexamplesidentifiertmyenumenumunitnameidentifierpac
7021
7987
msgid "Examples:%sIdentifier%sTMyEnum.Enum%sUnitname.Identifier%s#PackageName.UnitName.Identifier"
7022
7988
msgstr ""
7023
7989
 
 
7990
#: lazarusidestrconsts.lisexamplesopenfirstselected
 
7991
msgid "Open first selected"
 
7992
msgstr ""
 
7993
 
7024
7994
#: lazarusidestrconsts.lisexceptiondialog
7025
7995
msgid "Debugger Exception Notification"
7026
7996
msgstr ""
7027
7997
 
 
7998
#: lazarusidestrconsts.lisexcludedatruntime
 
7999
msgid "%s excluded at run time"
 
8000
msgstr ""
 
8001
 
7028
8002
#: lazarusidestrconsts.lisexcludefilter
7029
 
msgid "Exclude Filter"
 
8003
#, fuzzy
 
8004
#| msgid "Exclude Filter"
 
8005
msgid "Exclude filter"
7030
8006
msgstr "Hariç Süzgeci"
7031
8007
 
7032
 
#: lazarusidestrconsts.lisexcludefilter2
7033
 
msgid "Exclude filter"
 
8008
#: lazarusidestrconsts.lisexecutable
 
8009
msgid "Executable"
7034
8010
msgstr ""
7035
8011
 
7036
8012
#: lazarusidestrconsts.lisexecutingcommandafter
7057
8033
msgid "Programs"
7058
8034
msgstr "Programlar"
7059
8035
 
 
8036
#: lazarusidestrconsts.lisexit
 
8037
msgctxt "lazarusidestrconsts.lisexit"
 
8038
msgid "Exit"
 
8039
msgstr ""
 
8040
 
 
8041
#: lazarusidestrconsts.lisexpandall
 
8042
msgid "Expand All (*)"
 
8043
msgstr ""
 
8044
 
7060
8045
#: lazarusidestrconsts.lisexpandallclasses
7061
8046
msgid "Expand all classes"
7062
8047
msgstr ""
7077
8062
msgid "Export ..."
7078
8063
msgstr ""
7079
8064
 
 
8065
#: lazarusidestrconsts.lisexporthtml
 
8066
msgid "Export as HTML"
 
8067
msgstr ""
 
8068
 
7080
8069
#: lazarusidestrconsts.lisexportlist
7081
8070
msgid "Export list"
7082
8071
msgstr ""
7083
8072
 
 
8073
#: lazarusidestrconsts.lisexportpackagelistxml
 
8074
msgid "Export package list (*.xml)"
 
8075
msgstr ""
 
8076
 
7084
8077
#: lazarusidestrconsts.lisexpression
7085
8078
msgid "Expression:"
7086
8079
msgstr ""
7099
8092
msgstr ""
7100
8093
 
7101
8094
#: lazarusidestrconsts.lisexttoolexternaltools
7102
 
msgid "External tools"
 
8095
msgid "External Tools"
7103
8096
msgstr ""
7104
8097
 
7105
8098
#: lazarusidestrconsts.lisexttoolfailedtoruntool
7110
8103
msgid "Maximum Tools reached"
7111
8104
msgstr ""
7112
8105
 
7113
 
#: lazarusidestrconsts.lisexttoolmovedown
7114
 
msgctxt "lazarusidestrconsts.lisexttoolmovedown"
7115
 
msgid "Down"
7116
 
msgstr ""
7117
 
 
7118
 
#: lazarusidestrconsts.lisexttoolmoveup
7119
 
msgctxt "lazarusidestrconsts.lisexttoolmoveup"
7120
 
msgid "Up"
7121
 
msgstr ""
7122
 
 
7123
 
#: lazarusidestrconsts.lisexttoolremove
7124
 
msgctxt "lazarusidestrconsts.lisexttoolremove"
7125
 
msgid "Remove"
7126
 
msgstr ""
7127
 
 
7128
8106
#: lazarusidestrconsts.lisexttoolthereisamaximumoftools
7129
8107
msgid "There is a maximum of %s tools."
7130
8108
msgstr ""
7145
8123
msgid "Failed to load fold state"
7146
8124
msgstr ""
7147
8125
 
 
8126
#: lazarusidestrconsts.lisfailedtosavefile
 
8127
msgid "Failed to save file."
 
8128
msgstr ""
 
8129
 
7148
8130
#: lazarusidestrconsts.lisfepaintdesigneritemsonidle
7149
8131
msgid "Reduce designer painting"
7150
8132
msgstr ""
7153
8135
msgid "Paint designer items only on idle (reduce overhead for slow computers)"
7154
8136
msgstr ""
7155
8137
 
 
8138
#: lazarusidestrconsts.lisfile
 
8139
msgctxt "lazarusidestrconsts.lisfile"
 
8140
msgid "File"
 
8141
msgstr ""
 
8142
 
 
8143
#: lazarusidestrconsts.lisfile2
 
8144
msgid "File: "
 
8145
msgstr ""
 
8146
 
7156
8147
#: lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway
7157
8148
msgctxt "lazarusidestrconsts.lisfiledoesnotlooklikeatextfileopenitanyway"
7158
8149
msgid "File %s%s%s%sdoes not look like a text file.%sOpen it anyway?"
7171
8162
msgid "File filter"
7172
8163
msgstr ""
7173
8164
 
 
8165
#: lazarusidestrconsts.lisfilefilters
 
8166
msgid "File Filters"
 
8167
msgstr ""
 
8168
 
 
8169
#: lazarusidestrconsts.lisfilefiltersaddrow
 
8170
msgid "Add Row"
 
8171
msgstr ""
 
8172
 
 
8173
#: lazarusidestrconsts.lisfilefiltersdeleterow
 
8174
msgid "Delete Row"
 
8175
msgstr ""
 
8176
 
 
8177
#: lazarusidestrconsts.lisfilefiltersinsertrow
 
8178
msgid "Insert Row"
 
8179
msgstr ""
 
8180
 
 
8181
#: lazarusidestrconsts.lisfilefiltersmask
 
8182
msgid "File mask"
 
8183
msgstr ""
 
8184
 
 
8185
#: lazarusidestrconsts.lisfilefilterssetdefaults
 
8186
msgid "Set defaults"
 
8187
msgstr ""
 
8188
 
 
8189
#: lazarusidestrconsts.lisfilefilterstitle
 
8190
msgid "These are file filters that will appear in all File Open dialogs"
 
8191
msgstr ""
 
8192
 
7174
8193
#: lazarusidestrconsts.lisfilehaschangedsave
7175
8194
msgid "File %s%s%s has changed. Save?"
7176
8195
msgstr ""
7179
8198
msgid "File has no project"
7180
8199
msgstr ""
7181
8200
 
 
8201
#: lazarusidestrconsts.lisfileisdirectory
 
8202
msgid "File is directory"
 
8203
msgstr ""
 
8204
 
 
8205
#: lazarusidestrconsts.lisfileisnotanexecutable
 
8206
msgid "File is not an executable"
 
8207
msgstr ""
 
8208
 
7182
8209
#: lazarusidestrconsts.lisfileisnotwritable
7183
8210
msgid "File is not writable"
7184
8211
msgstr ""
7207
8234
msgid "File %s%s%s not found.%s"
7208
8235
msgstr "%s%s%s adlı dosya bulunamadı.%s"
7209
8236
 
 
8237
#: lazarusidestrconsts.lisfilenotfound3
 
8238
msgid "file %s not found"
 
8239
msgstr ""
 
8240
 
 
8241
#: lazarusidestrconsts.lisfilenotfound4
 
8242
msgid "file not found"
 
8243
msgstr ""
 
8244
 
7210
8245
#: lazarusidestrconsts.lisfilenotfounddoyouwanttocreateit
7211
8246
msgid "File %s%s%s not found.%sDo you want to create it?%s"
7212
8247
msgstr "%s%s%s adlı dosya bulunamadı%sBu dosyayı oluşturmak ister misin?%s"
7220
8255
msgstr "Dosya metin değil"
7221
8256
 
7222
8257
#: lazarusidestrconsts.lisfilesettings
7223
 
msgid "File Settings ..."
 
8258
msgid "File Settings"
 
8259
msgstr ""
 
8260
 
 
8261
#: lazarusidestrconsts.lisfileshaverightencoding
 
8262
msgid "*** All found files already have the right encoding ***"
7224
8263
msgstr ""
7225
8264
 
7226
8265
#: lazarusidestrconsts.lisfilesinasciiorutf8encoding
7239
8278
msgid "Filter"
7240
8279
msgstr ""
7241
8280
 
7242
 
#: lazarusidestrconsts.lisfilter2
7243
 
msgid "(filter)"
7244
 
msgstr ""
7245
 
 
7246
8281
#: lazarusidestrconsts.lisfilter3
7247
8282
msgid "Filter: %s"
7248
8283
msgstr ""
7251
8286
msgid "Filter Sets"
7252
8287
msgstr ""
7253
8288
 
7254
 
#: lazarusidestrconsts.lisfindfilecasesensitive
7255
 
msgid "&Case sensitive"
7256
 
msgstr "Büyük/Küçük harf duyarlı"
 
8289
#: lazarusidestrconsts.lisfindfiledirectory
 
8290
msgid "D&irectory"
 
8291
msgstr ""
7257
8292
 
7258
8293
#: lazarusidestrconsts.lisfindfiledirectoryoptions
7259
8294
msgid "Directory options"
7260
8295
msgstr ""
7261
8296
 
7262
 
#: lazarusidestrconsts.lisfindfilefilemaskbak
7263
 
msgid "File mask (*;*.*;*.bak?)"
 
8297
#: lazarusidestrconsts.lisfindfilefilemask
 
8298
msgid "Fi&le mask"
7264
8299
msgstr ""
7265
8300
 
7266
8301
#: lazarusidestrconsts.lisfindfileincludesubdirectories
7267
 
msgid "Include sub directories"
 
8302
msgid "Include &sub directories"
7268
8303
msgstr ""
7269
8304
 
7270
8305
#: lazarusidestrconsts.lisfindfilemultilinepattern
7275
8310
msgid "Only text files"
7276
8311
msgstr ""
7277
8312
 
7278
 
#: lazarusidestrconsts.lisfindfileregularexpressions
7279
 
msgid "&Regular expressions"
7280
 
msgstr "Düzenli ifadeler"
7281
 
 
7282
8313
#: lazarusidestrconsts.lisfindfilesearchallfilesinproject
7283
8314
msgid "search all files in &project"
7284
8315
msgstr ""
7291
8322
msgid "search in &directories"
7292
8323
msgstr ""
7293
8324
 
7294
 
#: lazarusidestrconsts.lisfindfiletexttofind
7295
 
msgid "Text to find:"
7296
 
msgstr ""
7297
 
 
7298
8325
#: lazarusidestrconsts.lisfindfilewhere
7299
8326
msgid "Where"
7300
8327
msgstr ""
7301
8328
 
7302
 
#: lazarusidestrconsts.lisfindfilewholewordsonly
7303
 
msgid "&Whole words only"
7304
 
msgstr "Yalnızca eşleşen sözcükler"
7305
 
 
7306
8329
#: lazarusidestrconsts.lisfindkeycombination
7307
8330
msgid "Find key combination"
7308
8331
msgstr ""
7323
8346
msgid "Floating Point"
7324
8347
msgstr ""
7325
8348
 
 
8349
#: lazarusidestrconsts.lisfocushint
 
8350
msgid "Focus hint"
 
8351
msgstr ""
 
8352
 
7326
8353
#: lazarusidestrconsts.lisforcerenaming
7327
8354
msgid "Force renaming"
7328
8355
msgstr "Ad değiştirmeye zorla"
7339
8366
msgid "Form load error"
7340
8367
msgstr "Pencere yükleme hatası"
7341
8368
 
 
8369
#: lazarusidestrconsts.lisfoundversionexpected
 
8370
msgid "Found version %s, expected %s"
 
8371
msgstr ""
 
8372
 
 
8373
#: lazarusidestrconsts.lisfpccfgismissing
 
8374
msgid "fpc.cfg is missing."
 
8375
msgstr ""
 
8376
 
7342
8377
#: lazarusidestrconsts.lisfpcmakefailed
7343
8378
msgid "fpcmake failed"
7344
8379
msgstr ""
7345
8380
 
 
8381
#: lazarusidestrconsts.lisfpcmessagefile
 
8382
msgid "FPC message file"
 
8383
msgstr ""
 
8384
 
7346
8385
#: lazarusidestrconsts.lisfpcomponents
7347
8386
msgctxt "lazarusidestrconsts.lisfpcomponents"
7348
8387
msgid "Components"
7356
8395
msgid "FPC Source Directory error"
7357
8396
msgstr "FPC Kaynak Dizini Hatası"
7358
8397
 
 
8398
#: lazarusidestrconsts.lisfpcsources
 
8399
msgid "FPC sources"
 
8400
msgstr ""
 
8401
 
7359
8402
#: lazarusidestrconsts.lisfpctooold
7360
8403
msgid "FPC too old"
7361
8404
msgstr ""
7371
8414
#: lazarusidestrconsts.lisfpdoceditor
7372
8415
msgctxt "lazarusidestrconsts.lisfpdoceditor"
7373
8416
msgid "FPDoc Editor"
7374
 
msgstr ""
 
8417
msgstr "FPDoc düzenleyici"
7375
8418
 
7376
8419
#: lazarusidestrconsts.lisfpdocerrorwriting
7377
8420
msgid "Error writing \"%s\"%s%s"
7381
8424
msgid "FPDoc syntax error"
7382
8425
msgstr ""
7383
8426
 
 
8427
#: lazarusidestrconsts.lisfpdocpackagename
 
8428
msgid "FPDoc package name:"
 
8429
msgstr ""
 
8430
 
 
8431
#: lazarusidestrconsts.lisfpdocpackagenamedefaultisprojectfilename
 
8432
msgid "FPDoc package name. Default is project file name."
 
8433
msgstr ""
 
8434
 
7384
8435
#: lazarusidestrconsts.lisfpdocthereisasyntaxerrorinthefpdocelement
7385
8436
msgid "There is a syntax error in the fpdoc element \"%s\":%s%s"
7386
8437
msgstr ""
7410
8461
msgstr ""
7411
8462
 
7412
8463
#: lazarusidestrconsts.lisfreepascalsourcedirectory
7413
 
msgid "Freepascal source directory"
 
8464
#, fuzzy
 
8465
#| msgid "Freepascal source directory"
 
8466
msgid "Free Pascal source directory"
7414
8467
msgstr "Freepascal kaynak kodu dizini"
7415
8468
 
7416
8469
#: lazarusidestrconsts.lisfreepascalsourcefile
7417
 
msgid "FreePascal source file"
 
8470
#, fuzzy
 
8471
#| msgid "FreePascal source file"
 
8472
msgid "Free Pascal source file"
7418
8473
msgstr "FreePascal kaynak kod dosyası"
7419
8474
 
7420
8475
#: lazarusidestrconsts.lisfreepascalsourcesnotfound
7461
8516
msgid "Invalid Identifier"
7462
8517
msgstr ""
7463
8518
 
7464
 
#: lazarusidestrconsts.lisfrirename
7465
 
msgctxt "lazarusidestrconsts.lisfrirename"
7466
 
msgid "Rename"
7467
 
msgstr ""
7468
 
 
7469
8519
#: lazarusidestrconsts.lisfrirenameallreferences
7470
8520
msgid "Rename all References"
7471
8521
msgstr ""
7483
8533
msgstr ""
7484
8534
 
7485
8535
#: lazarusidestrconsts.lisfunction
 
8536
msgctxt "lazarusidestrconsts.lisfunction"
7486
8537
msgid "Function"
7487
8538
msgstr ""
7488
8539
 
 
8540
#: lazarusidestrconsts.lisgeneral
 
8541
msgctxt "lazarusidestrconsts.lisgeneral"
 
8542
msgid "General"
 
8543
msgstr "Genel"
 
8544
 
7489
8545
#: lazarusidestrconsts.lisgetwordatcurrentcursorposition
7490
8546
msgid "get word at current cursor position"
7491
8547
msgstr ""
7492
8548
 
7493
8549
#: lazarusidestrconsts.lisgotoline
7494
 
msgid "Goto line"
 
8550
msgid "Goto Line"
7495
8551
msgstr ""
7496
8552
 
7497
8553
#: lazarusidestrconsts.lisgotoselectedsourceline
7507
8563
msgid "Group"
7508
8564
msgstr ""
7509
8565
 
 
8566
#: lazarusidestrconsts.lisgroupassignexisting
 
8567
msgid "Assign to existing \"%s\" group?"
 
8568
msgstr ""
 
8569
 
 
8570
#: lazarusidestrconsts.lisgroupemptydelete
 
8571
msgid "No more breakpoints are assigned to group \"%s\", delete it?"
 
8572
msgstr ""
 
8573
 
 
8574
#: lazarusidestrconsts.lisgroupemptydeletemore
 
8575
msgid "%sThere are %d more empty groups, delete all?"
 
8576
msgstr ""
 
8577
 
 
8578
#: lazarusidestrconsts.lisgroupnameemptyclearinstead
 
8579
msgid "The group name cannot be empty. Clear breakpoints' group(s)?"
 
8580
msgstr ""
 
8581
 
 
8582
#: lazarusidestrconsts.lisgroupnameinput
 
8583
msgid "Group name:"
 
8584
msgstr ""
 
8585
 
 
8586
#: lazarusidestrconsts.lisgroupnameinvalid
 
8587
msgid "BreakpointGroup name must be a valid Pascal identifier name."
 
8588
msgstr ""
 
8589
 
 
8590
#: lazarusidestrconsts.lisgroupsetnew
 
8591
msgid "Set new group ..."
 
8592
msgstr ""
 
8593
 
 
8594
#: lazarusidestrconsts.lisgroupsetnone
 
8595
msgid "Clear group(s)"
 
8596
msgstr ""
 
8597
 
 
8598
#: lazarusidestrconsts.lisgroupsfordebugoutput
 
8599
msgid "Enable or Disable groups of debug output. Valid Options are:"
 
8600
msgstr ""
 
8601
 
7510
8602
#: lazarusidestrconsts.lisgrowtolarges
7511
8603
msgid "Grow to Largest"
7512
8604
msgstr ""
7519
8611
msgid "Header comment for class"
7520
8612
msgstr ""
7521
8613
 
 
8614
#: lazarusidestrconsts.lishelp
 
8615
msgctxt "lazarusidestrconsts.lishelp"
 
8616
msgid "Help"
 
8617
msgstr ""
 
8618
 
7522
8619
#: lazarusidestrconsts.lishelpentries
7523
8620
msgid "Help entries"
7524
8621
msgstr ""
7532
8629
msgstr ""
7533
8630
 
7534
8631
#: lazarusidestrconsts.lishfmhelpforfreepascalcompilermessage
7535
 
msgid "Help for FreePascal Compiler message"
 
8632
msgid "Help for Free Pascal Compiler message"
7536
8633
msgstr ""
7537
8634
 
7538
8635
#: lazarusidestrconsts.lishidemessageviadirective
7539
8636
msgid "Hide message via directive"
7540
8637
msgstr ""
7541
8638
 
 
8639
#: lazarusidestrconsts.lishint
 
8640
msgid "Hint"
 
8641
msgstr ""
 
8642
 
7542
8643
#: lazarusidestrconsts.lishintadefaultvaluecanbedefinedintheconditionals
7543
8644
msgid "Hint: A default value can be defined in the conditionals."
7544
8645
msgstr ""
7547
8648
msgid "Hint: Check if two packages contain a unit with the same name."
7548
8649
msgstr "İpucu: İki pakette de aynı adlı birim olduğunu denetle."
7549
8650
 
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 "Aç"
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 "Çalıştır"
7568
 
 
7569
 
#: lazarusidestrconsts.lishintsave
7570
 
msgctxt "lazarusidestrconsts.lishintsave"
7571
 
msgid "Save"
7572
 
msgstr ""
7573
 
 
7574
8651
#: lazarusidestrconsts.lishintsaveall
7575
8652
msgid "Save all"
7576
8653
msgstr "Tümünü kaydet"
7587
8664
msgid "Step Over"
7588
8665
msgstr "Üzerinden Atla"
7589
8666
 
7590
 
#: lazarusidestrconsts.lishintstop
7591
 
msgctxt "lazarusidestrconsts.lishintstop"
7592
 
msgid "Stop"
7593
 
msgstr "Dur"
7594
 
 
7595
8667
#: lazarusidestrconsts.lishintthemakeresourcestringfunctionexpectsastringcon
7596
8668
msgid "Hint: The \"Make Resourcestring\" function expects a string constant.%sPlease select the expression and try again."
7597
8669
msgstr ""
7640
8712
msgid "Horizontal"
7641
8713
msgstr ""
7642
8714
 
 
8715
#: lazarusidestrconsts.lisid
 
8716
msgctxt "lazarusidestrconsts.lisid"
 
8717
msgid "ID"
 
8718
msgstr ""
 
8719
 
7643
8720
#: lazarusidestrconsts.liside
7644
8721
msgid "IDE"
7645
8722
msgstr ""
7664
8741
msgid "WARNING: unit name invalid %s, package=%s"
7665
8742
msgstr ""
7666
8743
 
7667
 
#: lazarusidestrconsts.lisideintf
7668
 
msgid "IDE Interface"
 
8744
#: lazarusidestrconsts.lisidemacros
 
8745
msgid "IDE Macros"
 
8746
msgstr ""
 
8747
 
 
8748
#: lazarusidestrconsts.lisidemacrovaluesforfpcmacrosusecustomoptions
 
8749
msgid "IDE macro values (for FPC macros use custom options)"
7669
8750
msgstr ""
7670
8751
 
7671
8752
#: lazarusidestrconsts.lisidentifier
7740
8821
msgid "Save to recent"
7741
8822
msgstr "Geçmişe kaydet"
7742
8823
 
7743
 
#: lazarusidestrconsts.lisifdok
7744
 
msgctxt "lazarusidestrconsts.lisifdok"
7745
 
msgid "OK"
7746
 
msgstr "Tamam"
 
8824
#: lazarusidestrconsts.lisifyouwanttousetwodifferentlazarusversionsyoumustst
 
8825
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"
 
8826
msgstr ""
7747
8827
 
7748
8828
#: lazarusidestrconsts.lisignoreall
7749
8829
msgid "Ignore all"
7781
8861
msgid "Import list"
7782
8862
msgstr ""
7783
8863
 
 
8864
#: lazarusidestrconsts.lisimportpackagelistxml
 
8865
msgid "Import package list (*.xml)"
 
8866
msgstr ""
 
8867
 
7784
8868
#: lazarusidestrconsts.lisimpossible
7785
8869
msgid "Impossible"
7786
8870
msgstr ""
7787
8871
 
 
8872
#: lazarusidestrconsts.lisinasourcedirectoryofthepackage
 
8873
msgid "In a source directory of the package \"%s\"."
 
8874
msgstr ""
 
8875
 
 
8876
#: lazarusidestrconsts.lisinasourcedirectoryoftheprojectcheckforduplicates
 
8877
msgid "In a source directory of the project. Check for duplicates."
 
8878
msgstr ""
 
8879
 
 
8880
#: lazarusidestrconsts.lisincludeexamples
 
8881
msgid "Include Examples"
 
8882
msgstr ""
 
8883
 
7788
8884
#: lazarusidestrconsts.lisincludefilter
7789
 
msgid "Include Filter"
 
8885
#, fuzzy
 
8886
#| msgid "Include Filter"
 
8887
msgid "Include filter"
7790
8888
msgstr "Kapsar Süzgeci"
7791
8889
 
7792
8890
#: lazarusidestrconsts.lisincludepath
7797
8895
msgid "Include paths"
7798
8896
msgstr "Kapsama(include) yolları"
7799
8897
 
 
8898
#: lazarusidestrconsts.lisincludetestcases
 
8899
msgid "Include Testcases"
 
8900
msgstr ""
 
8901
 
7800
8902
#: lazarusidestrconsts.lisindentation
7801
8903
msgid "Indentation"
7802
8904
msgstr ""
7810
8912
msgstr ""
7811
8913
 
7812
8914
#: lazarusidestrconsts.lisinfobuildabort
7813
 
msgid "Aborted..."
 
8915
msgid "Aborted ..."
7814
8916
msgstr ""
7815
8917
 
7816
8918
#: lazarusidestrconsts.lisinfobuildcaption
7818
8920
msgstr ""
7819
8921
 
7820
8922
#: lazarusidestrconsts.lisinfobuildcomplile
7821
 
msgid "Compiling..."
 
8923
msgid "Compiling ..."
7822
8924
msgstr ""
7823
8925
 
7824
8926
#: lazarusidestrconsts.lisinfobuilderror
7825
 
msgid "Error..."
 
8927
msgid "Error ..."
7826
8928
msgstr ""
7827
8929
 
7828
8930
#: lazarusidestrconsts.lisinfobuilderrors
7852
8954
msgstr ""
7853
8955
 
7854
8956
#: lazarusidestrconsts.lisinfobuildsuccess
7855
 
msgid "Success..."
 
8957
msgid "Success ..."
7856
8958
msgstr ""
7857
8959
 
7858
8960
#: lazarusidestrconsts.lisinfobuildwarning
7871
8973
msgid "Information about used FPC"
7872
8974
msgstr ""
7873
8975
 
 
8976
#: lazarusidestrconsts.lisinfpcunitsearchpathprobablyinstalledbythefpcpackag
 
8977
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."
 
8978
msgstr ""
 
8979
 
7874
8980
#: lazarusidestrconsts.lisinfrontofrelated
7875
8981
msgid "In front of related"
7876
8982
msgstr ""
7877
8983
 
7878
 
#: lazarusidestrconsts.lisinheritedcomponent
7879
 
msgid "Inherited Component"
7880
 
msgstr ""
7881
 
 
7882
8984
#: lazarusidestrconsts.lisinheriteditem
7883
8985
msgid "Inherited Item"
7884
8986
msgstr ""
7885
8987
 
 
8988
#: lazarusidestrconsts.lisinheritedprojectcomponent
 
8989
msgid "Inherited project component"
 
8990
msgstr ""
 
8991
 
7886
8992
#: lazarusidestrconsts.lisinordertocreateacleancopyoftheprojectpackageallfil
7887
8993
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
8994
msgstr ""
7889
8995
 
 
8996
#: lazarusidestrconsts.lisinsert
 
8997
msgctxt "lazarusidestrconsts.lisinsert"
 
8998
msgid "Insert"
 
8999
msgstr ""
 
9000
 
7890
9001
#: lazarusidestrconsts.lisinsertdate
7891
9002
msgid "insert date"
7892
9003
msgstr ""
7973
9084
msgid "Installation failed"
7974
9085
msgstr ""
7975
9086
 
 
9087
#: lazarusidestrconsts.lisinstalled
 
9088
msgid "installed"
 
9089
msgstr ""
 
9090
 
7976
9091
#: lazarusidestrconsts.lisinstallitilikethefat
7977
9092
msgid "Install it, I like the fat"
7978
9093
msgstr ""
7983
9098
 
7984
9099
#: lazarusidestrconsts.lisinstalluninstallpackages
7985
9100
msgctxt "lazarusidestrconsts.lisinstalluninstallpackages"
7986
 
msgid "Install/Uninstall packages"
 
9101
msgid "Install/Uninstall Packages"
 
9102
msgstr ""
 
9103
 
 
9104
#: lazarusidestrconsts.lisinsteadofcompilepackagecreateasimplemakefile
 
9105
msgid "Instead of compile package create a simple Makefile."
7987
9106
msgstr ""
7988
9107
 
7989
9108
#: lazarusidestrconsts.lisinteractive
7990
9109
msgid "Interactive"
7991
9110
msgstr ""
7992
9111
 
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
9112
#: lazarusidestrconsts.lisinvalidcommand
8006
9113
msgid "Invalid command"
8007
9114
msgstr "Geçersiz komut"
8038
9145
msgid "Invalid line, column in message%s%s"
8039
9146
msgstr ""
8040
9147
 
 
9148
#: lazarusidestrconsts.lisinvalidmacrothemacromustbeapascalidentifie
 
9149
msgid "Invalid macro %s%s%s. The macro name must be a pascal identifier."
 
9150
msgstr ""
 
9151
 
 
9152
#: lazarusidestrconsts.lisinvalidmacrothenameisakeyword
 
9153
msgid "Invalid macro name \"%s\". The name is a keyword."
 
9154
msgstr ""
 
9155
 
 
9156
#: lazarusidestrconsts.lisinvalidmask
 
9157
msgid "Invalid Mask"
 
9158
msgstr ""
 
9159
 
8041
9160
#: lazarusidestrconsts.lisinvalidmode
8042
9161
msgid "Invalid mode %s"
8043
9162
msgstr ""
8078
9197
msgid "Invalid selection"
8079
9198
msgstr ""
8080
9199
 
 
9200
#: lazarusidestrconsts.lisinvalidversionin
 
9201
msgid "invalid version in %s"
 
9202
msgstr ""
 
9203
 
8081
9204
#: lazarusidestrconsts.lisisagroupasettingcanonlybeaddedtonormalbuildmodes
8082
9205
msgid "%s is a group. A setting can only be added to normal build modes."
8083
9206
msgstr ""
8090
9213
msgid "%s%s%s is an invalid project name.%sPlease choose another (e.g. project1.lpi)"
8091
9214
msgstr "%s%s%s geçersiz bir proje adı.%sLütfen başka bir ad seçin (ör. proje1.lpi)"
8092
9215
 
8093
 
#: lazarusidestrconsts.lisisathiscircledependencyisnotallowed
8094
 
msgid "%s is a %s.%sThis circle dependency is not allowed."
 
9216
#: lazarusidestrconsts.lisisathiscirculardependencyisnotallowed
 
9217
msgid "%s is a %s.%sThis circular dependency is not allowed."
 
9218
msgstr ""
 
9219
 
 
9220
#: lazarusidestrconsts.lisisddirectorynotfound
 
9221
msgid "directory not found"
 
9222
msgstr ""
 
9223
 
 
9224
#: lazarusidestrconsts.lisissues
 
9225
msgid "Issues"
 
9226
msgstr ""
 
9227
 
 
9228
#: lazarusidestrconsts.lisiwonderhowyoudidthaterrorinthe
 
9229
msgid "I wonder how you did that. Error in the %s:"
 
9230
msgstr ""
 
9231
 
 
9232
#: lazarusidestrconsts.lisiwonderhowyoudidthaterrorinthebasedirectory
 
9233
msgid "I wonder how you did that: Error in the base directory:"
8095
9234
msgstr ""
8096
9235
 
8097
9236
#: lazarusidestrconsts.lisjhjumphistory
 
9237
msgctxt "lazarusidestrconsts.lisjhjumphistory"
8098
9238
msgid "Jump History"
8099
9239
msgstr ""
8100
9240
 
8101
 
#: lazarusidestrconsts.lisjitform
8102
 
msgid "JIT Form"
8103
 
msgstr ""
8104
 
 
8105
 
#: lazarusidestrconsts.liskeep
8106
 
msgid "keep"
 
9241
#: lazarusidestrconsts.liskeep2
 
9242
msgid "Keep"
8107
9243
msgstr ""
8108
9244
 
8109
9245
#: lazarusidestrconsts.liskeepfileopen
8122
9258
msgid "Keep name"
8123
9259
msgstr "Adı koru"
8124
9260
 
 
9261
#: lazarusidestrconsts.liskeeprelativeindentationofmultilinetemplate
 
9262
msgid "Keep relative indentation of multi line template"
 
9263
msgstr ""
 
9264
 
 
9265
#: lazarusidestrconsts.liskeepsubindentation
 
9266
msgid "Keep indentation"
 
9267
msgstr ""
 
9268
 
8125
9269
#: lazarusidestrconsts.liskeepthemandcontinue
8126
9270
msgid "Keep them and continue"
8127
9271
msgstr ""
8128
9272
 
 
9273
#: lazarusidestrconsts.liskey
 
9274
msgctxt "lazarusidestrconsts.liskey"
 
9275
msgid "Key"
 
9276
msgstr ""
 
9277
 
8129
9278
#: lazarusidestrconsts.liskeycatcustom
8130
9279
msgid "Custom commands"
8131
9280
msgstr ""
8146
9295
msgid "Abort building"
8147
9296
msgstr "inşayı durdur"
8148
9297
 
8149
 
#: lazarusidestrconsts.liskmaddactiveunittoproject
8150
 
msgid "Add active unit to project"
8151
 
msgstr "Etkin birimi projeye ekle"
 
9298
#: lazarusidestrconsts.liskmaddbpaddress
 
9299
msgid "Add Address Breakpoint"
 
9300
msgstr ""
 
9301
 
 
9302
#: lazarusidestrconsts.liskmaddbpsource
 
9303
msgid "Add Source Breakpoint"
 
9304
msgstr ""
 
9305
 
 
9306
#: lazarusidestrconsts.liskmaddbpwatchpoint
 
9307
msgid "Add Data/WatchPoint"
 
9308
msgstr ""
8152
9309
 
8153
9310
#: lazarusidestrconsts.liskmaddwatch
8154
9311
msgid "Add watch"
8155
9312
msgstr "İzleme ekle"
8156
9313
 
8157
 
#: lazarusidestrconsts.liskmbuildallfilesofprojectprogram
8158
 
msgid "Build all files of project/program"
8159
 
msgstr ""
8160
 
 
8161
9314
#: lazarusidestrconsts.liskmbuildprojectprogram
8162
9315
msgid "Build project/program"
8163
9316
msgstr ""
8170
9323
msgid "Classic"
8171
9324
msgstr "Klasik"
8172
9325
 
8173
 
#: lazarusidestrconsts.liskmcloseall
8174
 
msgid "Close All"
8175
 
msgstr "Tümünü Kapat"
 
9326
#: lazarusidestrconsts.liskmcleanupcompiled
 
9327
msgid "Clean up build files"
 
9328
msgstr ""
8176
9329
 
8177
9330
#: lazarusidestrconsts.liskmcloseproject
8178
9331
msgid "Close project"
8182
9335
msgid "CodeTools defines editor"
8183
9336
msgstr ""
8184
9337
 
8185
 
#: lazarusidestrconsts.liskmcodetoolsoptions
8186
 
msgid "CodeTools options"
 
9338
#: lazarusidestrconsts.liskmcompileprojectprogram
 
9339
msgid "Compile project/program"
8187
9340
msgstr ""
8188
9341
 
8189
9342
#: lazarusidestrconsts.liskmcompileroptions
8190
 
msgid "Compiler options"
 
9343
#, fuzzy
 
9344
#| msgid "Compiler options"
 
9345
msgctxt "lazarusidestrconsts.liskmcompileroptions"
 
9346
msgid "Compiler Options"
8191
9347
msgstr "Derleyici seçenekleri"
8192
9348
 
8193
9349
#: lazarusidestrconsts.liskmconfigbuildfile
8195
9351
msgstr "%sBuild File%s Yapılandır"
8196
9352
 
8197
9353
#: lazarusidestrconsts.liskmconfigurecustomcomponents
8198
 
msgid "Configure custom components"
 
9354
#, fuzzy
 
9355
#| msgid "Configure custom components"
 
9356
msgid "Configure Custom Components"
8199
9357
msgstr "Seçimlik bileşenleri yapılandır"
8200
9358
 
8201
9359
#: lazarusidestrconsts.liskmconfigurehelp
8202
9360
msgid "Configure Help"
8203
9361
msgstr "Yardımı Yapılandır"
8204
9362
 
8205
 
#: lazarusidestrconsts.liskmconfigureinstalledpackages
8206
 
#, fuzzy
8207
 
#| msgid "Configure installed packages"
8208
 
msgctxt "lazarusidestrconsts.liskmconfigureinstalledpackages"
8209
 
msgid "Install/Uninstall packages"
8210
 
msgstr "Yüklü paketleri yapılandır"
8211
 
 
8212
9363
#: lazarusidestrconsts.liskmcontextsensitivehelp
8213
9364
msgid "Context sensitive help"
8214
9365
msgstr "Bağlama duyarlı yardım"
8218
9369
msgstr ""
8219
9370
 
8220
9371
#: lazarusidestrconsts.liskmconvertdelphiprojecttolazarusproject
8221
 
msgid "Convert Delphi project to Lazarus project"
 
9372
msgid "Convert Delphi Project to Lazarus Project"
8222
9373
msgstr ""
8223
9374
 
8224
9375
#: lazarusidestrconsts.liskmconvertdelphiunittolazarusunit
8225
 
msgid "Convert Delphi unit to Lazarus unit"
 
9376
msgid "Convert Delphi Unit to Lazarus Unit"
8226
9377
msgstr ""
8227
9378
 
8228
9379
#: lazarusidestrconsts.liskmconvertdfmfiletolfm
8229
 
msgid "Convert DFM file to LFM"
 
9380
msgid "Convert DFM File to LFM"
8230
9381
msgstr ""
8231
9382
 
8232
9383
#: lazarusidestrconsts.liskmcopyselectedcomponentstoclipboard
8242
9393
msgstr ""
8243
9394
 
8244
9395
#: lazarusidestrconsts.liskmdiffeditorfiles
8245
 
msgid "Diff editor files"
 
9396
msgid "Diff Editor Files"
8246
9397
msgstr ""
8247
9398
 
8248
9399
#: lazarusidestrconsts.liskmeditcodetemplates
8253
9404
msgid "Edit context sensitive help"
8254
9405
msgstr "Bağlama duyarlı yardımı düzenle"
8255
9406
 
8256
 
#: lazarusidestrconsts.liskmeditoroptions
8257
 
msgctxt "lazarusidestrconsts.liskmeditoroptions"
8258
 
msgid "Editor options"
8259
 
msgstr ""
8260
 
 
8261
9407
#: lazarusidestrconsts.liskmencloseselection
8262
 
msgid "Enclose selection"
 
9408
msgid "Enclose Selection"
8263
9409
msgstr ""
8264
9410
 
8265
9411
#: lazarusidestrconsts.liskmevaluatemodify
8266
9412
msgid "Evaluate/Modify"
8267
9413
msgstr "Değerlendir/Değiştir"
8268
9414
 
 
9415
#: lazarusidestrconsts.liskmexampleprojects
 
9416
msgid "Example Projects"
 
9417
msgstr ""
 
9418
 
8269
9419
#: lazarusidestrconsts.liskmexternaltoolssettings
8270
9420
msgid "External Tools settings"
8271
9421
msgstr ""
8272
9422
 
8273
9423
#: lazarusidestrconsts.liskmfindincremental
8274
 
msgid "Find incremental"
 
9424
msgid "Find Incremental"
8275
9425
msgstr ""
8276
9426
 
8277
9427
#: lazarusidestrconsts.liskmgotomarker0
8358
9508
msgid "Insert date and time"
8359
9509
msgstr ""
8360
9510
 
8361
 
#: lazarusidestrconsts.liskminsertifdef
8362
 
msgid "Insert $IFDEF"
8363
 
msgstr "$IFDEF ekle"
8364
 
 
8365
9511
#: lazarusidestrconsts.liskminsertusername
8366
9512
msgid "Insert username"
8367
9513
msgstr ""
8411
9557
msgid "Open package file"
8412
9558
msgstr ""
8413
9559
 
8414
 
#: lazarusidestrconsts.liskmpackagegraph
8415
 
msgid "Package graph"
8416
 
msgstr "Paket ağacı"
8417
 
 
8418
9560
#: lazarusidestrconsts.liskmpastecomponentsfromclipboard
8419
9561
msgid "Paste Components from clipboard"
8420
9562
msgstr ""
8431
9573
msgid "Quick compile, no linking"
8432
9574
msgstr ""
8433
9575
 
8434
 
#: lazarusidestrconsts.liskmremoveactiveunitfromproject
8435
 
msgid "Remove active unit from project"
8436
 
msgstr "Etkin birimi projeden kaldır"
 
9576
#: lazarusidestrconsts.liskmremoveactivefilefromproject
 
9577
msgid "Remove Active File from Project"
 
9578
msgstr ""
8437
9579
 
8438
9580
#: lazarusidestrconsts.liskmrunprogram
8439
9581
msgid "Run program"
8456
9598
msgstr "Projeyi farklı kaydet"
8457
9599
 
8458
9600
#: lazarusidestrconsts.liskmselectlineend
8459
 
msgid "Select line end"
 
9601
#, fuzzy
 
9602
#| msgid "Select line end"
 
9603
msgctxt "lazarusidestrconsts.liskmselectlineend"
 
9604
msgid "Select Line End"
8460
9605
msgstr "Bitiş satırını seç"
8461
9606
 
8462
9607
#: lazarusidestrconsts.liskmselectlinestart
8463
 
msgid "Select line start"
 
9608
#, fuzzy
 
9609
#| msgid "Select line start"
 
9610
msgctxt "lazarusidestrconsts.liskmselectlinestart"
 
9611
msgid "Select Line Start"
8464
9612
msgstr "Başlangıç satırını seç"
8465
9613
 
8466
9614
#: lazarusidestrconsts.liskmselectpagebottom
8467
 
msgid "Select page bottom"
 
9615
#, fuzzy
 
9616
#| msgid "Select page bottom"
 
9617
msgctxt "lazarusidestrconsts.liskmselectpagebottom"
 
9618
msgid "Select Page Bottom"
8468
9619
msgstr "Alttaki sayfayı seç"
8469
9620
 
8470
9621
#: lazarusidestrconsts.liskmselectpagetop
8471
 
msgid "Select page top"
 
9622
#, fuzzy
 
9623
#| msgid "Select page top"
 
9624
msgctxt "lazarusidestrconsts.liskmselectpagetop"
 
9625
msgid "Select Page Top"
8472
9626
msgstr "Üstteki sayfayı seç"
8473
9627
 
8474
9628
#: lazarusidestrconsts.liskmselectwordleft
8475
 
msgid "Select word left"
 
9629
#, fuzzy
 
9630
#| msgid "Select word left"
 
9631
msgctxt "lazarusidestrconsts.liskmselectwordleft"
 
9632
msgid "Select Word Left"
8476
9633
msgstr "Soldaki sözcüğü seç"
8477
9634
 
8478
9635
#: lazarusidestrconsts.liskmselectwordright
8479
 
msgid "Select word right"
 
9636
#, fuzzy
 
9637
#| msgid "Select word right"
 
9638
msgctxt "lazarusidestrconsts.liskmselectwordright"
 
9639
msgid "Select Word Right"
8480
9640
msgstr "Sağdaki sözcüğü seç"
8481
9641
 
8482
9642
#: lazarusidestrconsts.liskmsetfreebookmark
8524
9684
msgstr ""
8525
9685
 
8526
9686
#: lazarusidestrconsts.liskmstopprogram
8527
 
msgid "Stop program"
 
9687
#, fuzzy
 
9688
#| msgid "Stop program"
 
9689
msgid "Stop Program"
8528
9690
msgstr "Programı durdur"
8529
9691
 
8530
9692
#: lazarusidestrconsts.liskmtogglebetweenunitandform
8572
9734
msgstr ""
8573
9735
 
8574
9736
#: lazarusidestrconsts.liskmtoggleviewassembler
8575
 
msgid "Toggle view Assembler"
 
9737
msgctxt "lazarusidestrconsts.liskmtoggleviewassembler"
 
9738
msgid "View Assembler"
8576
9739
msgstr ""
8577
9740
 
8578
9741
#: lazarusidestrconsts.liskmtoggleviewbreakpoints
8579
 
msgid "Toggle view Breakpoints"
 
9742
msgid "View Breakpoints"
8580
9743
msgstr ""
8581
9744
 
8582
9745
#: lazarusidestrconsts.liskmtoggleviewcallstack
8583
 
msgid "Toggle view Call Stack"
 
9746
msgctxt "lazarusidestrconsts.liskmtoggleviewcallstack"
 
9747
msgid "View Call Stack"
8584
9748
msgstr ""
8585
9749
 
8586
9750
#: lazarusidestrconsts.liskmtoggleviewcodeexplorer
8588
9752
msgstr ""
8589
9753
 
8590
9754
#: lazarusidestrconsts.liskmtoggleviewcomponentpalette
8591
 
msgid "Toggle view component palette"
 
9755
#, fuzzy
 
9756
#| msgid "Toggle view component palette"
 
9757
msgid "Toggle View Component Palette"
8592
9758
msgstr "Bileşen paletini göster/gizle"
8593
9759
 
8594
9760
#: lazarusidestrconsts.liskmtoggleviewdebugevents
8595
 
msgid "Toggle view Debuger Event Log"
 
9761
msgid "View Debuger Event Log"
8596
9762
msgstr ""
8597
9763
 
8598
9764
#: lazarusidestrconsts.liskmtoggleviewdebuggeroutput
8599
 
msgid "Toggle view Debugger Output"
 
9765
msgid "View Debugger Output"
8600
9766
msgstr ""
8601
9767
 
8602
9768
#: lazarusidestrconsts.liskmtoggleviewdocumentationeditor
8603
9769
msgid "Toggle view Documentation Editor"
8604
9770
msgstr ""
8605
9771
 
 
9772
#: lazarusidestrconsts.liskmtoggleviewhistory
 
9773
msgctxt "lazarusidestrconsts.liskmtoggleviewhistory"
 
9774
msgid "View History"
 
9775
msgstr ""
 
9776
 
8606
9777
#: lazarusidestrconsts.liskmtoggleviewidespeedbuttons
8607
9778
msgid "Toggle view IDE speed buttons"
8608
9779
msgstr ""
8609
9780
 
8610
9781
#: lazarusidestrconsts.liskmtoggleviewlocalvariables
8611
 
msgid "Toggle view Local Variables"
 
9782
msgid "View Local Variables"
8612
9783
msgstr ""
8613
9784
 
8614
9785
#: lazarusidestrconsts.liskmtoggleviewmessages
8619
9790
msgid "Toggle view Object Inspector"
8620
9791
msgstr ""
8621
9792
 
 
9793
#: lazarusidestrconsts.liskmtoggleviewpseudoterminal
 
9794
msgctxt "lazarusidestrconsts.liskmtoggleviewpseudoterminal"
 
9795
msgid "View Terminal Output"
 
9796
msgstr ""
 
9797
 
8622
9798
#: lazarusidestrconsts.liskmtoggleviewregisters
8623
 
msgid "Toggle view Registers"
 
9799
msgid "View Registers"
8624
9800
msgstr ""
8625
9801
 
8626
9802
#: lazarusidestrconsts.liskmtoggleviewsearchresults
8631
9807
msgid "Toggle view Source Editor"
8632
9808
msgstr ""
8633
9809
 
 
9810
#: lazarusidestrconsts.liskmtoggleviewthreads
 
9811
msgctxt "lazarusidestrconsts.liskmtoggleviewthreads"
 
9812
msgid "View Threads"
 
9813
msgstr ""
 
9814
 
8634
9815
#: lazarusidestrconsts.liskmtoggleviewwatches
8635
 
msgid "Toggle view Watches"
 
9816
msgid "View Watches"
8636
9817
msgstr ""
8637
9818
 
8638
9819
#: lazarusidestrconsts.liskmviewjumphistory
8644
9825
msgstr ""
8645
9826
 
8646
9827
#: lazarusidestrconsts.liskmviewprojectsource
8647
 
msgid "View project source"
 
9828
#, fuzzy
 
9829
#| msgid "View project source"
 
9830
msgid "View Project Source"
8648
9831
msgstr "Projenin kaynağını görüntüle"
8649
9832
 
8650
9833
#: lazarusidestrconsts.liskmviewunitinfo
8659
9842
msgid "Launching target command line"
8660
9843
msgstr "Çalıştırılan hedef komut satırı"
8661
9844
 
 
9845
#: lazarusidestrconsts.lislazarus
 
9846
msgctxt "lazarusidestrconsts.lislazarus"
 
9847
msgid "Lazarus"
 
9848
msgstr ""
 
9849
 
8662
9850
#: lazarusidestrconsts.lislazarusdesktopsettings
8663
9851
msgid "Lazarus Desktop Settings"
8664
9852
msgstr "Lazarus Masaüstü Ayarları"
8680
9868
msgstr "Lazarus IDE v%s"
8681
9869
 
8682
9870
#: lazarusidestrconsts.lislazarusfile
8683
 
msgid "Lazarus File"
 
9871
#, fuzzy
 
9872
#| msgid "Lazarus File"
 
9873
msgid "Lazarus file"
8684
9874
msgstr "Lazarus Dosyası"
8685
9875
 
8686
9876
#: lazarusidestrconsts.lislazarusform
8707
9897
msgid "lazarus [options] <project-filename>"
8708
9898
msgstr "lazarus [seçenekler] <proje-dosyası>"
8709
9899
 
 
9900
#: lazarusidestrconsts.lislazarusotherfile
 
9901
msgid "Lazarus other file"
 
9902
msgstr ""
 
9903
 
8710
9904
#: lazarusidestrconsts.lislazaruspackage
8711
9905
msgid "Lazarus package"
8712
9906
msgstr ""
8723
9917
msgid "Lazarus project source"
8724
9918
msgstr ""
8725
9919
 
 
9920
#: lazarusidestrconsts.lislazarussource
 
9921
msgid "Lazarus Source"
 
9922
msgstr ""
 
9923
 
8726
9924
#: lazarusidestrconsts.lislazarusunit
8727
9925
msgid "Lazarus unit"
8728
9926
msgstr ""
8736
9934
msgid "Choose output directory of the IDE executable "
8737
9935
msgstr ""
8738
9936
 
8739
 
#: lazarusidestrconsts.lislazbuildabopart
8740
 
msgid "Part"
8741
 
msgstr ""
8742
 
 
8743
 
#: lazarusidestrconsts.lislazbuildadd
8744
 
msgctxt "lazarusidestrconsts.lislazbuildadd"
8745
 
msgid "Add"
8746
 
msgstr "Ekle"
8747
 
 
8748
 
#: lazarusidestrconsts.lislazbuildadvancedbuildoptions
8749
 
msgid "Advanced Build Options"
8750
 
msgstr "Gelişmiş inşa seçenekleri"
8751
 
 
8752
9937
#: lazarusidestrconsts.lislazbuildareyousureyouwanttodeletethisbuildprofile
8753
9938
msgid "Are you sure you want to delete this build profile?"
8754
9939
msgstr ""
8755
9940
 
8756
 
#: lazarusidestrconsts.lislazbuildbuild
8757
 
msgctxt "lazarusidestrconsts.lislazbuildbuild"
8758
 
msgid "Build"
8759
 
msgstr "Oluştur"
8760
 
 
8761
 
#: lazarusidestrconsts.lislazbuildbuildadvanced
8762
 
msgctxt "lazarusidestrconsts.lislazbuildbuildadvanced"
8763
 
msgid "Build Advanced"
8764
 
msgstr ""
8765
 
 
8766
9941
#: lazarusidestrconsts.lislazbuildbuildcodetools
8767
9942
msgid "Build CodeTools"
8768
9943
msgstr ""
8771
9946
msgid "Build components (SynEdit, CodeTools)"
8772
9947
msgstr ""
8773
9948
 
8774
 
#: lazarusidestrconsts.lislazbuildbuildexamples
8775
 
msgid "Build examples"
8776
 
msgstr ""
8777
 
 
8778
9949
#: lazarusidestrconsts.lislazbuildbuildide
8779
9950
msgid "Build IDE"
8780
9951
msgstr ""
8781
9952
 
8782
 
#: lazarusidestrconsts.lislazbuildbuildjitform
8783
 
msgid "Build JITForm"
 
9953
#: lazarusidestrconsts.lislazbuildbuildmany
 
9954
msgid "Build Many"
8784
9955
msgstr ""
8785
9956
 
8786
9957
#: lazarusidestrconsts.lislazbuildbuildsynedit
8787
9958
msgid "Build SynEdit"
8788
9959
msgstr ""
8789
9960
 
8790
 
#: lazarusidestrconsts.lislazbuildcancel
8791
 
msgctxt "lazarusidestrconsts.lislazbuildcancel"
8792
 
msgid "Cancel"
8793
 
msgstr "İptal"
8794
 
 
8795
 
#: lazarusidestrconsts.lislazbuildcleanall
8796
 
msgid "Clean all"
8797
 
msgstr ""
8798
 
 
8799
 
#: lazarusidestrconsts.lislazbuildcleanbuild
8800
 
msgid "Clean+Build"
8801
 
msgstr ""
8802
 
 
8803
9961
#: lazarusidestrconsts.lislazbuildcommonsettings
8804
9962
msgid "Common Settings"
8805
9963
msgstr ""
8806
9964
 
8807
 
#: lazarusidestrconsts.lislazbuildcompileselectedstaticpackagesintolazarusbinary
8808
 
msgid "Compile selected static packages into Lazarus binary"
8809
 
msgstr ""
8810
 
 
8811
9965
#: lazarusidestrconsts.lislazbuildconfirmbuild
8812
9966
msgid "Confirm before build"
8813
9967
msgstr ""
8816
9970
msgid "Confirm deletion"
8817
9971
msgstr ""
8818
9972
 
 
9973
#: lazarusidestrconsts.lislazbuilddebugide
 
9974
msgid "Debug IDE"
 
9975
msgstr ""
 
9976
 
8819
9977
#: lazarusidestrconsts.lislazbuilddefines
8820
9978
msgid "Defines"
8821
9979
msgstr ""
8843
10001
msgid "Error writing file"
8844
10002
msgstr ""
8845
10003
 
 
10004
#: lazarusidestrconsts.lislazbuildidewithoutpackages
 
10005
msgid "IDE without Packages"
 
10006
msgstr ""
 
10007
 
8846
10008
#: lazarusidestrconsts.lislazbuildisnoninteractiveabortingnow
8847
10009
msgid "%s%s%s%slazbuild is non interactive, aborting now."
8848
10010
msgstr ""
8849
10011
 
8850
 
#: lazarusidestrconsts.lislazbuildlikemakecleanoncmdline
8851
 
msgid "Like \"make clean\" on cmd line"
8852
 
msgstr ""
8853
 
 
8854
10012
#: lazarusidestrconsts.lislazbuildmanageprofiles
8855
10013
msgid "Manage Build Profiles"
8856
10014
msgstr ""
8871
10029
msgid "Current build options will be associated with:"
8872
10030
msgstr ""
8873
10031
 
8874
 
#: lazarusidestrconsts.lislazbuildnone
8875
 
msgctxt "lazarusidestrconsts.lislazbuildnone"
8876
 
msgid "None"
 
10032
#: lazarusidestrconsts.lislazbuildnormalide
 
10033
msgid "Normal IDE"
8877
10034
msgstr ""
8878
10035
 
8879
 
#: lazarusidestrconsts.lislazbuildok
8880
 
msgctxt "lazarusidestrconsts.lislazbuildok"
8881
 
msgid "Ok"
8882
 
msgstr "Tamam"
 
10036
#: lazarusidestrconsts.lislazbuildoptimizedide
 
10037
msgid "Optimized IDE"
 
10038
msgstr ""
8883
10039
 
8884
10040
#: lazarusidestrconsts.lislazbuildoptions
8885
10041
msgid "Options:"
8890
10046
msgstr ""
8891
10047
 
8892
10048
#: lazarusidestrconsts.lislazbuildprofile
8893
 
msgid "Profile to Build"
8894
 
msgstr ""
8895
 
 
8896
 
#: lazarusidestrconsts.lislazbuildqbobuildall
8897
 
msgid "Build All"
8898
 
msgstr ""
8899
 
 
8900
 
#: lazarusidestrconsts.lislazbuildqbobuildidewithoutpackages
8901
 
msgid "Build IDE without Packages"
8902
 
msgstr ""
8903
 
 
8904
 
#: lazarusidestrconsts.lislazbuildqbobuildidewpackages
8905
 
msgid "Build IDE with Packages"
8906
 
msgstr ""
8907
 
 
8908
 
#: lazarusidestrconsts.lislazbuildqbobuildlcl
8909
 
msgid "Build LCL"
8910
 
msgstr ""
8911
 
 
8912
 
#: lazarusidestrconsts.lislazbuildqbocleanupbuildall
8913
 
msgid "Clean Up + Build all"
 
10049
msgid "Profile to build"
8914
10050
msgstr ""
8915
10051
 
8916
10052
#: lazarusidestrconsts.lislazbuildrefresh
8918
10054
msgid "Refresh"
8919
10055
msgstr ""
8920
10056
 
8921
 
#: lazarusidestrconsts.lislazbuildremove
8922
 
msgctxt "lazarusidestrconsts.lislazbuildremove"
8923
 
msgid "Remove"
8924
 
msgstr ""
8925
 
 
8926
 
#: lazarusidestrconsts.lislazbuildrename
8927
 
msgctxt "lazarusidestrconsts.lislazbuildrename"
8928
 
msgid "Rename"
8929
 
msgstr ""
8930
 
 
8931
10057
#: lazarusidestrconsts.lislazbuildrenameprof
8932
10058
msgid "Rename Profile"
8933
10059
msgstr ""
8940
10066
msgid "Restart after building IDE"
8941
10067
msgstr ""
8942
10068
 
8943
 
#: lazarusidestrconsts.lislazbuildrestartlazarusautomaticallyafterbuildingtheidehasn
 
10069
#: lazarusidestrconsts.lislazbuildrestartlazarusautomatically
 
10070
msgctxt "lazarusidestrconsts.lislazbuildrestartlazarusautomatically"
8944
10071
msgid "Restart Lazarus automatically after building the IDE (has no effect when building other parts)"
8945
10072
msgstr ""
8946
10073
 
8947
 
#: lazarusidestrconsts.lislazbuildsavesettings
8948
 
msgid "Save settings"
8949
 
msgstr ""
8950
 
 
8951
10074
#: lazarusidestrconsts.lislazbuildselectprofilestobuild
8952
10075
msgid "Select profiles to build"
8953
10076
msgstr ""
8954
10077
 
8955
 
#: lazarusidestrconsts.lislazbuildshowconfirmationdialogwhenbuildingdirectlyfromtool
 
10078
#: lazarusidestrconsts.lislazbuildshowconfirmationdialogwhenbuilding
 
10079
msgctxt "lazarusidestrconsts.lislazbuildshowconfirmationdialogwhenbuilding"
8956
10080
msgid "Show confirmation dialog when building directly from Tools menu"
8957
10081
msgstr ""
8958
10082
 
8981
10105
msgid "Update revision info in \"About Lazarus\" dialog"
8982
10106
msgstr ""
8983
10107
 
8984
 
#: lazarusidestrconsts.lislazbuildwithstaticpackages
8985
 
msgid "With packages"
8986
 
msgstr ""
8987
 
 
8988
 
#: lazarusidestrconsts.lislcl
8989
 
msgid "LCL"
8990
 
msgstr ""
8991
 
 
8992
 
#: lazarusidestrconsts.lislclunitpathmissing
8993
 
msgid "LCL unit path missing"
 
10108
#: lazarusidestrconsts.lislazcleanupbuildall
 
10109
msgctxt "lazarusidestrconsts.lislazcleanupbuildall"
 
10110
msgid "Clean Up + Build all"
8994
10111
msgstr ""
8995
10112
 
8996
10113
#: lazarusidestrconsts.lislclwidgettype
8997
 
msgid "LCL Widget Type"
 
10114
#, fuzzy
 
10115
#| msgid "LCL Widget Type"
 
10116
msgid "LCL widget type"
8998
10117
msgstr "LCL görsel parçacık türü"
8999
10118
 
9000
10119
#: lazarusidestrconsts.lisldaddlinktoinherited
9005
10124
msgid "Copy from inherited"
9006
10125
msgstr ""
9007
10126
 
9008
 
#: lazarusidestrconsts.lislddoesnothaveanyvalidlazdocpathunabletocreatethefpdo
9009
 
msgid "%s does not have any valid LazDoc path.%sUnable to create the fpdoc file for %s"
9010
 
msgstr "%s geçerli bir LazDoc yoluna sahip değil.%s%s için fpdoc dosyası oluşturulamıyor."
 
10127
#: lazarusidestrconsts.lislddoesnothaveanyvalidfpdocpathunabletocreatethefpdo
 
10128
msgid "%s does not have any valid FPDoc path.%sUnable to create the fpdoc file for %s"
 
10129
msgstr ""
9011
10130
 
9012
10131
#: lazarusidestrconsts.lisldmoveentriestoinherited
9013
10132
msgid "Move entries to inherited"
9014
10133
msgstr ""
9015
10134
 
9016
 
#: lazarusidestrconsts.lisldnovalidlazdocpath
9017
 
msgid "No valid LazDoc path"
 
10135
#: lazarusidestrconsts.lisldnovalidfpdocpath
 
10136
msgid "No valid FPDoc path"
9018
10137
msgstr ""
9019
10138
 
9020
10139
#: lazarusidestrconsts.lisldtheunitisnotownedbeanypackageorprojectpleaseaddthe
9021
10140
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."
9022
10141
msgstr ""
9023
10142
 
9024
 
#: lazarusidestrconsts.lisleaveemptyfo
9025
 
msgid "Leave empty for default .po file"
9026
 
msgstr "Varsayılan .po dosyası için boş bırakın"
9027
 
 
9028
10143
#: lazarusidestrconsts.lisleft
9029
10144
msgctxt "lazarusidestrconsts.lisleft"
9030
10145
msgid "Left"
9050
10165
msgid "Left space equally"
9051
10166
msgstr ""
9052
10167
 
 
10168
#: lazarusidestrconsts.lisless
 
10169
msgctxt "lazarusidestrconsts.lisless"
 
10170
msgid "Less"
 
10171
msgstr ""
 
10172
 
9053
10173
#: lazarusidestrconsts.lislevels
9054
10174
msgid "Levels"
9055
10175
msgstr ""
9102
10222
msgid "list of all case values"
9103
10223
msgstr ""
9104
10224
 
 
10225
#: lazarusidestrconsts.lisloadedsuccessfully
 
10226
msgid "Loaded successfully"
 
10227
msgstr ""
 
10228
 
9105
10229
#: lazarusidestrconsts.lisloadingfailed
9106
10230
msgid "Loading %s failed."
9107
10231
msgstr ""
9110
10234
msgid "Locals"
9111
10235
msgstr ""
9112
10236
 
9113
 
#: lazarusidestrconsts.lislocalsdlgname
9114
 
msgctxt "lazarusidestrconsts.lislocalsdlgname"
9115
 
msgid "Name"
9116
 
msgstr ""
9117
 
 
9118
 
#: lazarusidestrconsts.lislocalsdlgvalue
9119
 
msgctxt "lazarusidestrconsts.lislocalsdlgvalue"
9120
 
msgid "Value"
 
10237
#: lazarusidestrconsts.lislocalsdlgcopyname
 
10238
msgid "&Copy Name"
 
10239
msgstr ""
 
10240
 
 
10241
#: lazarusidestrconsts.lislocalsdlgcopyvalue
 
10242
msgid "C&opy Value"
 
10243
msgstr ""
 
10244
 
 
10245
#: lazarusidestrconsts.lislocalsnotevaluated
 
10246
msgid "Locals not evaluated"
 
10247
msgstr ""
 
10248
 
 
10249
#: lazarusidestrconsts.lislogcallstack
 
10250
msgid "Log Call Stack"
 
10251
msgstr ""
 
10252
 
 
10253
#: lazarusidestrconsts.lislogcallstacklimit
 
10254
msgid "(frames limit. 0 - no limits)"
 
10255
msgstr ""
 
10256
 
 
10257
#: lazarusidestrconsts.lislogevalexpression
 
10258
msgctxt "lazarusidestrconsts.lislogevalexpression"
 
10259
msgid "Eval expression"
9121
10260
msgstr ""
9122
10261
 
9123
10262
#: lazarusidestrconsts.lislogmessage
9124
 
msgid "Log message"
 
10263
msgid "Log Message"
9125
10264
msgstr ""
9126
10265
 
9127
10266
#: lazarusidestrconsts.lislogo
9165
10304
msgstr ""
9166
10305
 
9167
10306
#: lazarusidestrconsts.lismainunithasapplicationcreateformstatements
9168
 
msgid "Main Unit has Application.CreateForm statements"
 
10307
msgid "Main unit has Application.CreateForm statements"
9169
10308
msgstr ""
9170
10309
 
9171
10310
#: lazarusidestrconsts.lismainunithasapplicationtitlestatements
9172
 
msgid "Main Unit has Application.Title statements"
 
10311
msgid "Main unit has Application.Title statements"
9173
10312
msgstr ""
9174
10313
 
9175
10314
#: lazarusidestrconsts.lismainunithasusessectioncontainingallunitsofproject
9176
 
msgid "Main Unit has Uses Section containing all Units of project"
 
10315
msgid "Main unit has Uses section containing all units of project"
9177
10316
msgstr ""
9178
10317
 
9179
10318
#: lazarusidestrconsts.lismainunitispascalsource
9180
 
msgid "Main Unit is Pascal Source"
 
10319
msgid "Main unit is Pascal source"
9181
10320
msgstr ""
9182
10321
 
9183
10322
#: lazarusidestrconsts.lismakeexe
9261
10400
msgid "Max %d"
9262
10401
msgstr ""
9263
10402
 
 
10403
#: lazarusidestrconsts.lismaybeyouhavetorecompilethepackage
 
10404
msgid "%s Maybe you have to recompile the package."
 
10405
msgstr ""
 
10406
 
 
10407
#: lazarusidestrconsts.lismeaction
 
10408
msgctxt "lazarusidestrconsts.lismeaction"
 
10409
msgid "Action"
 
10410
msgstr "Eylem"
 
10411
 
9264
10412
#: lazarusidestrconsts.lismemorydump
9265
10413
msgid "Memory Dump"
9266
10414
msgstr ""
9273
10421
msgid "About FPC"
9274
10422
msgstr ""
9275
10423
 
9276
 
#: lazarusidestrconsts.lismenuaddbpsource
9277
 
msgid "Source breakpoint"
9278
 
msgstr "Durma noktası kaynağı"
9279
 
 
9280
10424
#: lazarusidestrconsts.lismenuaddbreakpoint
9281
 
msgid "Add breakpoint"
 
10425
#, fuzzy
 
10426
#| msgid "Add breakpoint"
 
10427
msgid "Add &Breakpoint"
9282
10428
msgstr "Durma noktası ekle"
9283
10429
 
9284
 
#: lazarusidestrconsts.lismenuaddcurunittopkg
9285
 
msgid "Add active unit to a package"
9286
 
msgstr "Etkin birimi bir pakete ekle"
 
10430
#: lazarusidestrconsts.lismenuaddcurfiletopkg
 
10431
msgid "Add Active File to Package ..."
 
10432
msgstr ""
9287
10433
 
9288
10434
#: lazarusidestrconsts.lismenuaddjumppointtohistory
9289
 
msgid "Add jump point to history"
 
10435
#, fuzzy
 
10436
#| msgid "Add jump point to history"
 
10437
msgid "Add Jump Point to History"
9290
10438
msgstr "Geçmişe atlama noktası ekle"
9291
10439
 
9292
10440
#: lazarusidestrconsts.lismenuaddtoproject
9293
 
msgid "Add editor file to Project"
 
10441
#, fuzzy
 
10442
#| msgid "Add editor file to Project"
 
10443
msgid "Add Editor File to Project"
9294
10444
msgstr "Projeye düzenleyici dosyası ekle"
9295
10445
 
9296
10446
#: lazarusidestrconsts.lismenuaddwatch
9297
 
msgid "Add watch ..."
 
10447
#, fuzzy
 
10448
#| msgid "Add watch ..."
 
10449
msgid "Add &Watch ..."
9298
10450
msgstr "İzleme ekle ..."
9299
10451
 
9300
10452
#: lazarusidestrconsts.lismenubeaklinesinselection
9301
 
msgid "Break Lines in selection"
 
10453
msgid "Break Lines in Selection"
9302
10454
msgstr ""
9303
10455
 
9304
 
#: lazarusidestrconsts.lismenubuild
9305
 
msgctxt "lazarusidestrconsts.lismenubuild"
9306
 
msgid "Build"
9307
 
msgstr "Oluştur"
9308
 
 
9309
 
#: lazarusidestrconsts.lismenubuildall
9310
 
msgid "Build all"
9311
 
msgstr "Tümünü oluştur"
9312
 
 
9313
10456
#: lazarusidestrconsts.lismenubuildfile
9314
10457
msgid "Build File"
9315
10458
msgstr "Dosyayı Oluştur"
9316
10459
 
9317
10460
#: lazarusidestrconsts.lismenubuildlazarus
9318
10461
#, fuzzy
9319
 
#| msgid "Build Lazarus"
9320
 
msgid "Build Lazarus with current profile"
 
10462
#| msgid "Build Lazarus with current profile"
 
10463
msgid "Build Lazarus with Current Profile"
9321
10464
msgstr "Lazarus'u Oluştur"
9322
10465
 
9323
10466
#: lazarusidestrconsts.lismenubuildlazarusprof
9324
 
msgid "Build Lazarus with profile: %s"
 
10467
msgid "Build Lazarus with Profile: %s"
9325
10468
msgstr ""
9326
10469
 
9327
10470
#: lazarusidestrconsts.lismenuchecklfm
9328
 
msgid "Check LFM file in editor"
 
10471
#, fuzzy
 
10472
#| msgid "Check LFM file in editor"
 
10473
msgid "Check LFM File in Editor"
9329
10474
msgstr "LFM dosyasını düzenleyicide denetle"
9330
10475
 
9331
10476
#: lazarusidestrconsts.lismenucleandirectory
9332
 
msgid "Clean directory ..."
 
10477
#, fuzzy
 
10478
#| msgid "Clean directory ..."
 
10479
msgid "Clean Directory ..."
9333
10480
msgstr "Dizini temizle ..."
9334
10481
 
9335
 
#: lazarusidestrconsts.lismenuclose
9336
 
msgctxt "lazarusidestrconsts.lismenuclose"
9337
 
msgid "Close"
9338
 
msgstr "Kapat"
 
10482
#: lazarusidestrconsts.lismenucleanupcompiled
 
10483
msgid "Clean up Build Files ..."
 
10484
msgstr ""
9339
10485
 
9340
10486
#: lazarusidestrconsts.lismenucloseall
9341
10487
#, fuzzy
9342
 
#| msgid "Close all editor files"
9343
 
msgid "Close a&ll editor files"
 
10488
#| msgid "Close a&ll editor files"
 
10489
msgid "Close A&ll Editor Files"
9344
10490
msgstr "Tüm düzenleyici dosyalarını kapat"
9345
10491
 
9346
10492
#: lazarusidestrconsts.lismenucloseproject
9348
10494
msgstr "Projeyi Kapat"
9349
10495
 
9350
10496
#: lazarusidestrconsts.lismenucodetoolsdefineseditor
9351
 
msgid "CodeTools defines editor ..."
 
10497
#, fuzzy
 
10498
#| msgid "CodeTools defines editor ..."
 
10499
msgid "CodeTools Defines Editor ..."
9352
10500
msgstr "Kod Araçları tanımlamaları düzenleyici ..."
9353
10501
 
9354
 
#: lazarusidestrconsts.lismenucollectpofil
9355
 
msgid "Collect .po files"
9356
 
msgstr ".po dosyalarını topla"
9357
 
 
9358
10502
#: lazarusidestrconsts.lismenucommentselection
9359
 
msgid "Comment selection"
 
10503
#, fuzzy
 
10504
#| msgid "Comment selection"
 
10505
msgid "Comment Selection"
9360
10506
msgstr "Seçimi yoruma dönüştür"
9361
10507
 
9362
10508
#: lazarusidestrconsts.lismenucompileroptions
9368
10514
msgid "Complete Code"
9369
10515
msgstr "kod Tamamlama"
9370
10516
 
9371
 
#: lazarusidestrconsts.lismenuconditionalselection
9372
 
msgid "Insert $IFDEF..."
9373
 
msgstr "$IFDEF... ekle"
9374
 
 
9375
10517
#: lazarusidestrconsts.lismenuconfigbuildfile
9376
10518
msgid "Configure Build+Run File ..."
9377
10519
msgstr "Dosya Oluştur+Çalıştır Yapılandırması ..."
9378
10520
 
9379
10521
#: lazarusidestrconsts.lismenuconfigcustomcomps
9380
 
msgid "Configure custom components ..."
 
10522
#, fuzzy
 
10523
#| msgid "Configure custom components ..."
 
10524
msgid "Configure Custom Components ..."
9381
10525
msgstr "Seçimlik bileşenleri yapılandır ..."
9382
10526
 
9383
10527
#: lazarusidestrconsts.lismenuconfigexternaltools
9384
 
msgid "Configure external tools ..."
 
10528
msgid "Configure External Tools ..."
9385
10529
msgstr ""
9386
10530
 
9387
10531
#: lazarusidestrconsts.lismenuconfigurebuildlazarus
9397
10541
msgstr "Bağlama duyarlı Yardım"
9398
10542
 
9399
10543
#: lazarusidestrconsts.lismenuconvertdelphipackage
9400
 
msgid "Convert Delphi package to Lazarus package ..."
 
10544
#, fuzzy
 
10545
#| msgid "Convert Delphi package to Lazarus package ..."
 
10546
msgid "Convert Delphi Package to Lazarus Package ..."
9401
10547
msgstr "Delphi paketini Lazarus paketine dönüştür ..."
9402
10548
 
9403
10549
#: lazarusidestrconsts.lismenuconvertdelphiproject
9404
 
msgid "Convert Delphi project to Lazarus project ..."
 
10550
#, fuzzy
 
10551
#| msgid "Convert Delphi project to Lazarus project ..."
 
10552
msgid "Convert Delphi Project to Lazarus Project ..."
9405
10553
msgstr "Delphi projesini Lazarus projesine dönüştür ..."
9406
10554
 
9407
10555
#: lazarusidestrconsts.lismenuconvertdelphiunit
9408
 
msgid "Convert Delphi unit to Lazarus unit ..."
 
10556
#, fuzzy
 
10557
#| msgid "Convert Delphi unit to Lazarus unit ..."
 
10558
msgid "Convert Delphi Unit to Lazarus Unit ..."
9409
10559
msgstr "Delphi birimini Lazarus birimine dönüştür ..."
9410
10560
 
9411
10561
#: lazarusidestrconsts.lismenuconvertdfmtolfm
9412
10562
#, fuzzy
9413
 
#| msgid "Convert DFM file to LFM ..."
9414
 
msgid "Convert binary DFM file to text LFM and check syntax ..."
 
10563
#| msgid "Convert binary DFM to text LFM + check syntax ..."
 
10564
msgid "Convert Binary DFM to Text LFM + Check Syntax ..."
9415
10565
msgstr "DFM dosyasını LFM dosyasına dönüştür ..."
9416
10566
 
9417
10567
#: lazarusidestrconsts.lismenuconvertencoding
9418
 
msgid "Convert encoding of projects/packages ..."
 
10568
msgid "Convert Encoding of Projects/Packages ..."
9419
10569
msgstr ""
9420
10570
 
9421
 
#: lazarusidestrconsts.lismenucopy
9422
 
msgctxt "lazarusidestrconsts.lismenucopy"
9423
 
msgid "Copy"
9424
 
msgstr "Kopyala"
9425
 
 
9426
10571
#: lazarusidestrconsts.lismenucreatefpdocfiles
9427
10572
msgid "Create FPDoc files"
9428
10573
msgstr "FPDoc dosyaları oluştur"
9429
10574
 
9430
 
#: lazarusidestrconsts.lismenucreatepofile
9431
 
msgid "Create .po files"
9432
 
msgstr ".po dosyaları oluştur"
9433
 
 
9434
 
#: lazarusidestrconsts.lismenucut
9435
 
msgctxt "lazarusidestrconsts.lismenucut"
9436
 
msgid "Cut"
9437
 
msgstr "Kes"
9438
 
 
9439
10575
#: lazarusidestrconsts.lismenudebugwindows
9440
 
msgid "Debug windows"
 
10576
#, fuzzy
 
10577
#| msgid "Debug windows"
 
10578
msgid "Debug Windows"
9441
10579
msgstr "Hata ayıklama pencereleri"
9442
10580
 
9443
10581
#: lazarusidestrconsts.lismenudiff
 
10582
#, fuzzy
 
10583
#| msgid "Diff"
9444
10584
msgctxt "lazarusidestrconsts.lismenudiff"
9445
 
msgid "Diff"
 
10585
msgid "Diff ..."
9446
10586
msgstr "Diff"
9447
10587
 
9448
10588
#: lazarusidestrconsts.lismenuedit
9459
10599
 
9460
10600
#: lazarusidestrconsts.lismenueditinstallpkgs
9461
10601
#, fuzzy
9462
 
#| msgid "Configure installed packages ..."
9463
 
msgid "Install/Uninstall packages ..."
 
10602
#| msgid "Install/Uninstall packages ..."
 
10603
msgid "Install/Uninstall Packages ..."
9464
10604
msgstr "Yüklü paketleri yapılandır ..."
9465
10605
 
9466
10606
#: lazarusidestrconsts.lismenueditor
9467
 
msgid "Menu Editor..."
 
10607
msgid "Menu Editor ..."
9468
10608
msgstr ""
9469
10609
 
9470
 
#: lazarusidestrconsts.lismenueditorcancel
9471
 
msgctxt "lazarusidestrconsts.lismenueditorcancel"
9472
 
msgid "Cancel"
9473
 
msgstr "İptal"
9474
 
 
9475
10610
#: lazarusidestrconsts.lismenueditorcreatesubmenu
9476
10611
msgid "Create Submenu"
9477
10612
msgstr ""
9478
10613
 
9479
10614
#: lazarusidestrconsts.lismenueditordeletefromtemplate
9480
 
msgid "Delete From Template..."
 
10615
msgid "Delete From Template ..."
9481
10616
msgstr ""
9482
10617
 
9483
10618
#: lazarusidestrconsts.lismenueditordeleteitem
9489
10624
msgstr ""
9490
10625
 
9491
10626
#: lazarusidestrconsts.lismenueditorinsertfromtemplate
9492
 
msgid "Insert From Template..."
 
10627
msgid "Insert From Template ..."
9493
10628
msgstr ""
9494
10629
 
9495
10630
#: lazarusidestrconsts.lismenueditorinsertnewitemafter
9513
10648
msgstr ""
9514
10649
 
9515
10650
#: lazarusidestrconsts.lismenueditornewtemplatedescription
9516
 
msgid "New Template Description..."
 
10651
msgid "New Template Description ..."
9517
10652
msgstr ""
9518
10653
 
9519
10654
#: lazarusidestrconsts.lismenueditorsaveastemplate
9520
 
msgid "Save As Template..."
 
10655
msgid "Save As Template ..."
9521
10656
msgstr ""
9522
10657
 
9523
10658
#: lazarusidestrconsts.lismenueditorselectmenu
9532
10667
msgid "Template Preview"
9533
10668
msgstr ""
9534
10669
 
 
10670
#: lazarusidestrconsts.lismenuencloseinifdef
 
10671
msgid "Enclose in $IFDEF ..."
 
10672
msgstr ""
 
10673
 
9535
10674
#: lazarusidestrconsts.lismenuencloseselection
9536
 
msgid "Enclose selection ..."
 
10675
#, fuzzy
 
10676
#| msgid "Enclose selection ..."
 
10677
msgid "Enclose Selection ..."
9537
10678
msgstr "Seçimi kuşat"
9538
10679
 
9539
 
#: lazarusidestrconsts.lismenuenvironent
9540
 
msgid "E&nvironment"
9541
 
msgstr "Ortam"
9542
 
 
9543
10680
#: lazarusidestrconsts.lismenuevaluate
9544
 
msgid "Evaluate/Modify ..."
 
10681
#, fuzzy
 
10682
#| msgid "Evaluate/Modify ..."
 
10683
msgid "E&valuate/Modify ..."
9545
10684
msgstr "Değerlendir/Değiştir ..."
9546
10685
 
 
10686
#: lazarusidestrconsts.lismenuexampleprojects
 
10687
msgid "Example Projects ..."
 
10688
msgstr ""
 
10689
 
9547
10690
#: lazarusidestrconsts.lismenuextractproc
9548
 
msgid "Extract procedure ..."
 
10691
#, fuzzy
 
10692
#| msgid "Extract procedure ..."
 
10693
msgid "Extract Procedure ..."
9549
10694
msgstr "Yordam çıkart ..."
9550
10695
 
9551
10696
#: lazarusidestrconsts.lismenufile
9562
10707
msgstr "Bul ..."
9563
10708
 
9564
10709
#: lazarusidestrconsts.lismenufindblockotherendofcodeblock
9565
 
msgid "Find other end of code block"
 
10710
#, fuzzy
 
10711
#| msgid "Find other end of code block"
 
10712
msgid "Find Other End of Code Block"
9566
10713
msgstr "Kod bütününün diğer sonunu ara"
9567
10714
 
9568
10715
#: lazarusidestrconsts.lismenufindcodeblockstart
9569
 
msgid "Find code block start"
 
10716
#, fuzzy
 
10717
#| msgid "Find code block start"
 
10718
msgid "Find Start of Code Block"
9570
10719
msgstr "Kod bütününün başlangıcı"
9571
10720
 
9572
10721
#: lazarusidestrconsts.lismenufinddeclarationatcursor
9573
 
msgid "Find Declaration at cursor"
 
10722
#, fuzzy
 
10723
#| msgid "Find Declaration at cursor"
 
10724
msgid "Find Declaration at Cursor"
9574
10725
msgstr "İmleçtekinin bildirimini bul"
9575
10726
 
9576
10727
#: lazarusidestrconsts.lismenufindidentifierrefs
9578
10729
msgstr "Tanımlayıcı başvurularını ara ..."
9579
10730
 
9580
10731
#: lazarusidestrconsts.lismenufindinfiles
9581
 
msgid "Find &in files ..."
 
10732
#, fuzzy
 
10733
#| msgid "Find &in files ..."
 
10734
msgid "Find &in Files ..."
9582
10735
msgstr "Dosyalar içinde bul ..."
9583
10736
 
9584
10737
#: lazarusidestrconsts.lismenufindnext
9589
10742
msgid "Find &Previous"
9590
10743
msgstr "Öncekini Bul"
9591
10744
 
9592
 
#: lazarusidestrconsts.lismenufpdoceditor
9593
 
msgctxt "lazarusidestrconsts.lismenufpdoceditor"
9594
 
msgid "FPDoc Editor"
9595
 
msgstr ""
9596
 
 
9597
10745
#: lazarusidestrconsts.lismenugeneraloptions
9598
10746
msgid "Options ..."
9599
10747
msgstr ""
9600
10748
 
9601
10749
#: lazarusidestrconsts.lismenugotoincludedirective
9602
 
msgid "Goto include directive"
 
10750
#, fuzzy
 
10751
#| msgid "Goto include directive"
 
10752
msgid "Goto Include Directive"
9603
10753
msgstr "kapsama(include) yönergesine git"
9604
10754
 
9605
10755
#: lazarusidestrconsts.lismenugotoline
9606
 
msgid "Goto line ..."
 
10756
#, fuzzy
 
10757
#| msgid "Goto line ..."
 
10758
msgid "Goto Line ..."
9607
10759
msgstr "Satıra Git ..."
9608
10760
 
9609
10761
#: lazarusidestrconsts.lismenuguessmisplacedifdef
9610
 
msgid "Guess misplaced IFDEF/ENDIF"
 
10762
#, fuzzy
 
10763
#| msgid "Guess misplaced IFDEF/ENDIF"
 
10764
msgid "Guess Misplaced IFDEF/ENDIF"
9611
10765
msgstr "Yazılmamış IFDEF/ENDIF'i tahmin et"
9612
10766
 
9613
10767
#: lazarusidestrconsts.lismenuguessunclosedblock
9614
 
msgid "Guess unclosed block"
 
10768
#, fuzzy
 
10769
#| msgid "Guess unclosed block"
 
10770
msgid "Guess Unclosed Block"
9615
10771
msgstr "Kapatılmamış bloğu tahmin et"
9616
10772
 
9617
10773
#: lazarusidestrconsts.lismenuhelp
9619
10775
msgstr "Yardım"
9620
10776
 
9621
10777
#: lazarusidestrconsts.lismenuideinternals
9622
 
msgid "IDE internals"
 
10778
#, fuzzy
 
10779
#| msgid "IDE internals"
 
10780
msgid "IDE Internals"
9623
10781
msgstr "IDE içselleri"
9624
10782
 
9625
10783
#: lazarusidestrconsts.lismenuincrementalfind
9627
10785
msgstr "Artımlı Arama"
9628
10786
 
9629
10787
#: lazarusidestrconsts.lismenuindentselection
9630
 
msgid "Indent selection"
 
10788
#, fuzzy
 
10789
#| msgid "Indent selection"
 
10790
msgid "Indent Selection"
9631
10791
msgstr "Seçimi ötele"
9632
10792
 
9633
10793
#: lazarusidestrconsts.lismenuinsertchangelogentry
9634
 
msgid "ChangeLog entry"
 
10794
#, fuzzy
 
10795
#| msgid "ChangeLog entry"
 
10796
msgid "ChangeLog Entry"
9635
10797
msgstr "DeğişimKayıt(ChangeLog) girdisi"
9636
10798
 
9637
10799
#: lazarusidestrconsts.lismenuinsertcharacter
9638
 
msgid "Insert from Character Map"
 
10800
#, fuzzy
 
10801
#| msgid "Insert from Character Map"
 
10802
msgid "Insert from Character Map ..."
9639
10803
msgstr "Karakter haritasından ekle"
9640
10804
 
9641
10805
#: lazarusidestrconsts.lismenuinsertcvskeyword
9642
 
msgid "CVS keyword"
 
10806
#, fuzzy
 
10807
#| msgid "Insert CVS keyword"
 
10808
msgid "Insert CVS Keyword"
9643
10809
msgstr "CVS anahtar sözcüğü"
9644
10810
 
9645
10811
#: lazarusidestrconsts.lismenuinsertdatetime
9646
 
msgid "Current date and time"
 
10812
#, fuzzy
 
10813
#| msgid "Current date and time"
 
10814
msgid "Current Date and Time"
9647
10815
msgstr "Şu anki tarih ve saat"
9648
10816
 
 
10817
#: lazarusidestrconsts.lismenuinsertfilename
 
10818
msgid "Insert Full Filename ..."
 
10819
msgstr ""
 
10820
 
9649
10821
#: lazarusidestrconsts.lismenuinsertgeneral
 
10822
#, fuzzy
 
10823
#| msgid "General"
9650
10824
msgctxt "lazarusidestrconsts.lismenuinsertgeneral"
9651
 
msgid "General"
 
10825
msgid "Insert General"
9652
10826
msgstr "Genel"
9653
10827
 
9654
10828
#: lazarusidestrconsts.lismenuinsertgplnotice
9655
 
msgid "GPL notice"
 
10829
#, fuzzy
 
10830
#| msgid "GPL notice"
 
10831
msgid "GPL Notice"
9656
10832
msgstr "GPL bildirisi"
9657
10833
 
9658
10834
#: lazarusidestrconsts.lismenuinsertlgplnotice
9659
 
msgid "LGPL notice"
 
10835
#, fuzzy
 
10836
#| msgid "LGPL notice"
 
10837
msgid "LGPL Notice"
9660
10838
msgstr "LGPL bildirisi"
9661
10839
 
 
10840
#: lazarusidestrconsts.lismenuinsertmitnotice
 
10841
msgid "MIT Notice"
 
10842
msgstr ""
 
10843
 
9662
10844
#: lazarusidestrconsts.lismenuinsertmodifiedlgplnotice
9663
 
msgid "Modified LGPL notice"
 
10845
msgid "Modified LGPL Notice"
9664
10846
msgstr ""
9665
10847
 
9666
 
#: lazarusidestrconsts.lismenuinserttext
9667
 
msgid "Insert text"
9668
 
msgstr "Metin ekle"
9669
 
 
9670
10848
#: lazarusidestrconsts.lismenuinsertusername
9671
 
msgid "Current username"
 
10849
#, fuzzy
 
10850
#| msgid "Current username"
 
10851
msgid "Current Username"
9672
10852
msgstr "Şu anki kullanıcı adı"
9673
10853
 
9674
10854
#: lazarusidestrconsts.lismenuinspect
9675
 
msgid "Inspect ..."
 
10855
#, fuzzy
 
10856
#| msgid "Inspect ..."
 
10857
msgctxt "lazarusidestrconsts.lismenuinspect"
 
10858
msgid "&Inspect ..."
9676
10859
msgstr "İncele ..."
9677
10860
 
9678
10861
#: lazarusidestrconsts.lismenujumpback
9679
 
msgid "Jump back"
 
10862
#, fuzzy
 
10863
#| msgid "Jump back"
 
10864
msgid "Jump Back"
9680
10865
msgstr "Geriye atla"
9681
10866
 
9682
10867
#: lazarusidestrconsts.lismenujumpforward
9683
 
msgid "Jump forward"
 
10868
#, fuzzy
 
10869
#| msgid "Jump forward"
 
10870
msgid "Jump Forward"
9684
10871
msgstr "İleriye atla"
9685
10872
 
9686
10873
#: lazarusidestrconsts.lismenujumpto
9687
10874
msgid "Jump to"
9688
10875
msgstr "Atla"
9689
10876
 
 
10877
#: lazarusidestrconsts.lismenujumptoimplementation
 
10878
msgid "Jump to Implementation"
 
10879
msgstr ""
 
10880
 
9690
10881
#: lazarusidestrconsts.lismenujumptonextbookmark
9691
 
msgid "Jump to next bookmark"
 
10882
#, fuzzy
 
10883
#| msgid "Jump to next bookmark"
 
10884
msgid "Jump to Next Bookmark"
9692
10885
msgstr "Sonraki yer imine atla"
9693
10886
 
9694
10887
#: lazarusidestrconsts.lismenujumptonexterror
9695
 
msgid "Jump to next error"
 
10888
#, fuzzy
 
10889
#| msgid "Jump to next error"
 
10890
msgid "Jump to Next Error"
9696
10891
msgstr "Sonraki hataya atla"
9697
10892
 
9698
10893
#: lazarusidestrconsts.lismenujumptoprevbookmark
9699
 
msgid "Jump to previous bookmark"
 
10894
#, fuzzy
 
10895
#| msgid "Jump to previous bookmark"
 
10896
msgid "Jump to Previous Bookmark"
9700
10897
msgstr "Önceki yer imine atla"
9701
10898
 
9702
10899
#: lazarusidestrconsts.lismenujumptopreverror
9703
 
msgid "Jump to previous error"
 
10900
#, fuzzy
 
10901
#| msgid "Jump to previous error"
 
10902
msgid "Jump to Previous Error"
9704
10903
msgstr "Önceki hataya atla"
9705
10904
 
9706
10905
#: lazarusidestrconsts.lismenulowercaseselection
9707
 
msgid "Lowercase selection"
 
10906
#, fuzzy
 
10907
#| msgid "Lowercase selection"
 
10908
msgid "Lowercase Selection"
9708
10909
msgstr "Seçimi küçük harfe çevir"
9709
10910
 
9710
10911
#: lazarusidestrconsts.lismenumakeresourcestring
9711
10912
msgid "Make Resource String ..."
9712
10913
msgstr "Kaynak Dizisi Yap ..."
9713
10914
 
 
10915
#: lazarusidestrconsts.lismenunewcomponent
 
10916
msgctxt "lazarusidestrconsts.lismenunewcomponent"
 
10917
msgid "New Component"
 
10918
msgstr ""
 
10919
 
9714
10920
#: lazarusidestrconsts.lismenunewform
9715
10921
msgid "New Form"
9716
10922
msgstr "Yeni Pencere"
9720
10926
msgstr "Yeni ..."
9721
10927
 
9722
10928
#: lazarusidestrconsts.lismenunewpackage
9723
 
msgid "New package ..."
 
10929
msgid "New Package ..."
9724
10930
msgstr ""
9725
10931
 
9726
10932
#: lazarusidestrconsts.lismenunewproject
9728
10934
msgstr "Yeni Proje ..."
9729
10935
 
9730
10936
#: lazarusidestrconsts.lismenunewprojectfromfile
9731
 
msgid "New Project from file ..."
 
10937
#, fuzzy
 
10938
#| msgid "New Project from file ..."
 
10939
msgid "New Project from File ..."
9732
10940
msgstr "Dosyadan Yeni Proje ..."
9733
10941
 
9734
10942
#: lazarusidestrconsts.lismenunewunit
9736
10944
msgid "New Unit"
9737
10945
msgstr "Yeni Birim"
9738
10946
 
 
10947
#: lazarusidestrconsts.lismenuok
 
10948
#, fuzzy
 
10949
#| msgid "&Ok"
 
10950
msgctxt "lazarusidestrconsts.lismenuok"
 
10951
msgid "&OK"
 
10952
msgstr "&Tamam"
 
10953
 
9739
10954
#: lazarusidestrconsts.lismenuonlinehelp
9740
10955
msgid "Online Help"
9741
10956
msgstr "Çevrimiçi Yardım"
9747
10962
msgstr "Aç ..."
9748
10963
 
9749
10964
#: lazarusidestrconsts.lismenuopenfilenameatcursor
9750
 
msgid "Open filename at cursor"
 
10965
#, fuzzy
 
10966
#| msgid "Open filename at cursor"
 
10967
msgid "Open Filename at Cursor"
9751
10968
msgstr "İmleçteki dosyayı aç"
9752
10969
 
9753
10970
#: lazarusidestrconsts.lismenuopenpackage
9754
 
msgid "Open loaded package ..."
 
10971
#, fuzzy
 
10972
#| msgid "Open loaded package ..."
 
10973
msgid "Open Loaded Package ..."
9755
10974
msgstr "Yüklenmiş paket aç ..."
9756
10975
 
9757
10976
#: lazarusidestrconsts.lismenuopenpackagefile
9758
 
msgid "Open package file (.lpk) ..."
 
10977
#, fuzzy
 
10978
#| msgid "Open package file (.lpk) ..."
 
10979
msgid "Open Package File (.lpk) ..."
9759
10980
msgstr "Paket dosyası(.lpk) aç ..."
9760
10981
 
9761
10982
#: lazarusidestrconsts.lismenuopenpackageofcurunit
9762
 
msgid "Open package of current unit"
 
10983
#, fuzzy
 
10984
#| msgid "Open package of current unit"
 
10985
msgid "Open Package of Current Unit"
9763
10986
msgstr "Şu anki birimin paketini aç"
9764
10987
 
9765
10988
#: lazarusidestrconsts.lismenuopenproject
9768
10991
 
9769
10992
#: lazarusidestrconsts.lismenuopenrecent
9770
10993
#, fuzzy
9771
 
#| msgid "Open Recent ..."
9772
 
msgid "Open &Recent ..."
 
10994
#| msgid "Open &Recent ..."
 
10995
msgid "Open &Recent"
9773
10996
msgstr "Öncekilerden Aç ..."
9774
10997
 
9775
10998
#: lazarusidestrconsts.lismenuopenrecentpkg
9776
 
msgid "Open recent package ..."
 
10999
#, fuzzy
 
11000
#| msgid "Open recent package"
 
11001
msgid "Open Recent Package"
9777
11002
msgstr "Önceki paketlerden Aç ..."
9778
11003
 
9779
11004
#: lazarusidestrconsts.lismenuopenrecentproject
9780
 
msgid "Open Recent Project ..."
 
11005
#, fuzzy
 
11006
#| msgid "Open Recent Project ..."
 
11007
msgctxt "lazarusidestrconsts.lismenuopenrecentproject"
 
11008
msgid "Open Recent Project"
9781
11009
msgstr "Önceki Projelerden Aç ..."
9782
11010
 
9783
11011
#: lazarusidestrconsts.lismenupackage
9784
 
msgid "&Package"
 
11012
#, fuzzy
 
11013
#| msgid "&Package"
 
11014
msgid "Pa&ckage"
9785
11015
msgstr "&Paket"
9786
11016
 
9787
11017
#: lazarusidestrconsts.lismenupackagegraph
9788
 
msgid "Package Graph ..."
 
11018
#, fuzzy
 
11019
#| msgid "Package Graph ..."
 
11020
msgid "Package Graph"
9789
11021
msgstr "Paket Ağacı ..."
9790
11022
 
9791
11023
#: lazarusidestrconsts.lismenupackagelinks
9792
 
msgid "Package links ..."
 
11024
#, fuzzy
 
11025
#| msgid "Package links ..."
 
11026
msgid "Package Links ..."
9793
11027
msgstr "Paket bağlantıları ..."
9794
11028
 
9795
 
#: lazarusidestrconsts.lismenupaste
9796
 
msgctxt "lazarusidestrconsts.lismenupaste"
9797
 
msgid "Paste"
9798
 
msgstr "Yapıştır"
9799
 
 
9800
 
#: lazarusidestrconsts.lismenupause
9801
 
msgctxt "lazarusidestrconsts.lismenupause"
9802
 
msgid "Pause"
9803
 
msgstr "Duraklat"
 
11029
#: lazarusidestrconsts.lismenupkgnewpackagecomponent
 
11030
msgid "New package component"
 
11031
msgstr ""
9804
11032
 
9805
11033
#: lazarusidestrconsts.lismenuprocedurelist
9806
11034
msgctxt "lazarusidestrconsts.lismenuprocedurelist"
9820
11048
msgstr "Proje Seçenekleri ..."
9821
11049
 
9822
11050
#: lazarusidestrconsts.lismenuprojectrun
 
11051
#, fuzzy
 
11052
#| msgid "Run"
9823
11053
msgctxt "lazarusidestrconsts.lismenuprojectrun"
9824
 
msgid "Run"
 
11054
msgid "&Run"
9825
11055
msgstr "Çalıştır"
9826
11056
 
9827
11057
#: lazarusidestrconsts.lismenupublishproject
9829
11059
msgstr "Projeyi Yayımla ..."
9830
11060
 
9831
11061
#: lazarusidestrconsts.lismenuquickcompile
9832
 
msgid "Quick compile"
 
11062
#, fuzzy
 
11063
#| msgid "Quick compile"
 
11064
msgid "Quick Compile"
9833
11065
msgstr "Çabuk derleme"
9834
11066
 
9835
11067
#: lazarusidestrconsts.lismenuquicksyntaxcheck
9836
 
msgid "Quick syntax check"
 
11068
#, fuzzy
 
11069
#| msgid "Quick syntax check"
 
11070
msgid "Quick Syntax Check"
9837
11071
msgstr "Çabuk sözdizimi denetleme"
9838
11072
 
9839
11073
#: lazarusidestrconsts.lismenuquicksyntaxcheckok
9840
11074
msgid "Quick syntax check OK"
9841
11075
msgstr ""
9842
11076
 
9843
 
#: lazarusidestrconsts.lismenuquit
9844
 
#, fuzzy
9845
 
#| msgid "Quit"
9846
 
msgid "&Quit"
9847
 
msgstr "Çık"
9848
 
 
9849
 
#: lazarusidestrconsts.lismenuredo
9850
 
msgctxt "lazarusidestrconsts.lismenuredo"
9851
 
msgid "Redo"
9852
 
msgstr "Yinele"
9853
 
 
9854
11077
#: lazarusidestrconsts.lismenuremovefromproject
9855
11078
msgid "Remove from Project ..."
9856
11079
msgstr "Projeden kaldır ..."
9859
11082
msgid "Rename Identifier ..."
9860
11083
msgstr "Tenımlayıcıyı yeniden adlandır ..."
9861
11084
 
9862
 
#: lazarusidestrconsts.lismenureplace
9863
 
msgctxt "lazarusidestrconsts.lismenureplace"
9864
 
msgid "Replace"
9865
 
msgstr "Değiştir"
9866
 
 
9867
 
#: lazarusidestrconsts.lismenureplace2
9868
 
msgid "&Replace ..."
9869
 
msgstr "Değişti&r ..."
9870
 
 
9871
11085
#: lazarusidestrconsts.lismenureportingbug
9872
 
msgid "Reporting a bug..."
 
11086
#, fuzzy
 
11087
#| msgid "Reporting a bug"
 
11088
msgctxt "lazarusidestrconsts.lismenureportingbug"
 
11089
msgid "Reporting a Bug"
9873
11090
msgstr "Bir hata bildir..."
9874
11091
 
9875
11092
#: lazarusidestrconsts.lismenurescanfpcsourcedirectory
9876
 
msgid "Rescan FPC source directory"
 
11093
msgid "Rescan FPC Source Directory"
9877
11094
msgstr ""
9878
11095
 
9879
11096
#: lazarusidestrconsts.lismenuresetdebugger
9880
 
msgid "Reset debugger"
 
11097
#, fuzzy
 
11098
#| msgid "Reset debugger"
 
11099
msgid "Reset Debugger"
9881
11100
msgstr "Hata ayıklayıcıyı sıfırla"
9882
11101
 
9883
 
#: lazarusidestrconsts.lismenurestart
9884
 
msgid "Restart"
9885
 
msgstr "Yeniden Başlat"
9886
 
 
9887
11102
#: lazarusidestrconsts.lismenurevert
9888
11103
msgid "Revert"
9889
11104
msgstr "Eskiye Döndür"
9890
11105
 
9891
11106
#: lazarusidestrconsts.lismenurun
 
11107
msgctxt "lazarusidestrconsts.lismenurun"
9892
11108
msgid "&Run"
9893
11109
msgstr "Çalıştı&r"
9894
11110
 
9897
11113
msgstr "Dosyayı Çalıştır"
9898
11114
 
9899
11115
#: lazarusidestrconsts.lismenurunparameters
9900
 
msgid "Run Parameters ..."
 
11116
#, fuzzy
 
11117
#| msgid "Run Parameters ..."
 
11118
msgid "Run &Parameters ..."
9901
11119
msgstr "Çalıştırma Parametreleri ..."
9902
11120
 
9903
11121
#: lazarusidestrconsts.lismenuruntocursor
9904
 
msgid "Run to cursor"
 
11122
#, fuzzy
 
11123
#| msgid "Run to &cursor"
 
11124
msgid "Run to &Cursor"
9905
11125
msgstr "İmlece kadar çalıştır"
9906
11126
 
9907
11127
#: lazarusidestrconsts.lismenusave
9911
11131
msgid "&Save"
9912
11132
msgstr "Kaydet"
9913
11133
 
9914
 
#: lazarusidestrconsts.lismenusaveall
9915
 
msgid "Save All"
9916
 
msgstr "Tümünü Kaydet"
9917
 
 
9918
11134
#: lazarusidestrconsts.lismenusaveas
9919
11135
#, fuzzy
9920
11136
#| msgid "Save As ..."
9938
11154
msgstr "Seç"
9939
11155
 
9940
11156
#: lazarusidestrconsts.lismenuselectall
9941
 
msgid "Select all"
 
11157
#, fuzzy
 
11158
#| msgid "Select all"
 
11159
msgctxt "lazarusidestrconsts.lismenuselectall"
 
11160
msgid "Select All"
9942
11161
msgstr "Tümünü seç"
9943
11162
 
9944
11163
#: lazarusidestrconsts.lismenuselectcodeblock
9945
 
msgid "Select code block"
 
11164
#, fuzzy
 
11165
#| msgid "Select code block"
 
11166
msgid "Select Code Block"
9946
11167
msgstr "Kod bütünü seç"
9947
11168
 
9948
11169
#: lazarusidestrconsts.lismenuselectline
9949
 
msgid "Select line"
 
11170
#, fuzzy
 
11171
#| msgid "Select line"
 
11172
msgid "Select Line"
9950
11173
msgstr "Satır seç"
9951
11174
 
9952
11175
#: lazarusidestrconsts.lismenuselectparagraph
9953
 
msgid "Select paragraph"
 
11176
#, fuzzy
 
11177
#| msgid "Select paragraph"
 
11178
msgid "Select Paragraph"
9954
11179
msgstr "Paragraf seç"
9955
11180
 
9956
11181
#: lazarusidestrconsts.lismenuselecttobrace
9957
 
msgid "Select to brace"
 
11182
#, fuzzy
 
11183
#| msgid "Select to brace"
 
11184
msgid "Select to Brace"
9958
11185
msgstr "Bağlamak için seç"
9959
11186
 
9960
11187
#: lazarusidestrconsts.lismenuselectword
9961
 
msgid "Select word"
 
11188
#, fuzzy
 
11189
#| msgid "Select word"
 
11190
msgid "Select Word"
9962
11191
msgstr "Sözcük seç"
9963
11192
 
9964
11193
#: lazarusidestrconsts.lismenusetfreebookmark
9965
 
msgid "Set a free bookmark"
 
11194
#, fuzzy
 
11195
#| msgid "Set a free bookmark"
 
11196
msgctxt "lazarusidestrconsts.lismenusetfreebookmark"
 
11197
msgid "Set a Free Bookmark"
9966
11198
msgstr "Serbest bir yer imi belirle"
9967
11199
 
9968
11200
#: lazarusidestrconsts.lismenushowexecutionpoint
9969
 
msgid "Show execution point"
 
11201
msgid "S&how Execution Point"
9970
11202
msgstr ""
9971
11203
 
9972
11204
#: lazarusidestrconsts.lismenusortselection
9973
 
msgid "Sort selection ..."
 
11205
#, fuzzy
 
11206
#| msgid "Sort selection ..."
 
11207
msgid "Sort Selection ..."
9974
11208
msgstr "Seçimi sırala ..."
9975
11209
 
 
11210
#: lazarusidestrconsts.lismenusource
 
11211
msgid "S&ource"
 
11212
msgstr ""
 
11213
 
9976
11214
#: lazarusidestrconsts.lismenustepinto
9977
 
msgid "Step into"
 
11215
#, fuzzy
 
11216
#| msgid "Step in&to"
 
11217
msgid "Step In&to"
9978
11218
msgstr "İçeri adım"
9979
11219
 
9980
11220
#: lazarusidestrconsts.lismenustepintocontext
9981
 
msgid "Step into (Context)"
 
11221
msgid "Step Into (Context)"
9982
11222
msgstr ""
9983
11223
 
9984
11224
#: lazarusidestrconsts.lismenustepintoinstr
9985
11225
msgctxt "lazarusidestrconsts.lismenustepintoinstr"
9986
 
msgid "Step into instruction"
 
11226
msgid "Step Into Instruction"
9987
11227
msgstr ""
9988
11228
 
9989
11229
#: lazarusidestrconsts.lismenustepintoinstrhint
9990
11230
msgctxt "lazarusidestrconsts.lismenustepintoinstrhint"
9991
 
msgid "Step into instruction"
 
11231
msgid "Step Into Instruction"
9992
11232
msgstr ""
9993
11233
 
9994
11234
#: lazarusidestrconsts.lismenustepout
9995
 
msgid "Step out"
 
11235
msgid "Step O&ut"
9996
11236
msgstr ""
9997
11237
 
9998
11238
#: lazarusidestrconsts.lismenustepover
9999
 
msgid "Step over"
 
11239
#, fuzzy
 
11240
#| msgid "&Step over"
 
11241
msgid "&Step Over"
10000
11242
msgstr "Üzerinden adım"
10001
11243
 
10002
11244
#: lazarusidestrconsts.lismenustepovercontext
10003
 
msgid "Step over (Context)"
 
11245
msgid "Step Over (Context)"
10004
11246
msgstr ""
10005
11247
 
10006
11248
#: lazarusidestrconsts.lismenustepoverinstr
10007
11249
msgctxt "lazarusidestrconsts.lismenustepoverinstr"
10008
 
msgid "Step over instruction"
 
11250
msgid "Step Over Instruction"
10009
11251
msgstr ""
10010
11252
 
10011
11253
#: lazarusidestrconsts.lismenustepoverinstrhint
10012
11254
msgctxt "lazarusidestrconsts.lismenustepoverinstrhint"
10013
 
msgid "Step over instruction"
 
11255
msgid "Step Over Instruction"
10014
11256
msgstr ""
10015
11257
 
10016
 
#: lazarusidestrconsts.lismenustop
10017
 
msgctxt "lazarusidestrconsts.lismenustop"
10018
 
msgid "Stop"
10019
 
msgstr "Dur"
 
11258
#: lazarusidestrconsts.lismenuswapcaseselection
 
11259
msgid "Swap Case in Selection"
 
11260
msgstr ""
10020
11261
 
10021
11262
#: lazarusidestrconsts.lismenutabstospacesselection
10022
 
msgid "Tabs to spaces in selection"
 
11263
#, fuzzy
 
11264
#| msgid "Tabs to spaces in selection"
 
11265
msgid "Tabs to Spaces in Selection"
10023
11266
msgstr "Seçimdeki sekmeleri boşluklara dönüştür"
10024
11267
 
10025
11268
#: lazarusidestrconsts.lismenutemplateabout
10026
11269
msgid "About"
10027
11270
msgstr "Hakkında"
10028
11271
 
10029
 
#: lazarusidestrconsts.lismenutemplateclose
10030
 
msgctxt "lazarusidestrconsts.lismenutemplateclose"
10031
 
msgid "Close"
10032
 
msgstr "Kapat"
10033
 
 
10034
11272
#: lazarusidestrconsts.lismenutemplatecontents
10035
11273
msgid "Contents"
10036
11274
msgstr ""
10037
11275
 
10038
 
#: lazarusidestrconsts.lismenutemplatecopy
10039
 
msgctxt "lazarusidestrconsts.lismenutemplatecopy"
10040
 
msgid "Copy"
10041
 
msgstr "Kopyala"
10042
 
 
10043
 
#: lazarusidestrconsts.lismenutemplatecut
10044
 
msgctxt "lazarusidestrconsts.lismenutemplatecut"
10045
 
msgid "Cut"
10046
 
msgstr "Kes"
10047
 
 
10048
11276
#: lazarusidestrconsts.lismenutemplatedescriptionstandardeditmenu
10049
11277
msgid "Standard Edit Menu"
10050
11278
msgstr ""
10057
11285
msgid "Standard Help Menu"
10058
11286
msgstr ""
10059
11287
 
10060
 
#: lazarusidestrconsts.lismenutemplateedit
10061
 
msgctxt "lazarusidestrconsts.lismenutemplateedit"
10062
 
msgid "Edit"
10063
 
msgstr ""
10064
 
 
10065
 
#: lazarusidestrconsts.lismenutemplateexit
10066
 
msgctxt "lazarusidestrconsts.lismenutemplateexit"
10067
 
msgid "Exit"
10068
 
msgstr ""
10069
 
 
10070
 
#: lazarusidestrconsts.lismenutemplatefile
10071
 
msgctxt "lazarusidestrconsts.lismenutemplatefile"
10072
 
msgid "File"
10073
 
msgstr ""
10074
 
 
10075
11288
#: lazarusidestrconsts.lismenutemplatefind
10076
11289
msgctxt "lazarusidestrconsts.lismenutemplatefind"
10077
11290
msgid "Find"
10078
11291
msgstr "Bul"
10079
11292
 
10080
11293
#: lazarusidestrconsts.lismenutemplatefindnext
 
11294
msgctxt "lazarusidestrconsts.lismenutemplatefindnext"
10081
11295
msgid "Find Next"
10082
11296
msgstr ""
10083
11297
 
10084
 
#: lazarusidestrconsts.lismenutemplatehelp
10085
 
msgctxt "lazarusidestrconsts.lismenutemplatehelp"
10086
 
msgid "Help"
10087
 
msgstr ""
10088
 
 
10089
 
#: lazarusidestrconsts.lismenutemplatenew
10090
 
msgid "New"
10091
 
msgstr ""
10092
 
 
10093
 
#: lazarusidestrconsts.lismenutemplateopen
10094
 
msgctxt "lazarusidestrconsts.lismenutemplateopen"
10095
 
msgid "Open"
10096
 
msgstr "Aç"
10097
 
 
10098
11298
#: lazarusidestrconsts.lismenutemplateopenrecent
10099
11299
msgctxt "lazarusidestrconsts.lismenutemplateopenrecent"
10100
11300
msgid "Open Recent"
10101
11301
msgstr ""
10102
11302
 
10103
 
#: lazarusidestrconsts.lismenutemplatepaste
10104
 
msgctxt "lazarusidestrconsts.lismenutemplatepaste"
10105
 
msgid "Paste"
10106
 
msgstr "Yapıştır"
10107
 
 
10108
 
#: lazarusidestrconsts.lismenutemplateredo
10109
 
msgctxt "lazarusidestrconsts.lismenutemplateredo"
10110
 
msgid "Redo"
10111
 
msgstr "Yinele"
10112
 
 
10113
 
#: lazarusidestrconsts.lismenutemplatesave
10114
 
msgctxt "lazarusidestrconsts.lismenutemplatesave"
10115
 
msgid "Save"
10116
 
msgstr "Kaydet"
10117
 
 
10118
 
#: lazarusidestrconsts.lismenutemplatesaveas
10119
 
msgid "Save As"
10120
 
msgstr ""
10121
 
 
10122
11303
#: lazarusidestrconsts.lismenutemplatetutorial
10123
11304
msgid "Tutorial"
10124
11305
msgstr ""
10125
11306
 
10126
 
#: lazarusidestrconsts.lismenutemplateundo
10127
 
msgctxt "lazarusidestrconsts.lismenutemplateundo"
10128
 
msgid "Undo"
10129
 
msgstr ""
10130
 
 
10131
11307
#: lazarusidestrconsts.lismenutogglecomment
10132
 
msgid "Toggle comment"
 
11308
msgid "Toggle Comment in Selection"
10133
11309
msgstr ""
10134
11310
 
10135
11311
#: lazarusidestrconsts.lismenutools
10137
11313
msgstr "Araçlar"
10138
11314
 
10139
11315
#: lazarusidestrconsts.lismenuuncommentselection
10140
 
msgid "Uncomment selection"
 
11316
#, fuzzy
 
11317
#| msgid "Uncomment selection"
 
11318
msgid "Uncomment Selection"
10141
11319
msgstr "Yorumu iptal et"
10142
11320
 
10143
 
#: lazarusidestrconsts.lismenuundo
10144
 
msgctxt "lazarusidestrconsts.lismenuundo"
10145
 
msgid "Undo"
10146
 
msgstr "Geri Al"
10147
 
 
10148
11321
#: lazarusidestrconsts.lismenuunindentselection
10149
 
msgid "Unindent selection"
 
11322
#, fuzzy
 
11323
#| msgid "Unindent selection"
 
11324
msgid "Unindent Selection"
10150
11325
msgstr "Seçimi beriye al"
10151
11326
 
10152
11327
#: lazarusidestrconsts.lismenuuppercaseselection
10153
 
msgid "Uppercase selection"
 
11328
#, fuzzy
 
11329
#| msgid "Uppercase selection"
 
11330
msgid "Uppercase Selection"
10154
11331
msgstr "Seçimi büyük harfe çevir"
10155
11332
 
 
11333
#: lazarusidestrconsts.lismenuuseunit
 
11334
msgctxt "lazarusidestrconsts.lismenuuseunit"
 
11335
msgid "Add Unit to Uses Section ..."
 
11336
msgstr ""
 
11337
 
10156
11338
#: lazarusidestrconsts.lismenuview
10157
11339
msgid "&View"
10158
11340
msgstr "Görünüm"
10177
11359
msgstr "Çağrı Yığıtı"
10178
11360
 
10179
11361
#: lazarusidestrconsts.lismenuviewcodebrowser
 
11362
msgctxt "lazarusidestrconsts.lismenuviewcodebrowser"
10180
11363
msgid "Code Browser"
10181
11364
msgstr "Kod Gezgini"
10182
11365
 
10201
11384
msgstr ""
10202
11385
 
10203
11386
#: lazarusidestrconsts.lismenuviewdebugoutput
10204
 
msgid "Debug output"
 
11387
#, fuzzy
 
11388
#| msgid "Debug output"
 
11389
msgid "Debug Output"
10205
11390
msgstr "Hata ayıklama çıktısı"
10206
11391
 
10207
11392
#: lazarusidestrconsts.lismenuviewforms
10208
 
msgid "Forms..."
 
11393
#, fuzzy
 
11394
#| msgid "Forms..."
 
11395
msgid "Forms ..."
10209
11396
msgstr "Pencereler..."
10210
11397
 
 
11398
#: lazarusidestrconsts.lismenuviewhistory
 
11399
msgctxt "lazarusidestrconsts.lismenuviewhistory"
 
11400
msgid "History"
 
11401
msgstr ""
 
11402
 
10211
11403
#: lazarusidestrconsts.lismenuviewidespeedbuttons
10212
11404
#, fuzzy
10213
 
#| msgid "View IDE speed buttons"
 
11405
#| msgid "IDE speed buttons"
10214
11406
msgctxt "lazarusidestrconsts.lismenuviewidespeedbuttons"
10215
 
msgid "IDE speed buttons"
 
11407
msgid "IDE Speed Buttons"
10216
11408
msgstr "IDE hız düğmelerini görüntüle"
10217
11409
 
10218
11410
#: lazarusidestrconsts.lismenuviewjumphistory
10219
11411
#, fuzzy
10220
 
#| msgid "Jump-History ..."
10221
 
msgid "Jump History ..."
 
11412
#| msgid "Jump History ..."
 
11413
msgctxt "lazarusidestrconsts.lismenuviewjumphistory"
 
11414
msgid "Jump History"
10222
11415
msgstr "Atlama-Geçmişini Gör ..."
10223
11416
 
10224
11417
#: lazarusidestrconsts.lismenuviewlocalvariables
10235
11428
msgid "Object Inspector"
10236
11429
msgstr "Nesne Görüntüleyici"
10237
11430
 
 
11431
#: lazarusidestrconsts.lismenuviewprojectsource
 
11432
msgid "&View Project Source"
 
11433
msgstr ""
 
11434
 
 
11435
#: lazarusidestrconsts.lismenuviewpseudoterminal
 
11436
msgid "Terminal Output"
 
11437
msgstr ""
 
11438
 
10238
11439
#: lazarusidestrconsts.lismenuviewregisters
10239
11440
msgctxt "lazarusidestrconsts.lismenuviewregisters"
10240
11441
msgid "Registers"
10248
11449
msgid "Search Results"
10249
11450
msgstr "Arama Sonuçları"
10250
11451
 
10251
 
#: lazarusidestrconsts.lismenuviewsource
10252
 
msgid "&View Source"
10253
 
msgstr "Kaynağı görüntüle"
10254
 
 
10255
11452
#: lazarusidestrconsts.lismenuviewsourceeditor
10256
11453
msgctxt "lazarusidestrconsts.lismenuviewsourceeditor"
10257
11454
msgid "Source Editor"
10258
11455
msgstr "Kaynak Kod Düzenleyici"
10259
11456
 
 
11457
#: lazarusidestrconsts.lismenuviewtaborder
 
11458
msgid "Tab Order"
 
11459
msgstr ""
 
11460
 
 
11461
#: lazarusidestrconsts.lismenuviewthreads
 
11462
msgctxt "lazarusidestrconsts.lismenuviewthreads"
 
11463
msgid "Threads"
 
11464
msgstr ""
 
11465
 
10260
11466
#: lazarusidestrconsts.lismenuviewtodolist
10261
11467
msgctxt "lazarusidestrconsts.lismenuviewtodolist"
10262
11468
msgid "ToDo List"
10263
11469
msgstr ""
10264
11470
 
10265
11471
#: lazarusidestrconsts.lismenuviewtoggleformunit
10266
 
msgid "Toggle form/unit view"
 
11472
#, fuzzy
 
11473
#| msgid "Toggle form/unit view"
 
11474
msgid "Toggle Form/Unit View"
10267
11475
msgstr "Pencere/birim görünümü arasında geçiş yap"
10268
11476
 
10269
11477
#: lazarusidestrconsts.lismenuviewunitdependencies
10270
11478
#, fuzzy
10271
 
#| msgid "View Unit Dependencies"
10272
 
msgid "Unit Dependencies"
 
11479
#| msgid "Unit Dependencies"
 
11480
msgid "Unit Dependencies ..."
10273
11481
msgstr "Birimin Bağımlılıklarını Görüntüle"
10274
11482
 
10275
11483
#: lazarusidestrconsts.lismenuviewunitinfo
10276
11484
#, fuzzy
10277
 
#| msgid "View Unit Information"
10278
 
msgid "Unit Information"
 
11485
#| msgid "Unit Information"
 
11486
msgid "Unit Information ..."
10279
11487
msgstr "Birim Bilgisini Görüntüle"
10280
11488
 
10281
11489
#: lazarusidestrconsts.lismenuviewunits
10282
 
msgid "Units..."
 
11490
#, fuzzy
 
11491
#| msgid "Units..."
 
11492
msgid "Units ..."
10283
11493
msgstr "Birimler..."
10284
11494
 
10285
11495
#: lazarusidestrconsts.lismenuviewwatches
10286
11496
msgid "Watches"
10287
11497
msgstr "İzlenenler"
10288
11498
 
 
11499
#: lazarusidestrconsts.lismenuwhatneedsbuilding
 
11500
msgid "What Needs Building"
 
11501
msgstr ""
 
11502
 
10289
11503
#: lazarusidestrconsts.lismenuwindow
10290
11504
msgid "&Window"
10291
11505
msgstr "Pencere"
10292
11506
 
 
11507
#: lazarusidestrconsts.lismeother
 
11508
msgctxt "lazarusidestrconsts.lismeother"
 
11509
msgid "Other tabs"
 
11510
msgstr ""
 
11511
 
 
11512
#: lazarusidestrconsts.lismeprojects
 
11513
msgid "Projects"
 
11514
msgstr ""
 
11515
 
10293
11516
#: lazarusidestrconsts.lismessagecontainsnofilepositioninformation
10294
11517
msgid "Message contains no file position information:%s%s"
10295
11518
msgstr ""
10346
11569
msgid "Search Unit Path"
10347
11570
msgstr ""
10348
11571
 
 
11572
#: lazarusidestrconsts.lismissingunitsskip
 
11573
msgid "Skip this Unit"
 
11574
msgstr ""
 
11575
 
 
11576
#: lazarusidestrconsts.lismitnotice
 
11577
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."
 
11578
msgstr ""
 
11579
 
10349
11580
#: lazarusidestrconsts.lismodifiedlgplnotice
10350
11581
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."
10351
11582
msgstr "<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."
10355
11586
msgstr ""
10356
11587
 
10357
11588
#: lazarusidestrconsts.lismore
 
11589
msgctxt "lazarusidestrconsts.lismore"
10358
11590
msgid "More"
10359
11591
msgstr ""
10360
11592
 
10367
11599
msgstr ""
10368
11600
 
10369
11601
#: lazarusidestrconsts.lismovepage
10370
 
msgid "Move Page ..."
 
11602
msgid "Move Page"
 
11603
msgstr ""
 
11604
 
 
11605
#: lazarusidestrconsts.lismoveselecteddown
 
11606
msgid "Move selected item down (Ctrl+Down)"
 
11607
msgstr ""
 
11608
 
 
11609
#: lazarusidestrconsts.lismoveselectedup
 
11610
msgid "Move selected item up (Ctrl+Up)"
10371
11611
msgstr ""
10372
11612
 
10373
11613
#: lazarusidestrconsts.lisms
10378
11618
msgid "Save messages to file (*.txt)"
10379
11619
msgstr ""
10380
11620
 
 
11621
#: lazarusidestrconsts.lisname
 
11622
msgctxt "lazarusidestrconsts.lisname"
 
11623
msgid "Name"
 
11624
msgstr ""
 
11625
 
10381
11626
#: lazarusidestrconsts.lisnameconflict
10382
11627
msgid "Name conflict"
10383
11628
msgstr ""
10392
11637
msgstr ""
10393
11638
 
10394
11639
#: lazarusidestrconsts.lisnew
10395
 
msgid "new"
 
11640
msgctxt "lazarusidestrconsts.lisnew"
 
11641
msgid "New"
10396
11642
msgstr ""
10397
11643
 
10398
11644
#: lazarusidestrconsts.lisnewancestors
10459
11705
msgid "Create a new unit with a LCL form."
10460
11706
msgstr ""
10461
11707
 
10462
 
#: lazarusidestrconsts.lisnewdlginheritanexistingcomponent
10463
 
msgid "Inherit from an existing component."
 
11708
#: lazarusidestrconsts.lisnewdlginheritfromaprojectformcomponent
 
11709
msgid "Inherit from a project form or component"
10464
11710
msgstr ""
10465
11711
 
10466
11712
#: lazarusidestrconsts.lisnewdlgnoitemselected
10490
11736
msgstr ""
10491
11737
 
10492
11738
#: lazarusidestrconsts.lisnewunitsareaddedtousessections
10493
 
msgid "New units are added to uses sections:"
 
11739
msgid "New units are added to uses sections"
10494
11740
msgstr ""
10495
11741
 
10496
11742
#: lazarusidestrconsts.lisno
10570
11816
msgstr "KaynakDizisi(ResourceString) Bölümü Bulunamadı "
10571
11817
 
10572
11818
#: lazarusidestrconsts.lisnormallythefilterisaregularexpressioninsimplesynta
10573
 
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)$"
 
11819
#, fuzzy
 
11820
#| 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)$"
 
11821
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)$"
10574
11822
msgstr "Normalde süzgeç bir düzenli ifadedir. Basit sözdiziminde . normal bir karakterin yerine, * ise herhangi bir şeyin yerine, ? herhangi bir karakterin yerine, virgül ve noktalı virgül ise alternatifleri birbirinden ayırmak için kullanılır. Örneğin: Basit Sözdizimi *.pas;*.pp şuna tekabül eder: ^(.*\\.pas|.*\\.pp)$"
10575
11823
 
10576
11824
#: lazarusidestrconsts.lisnostringconstantfound
10577
11825
msgid "No string constant found"
10578
11826
msgstr ""
10579
11827
 
10580
 
#: lazarusidestrconsts.lisnotadelphiproject
10581
 
msgid "Not a Delphi project"
10582
 
msgstr "Bir Delphi projesi değil"
10583
 
 
10584
 
#: lazarusidestrconsts.lisnotadelphiunit
10585
 
msgid "Not a Delphi unit"
 
11828
#: lazarusidestrconsts.lisnotadesigntimepackage
 
11829
msgid "Not a designtime package"
10586
11830
msgstr ""
10587
11831
 
10588
11832
#: lazarusidestrconsts.lisnotaninstallpackage
10593
11837
msgid "Not a valid pascal identifier"
10594
11838
msgstr ""
10595
11839
 
 
11840
#: lazarusidestrconsts.lisnotebooktabposbottom
 
11841
msgctxt "lazarusidestrconsts.lisnotebooktabposbottom"
 
11842
msgid "Bottom"
 
11843
msgstr ""
 
11844
 
 
11845
#: lazarusidestrconsts.lisnotebooktabposleft
 
11846
msgctxt "lazarusidestrconsts.lisnotebooktabposleft"
 
11847
msgid "Left"
 
11848
msgstr ""
 
11849
 
 
11850
#: lazarusidestrconsts.lisnotebooktabposright
 
11851
msgctxt "lazarusidestrconsts.lisnotebooktabposright"
 
11852
msgid "Right"
 
11853
msgstr ""
 
11854
 
 
11855
#: lazarusidestrconsts.lisnotebooktabpostop
 
11856
msgctxt "lazarusidestrconsts.lisnotebooktabpostop"
 
11857
msgid "Top"
 
11858
msgstr ""
 
11859
 
10596
11860
#: lazarusidestrconsts.lisnotecouldnotcreatedefinetemplateforfreepascal
10597
11861
msgid "NOTE: Could not create Define Template for Free Pascal Sources"
10598
11862
msgstr "NOT: Free Pascal Kaynak Dosyaları için Define Şablonu oluşturulamadı."
10601
11865
msgid "NOTE: Could not create Define Template for Lazarus Sources"
10602
11866
msgstr "NOT: Lazarus kaynak kodları için Tanımlama Şablonu oluşturulamadı"
10603
11867
 
 
11868
#: lazarusidestrconsts.lisnotemplateselected
 
11869
msgid "no template selected"
 
11870
msgstr ""
 
11871
 
10604
11872
#: lazarusidestrconsts.lisnotimplemented
10605
11873
msgid "Not implemented"
10606
11874
msgstr ""
10609
11877
msgid "Not implemented yet:%s%s"
10610
11878
msgstr ""
10611
11879
 
10612
 
#: lazarusidestrconsts.lisnotimplementedyet2
10613
 
msgid "Not implemented yet."
 
11880
#: lazarusidestrconsts.lisnotinstalled
 
11881
msgid "not installed"
10614
11882
msgstr ""
10615
11883
 
10616
11884
#: lazarusidestrconsts.lisnotnow
10617
11885
msgid "Not now"
10618
11886
msgstr "Şimdi değil"
10619
11887
 
 
11888
#: lazarusidestrconsts.lisnowloadedscheme
 
11889
msgid "Now loaded: "
 
11890
msgstr ""
 
11891
 
10620
11892
#: lazarusidestrconsts.lisnpcreate
10621
11893
msgid "Create"
10622
11894
msgstr ""
10710
11982
msgstr ""
10711
11983
 
10712
11984
#: lazarusidestrconsts.lisoipopenloadedpackage
10713
 
msgid "Open loaded package"
 
11985
msgid "Open Loaded Package"
10714
11986
msgstr ""
10715
11987
 
10716
11988
#: lazarusidestrconsts.lisoippackagename
10730
12002
msgstr ""
10731
12003
 
10732
12004
#: lazarusidestrconsts.lisoipstate
 
12005
msgctxt "lazarusidestrconsts.lisoipstate"
10733
12006
msgid "State"
10734
12007
msgstr ""
10735
12008
 
10742
12015
msgstr "%sBu paket otomatik olarak oluşturulmuş"
10743
12016
 
10744
12017
#: lazarusidestrconsts.lisok
10745
 
#, fuzzy
10746
 
#| msgid "&Ok"
10747
 
msgid "&OK"
10748
 
msgstr "&Tamam"
10749
 
 
10750
 
#: lazarusidestrconsts.lisold
10751
 
msgid "old"
10752
 
msgstr ""
 
12018
msgctxt "lazarusidestrconsts.lisok"
 
12019
msgid "OK"
 
12020
msgstr "Tamam"
10753
12021
 
10754
12022
#: lazarusidestrconsts.lisoldancestors
10755
12023
msgid "Old Ancestors"
10776
12044
msgstr ""
10777
12045
 
10778
12046
#: lazarusidestrconsts.lisopen
10779
 
msgid "Open ..."
10780
 
msgstr ""
 
12047
msgctxt "lazarusidestrconsts.lisopen"
 
12048
msgid "Open"
 
12049
msgstr "Aç"
10781
12050
 
10782
12051
#: lazarusidestrconsts.lisopenasxmlfile
10783
12052
msgid "Open as XML file"
10792
12061
msgstr ""
10793
12062
 
10794
12063
#: lazarusidestrconsts.lisopenfile
 
12064
#, fuzzy
 
12065
#| msgid "Open file"
 
12066
msgctxt "lazarusidestrconsts.lisopenfile"
 
12067
msgid "Open File"
 
12068
msgstr "Dosya aç"
 
12069
 
 
12070
#: lazarusidestrconsts.lisopenfile2
 
12071
#, fuzzy
 
12072
#| msgid "Open file"
 
12073
msgctxt "lazarusidestrconsts.lisopenfile2"
10795
12074
msgid "Open file"
10796
12075
msgstr "Dosya aç"
10797
12076
 
10798
 
#: lazarusidestrconsts.lisopenfile2
10799
 
msgid "Open File ..."
10800
 
msgstr ""
10801
 
 
10802
12077
#: lazarusidestrconsts.lisopenlfm
10803
12078
msgid "Open %s"
10804
12079
msgstr ""
10851
12126
msgid "Open the project %s?"
10852
12127
msgstr "%s adlı proje açılsın mı?"
10853
12128
 
 
12129
#: lazarusidestrconsts.lisopenxml
 
12130
msgid "Open XML"
 
12131
msgstr ""
 
12132
 
 
12133
#: lazarusidestrconsts.lisoptionschangedrecompilingcleanwithb
 
12134
msgid "Options changed, recompiling clean with -B"
 
12135
msgstr ""
 
12136
 
10854
12137
#: lazarusidestrconsts.lisor
10855
12138
msgid "or"
10856
12139
msgstr "ya da"
10864
12147
msgstr ""
10865
12148
 
10866
12149
#: lazarusidestrconsts.lisoverridetheprojectbuildmode
10867
 
msgid "%soverride the project build mode."
 
12150
msgid "%soverride the project or IDE build mode."
10868
12151
msgstr ""
10869
12152
 
10870
12153
#: lazarusidestrconsts.lisoverridetheprojectcpuegi386x86_64powerpcpowerpc_64
10900
12183
msgstr ""
10901
12184
 
10902
12185
#: lazarusidestrconsts.lispackageinfo
10903
 
msgid "Package Info"
 
12186
msgid "Package info"
10904
12187
msgstr ""
10905
12188
 
10906
12189
#: lazarusidestrconsts.lispackagenamebeginswith
10915
12198
msgid "Package needs installation"
10916
12199
msgstr ""
10917
12200
 
 
12201
#: lazarusidestrconsts.lispackageoutputdirectories
 
12202
msgid "Package output directories"
 
12203
msgstr ""
 
12204
 
 
12205
#: lazarusidestrconsts.lispackagesourcedirectories
 
12206
msgid "Package source directories"
 
12207
msgstr ""
 
12208
 
10918
12209
#: lazarusidestrconsts.lispackagestoinstallintheide
10919
12210
msgid "Packages to install in the IDE"
10920
12211
msgstr ""
10927
12218
msgid ", parsed "
10928
12219
msgstr ""
10929
12220
 
 
12221
#: lazarusidestrconsts.lispascalfile
 
12222
msgid "Pascal file"
 
12223
msgstr ""
 
12224
 
10930
12225
#: lazarusidestrconsts.lispascalsourcefile
10931
12226
msgid "Pascal source file"
10932
12227
msgstr "Pascal kaynak kod dosyası"
10939
12234
msgid "Pass Count"
10940
12235
msgstr ""
10941
12236
 
 
12237
#: lazarusidestrconsts.lispaste
 
12238
msgctxt "lazarusidestrconsts.lispaste"
 
12239
msgid "Paste"
 
12240
msgstr "Yapıştır"
 
12241
 
10942
12242
#: lazarusidestrconsts.lispasteclipboard
10943
12243
msgid "paste clipboard"
10944
12244
msgstr ""
10956
12256
msgid "Browse"
10957
12257
msgstr ""
10958
12258
 
 
12259
#: lazarusidestrconsts.lispatheditdeleteinvalidpaths
 
12260
msgid "Delete Invalid Paths"
 
12261
msgstr ""
 
12262
 
10959
12263
#: lazarusidestrconsts.lispatheditmovepathdown
10960
 
msgid "Move path down"
 
12264
msgid "Move path down (Ctrl+Down)"
10961
12265
msgstr ""
10962
12266
 
10963
12267
#: lazarusidestrconsts.lispatheditmovepathup
10964
 
msgid "Move path up"
 
12268
msgid "Move path up (Ctrl+Up)"
 
12269
msgstr ""
 
12270
 
 
12271
#: lazarusidestrconsts.lispatheditoraddhint
 
12272
msgid "Add new path to the list"
 
12273
msgstr ""
 
12274
 
 
12275
#: lazarusidestrconsts.lispatheditordeletehint
 
12276
msgid "Delete the selected path"
 
12277
msgstr ""
 
12278
 
 
12279
#: lazarusidestrconsts.lispatheditordeleteinvalidhint
 
12280
msgid "Remove non-existent (gray) paths from the list"
 
12281
msgstr ""
 
12282
 
 
12283
#: lazarusidestrconsts.lispatheditorreplacehint
 
12284
msgid "Replace the selected path with a new path"
 
12285
msgstr ""
 
12286
 
 
12287
#: lazarusidestrconsts.lispatheditortempladdhint
 
12288
msgid "Add template to the list"
10965
12289
msgstr ""
10966
12290
 
10967
12291
#: lazarusidestrconsts.lispatheditpathtemplates
10976
12300
msgid "Select directory"
10977
12301
msgstr ""
10978
12302
 
 
12303
#: lazarusidestrconsts.lispathoftheinstantfpccache
 
12304
msgid "path of the instantfpc cache"
 
12305
msgstr ""
 
12306
 
10979
12307
#: lazarusidestrconsts.lispathofthemakeutility
10980
12308
msgid "Path of the make utility"
10981
12309
msgstr ""
10984
12312
msgid "Path to failed Instance:"
10985
12313
msgstr ""
10986
12314
 
 
12315
#: lazarusidestrconsts.lispause
 
12316
msgctxt "lazarusidestrconsts.lispause"
 
12317
msgid "Pause"
 
12318
msgstr "Duraklat"
 
12319
 
 
12320
#: lazarusidestrconsts.lispckcleartousethepackagename
 
12321
msgid "Clear to use the package name"
 
12322
msgstr ""
 
12323
 
 
12324
#: lazarusidestrconsts.lispckdisablei18noflfm
 
12325
msgid "Disable I18N of lfm"
 
12326
msgstr ""
 
12327
 
10987
12328
#: lazarusidestrconsts.lispckeditaddanitem
10988
12329
msgid "Add an item"
10989
12330
msgstr "Bir parça ekle"
10990
12331
 
10991
12332
#: lazarusidestrconsts.lispckeditaddtoproject
10992
12333
msgctxt "lazarusidestrconsts.lispckeditaddtoproject"
10993
 
msgid "Add to project"
 
12334
msgid "Add to Project"
10994
12335
msgstr ""
10995
12336
 
10996
12337
#: lazarusidestrconsts.lispckeditapplychanges
11005
12346
msgid "Clear default/preferred filename of dependency"
11006
12347
msgstr ""
11007
12348
 
11008
 
#: lazarusidestrconsts.lispckeditcompile
11009
 
msgctxt "lazarusidestrconsts.lispckeditcompile"
11010
 
msgid "Compile"
11011
 
msgstr ""
11012
 
 
11013
12349
#: lazarusidestrconsts.lispckeditcompileeverything
11014
12350
msgid "Compile everything?"
11015
12351
msgstr ""
11025
12361
#: lazarusidestrconsts.lispckeditcompopts
11026
12362
msgctxt "lazarusidestrconsts.lispckeditcompopts"
11027
12363
msgid "Compiler Options"
11028
 
msgstr ""
 
12364
msgstr "Derleyici seçenekleri"
11029
12365
 
11030
12366
#: lazarusidestrconsts.lispckeditcreatemakefile
11031
12367
msgctxt "lazarusidestrconsts.lispckeditcreatemakefile"
11056
12392
msgid "General Options"
11057
12393
msgstr ""
11058
12394
 
11059
 
#: lazarusidestrconsts.lispckedithelp
11060
 
msgctxt "lazarusidestrconsts.lispckedithelp"
11061
 
msgid "Help"
11062
 
msgstr ""
11063
 
 
11064
12395
#: lazarusidestrconsts.lispckeditinstall
11065
12396
msgid "Install"
11066
12397
msgstr ""
11090
12421
msgstr ""
11091
12422
 
11092
12423
#: lazarusidestrconsts.lispckeditmore
11093
 
msgid "More ..."
 
12424
msgid "More >>"
11094
12425
msgstr ""
11095
12426
 
11096
12427
#: lazarusidestrconsts.lispckeditmovedependencydown
11130
12461
msgstr ""
11131
12462
 
11132
12463
#: lazarusidestrconsts.lispckeditrecompileallrequired
11133
 
msgid "Recompile all required"
 
12464
msgid "Recompile All Required"
11134
12465
msgstr ""
11135
12466
 
11136
12467
#: lazarusidestrconsts.lispckeditrecompileclean
11137
 
msgid "Recompile clean"
 
12468
msgid "Recompile Clean"
11138
12469
msgstr ""
11139
12470
 
11140
12471
#: lazarusidestrconsts.lispckeditrecompilethisandallrequiredpackages
11161
12492
msgid "Remove dependency %s%s%s%sfrom package %s%s%s?"
11162
12493
msgstr ""
11163
12494
 
11164
 
#: lazarusidestrconsts.lispckeditremovedfilestheseentriesarenotsavedtothelpkfile
11165
 
msgid "Removed Files (these entries are not saved to the lpk file)"
 
12495
#: lazarusidestrconsts.lispckeditremovedfiles
 
12496
msgid "Removed Files"
11166
12497
msgstr ""
11167
12498
 
11168
 
#: lazarusidestrconsts.lispckeditremovedrequiredpackagestheseentriesarenotsaved
11169
 
msgid "Removed required packages (these entries are not saved to the lpk file)"
 
12499
#: lazarusidestrconsts.lispckeditremovedrequiredpackages
 
12500
msgctxt "lazarusidestrconsts.lispckeditremovedrequiredpackages"
 
12501
msgid "Removed required packages"
11170
12502
msgstr ""
11171
12503
 
11172
12504
#: lazarusidestrconsts.lispckeditremovefile
11189
12521
msgid "Required Packages"
11190
12522
msgstr ""
11191
12523
 
11192
 
#: lazarusidestrconsts.lispckeditsavechanges
11193
 
msgid "Save Changes?"
11194
 
msgstr ""
11195
 
 
11196
12524
#: lazarusidestrconsts.lispckeditsavepackage
11197
 
msgid "Save package"
 
12525
msgid "Save Package"
11198
12526
msgstr ""
11199
12527
 
11200
12528
#: lazarusidestrconsts.lispckeditstorefilenameasdefaultforthisdependency
11254
12582
msgid "Uninstall on next start"
11255
12583
msgstr ""
11256
12584
 
 
12585
#: lazarusidestrconsts.lispckexpluninstallpackage
 
12586
msgctxt "lazarusidestrconsts.lispckexpluninstallpackage"
 
12587
msgid "Uninstall package %s"
 
12588
msgstr ""
 
12589
 
11257
12590
#: lazarusidestrconsts.lispckoptsaddoptionstodependentpackagesandprojects
11258
12591
msgid "Add options to dependent packages and projects"
11259
12592
msgstr "Bağımlı paketlere ve projelere seçenekler ekle"
11263
12596
msgstr "Bağımlı paketlere/projelere yol girdileri ekle"
11264
12597
 
11265
12598
#: lazarusidestrconsts.lispckoptsauthor
11266
 
msgid "Author:"
 
12599
#, fuzzy
 
12600
#| msgid "Author:"
 
12601
msgid "Author"
11267
12602
msgstr "Yazar:"
11268
12603
 
11269
12604
#: lazarusidestrconsts.lispckoptsautomaticallyincrementversiononbuild
11283
12618
msgstr ""
11284
12619
 
11285
12620
#: lazarusidestrconsts.lispckoptsdescriptionabstract
11286
 
msgid "Description/Abstract"
 
12621
msgid "Description / Abstract"
 
12622
msgstr ""
 
12623
 
 
12624
#: lazarusidestrconsts.lispckoptsdesigntime
 
12625
msgid "Designtime"
11287
12626
msgstr ""
11288
12627
 
11289
12628
#: lazarusidestrconsts.lispckoptsdesigntimeandruntime
11290
 
msgid "Designtime and Runtime"
11291
 
msgstr ""
11292
 
 
11293
 
#: lazarusidestrconsts.lispckoptsdesigntimeonly
11294
 
msgid "Designtime only"
 
12629
msgid "Designtime and runtime"
11295
12630
msgstr ""
11296
12631
 
11297
12632
#: lazarusidestrconsts.lispckoptsideintegration
11306
12641
msgid "Invalid package type"
11307
12642
msgstr ""
11308
12643
 
11309
 
#: lazarusidestrconsts.lispckoptslazdoclazarusdocumentation
11310
 
msgctxt "lazarusidestrconsts.lispckoptslazdoclazarusdocumentation"
11311
 
msgid "FPDoc files path"
11312
 
msgstr ""
11313
 
 
11314
12644
#: lazarusidestrconsts.lispckoptslibrary
11315
12645
msgid "Library"
11316
12646
msgstr ""
11317
12647
 
11318
12648
#: lazarusidestrconsts.lispckoptslicense
11319
 
msgid "License:"
 
12649
msgid "License"
11320
12650
msgstr ""
11321
12651
 
11322
12652
#: lazarusidestrconsts.lispckoptslinker
11344
12674
msgstr ""
11345
12675
 
11346
12676
#: lazarusidestrconsts.lispckoptspackagetype
11347
 
msgid "PackageType"
 
12677
msgid "Package type"
11348
12678
msgstr ""
11349
12679
 
11350
12680
#: lazarusidestrconsts.lispckoptsprovides
11355
12685
msgid "Release"
11356
12686
msgstr ""
11357
12687
 
11358
 
#: lazarusidestrconsts.lispckoptsruntimeonly
11359
 
msgid "Runtime only"
 
12688
#: lazarusidestrconsts.lispckoptsruntime
 
12689
msgid "Runtime"
11360
12690
msgstr ""
11361
12691
 
11362
12692
#: lazarusidestrconsts.lispckoptsthepackagehastheautoinstallflagthismeans
11368
12698
msgstr ""
11369
12699
 
11370
12700
#: lazarusidestrconsts.lispckoptsupdaterebuild
11371
 
msgid "Update/Rebuild"
 
12701
msgid "Update / Rebuild"
11372
12702
msgstr ""
11373
12703
 
11374
12704
#: lazarusidestrconsts.lispckoptsusage
11375
12705
msgid "Usage"
11376
12706
msgstr ""
11377
12707
 
 
12708
#: lazarusidestrconsts.lispckpackage
 
12709
msgid "Package:"
 
12710
msgstr ""
 
12711
 
 
12712
#: lazarusidestrconsts.lispcksearchpathsforfpdocxmlfilesmultiplepathsmustbesepa
 
12713
msgid "Search paths for fpdoc xml files. Multiple paths must be separated by semicolon."
 
12714
msgstr ""
 
12715
 
 
12716
#: lazarusidestrconsts.lispckwhentheformissavedtheidecanstoreallttranslatestring
 
12717
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."
 
12718
msgstr ""
 
12719
 
11378
12720
#: lazarusidestrconsts.lispdabort
11379
12721
msgctxt "lazarusidestrconsts.lispdabort"
11380
12722
msgid "Abort"
11389
12731
msgid "A pascal unit must have the extension .pp or .pas"
11390
12732
msgstr ""
11391
12733
 
 
12734
#: lazarusidestrconsts.lispecollapsedirectory
 
12735
msgid "Collapse directory"
 
12736
msgstr ""
 
12737
 
11392
12738
#: lazarusidestrconsts.lispeconflictfound
11393
12739
msgid "Conflict found"
11394
12740
msgstr ""
11395
12741
 
 
12742
#: lazarusidestrconsts.lispedirectories
 
12743
msgid "Directories"
 
12744
msgstr ""
 
12745
 
11396
12746
#: lazarusidestrconsts.lispeeditvirtualunit
11397
12747
msgid "Edit Virtual Unit"
11398
12748
msgstr "Sanal Birimi Düzenle"
11399
12749
 
 
12750
#: lazarusidestrconsts.lispeexpanddirectory
 
12751
msgid "Expand directory"
 
12752
msgstr ""
 
12753
 
11400
12754
#: lazarusidestrconsts.lispefilename
11401
12755
msgid "Filename:"
11402
12756
msgstr "Dosya adı:"
11413
12767
msgid "Invalid unitname"
11414
12768
msgstr ""
11415
12769
 
 
12770
#: lazarusidestrconsts.lispemissingfilesofpackage
 
12771
msgid "Missing files of package %s"
 
12772
msgstr ""
 
12773
 
11416
12774
#: lazarusidestrconsts.lispemovefiledown
11417
12775
msgid "Move file down"
11418
12776
msgstr ""
11421
12779
msgid "Move file up"
11422
12780
msgstr ""
11423
12781
 
 
12782
#: lazarusidestrconsts.lispenewfilenotinincludepath
 
12783
msgid "New file not in include path"
 
12784
msgstr ""
 
12785
 
 
12786
#: lazarusidestrconsts.lispenofilesmissingallfilesexist
 
12787
msgctxt "lazarusidestrconsts.lispenofilesmissingallfilesexist"
 
12788
msgid "No files missing. All files exist."
 
12789
msgstr ""
 
12790
 
 
12791
#: lazarusidestrconsts.lisperemovefiles
 
12792
msgid "Remove files"
 
12793
msgstr ""
 
12794
 
 
12795
#: lazarusidestrconsts.lisperemoveselectedfiles
 
12796
msgid "Remove selected files"
 
12797
msgstr ""
 
12798
 
 
12799
#: lazarusidestrconsts.lisperevertpackage
 
12800
msgid "Revert Package"
 
12801
msgstr ""
 
12802
 
 
12803
#: lazarusidestrconsts.lispesavepackageas
 
12804
msgid "Save Package As ..."
 
12805
msgstr ""
 
12806
 
 
12807
#: lazarusidestrconsts.lispeshowdirectoryhierarchy
 
12808
msgid "Show directory hierarchy"
 
12809
msgstr ""
 
12810
 
 
12811
#: lazarusidestrconsts.lispeshowmissingfiles
 
12812
msgid "Show Missing Files"
 
12813
msgstr ""
 
12814
 
11424
12815
#: lazarusidestrconsts.lispesortfiles
11425
 
msgid "Sort files"
 
12816
msgid "Sort Files Permanently"
 
12817
msgstr ""
 
12818
 
 
12819
#: lazarusidestrconsts.lispesortfilesalphabetically
 
12820
msgid "Sort files alphabetically"
 
12821
msgstr ""
 
12822
 
 
12823
#: lazarusidestrconsts.lispethefileiscurrentlynotintheincludepathofthepackagea
 
12824
msgid "The file \"%s\" is currently not in the include path of the package.%sAdd \"%s\" to the include path?"
11426
12825
msgstr ""
11427
12826
 
11428
12827
#: lazarusidestrconsts.lispethereisalreadyanunitwiththisnamefile
11435
12834
msgid "The unitname is not a valid pascal identifier."
11436
12835
msgstr ""
11437
12836
 
11438
 
#: lazarusidestrconsts.lispetheunitnameisusedwhentheideextendsusesclauses
11439
 
msgctxt "lazarusidestrconsts.lispetheunitnameisusedwhentheideextendsusesclauses"
11440
 
msgid "The unitname is used when the IDE extends uses clauses."
11441
 
msgstr ""
11442
 
 
11443
12837
#: lazarusidestrconsts.lispeunitname
11444
12838
msgid "Unitname:"
11445
12839
msgstr "Birim adı:"
11449
12843
msgid "Unitname and Filename do not match.%sExample: unit1.pas and Unit1"
11450
12844
msgstr ""
11451
12845
 
 
12846
#: lazarusidestrconsts.lispeuseallunitsindirectory
 
12847
msgid "Use all units in directory"
 
12848
msgstr ""
 
12849
 
 
12850
#: lazarusidestrconsts.lispeusenounitsindirectory
 
12851
msgid "Use no units in directory"
 
12852
msgstr ""
 
12853
 
11452
12854
#: lazarusidestrconsts.lispkgdefscompiledsrcpathaddition
11453
12855
msgid "CompiledSrcPath addition"
11454
12856
msgstr ""
11482
12884
msgstr ""
11483
12885
 
11484
12886
#: lazarusidestrconsts.lispkgeditthefileiscurrentlynotintheunitpathofthepackage
11485
 
msgid "The file %s%s%s%sis currently not in the unitpath of the package.%s%sAdd %s%s%s to UnitPath?"
11486
 
msgstr ""
11487
 
 
11488
 
#: lazarusidestrconsts.lispkgedonlinehelpnotyetimplemented
11489
 
msgid "Online Help not yet implemented"
 
12887
msgid "The file %s%s%s%sis currently not in the unit path of the package.%s%sAdd %s%s%s to unit path?"
11490
12888
msgstr ""
11491
12889
 
11492
12890
#: lazarusidestrconsts.lispkgedrightclickontheitemstreetogetthepopupmenuwithallav
11498
12896
msgstr ""
11499
12897
 
11500
12898
#: lazarusidestrconsts.lispkgfiletypebinary
 
12899
msgctxt "lazarusidestrconsts.lispkgfiletypebinary"
11501
12900
msgid "Binary"
11502
12901
msgstr "İkili"
11503
12902
 
11535
12934
msgid "Virtual Unit"
11536
12935
msgstr ""
11537
12936
 
 
12937
#: lazarusidestrconsts.lispkgmacropackagedirectoryparameterispackageid
 
12938
msgid "Package directory. Parameter is package ID"
 
12939
msgstr ""
 
12940
 
 
12941
#: lazarusidestrconsts.lispkgmacropackageincludefilessearchpathparameterispackageid
 
12942
msgid "Package include files search path. Parameter is package ID"
 
12943
msgstr ""
 
12944
 
 
12945
#: lazarusidestrconsts.lispkgmacropackagesourcesearchpathparameterispackageid
 
12946
msgid "Package source search path. Parameter is package ID"
 
12947
msgstr ""
 
12948
 
 
12949
#: lazarusidestrconsts.lispkgmacropackageunitsearchpathparameterispackageid
 
12950
msgid "Package unit search path. Parameter is package ID"
 
12951
msgstr ""
 
12952
 
11538
12953
#: lazarusidestrconsts.lispkgmangaddingnewdependencyforpackagepackage
11539
12954
msgid "%sAdding new Dependency for package %s: package %s%s"
11540
12955
msgstr "%sPaket %s için yeni Bağimlılık ekleniyor: paket %s%s"
11551
12966
msgid "Ambiguous units found"
11552
12967
msgstr "Belirsiz birimler bulundu"
11553
12968
 
11554
 
#: lazarusidestrconsts.lispkgmangarequiredpackageswasnotfound
11555
 
msgid "A required packages was not found. See package graph."
11556
 
msgstr "Gereken paketler bulunamadı. Paket grafiğine bakın."
11557
 
 
11558
12969
#: lazarusidestrconsts.lispkgmangautomaticallyinstalledpackages
11559
12970
msgid "Automatically installed packages"
11560
12971
msgstr "Otomatik yüklenmiş paketler"
11567
12978
msgid "Broken dependency"
11568
12979
msgstr ""
11569
12980
 
11570
 
#: lazarusidestrconsts.lispkgmangcircleinpackagedependencies
11571
 
msgid "Circle in package dependencies"
 
12981
#: lazarusidestrconsts.lispkgmangcirculardependencies
 
12982
msgid "Circular dependencies found"
11572
12983
msgstr ""
11573
12984
 
11574
12985
#: lazarusidestrconsts.lispkgmangcompilingpackage
11640
13051
msgid "File not saved"
11641
13052
msgstr ""
11642
13053
 
11643
 
#: lazarusidestrconsts.lispkgmangignoreandsavepackagenow
11644
 
msgid "Ignore and save package now"
11645
 
msgstr ""
11646
 
 
11647
13054
#: lazarusidestrconsts.lispkgmanginstallingthepackagewillautomaticallyinstallthepac
11648
13055
msgid "Installing the package %s will automatically install the package:"
11649
13056
msgstr ""
11676
13083
msgid "Invalid Package Name"
11677
13084
msgstr ""
11678
13085
 
11679
 
#: lazarusidestrconsts.lispkgmanglazarus
11680
 
msgctxt "lazarusidestrconsts.lispkgmanglazarus"
11681
 
msgid "Lazarus"
11682
 
msgstr ""
11683
 
 
11684
13086
#: lazarusidestrconsts.lispkgmangloadingpackagewillreplacepackage
11685
13087
msgid "Loading package %s will replace package %s%sfrom file %s.%sThe old package is modified.%s%sSave old package %s?"
11686
13088
msgstr ""
11693
13095
msgid "Package: %s"
11694
13096
msgstr ""
11695
13097
 
11696
 
#: lazarusidestrconsts.lispkgmangpackagechangedsave
11697
 
msgid "Package %s%s%s changed. Save?"
11698
 
msgstr ""
11699
 
 
11700
13098
#: lazarusidestrconsts.lispkgmangpackageconflicts
11701
13099
msgid "Package conflicts"
11702
13100
msgstr ""
11703
13101
 
11704
 
#: lazarusidestrconsts.lispkgmangpackagefilemissing
11705
 
msgid "Package file missing"
11706
 
msgstr ""
11707
 
 
11708
 
#: lazarusidestrconsts.lispkgmangpackagefilenotsaved
11709
 
msgid "Package file not saved"
11710
 
msgstr ""
11711
 
 
11712
13102
#: lazarusidestrconsts.lispkgmangpackagehasnovalidoutputdirectory
11713
13103
msgid "Package %s%s%s has no valid output directory:%s%s%s%s"
11714
13104
msgstr ""
11733
13123
msgid "Packages must have the extension .lpk"
11734
13124
msgstr ""
11735
13125
 
 
13126
#: lazarusidestrconsts.lispkgmangpleasecompilethepackagefirst
 
13127
msgid "Please compile the package first."
 
13128
msgstr ""
 
13129
 
11736
13130
#: lazarusidestrconsts.lispkgmangpleasesavethefilebeforeaddingittoapackage
11737
13131
msgid "Please save the file before adding it to a package."
11738
13132
msgstr ""
11739
13133
 
11740
 
#: lazarusidestrconsts.lispkgmangpleasesavethepackagefirst
11741
 
msgid "Please save the package first."
11742
 
msgstr ""
11743
 
 
11744
13134
#: lazarusidestrconsts.lispkgmangproject
11745
13135
msgid "Project: %s"
11746
13136
msgstr ""
11749
13139
msgid "Rebuild Lazarus?"
11750
13140
msgstr ""
11751
13141
 
11752
 
#: lazarusidestrconsts.lispkgmangrenamefileinpackage
11753
 
msgid "Rename file in package?"
11754
 
msgstr ""
11755
 
 
11756
13142
#: lazarusidestrconsts.lispkgmangrenamefilelowercase
11757
13143
msgid "Rename File lowercase?"
11758
13144
msgstr ""
11765
13151
msgid "Replace File"
11766
13152
msgstr ""
11767
13153
 
 
13154
#: lazarusidestrconsts.lispkgmangrequiredpackageswerenotfound
 
13155
msgid "One or more required packages were not found. See package graph for details."
 
13156
msgstr ""
 
13157
 
11768
13158
#: lazarusidestrconsts.lispkgmangsavepackage
11769
 
msgid "Save Package?"
11770
 
msgstr ""
11771
 
 
11772
 
#: lazarusidestrconsts.lispkgmangsavepackage2
11773
13159
msgid "Save package?"
11774
13160
msgstr ""
11775
13161
 
11814
13200
msgid "The file name %s%s%s is used by%sthe package %s%s%s%sin file %s%s%s."
11815
13201
msgstr ""
11816
13202
 
11817
 
#: lazarusidestrconsts.lispkgmangthefileofpackageismissing
11818
 
msgid "The file %s%s%s%sof package %s is missing."
11819
 
msgstr ""
11820
 
 
11821
 
#: lazarusidestrconsts.lispkgmangthefileofpackageneedstobesavedfirst
11822
 
msgid "The file %s%s%s%sof package %s needs to be saved first."
 
13203
#: lazarusidestrconsts.lispkgmangthefileofpackagewasnotfound
 
13204
msgid "The file \"%s\" of package %s was not found."
11823
13205
msgstr ""
11824
13206
 
11825
13207
#: lazarusidestrconsts.lispkgmangthefollowingpackagefailedtoload
11846
13228
msgid "The package %s is a runtime only package.%sRuntime only packages can not be installed in the IDE."
11847
13229
msgstr ""
11848
13230
 
 
13231
#: lazarusidestrconsts.lispkgmangthepackageiscompiledautomaticallyanditsoutputdirec
 
13232
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."
 
13233
msgstr ""
 
13234
 
11849
13235
#: lazarusidestrconsts.lispkgmangthepackageismarkedforinstallationbutcannotbefound
11850
13236
msgid "The package %s%s%s is marked for installation, but can not be found.%sRemove dependency from the installation list of packages?"
11851
13237
msgstr ""
11862
13248
msgid "The package name %s%s%s of%sthe file %s%s%s is invalid."
11863
13249
msgstr ""
11864
13250
 
11865
 
#: lazarusidestrconsts.lispkgmangthepackageownsthefileshouldthefileberenamed
11866
 
msgid "The package %s owns the file%s%s%s%s.%sShould the file be renamed in the package as well?"
11867
 
msgstr ""
11868
 
 
11869
13251
#: lazarusidestrconsts.lispkgmangthepackagewasmarkedcurrentlylazarus
11870
13252
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?"
11871
13253
msgstr ""
11882
13264
msgid "There are two units with the same name:%s%s1. %s%s%s from %s%s2. %s%s%s from %s%s%s"
11883
13265
msgstr ""
11884
13266
 
11885
 
#: lazarusidestrconsts.lispkgmangthereisacircleintherequiredpackages
11886
 
msgid "There is a circle in the required packages. See package graph."
 
13267
#: lazarusidestrconsts.lispkgmangthereisacirculardependency
 
13268
msgid "There is a circular dependency in the packages. See package graph."
11887
13269
msgstr ""
11888
13270
 
11889
13271
#: lazarusidestrconsts.lispkgmangthereisafpcunitwiththesamenameasapackage
11899
13281
msgstr ""
11900
13282
 
11901
13283
#: lazarusidestrconsts.lispkgmangthereisalreadyapackageloadedfromfile
11902
 
msgid "There is already a package %s%s%s loaded%sfrom file %s%s%s.%sSee Components -> Package Graph.%sReplace is impossible."
 
13284
msgid "There is already a package %s%s%s loaded%sfrom file %s%s%s.%sSee Package -> Package Graph.%sReplace is impossible."
11903
13285
msgstr ""
11904
13286
 
11905
13287
#: lazarusidestrconsts.lispkgmangthereisanunsavedpackageintherequiredpackages
11982
13364
msgid "Warning: The file %s%s%s%sbelongs to the current project."
11983
13365
msgstr ""
11984
13366
 
11985
 
#: lazarusidestrconsts.lispkgreg
11986
 
msgid "Package Registration"
 
13367
#: lazarusidestrconsts.lispkgmgrkeep
 
13368
msgctxt "lazarusidestrconsts.lispkgmgrkeep"
 
13369
msgid "keep"
 
13370
msgstr ""
 
13371
 
 
13372
#: lazarusidestrconsts.lispkgmgrnew
 
13373
msgctxt "lazarusidestrconsts.lispkgmgrnew"
 
13374
msgid "new"
 
13375
msgstr ""
 
13376
 
 
13377
#: lazarusidestrconsts.lispkgmgrremove
 
13378
msgctxt "lazarusidestrconsts.lispkgmgrremove"
 
13379
msgid "remove"
 
13380
msgstr ""
 
13381
 
 
13382
#: lazarusidestrconsts.lispkgselectapackage
 
13383
msgid "Select a package"
11987
13384
msgstr ""
11988
13385
 
11989
13386
#: lazarusidestrconsts.lispkgsyscannotregistercomponentswithoutunit
12010
13407
msgid "Invalid Unitname: %s"
12011
13408
msgstr ""
12012
13409
 
 
13410
#: lazarusidestrconsts.lispkgsyslpkfilename
 
13411
msgid "%s%slpk file: %s%s%s"
 
13412
msgstr ""
 
13413
 
12013
13414
#: lazarusidestrconsts.lispkgsyspackagefilenotfound
12014
13415
msgid "Package file not found"
12015
13416
msgstr ""
12016
13417
 
 
13418
#: lazarusidestrconsts.lispkgsyspackageregistrationerror
 
13419
msgid "Package registration error"
 
13420
msgstr ""
 
13421
 
12017
13422
#: lazarusidestrconsts.lispkgsysregisterprocedureisnil
12018
13423
msgid "Register procedure is nil"
12019
13424
msgstr ""
12022
13427
msgid "RegisterUnit was called, but no package is registering."
12023
13428
msgstr ""
12024
13429
 
12025
 
#: lazarusidestrconsts.lispkgsysregistrationerror
12026
 
msgid "Registration Error"
12027
 
msgstr ""
12028
 
 
12029
13430
#: lazarusidestrconsts.lispkgsyssynedittheeditorcomponentusedbylazarus
12030
13431
msgid "SynEdit - the editor component used by Lazarus. http://sourceforge.net/projects/synedit/"
12031
13432
msgstr ""
12032
13433
 
12033
13434
#: lazarusidestrconsts.lispkgsysthefclfreepascalcomponentlibraryprovidesthebase
12034
 
msgid "The FCL - FreePascal Component Library provides the base classes for object pascal."
 
13435
msgid "The FCL - Free Pascal Component Library provides the base classes for Object Pascal."
12035
13436
msgstr ""
12036
13437
 
12037
13438
#: lazarusidestrconsts.lispkgsysthelcllazaruscomponentlibrarycontainsallbase
12038
13439
msgid "The LCL - Lazarus Component Library contains all base components for form editing."
12039
13440
msgstr ""
12040
13441
 
 
13442
#: lazarusidestrconsts.lispkgsysthelpkfilewasnotfound
 
13443
msgid "%s%sThe lpk file was not found."
 
13444
msgstr ""
 
13445
 
12041
13446
#: lazarusidestrconsts.lispkgsysthepackageisinstalledbutnovalidpackagefilewasfound
12042
13447
msgid "The package %s%s%s is installed, but no valid package file (.lpk) was found.%sA broken dummy package was created."
12043
13448
msgstr ""
12058
13463
msgid "%s%sUnit Name: %s%s%s"
12059
13464
msgstr "%s%sBirim Adı: %s%s%s"
12060
13465
 
12061
 
#: lazarusidestrconsts.lispkgsysunitnotfound
12062
 
msgid "Unit not found: %s%s%s"
 
13466
#: lazarusidestrconsts.lispkgsysunitwasnotfoundinthelpkfileprobablythislpkfilewasn
 
13467
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."
12063
13468
msgstr ""
12064
13469
 
12065
 
#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackage
12066
 
msgid "Unit %s%s%s was removed from package"
 
13470
#: lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk
 
13471
msgctxt "lazarusidestrconsts.lispkgsysunitwasremovedfrompackagelpk"
 
13472
msgid "Unit \"%s\" was removed from package (lpk)"
12067
13473
msgstr ""
12068
13474
 
12069
13475
#: lazarusidestrconsts.lispkgthisfileisnotinanyloadedpackage
12103
13509
msgid "User"
12104
13510
msgstr ""
12105
13511
 
 
13512
#: lazarusidestrconsts.lispleasefixtheerrorinthemessagewindow
 
13513
msgid "Please fix the error shown in the message window, which is normally below the source editor."
 
13514
msgstr ""
 
13515
 
12106
13516
#: lazarusidestrconsts.lispleaseopenaunitbeforerun
12107
13517
msgid "Please open a unit before run."
12108
13518
msgstr ""
12180
13590
msgid "Save in .lps file in project directory"
12181
13591
msgstr ""
12182
13592
 
 
13593
#: lazarusidestrconsts.lisposavesessionfoldstate
 
13594
msgid "Save fold info"
 
13595
msgstr ""
 
13596
 
12183
13597
#: lazarusidestrconsts.lisposavesessioninformationin
12184
13598
msgid "Save session information in"
12185
13599
msgstr ""
12186
13600
 
 
13601
#: lazarusidestrconsts.lisposavesessionjumphistory
 
13602
msgid "Save jump history"
 
13603
msgstr ""
 
13604
 
12187
13605
#: lazarusidestrconsts.lisprecedingword
12188
13606
msgid "Preceding word"
12189
13607
msgstr ""
12192
13610
msgid "primary config directory, where Lazarus stores its config files. Default is "
12193
13611
msgstr "Lazarus'un yapılandırma dosyalarını sakladığı birincil yapılandırma dizini. Varsayılan ayar "
12194
13612
 
12195
 
#: lazarusidestrconsts.lisprint
12196
 
msgid "Print"
 
13613
#: lazarusidestrconsts.lisprimaryconfigpath
 
13614
msgid "Primary config path"
 
13615
msgstr ""
 
13616
 
 
13617
#: lazarusidestrconsts.lisprior
 
13618
msgid "prior %s"
12197
13619
msgstr ""
12198
13620
 
12199
13621
#: lazarusidestrconsts.lisprivate
12230
13652
msgid "Program detected"
12231
13653
msgstr "Program algılandı"
12232
13654
 
 
13655
#: lazarusidestrconsts.lisprogramnotfound
 
13656
msgid "Program %s not found"
 
13657
msgstr ""
 
13658
 
12233
13659
#: lazarusidestrconsts.lisprogramsourcemusthaveapascalextensionlikepaspporlp
12234
13660
msgid "Program source must have a pascal extension like .pas, .pp or .lpr"
12235
13661
msgstr "Program kaynağı .pas, .pp or .lpr gibi bir pascal uzantısına sahip olmalı"
12236
13662
 
12237
13663
#: lazarusidestrconsts.lisprojaddaddfilestoproject
12238
 
msgid "Add files to project"
 
13664
msgid "Add Files to Project"
12239
13665
msgstr ""
12240
13666
 
12241
 
#: lazarusidestrconsts.lisprojaddaddfiletoproject
12242
 
msgid "Add file to project:"
12243
 
msgstr "Projeye bir dosya ekle:"
12244
 
 
12245
13667
#: lazarusidestrconsts.lisprojadddependencyalreadyexists
12246
13668
msgid "Dependency already exists"
12247
13669
msgstr ""
12248
13670
 
12249
13671
#: lazarusidestrconsts.lisprojaddeditorfile
12250
 
msgid "Add editor files"
 
13672
#, fuzzy
 
13673
#| msgid "Add editor files"
 
13674
msgid "Add Editor Files"
12251
13675
msgstr "Düzenleyici dosyaları ekle"
12252
13676
 
12253
 
#: lazarusidestrconsts.lisprojaddfiles
12254
 
msgid "Add files"
12255
 
msgstr "Dosyaları ekle"
12256
 
 
12257
13677
#: lazarusidestrconsts.lisprojaddinvalidminmaxversion
12258
13678
msgid "Invalid Min-Max version"
12259
13679
msgstr ""
12330
13750
msgstr ""
12331
13751
 
12332
13752
#: lazarusidestrconsts.lisprojaddtoproject
 
13753
#, fuzzy
 
13754
#| msgid "Add to project"
12333
13755
msgctxt "lazarusidestrconsts.lisprojaddtoproject"
12334
 
msgid "Add to project"
 
13756
msgid "Add to Project"
12335
13757
msgstr "Projeye ekle"
12336
13758
 
12337
13759
#: lazarusidestrconsts.lisprojaddunitnamealreadyexists
12338
13760
msgid "Unit name already exists"
12339
13761
msgstr ""
12340
13762
 
 
13763
#: lazarusidestrconsts.lisproject
 
13764
msgid "Project %s"
 
13765
msgstr ""
 
13766
 
12341
13767
#: lazarusidestrconsts.lisprojectchanged
12342
13768
msgid "Project changed"
12343
13769
msgstr "Proje değiştirilmiş"
12368
13794
msgstr "Proje bilgi dosyası algılandı"
12369
13795
 
12370
13796
#: lazarusidestrconsts.lisprojectinformation
12371
 
msgid "Project Information"
 
13797
#, fuzzy
 
13798
#| msgid "Project Information"
 
13799
msgid "Project information"
12372
13800
msgstr "Proje Bilgisi"
12373
13801
 
12374
13802
#: lazarusidestrconsts.lisprojectisrunnable
12387
13815
msgid "Project Output directory (e.g. the ppu directory)"
12388
13816
msgstr ""
12389
13817
 
 
13818
#: lazarusidestrconsts.lisprojectoutputdirectory
 
13819
msgid "Project output directory"
 
13820
msgstr ""
 
13821
 
12390
13822
#: lazarusidestrconsts.lisprojectpath
12391
13823
msgid "Project Path:"
12392
13824
msgstr ""
12395
13827
msgid "Directory where project's main file must be"
12396
13828
msgstr ""
12397
13829
 
 
13830
#: lazarusidestrconsts.lisprojectsessionchanged
 
13831
msgid "Project session changed"
 
13832
msgstr ""
 
13833
 
 
13834
#: lazarusidestrconsts.lisprojectsourcedirectories
 
13835
msgid "Project source directories"
 
13836
msgstr ""
 
13837
 
 
13838
#: lazarusidestrconsts.lisprojectsraisedexceptionataddress
 
13839
msgid "%0:s%0:s At address %1:x"
 
13840
msgstr ""
 
13841
 
12398
13842
#: lazarusidestrconsts.lisprojectsraisedexceptionclasss
12399
13843
msgid "Project %s raised exception class '%s'."
12400
13844
msgstr ""
12403
13847
msgid "Project %s raised exception class '%s' with message:%s%s"
12404
13848
msgstr ""
12405
13849
 
 
13850
#: lazarusidestrconsts.lisprojectsraisedexceptioninfileaddress
 
13851
msgid "%0:s%0:s In file '%1:s' at address %2:x"
 
13852
msgstr ""
 
13853
 
 
13854
#: lazarusidestrconsts.lisprojectsraisedexceptioninfileline
 
13855
msgid "%0:s%0:s In file '%1:s' at line %2:d"
 
13856
msgstr ""
 
13857
 
 
13858
#: lazarusidestrconsts.lisprojectsraisedexceptioninfilelinesrc
 
13859
msgid "%0:s%0:s In file '%1:s' at line %2:d:%0:s%3:s"
 
13860
msgstr ""
 
13861
 
12406
13862
#: lazarusidestrconsts.lisprojectsrcpath
12407
13863
msgid "Project Src Path"
12408
13864
msgstr "Projenin Kaynak Yolu"
12425
13881
msgid "Project Wizard"
12426
13882
msgstr ""
12427
13883
 
 
13884
#: lazarusidestrconsts.lisprojfiles
 
13885
msgid "Files:"
 
13886
msgstr ""
 
13887
 
12428
13888
#: lazarusidestrconsts.lisprojinspconfirmdeletingdependency
12429
13889
msgid "Confirm deleting dependency"
12430
13890
msgstr ""
12442
13902
msgstr ""
12443
13903
 
12444
13904
#: lazarusidestrconsts.lisprojinspremovedrequiredpackages
 
13905
msgctxt "lazarusidestrconsts.lisprojinspremovedrequiredpackages"
12445
13906
msgid "Removed required packages"
12446
13907
msgstr ""
12447
13908
 
12506
13967
msgid "Publish project directory"
12507
13968
msgstr "Proje dizinini yayımla"
12508
13969
 
 
13970
#: lazarusidestrconsts.lispublishproject
 
13971
msgid "Publish Project"
 
13972
msgstr ""
 
13973
 
12509
13974
#: lazarusidestrconsts.lispublprojinvalidexcludefilter
12510
 
msgid "Invalid Exclude filter"
 
13975
msgid "Invalid exclude filter"
12511
13976
msgstr ""
12512
13977
 
12513
13978
#: lazarusidestrconsts.lispublprojinvalidincludefilter
12514
 
msgid "Invalid Include filter"
 
13979
msgid "Invalid include filter"
12515
13980
msgstr ""
12516
13981
 
12517
13982
#: lazarusidestrconsts.lisputlrsfilesinoutputdirectory
12539
14004
 
12540
14005
#: lazarusidestrconsts.lispvutheunitnameisusedwhentheideextendsusesclauses
12541
14006
msgctxt "lazarusidestrconsts.lispvutheunitnameisusedwhentheideextendsusesclauses"
12542
 
msgid "The unitname is used when the IDE extends uses clauses."
 
14007
msgid "The unitname is used when the IDE extends uses clauses"
12543
14008
msgstr ""
12544
14009
 
12545
14010
#: lazarusidestrconsts.lispvuunitnameandfilenamedonotmatchexampleunit1pasanduni
12548
14013
msgstr ""
12549
14014
 
12550
14015
#: lazarusidestrconsts.lispwconvertproject
12551
 
msgid "Convert Delphi Project"
 
14016
msgid "Convert &Delphi Project"
12552
14017
msgstr ""
12553
14018
 
12554
14019
#: lazarusidestrconsts.lispwnewproject
12555
 
msgid "New Project"
 
14020
msgid "&New Project"
12556
14021
msgstr ""
12557
14022
 
12558
14023
#: lazarusidestrconsts.lispwopenproject
12559
 
msgid "Open Project"
 
14024
msgid "&Open Project"
12560
14025
msgstr ""
12561
14026
 
12562
14027
#: lazarusidestrconsts.lispwopenrecentproject
 
14028
#, fuzzy
 
14029
#| msgid "Open Recent Project"
12563
14030
msgctxt "lazarusidestrconsts.lispwopenrecentproject"
12564
 
msgid "Open Recent Project"
 
14031
msgid "Open &Recent Project"
 
14032
msgstr "Önceki Projelerden Aç ..."
 
14033
 
 
14034
#: lazarusidestrconsts.lispwviewexampleprojects
 
14035
msgid "View &Example Projects"
12565
14036
msgstr ""
12566
14037
 
12567
14038
#: lazarusidestrconsts.lisquickfixcreatelocalvariable
12580
14051
msgid "Search identifier"
12581
14052
msgstr ""
12582
14053
 
 
14054
#: lazarusidestrconsts.lisquit
 
14055
msgctxt "lazarusidestrconsts.lisquit"
 
14056
msgid "Quit"
 
14057
msgstr ""
 
14058
 
12583
14059
#: lazarusidestrconsts.lisquitlazarus
12584
 
msgid "Quit Lazarus"
 
14060
#, fuzzy
 
14061
#| msgid "Quit Lazarus"
 
14062
msgid "&Quit Lazarus"
12585
14063
msgstr "Lazarus'tan Çık"
12586
14064
 
12587
14065
#: lazarusidestrconsts.lisreaderror
12588
14066
msgid "Read Error"
12589
14067
msgstr "Okuma Hatası"
12590
14068
 
 
14069
#: lazarusidestrconsts.lisrecenttabs
 
14070
msgid "Recent tabs"
 
14071
msgstr ""
 
14072
 
12591
14073
#: lazarusidestrconsts.lisrecordstruct
12592
14074
msgid "Record/Structure"
12593
14075
msgstr ""
12594
14076
 
 
14077
#: lazarusidestrconsts.lisredo
 
14078
msgctxt "lazarusidestrconsts.lisredo"
 
14079
msgid "Redo"
 
14080
msgstr "Yinele"
 
14081
 
12595
14082
#: lazarusidestrconsts.lisregisters
12596
14083
msgctxt "lazarusidestrconsts.lisregisters"
12597
14084
msgid "Registers"
12598
14085
msgstr ""
12599
14086
 
12600
 
#: lazarusidestrconsts.lisregistersdlgname
12601
 
msgctxt "lazarusidestrconsts.lisregistersdlgname"
12602
 
msgid "Name"
12603
 
msgstr ""
12604
 
 
12605
 
#: lazarusidestrconsts.lisregistersdlgvalue
12606
 
msgctxt "lazarusidestrconsts.lisregistersdlgvalue"
12607
 
msgid "Value"
12608
 
msgstr ""
12609
 
 
12610
14087
#: lazarusidestrconsts.lisregularexpression
12611
14088
msgid "Regular expression"
12612
14089
msgstr ""
12616
14093
msgstr ""
12617
14094
 
12618
14095
#: lazarusidestrconsts.lisremove
12619
 
msgid "remove"
 
14096
msgctxt "lazarusidestrconsts.lisremove"
 
14097
msgid "Remove"
12620
14098
msgstr ""
12621
14099
 
12622
14100
#: lazarusidestrconsts.lisremoveallinvalidproperties
12632
14110
msgstr ""
12633
14111
 
12634
14112
#: lazarusidestrconsts.lisremovefromproject
12635
 
msgid "Remove from project"
 
14113
#, fuzzy
 
14114
#| msgid "Remove from project"
 
14115
msgid "Remove from Project"
12636
14116
msgstr "Projeden kaldır"
12637
14117
 
12638
14118
#: lazarusidestrconsts.lisremovefromsearchpath
12639
14119
msgid "Remove from search path"
12640
14120
msgstr ""
12641
14121
 
 
14122
#: lazarusidestrconsts.lisremoveincludepath
 
14123
msgid "Remove include path?"
 
14124
msgstr ""
 
14125
 
12642
14126
#: lazarusidestrconsts.lisremovelocalvariable
12643
14127
msgid "Remove local variable %s"
12644
14128
msgstr ""
12667
14151
msgid "Remove unit from uses section"
12668
14152
msgstr ""
12669
14153
 
 
14154
#: lazarusidestrconsts.lisremoveunitpath
 
14155
msgid "Remove unit path?"
 
14156
msgstr ""
 
14157
 
 
14158
#: lazarusidestrconsts.lisrename
 
14159
msgctxt "lazarusidestrconsts.lisrename"
 
14160
msgid "Rename"
 
14161
msgstr ""
 
14162
 
12670
14163
#: lazarusidestrconsts.lisrenamefile
12671
14164
msgid "Rename file?"
12672
14165
msgstr "Dosya yeniden adlandırılsın mı?"
12695
14188
msgid "Repeat Count:"
12696
14189
msgstr ""
12697
14190
 
 
14191
#: lazarusidestrconsts.lisreplace
 
14192
msgctxt "lazarusidestrconsts.lisreplace"
 
14193
msgid "Replace"
 
14194
msgstr "Değiştir"
 
14195
 
12698
14196
#: lazarusidestrconsts.lisreplacement
12699
14197
msgid "Replacement"
12700
14198
msgstr ""
12711
14209
msgid "Fix unknown properties and types"
12712
14210
msgstr ""
12713
14211
 
 
14212
#: lazarusidestrconsts.lisreplacewholeidentifier
 
14213
msgid "Replace whole identifier"
 
14214
msgstr ""
 
14215
 
12714
14216
#: lazarusidestrconsts.lisreplacingselectionfailed
12715
14217
msgid "Replacing selection failed."
12716
14218
msgstr ""
12727
14229
msgid "Rescan"
12728
14230
msgstr ""
12729
14231
 
 
14232
#: lazarusidestrconsts.lisresetallfilefilterstodefaults
 
14233
msgid "Reset all file filters to defaults?"
 
14234
msgstr ""
 
14235
 
12730
14236
#: lazarusidestrconsts.lisresourceloaderror
12731
14237
msgid "Resource load error"
12732
14238
msgstr "Kaynak yükleme hatası"
12736
14242
msgstr "Kaynak kaydetme hatası"
12737
14243
 
12738
14244
#: lazarusidestrconsts.lisresourcetypeofnewfiles
12739
 
msgid "Resource type of project:"
 
14245
msgid "Resource type of project"
12740
14246
msgstr ""
12741
14247
 
12742
14248
#: lazarusidestrconsts.lisresponsecontinue
12743
14249
msgid "Response: %sContinue ?"
12744
14250
msgstr ""
12745
14251
 
 
14252
#: lazarusidestrconsts.lisrestart
 
14253
msgctxt "lazarusidestrconsts.lisrestart"
 
14254
msgid "Restart"
 
14255
msgstr "Yeniden Başlat"
 
14256
 
12746
14257
#: lazarusidestrconsts.lisresult
12747
14258
msgid "Result :="
12748
14259
msgstr ""
12788
14299
msgid "Root"
12789
14300
msgstr ""
12790
14301
 
 
14302
#: lazarusidestrconsts.lisrun
 
14303
msgctxt "lazarusidestrconsts.lisrun"
 
14304
msgid "Run"
 
14305
msgstr "Çalıştır"
 
14306
 
 
14307
#: lazarusidestrconsts.lisrunbuttonhint
 
14308
msgctxt "lazarusidestrconsts.lisrunbuttonhint"
 
14309
msgid "Run"
 
14310
msgstr "Çalıştır"
 
14311
 
12791
14312
#: lazarusidestrconsts.lisrunning
12792
14313
msgid "%s (running ...)"
12793
14314
msgstr ""
12800
14321
msgid "The host application %s%s%s is not executable."
12801
14322
msgstr ""
12802
14323
 
 
14324
#: lazarusidestrconsts.lisrunstage
 
14325
msgctxt "lazarusidestrconsts.lisrunstage"
 
14326
msgid "Run"
 
14327
msgstr "Çalıştır"
 
14328
 
 
14329
#: lazarusidestrconsts.lisruntimeonlycannotbeinstalledinide
 
14330
msgid "Runtime only, can not be installed in IDE"
 
14331
msgstr ""
 
14332
 
12803
14333
#: lazarusidestrconsts.lisruntofailed
12804
14334
msgid "Run-to failed"
12805
14335
msgstr ""
12806
14336
 
12807
14337
#: lazarusidestrconsts.lissamabstractmethodsnotyetoverridden
12808
 
msgid "Abstract methods - not yet overridden"
 
14338
#, fuzzy
 
14339
#| msgid "Abstract methods - not yet overridden"
 
14340
msgid "Abstract Methods - not yet overridden"
12809
14341
msgstr "Soyut yöntemler - henüz ezilmemiş"
12810
14342
 
12811
14343
#: lazarusidestrconsts.lissamabstractmethodsof
12857
14389
msgstr ""
12858
14390
 
12859
14391
#: lazarusidestrconsts.lissave
12860
 
msgid "Save ..."
 
14392
msgctxt "lazarusidestrconsts.lissave"
 
14393
msgid "Save"
 
14394
msgstr ""
 
14395
 
 
14396
#: lazarusidestrconsts.lissaveall
 
14397
msgctxt "lazarusidestrconsts.lissaveall"
 
14398
msgid "Save All"
 
14399
msgstr "Tümünü Kaydet"
 
14400
 
 
14401
#: lazarusidestrconsts.lissaveallchecked
 
14402
msgid "Save All Checked"
12861
14403
msgstr ""
12862
14404
 
12863
14405
#: lazarusidestrconsts.lissaveallmessagestofile
12864
 
msgid "Save all messages to file"
 
14406
#, fuzzy
 
14407
#| msgid "Save all messages to file"
 
14408
msgid "Save All Messages to File"
12865
14409
msgstr "Tüm iletileri dosyaya kaydet"
12866
14410
 
12867
14411
#: lazarusidestrconsts.lissaveallmodified
12868
 
msgid "save all modified files"
 
14412
#, fuzzy
 
14413
#| msgid "save all modified files"
 
14414
msgid "Save all modified files"
12869
14415
msgstr "Tüm değişen dosyaları kaydet"
12870
14416
 
12871
14417
#: lazarusidestrconsts.lissaveandexitdialog
12876
14422
msgid "Save and rebuild IDE"
12877
14423
msgstr ""
12878
14424
 
 
14425
#: lazarusidestrconsts.lissaveas
 
14426
msgctxt "lazarusidestrconsts.lissaveas"
 
14427
msgid "Save As"
 
14428
msgstr ""
 
14429
 
 
14430
#: lazarusidestrconsts.lissavechangedfiles
 
14431
msgid "Save changed files?"
 
14432
msgstr ""
 
14433
 
12879
14434
#: lazarusidestrconsts.lissavechanges
12880
14435
msgid "Save changes?"
12881
14436
msgstr "Değişiklikler kaydedilsin mi?"
12885
14440
msgstr "Değişiklikler %s projesine kaydedilsin mi?"
12886
14441
 
12887
14442
#: lazarusidestrconsts.lissavecurrenteditorfile
12888
 
msgid "save current editor file"
 
14443
#, fuzzy
 
14444
#| msgid "save current editor file"
 
14445
msgid "Save current editor file"
12889
14446
msgstr "Şu anki düzenleyici dosyasını kaydet"
12890
14447
 
 
14448
#: lazarusidestrconsts.lissavedsuccessfully
 
14449
msgid "Saved successfully"
 
14450
msgstr ""
 
14451
 
12891
14452
#: lazarusidestrconsts.lissaveeditorinfoofnonprojectfiles
12892
14453
msgid "Save editor info of non project files"
12893
14454
msgstr "Proje dışı dosyaların düzenleyici bilgisini kaydet"
12908
14469
msgid "Save project %s (*%s)"
12909
14470
msgstr ""
12910
14471
 
 
14472
#: lazarusidestrconsts.lissavesessionchangestoproject
 
14473
msgid "Save session changes to project %s?"
 
14474
msgstr ""
 
14475
 
12911
14476
#: lazarusidestrconsts.lissavesettings
12912
14477
msgid "Save Settings"
12913
14478
msgstr ""
12924
14489
msgid "Search For "
12925
14490
msgstr ""
12926
14491
 
 
14492
#: lazarusidestrconsts.lissearchpaths2
 
14493
msgid "Search paths"
 
14494
msgstr ""
 
14495
 
 
14496
#: lazarusidestrconsts.lissearchprojectsfrom
 
14497
msgid "Search projects from"
 
14498
msgstr ""
 
14499
 
12927
14500
#: lazarusidestrconsts.lissearchunit
12928
14501
msgid "Search unit"
12929
14502
msgstr ""
12932
14505
msgid "secondary config directory, where Lazarus searches for config template files. Default is "
12933
14506
msgstr "Lazarus'un şablon dosyalarını aradığı ikincil yapılandırma dizini. Varsayılan ayar "
12934
14507
 
 
14508
#: lazarusidestrconsts.lissecondaryconfigpath
 
14509
msgid "Secondary config path"
 
14510
msgstr ""
 
14511
 
12935
14512
#: lazarusidestrconsts.lisseemessages
12936
14513
msgid "See messages."
12937
14514
msgstr "İletileri gör."
12948
14525
msgid "Select a node"
12949
14526
msgstr ""
12950
14527
 
 
14528
#: lazarusidestrconsts.lisselectanotherlclwidgetsetmacrolclwidgettype
 
14529
msgid "Select another LCL widget set (macro LCLWidgetType)"
 
14530
msgstr ""
 
14531
 
12951
14532
#: lazarusidestrconsts.lisselectdfmfiles
12952
14533
msgid "Select Delphi form files (*.dfm)"
12953
14534
msgstr "Delphi form dosyaları (*.dfm) seç"
12961
14542
msgid "(selected bottom neighbour)"
12962
14543
msgstr ""
12963
14544
 
 
14545
#: lazarusidestrconsts.lisselectedcommandsmapping
 
14546
msgid "Selected Command's Mapping"
 
14547
msgstr ""
 
14548
 
12964
14549
#: lazarusidestrconsts.lisselectedleftneighbour
12965
14550
msgid "(selected left neighbour)"
12966
14551
msgstr ""
12977
14562
msgid "Select the file"
12978
14563
msgstr "Dosya seç"
12979
14564
 
 
14565
#: lazarusidestrconsts.lisselectfpcsourcedirectory
 
14566
msgid "Select FPC source directory"
 
14567
msgstr ""
 
14568
 
12980
14569
#: lazarusidestrconsts.lisselectionexceedsstringconstant
12981
14570
msgid "Selection exceeds string constant"
12982
14571
msgstr "Seçim, dizi sabitini aşıyor"
12985
14574
msgid "Selection tool"
12986
14575
msgstr "Seçim aracı"
12987
14576
 
 
14577
#: lazarusidestrconsts.lisselectlazarussourcedirectory
 
14578
msgid "Select Lazarus source directory"
 
14579
msgstr ""
 
14580
 
 
14581
#: lazarusidestrconsts.lisselectpathof
 
14582
msgid "Select path of %s"
 
14583
msgstr ""
 
14584
 
 
14585
#: lazarusidestrconsts.lisselectpathto
 
14586
msgid "Select path to %s"
 
14587
msgstr ""
 
14588
 
12988
14589
#: lazarusidestrconsts.lisselecttheactivebuildmode
12989
14590
msgid "Select the active build mode"
12990
14591
msgstr ""
12993
14594
msgid "Set default"
12994
14595
msgstr ""
12995
14596
 
12996
 
#: lazarusidestrconsts.lissetmacrovalues
12997
 
msgid "Set macro values"
12998
 
msgstr ""
12999
 
 
13000
14597
#: lazarusidestrconsts.lissetupdefaultindentation
13001
14598
msgid "(Setup default indentation)"
13002
14599
msgstr ""
13033
14630
msgid "Show gutter"
13034
14631
msgstr ""
13035
14632
 
 
14633
#: lazarusidestrconsts.lisshowhelp
 
14634
msgid "Show help"
 
14635
msgstr ""
 
14636
 
13036
14637
#: lazarusidestrconsts.lisshowhintsinobjectinspector
 
14638
msgctxt "lazarusidestrconsts.lisshowhintsinobjectinspector"
13037
14639
msgid "Show hints"
13038
14640
msgstr ""
13039
14641
 
13045
14647
msgid "Show information box"
13046
14648
msgstr ""
13047
14649
 
13048
 
#: lazarusidestrconsts.lisshowoldtaborder
13049
 
msgid "Show old tab order"
 
14650
#: lazarusidestrconsts.lisshowoverviewgutter
 
14651
msgid "Show overview Gutter"
13050
14652
msgstr ""
13051
14653
 
13052
14654
#: lazarusidestrconsts.lisshowpackages
13053
14655
msgid "Show packages"
13054
14656
msgstr ""
13055
14657
 
 
14658
#: lazarusidestrconsts.lisshowpositionofsourceeditor
 
14659
msgid "Show position of source editor"
 
14660
msgstr ""
 
14661
 
 
14662
#: lazarusidestrconsts.lisshowsetupdialogformostimportantsettings
 
14663
msgid "Show setup dialog for most important settings"
 
14664
msgstr ""
 
14665
 
13056
14666
#: lazarusidestrconsts.lisshowspecialcharacters
13057
14667
msgid "Show special characters"
13058
14668
msgstr ""
13082
14692
msgstr ""
13083
14693
 
13084
14694
#: lazarusidestrconsts.lissimplesyntax
13085
 
msgid "Simple Syntax"
 
14695
#, fuzzy
 
14696
#| msgid "Simple Syntax"
 
14697
msgid "Simple syntax"
13086
14698
msgstr "Basit Sözdizimi"
13087
14699
 
 
14700
#: lazarusidestrconsts.lisskiperrors
 
14701
msgid "Skip errors"
 
14702
msgstr ""
 
14703
 
13088
14704
#: lazarusidestrconsts.lisskipfile
13089
14705
msgid "Skip file"
13090
14706
msgstr ""
13105
14721
msgid "Matches"
13106
14722
msgstr "Uyuşanlar"
13107
14723
 
13108
 
#: lazarusidestrconsts.lissorrynotimplementedyet
13109
 
msgid "Sorry, not implemented yet"
13110
 
msgstr ""
13111
 
 
13112
14724
#: lazarusidestrconsts.lissorrythistypeisnotyetimplemented
13113
14725
msgid "Sorry, this type is not yet implemented"
13114
14726
msgstr "Üzgünüz, bu tür henüz gerçeklenmedi"
13117
14729
msgid "Ascending"
13118
14730
msgstr "Artarak"
13119
14731
 
13120
 
#: lazarusidestrconsts.lissortselcancel
13121
 
msgctxt "lazarusidestrconsts.lissortselcancel"
13122
 
msgid "Cancel"
13123
 
msgstr "İptal"
13124
 
 
13125
14732
#: lazarusidestrconsts.lissortselcasesensitive
13126
14733
msgctxt "lazarusidestrconsts.lissortselcasesensitive"
13127
14734
msgid "&Case Sensitive"
13175
14782
msgstr "Kaynak ve hedef aynı:%s%s"
13176
14783
 
13177
14784
#: lazarusidestrconsts.lissourcebreakpoint
13178
 
msgid "&Source breakpoint"
 
14785
#, fuzzy
 
14786
#| msgid "&Source Breakpoint..."
 
14787
msgid "&Source Breakpoint ..."
13179
14788
msgstr "Kaynak durma noktası"
13180
14789
 
13181
14790
#: lazarusidestrconsts.lissourcedirectoryanddestinationdirectoryarethesamema
13222
14831
msgid "Start Conversion"
13223
14832
msgstr ""
13224
14833
 
 
14834
#: lazarusidestrconsts.lisstartide
 
14835
msgid "Start IDE"
 
14836
msgstr ""
 
14837
 
13225
14838
#: lazarusidestrconsts.lisstartwithanewproject
13226
14839
msgid "Start with a new project"
13227
14840
msgstr "Yeni bir projeye başla"
13228
14841
 
 
14842
#: lazarusidestrconsts.lisstop
 
14843
msgctxt "lazarusidestrconsts.lisstop"
 
14844
msgid "Stop"
 
14845
msgstr "Dur"
 
14846
 
13229
14847
#: lazarusidestrconsts.lisstopcurrentdebuggingandrebuildproject
13230
14848
msgid "Stop current debugging and rebuild project?"
13231
14849
msgstr ""
13246
14864
msgid "Stop the debugging?"
13247
14865
msgstr "Hata ayıklama durdurulsun mu?"
13248
14866
 
 
14867
#: lazarusidestrconsts.lisstorepathdelimitersandas
 
14868
msgid "Store path delimiters \\ and / as"
 
14869
msgstr ""
 
14870
 
13249
14871
#: lazarusidestrconsts.lisstrangelpifile
13250
14872
msgid "Strange lpi file"
13251
14873
msgstr ""
13279
14901
msgid "Success"
13280
14902
msgstr ""
13281
14903
 
 
14904
#: lazarusidestrconsts.lissuggestdefaultnameofnewfileinlowercase
 
14905
msgid "Suggest default name of new file in lowercase"
 
14906
msgstr ""
 
14907
 
13282
14908
#: lazarusidestrconsts.lissuspiciousincludepath
13283
14909
msgid "Suspicious include path"
13284
14910
msgstr ""
13303
14929
msgid "Override system variable"
13304
14930
msgstr ""
13305
14931
 
13306
 
#: lazarusidestrconsts.lissynedit
13307
 
msgid "SynEdit"
13308
 
msgstr ""
13309
 
 
13310
14932
#: lazarusidestrconsts.lissyntaxmode
13311
14933
msgid "Syntax mode"
13312
14934
msgstr ""
13313
14935
 
 
14936
#: lazarusidestrconsts.lissystemppunotfoundcheckyourfpccfg
 
14937
msgid "system.ppu not found. Check your fpc.cfg."
 
14938
msgstr ""
 
14939
 
13314
14940
#: lazarusidestrconsts.listab
13315
14941
msgid "Tab"
13316
14942
msgstr ""
13317
14943
 
 
14944
#: lazarusidestrconsts.listaborderconfirmsort
 
14945
msgid "Sort tab orders of all child controls of \"%s\" by their positions?"
 
14946
msgstr ""
 
14947
 
 
14948
#: lazarusidestrconsts.listaborderdownhint
 
14949
msgid "Move the selected control down in tab order"
 
14950
msgstr ""
 
14951
 
13318
14952
#: lazarusidestrconsts.listaborderof
13319
 
msgid "Tab Order of"
 
14953
msgid "Tab Order of %s"
 
14954
msgstr ""
 
14955
 
 
14956
#: lazarusidestrconsts.listabordersorthint
 
14957
msgid "Calculate tab order for controls by their X- and Y- positions"
 
14958
msgstr ""
 
14959
 
 
14960
#: lazarusidestrconsts.listaborderuphint
 
14961
msgid "Move the selected control up in tab order"
 
14962
msgstr ""
 
14963
 
 
14964
#: lazarusidestrconsts.listabsfor
 
14965
msgid "Tabs for %s"
 
14966
msgstr ""
 
14967
 
 
14968
#: lazarusidestrconsts.listakesnapshot
 
14969
msgid "Take a Snapshot"
 
14970
msgstr ""
 
14971
 
 
14972
#: lazarusidestrconsts.listarget
 
14973
msgid "Target:"
13320
14974
msgstr ""
13321
14975
 
13322
14976
#: lazarusidestrconsts.listargetcpu
13353
15007
msgstr ""
13354
15008
 
13355
15009
#: lazarusidestrconsts.listemplateeditparamcellhelp
13356
 
msgid ""
13357
 
"Inserts an editable Cell, with a default value\n"
13358
 
"\"\",Sync=n (,S=n), to Sync with a previous cell (n=1 to highest prev cell\n"
13359
 
"\"default\",Sync, to Sync with a previous cell of equal default\n"
 
15010
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\")"
13360
15011
msgstr ""
13361
15012
 
13362
15013
#: lazarusidestrconsts.listestdirectory
13367
15018
msgid "The Application Bundle was created for \"%s\""
13368
15019
msgstr ""
13369
15020
 
13370
 
#: lazarusidestrconsts.listhebuildmacrodoesnotbeginwith
13371
 
msgid "The build macro \"%s\" does not begin with \"%s\"."
13372
 
msgstr ""
13373
 
 
13374
15021
#: lazarusidestrconsts.listheclassisatcontrolandcannotbepastedontoanoncontro
13375
15022
msgid "The class %s%s%s is a TControl and can not be pasted onto a non control.%sUnable to paste."
13376
15023
msgstr "%s%s%s adlı sınıf bir TControl ve denetim olmayan bir şeye yapıştırılamaz.%sYapıştırılamıyor."
13387
15034
msgid "The command after publishing is invalid:%s%s%s%s"
13388
15035
msgstr "Yayımlamadan sonraki komut geçersiz:%s%s%s%s"
13389
15036
 
 
15037
#: lazarusidestrconsts.listhecompilerfiledoesnotlookcorrect
 
15038
msgid "The compiler file \"%s\" does not look correct:%s%s"
 
15039
msgstr ""
 
15040
 
13390
15041
#: lazarusidestrconsts.listhecomponentcannotbedeletedbecauseitisnotownedby
13391
15042
msgid "The component %s can not be deleted, because it is not owned by %s."
13392
15043
msgstr ""
13411
15062
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."
13412
15063
msgstr ""
13413
15064
 
 
15065
#: lazarusidestrconsts.listheconfigurationwillbedowngradedconverted
 
15066
msgid "The configuration will be downgraded/converted."
 
15067
msgstr ""
 
15068
 
 
15069
#: lazarusidestrconsts.listhecontainsanotexistingdirectory
 
15070
msgid "The %s contains a not existing directory:%s%s"
 
15071
msgstr ""
 
15072
 
 
15073
#: lazarusidestrconsts.listhecontainsastarcharacterlazarususesthisasnormalch
 
15074
msgid "The %s contains a star * character.%sLazarus uses this as normal character and does not expand this as file mask."
 
15075
msgstr ""
 
15076
 
13414
15077
#: lazarusidestrconsts.listhecurrentcompilerfilenameisnotavalidexecutablecho
13415
 
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"
 
15078
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"
13416
15079
msgstr ""
13417
15080
 
13418
15081
#: lazarusidestrconsts.listhecurrentcompilerfilenameisnotavalidexecutableplease
13419
 
msgid "The current compiler filename %s%s%s%sis not a valid executable.%sPlease check Environment -> Environment Options -> Files"
 
15082
msgid "The current compiler filename %s%s%s%sis not a valid executable.%sPlease check Tools -> Options -> Files"
 
15083
msgstr ""
 
15084
 
 
15085
#: lazarusidestrconsts.listhecurrentfpchasnoconfigfileitwillprobablymisssome
 
15086
msgid "The current FPC has no config file. It will probably miss some units. Check your installation of fpc."
13420
15087
msgstr ""
13421
15088
 
13422
15089
#: lazarusidestrconsts.listhecurrentfreepascalsourcedirectorydoesnotlookcorr
13423
 
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"
 
15090
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"
13424
15091
msgstr ""
13425
15092
 
13426
15093
#: lazarusidestrconsts.listhecurrentfreepascalsourcedirectorydoesnotlookcorr2
13427
 
msgid "The current Free Pascal source directory %s%s%s%sdoes not look correct.%sCheck Environment -> Environment Options -> Files"
 
15094
msgid "The current Free Pascal source directory %s%s%s%sdoes not look correct.%sCheck Tools -> Options -> Files"
13428
15095
msgstr ""
13429
15096
 
13430
15097
#: lazarusidestrconsts.listhecurrentlazarusdirectorydoesnotlookcorrectwithou
13431
 
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"
 
15098
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"
13432
15099
msgstr ""
13433
15100
 
13434
15101
#: lazarusidestrconsts.listhecurrentlazarusdirectorydoesnotlookcorrectwithou2
13435
 
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"
13436
 
msgstr ""
13437
 
 
13438
 
#: lazarusidestrconsts.listhecurrentunitpathforthefileisthepathtothelclunits
13439
 
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."
 
15102
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"
13440
15103
msgstr ""
13441
15104
 
13442
15105
#: lazarusidestrconsts.listhedebuggerdoesnotexistsorisnotexecutableseeenviro
13443
 
msgid "The debugger %s%s%s%sdoes not exist or is not executable.%s%sSee Environment -> Debugger Options"
 
15106
msgid "The debugger %s%s%s%sdoes not exist or is not executable.%s%sSee Tools -> Options -> Debugger options"
13444
15107
msgstr ""
13445
15108
 
13446
15109
#: lazarusidestrconsts.listhedestinationdirectorydoesnotexist
13451
15114
msgid "The destination directory %s%s%s does not exist.%sPlease check the project target file name Menu > Project > Project Options."
13452
15115
msgstr ""
13453
15116
 
 
15117
#: lazarusidestrconsts.listhedirectorycontainsnoprojectincludefilesanymorere
 
15118
msgid "The directory \"%s\" contains no project include files any more. Remove this directory from the project's include search path?"
 
15119
msgstr ""
 
15120
 
 
15121
#: lazarusidestrconsts.listhedirectorycontainsnoprojectunitsanymoreremovethi
 
15122
msgid "The directory \"%s\" contains no project units any more. Remove this directory from the project's unit search path?"
 
15123
msgstr ""
 
15124
 
13454
15125
#: lazarusidestrconsts.listhedirectoryisnolongerneededintheunitpathremoveit
13455
15126
msgid "The directory %s%s%s is no longer needed in the unit path.%sRemove it?"
13456
15127
msgstr ""
13483
15154
msgid "The file %s%s%s is a symlink.%s%sOpen %s%s%s instead?"
13484
15155
msgstr ""
13485
15156
 
13486
 
#: lazarusidestrconsts.listhefileisnotadelphiprojectdpr
13487
 
msgid "The file %s%s%s is not a Delphi project (.dpr)"
13488
 
msgstr "%s%s%s dosyası bir Delphi projesi(.dpr) değil"
13489
 
 
13490
 
#: lazarusidestrconsts.listhefileisnotadelphiunit
13491
 
msgid "The file %s%s%s is not a Delphi unit."
13492
 
msgstr ""
13493
 
 
13494
15157
#: lazarusidestrconsts.listhefileisnotalazarusprojectcreateanewprojectforthi
13495
15158
msgid "The file %s%s%s is not a lazarus project.%sCreate a new project for this %s?"
13496
15159
msgstr ""
13497
15160
 
 
15161
#: lazarusidestrconsts.listhefilemaskisinvalid
 
15162
msgid "The file mask \"%s\" is invalid."
 
15163
msgstr ""
 
15164
 
 
15165
#: lazarusidestrconsts.listhefilemaskisnotavalidregularexpression
 
15166
msgid "The file mask \"%s\" is not a valid regular expression."
 
15167
msgstr ""
 
15168
 
13498
15169
#: lazarusidestrconsts.listhefileseemstobeaprogramclosecurrentproject
13499
15170
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."
13500
15171
msgstr "%s%s%s%sprogram dosyası gibi görünüyor. Bu program için, şu anki proje kapatılıp ve yeni bir lazarus projesi oluşturulsun mu?%s\"Hayır\" seçeneği dosyayı normal bir kaynak kodu dosyası olarak yükleyecek."
13520
15191
msgid "The first build mode is the default mode and must be stored in the project, not in the session."
13521
15192
msgstr ""
13522
15193
 
13523
 
#: lazarusidestrconsts.listhefirstbuildmodeisthedefaultmodeandmustbestoredin2
13524
 
msgctxt "lazarusidestrconsts.listhefirstbuildmodeisthedefaultmodeandmustbestoredin2"
13525
 
msgid "The first build mode is the default mode and must be stored in the project, not in the session."
13526
 
msgstr ""
13527
 
 
13528
15194
#: lazarusidestrconsts.listhefollowingmethodsusedbyarenotinthesourceremoveth
13529
15195
msgid "The following methods used by %s are not in the source%s%s%s%s%s%sRemove the dangling references?"
13530
15196
msgstr ""
13531
15197
 
 
15198
#: lazarusidestrconsts.listhefpcsourcedirectorydoesnotlookcorrect
 
15199
msgid "The FPC source directory \"%s\" does not look correct:%s%s"
 
15200
msgstr ""
 
15201
 
 
15202
#: lazarusidestrconsts.listhefreepascalcompilerexecutabletypicallyhasthename
 
15203
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."
 
15204
msgstr ""
 
15205
 
13532
15206
#: lazarusidestrconsts.listhefreepascalcompilerfilenamewasnotfounditisrecomm
13533
15207
msgid "The Free Pascal compiler (filename: %s) was not found.%sIt is recommended that you install fpc."
13534
15208
msgstr ""
13535
15209
 
13536
15210
#: lazarusidestrconsts.listhefreepascalsourcedirectorywasnotfoundsomecodefun
13537
 
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"
 
15211
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"
13538
15212
msgstr ""
13539
15213
 
13540
15214
#: lazarusidestrconsts.listhegnudebuggerthroughsshallowstoremotedebugviaassh
13541
 
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"
 
15215
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"
13542
15216
msgstr ""
13543
15217
 
13544
15218
#: lazarusidestrconsts.listheidentifierisaunitpleaseusethefilesaveasfunction
13557
15231
msgid "The launching application %s%s%s%sdoes not exist or is not executable.%s%sSee Run -> Run parameters -> Local"
13558
15232
msgstr ""
13559
15233
 
 
15234
#: lazarusidestrconsts.listhelazarusdirectorycontainsthesourcesoftheideandth
 
15235
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."
 
15236
msgstr ""
 
15237
 
 
15238
#: lazarusidestrconsts.listhelazarusdirectorydoesnotlookcorrect
 
15239
msgid "The Lazarus directory \"%s\" does not look correct:%s%s"
 
15240
msgstr ""
 
15241
 
13560
15242
#: lazarusidestrconsts.listhelazarusdirectorywasnotfoundyouwillnotbeabletocr
13561
 
msgid "The Lazarus directory was not found.%sYou will not be able to create LCL applications.%sPlease check Environment -> Environment Options -> Files"
 
15243
msgid "The Lazarus directory was not found.%sYou will not be able to create LCL applications.%sPlease check Tools -> Options -> Files"
13562
15244
msgstr ""
13563
15245
 
13564
15246
#: lazarusidestrconsts.listhelfmlazarusformfilecontainsinvalidpropertiesthis
13565
15247
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."
13566
15248
msgstr ""
13567
15249
 
 
15250
#: lazarusidestrconsts.listhemacrodoesnotbeginwith
 
15251
msgid "The macro \"%s\" does not begin with \"%s\"."
 
15252
msgstr ""
 
15253
 
13568
15254
#: lazarusidestrconsts.listhenameisnotavalidpascalidentifier
13569
15255
msgid "The name %s%s%s is not a valid pascal identifier."
13570
15256
msgstr "%s%s%s adı geçerli bir pascal tanımlayıcısı değil."
13577
15263
msgid "The new unit is not yet in the unit search path.%sAdd directory %s?"
13578
15264
msgstr "Yeni birim henüz birim arama yolu içinde değil.%s%s dizini eklensin mi?"
13579
15265
 
 
15266
#: lazarusidestrconsts.listheoldconfigurationwillbeupgraded
 
15267
msgid "The old configuration will be upgraded."
 
15268
msgstr ""
 
15269
 
13580
15270
#: lazarusidestrconsts.listheothersourcescontainsadirectorywhichisalreadyint
13581
15271
msgid "The \"Other sources\" contains a directory which is already in the \"Other unit files\".%s%s"
13582
15272
msgstr ""
13625
15315
msgid "The package already contains a unit with this name."
13626
15316
msgstr ""
13627
15317
 
 
15318
#: lazarusidestrconsts.listhepackagecannotbeinstalledbecauseitrequireswhichi
 
15319
msgid "The package %s can not be installed, because it requires the package \"%s\", which is a runtime only package."
 
15320
msgstr ""
 
15321
 
13628
15322
#: lazarusidestrconsts.listhepackagecannotbeuninstalledbecauseitisneededbyth
13629
15323
msgid "The package %s can not be uninstalled, because it is needed by the IDE itself."
13630
15324
msgstr ""
13633
15327
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."
13634
15328
msgstr ""
13635
15329
 
 
15330
#: lazarusidestrconsts.listhepackageisalreadyinthelist
 
15331
msgid "The package %s is already in the list"
 
15332
msgstr ""
 
15333
 
 
15334
#: lazarusidestrconsts.listhepackageisnotadesigntimepackageitcannotbeinstall
 
15335
msgid "The package %s is not a design time package. It can not be installed in the IDE"
 
15336
msgstr ""
 
15337
 
 
15338
#: lazarusidestrconsts.listhepathofmakeisnotcorrect
 
15339
msgid "The path of \"make\" is not correct: \"%s\""
 
15340
msgstr ""
 
15341
 
13636
15342
#: lazarusidestrconsts.listheprogrammakewasnotfoundthistoolisneededtobuildla
13637
15343
msgid "The program %smake%s was not found.%sThis tool is needed to build lazarus.%s"
13638
15344
msgstr ""
13642
15348
msgstr ""
13643
15349
 
13644
15350
#: lazarusidestrconsts.listheprojectdoesnotusethelclunitinterfacesbutitseems
13645
 
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."
 
15351
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."
13646
15352
msgstr ""
13647
15353
 
13648
15354
#: lazarusidestrconsts.listheprojecthasnomainsourcefile
13658
15364
msgstr ""
13659
15365
 
13660
15366
#: lazarusidestrconsts.listheprojectmustbesavedbeforebuildingifyousetthetest
13661
 
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?"
 
15367
#, fuzzy
 
15368
#| 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?"
 
15369
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?"
13662
15370
msgstr "Proje inşa edilmeden önce kaydedilmek zorunda%sEğer ortam seçeneklerinde Test Dizinini belirlersen,%syeni projeler oluşturabilir ve onları anında inşa edebilirsin.%sProje kaydedilsin mi?"
13663
15371
 
13664
15372
#: lazarusidestrconsts.listheprojectusestargetosandcputhesystemppuforthistar
13677
15385
msgid "There is a file with the same name and a similar extension ond disk%sFile: %s%sAmbiguous File: %s%s%sDelete ambiguous file?"
13678
15386
msgstr ""
13679
15387
 
13680
 
#: lazarusidestrconsts.listhereisalreadyabuildmacrowiththename
13681
 
msgid "There is already a build macro with the name %s%s%s."
13682
 
msgstr ""
13683
 
 
13684
15388
#: lazarusidestrconsts.listhereisalreadyacomponentwiththisname
13685
15389
msgid "There is already a component with this name"
13686
15390
msgstr ""
13689
15393
msgid "There is already a form with the name %s%s%s"
13690
15394
msgstr "Zaten %s%s%s adlı bir pencere var"
13691
15395
 
 
15396
#: lazarusidestrconsts.listhereisalreadyamacrowiththename
 
15397
msgid "There is already a macro with the name %s%s%s."
 
15398
msgstr ""
 
15399
 
13692
15400
#: lazarusidestrconsts.listhereisalreadyanidemacrowiththename
13693
15401
msgid "There is already an IDE macro with the name \"%s\""
13694
15402
msgstr ""
13695
15403
 
 
15404
#: lazarusidestrconsts.listhereisalreadyapackageinthelist
 
15405
msgid "There is already a package %s in the list"
 
15406
msgstr ""
 
15407
 
13696
15408
#: lazarusidestrconsts.listhereisalreadyaunitwiththenamepascalidentifiersmus
13697
15409
msgid "There is already a unit with the name %s%s%s. Pascal identifiers must be unique."
13698
15410
msgstr "Zaten %s%s%s adlı bir birim var. Pascal tanımlayıcıları benzersiz olmak zorunda."
13725
15437
msgid "The root component can not be deleted."
13726
15438
msgstr ""
13727
15439
 
 
15440
#: lazarusidestrconsts.listhesefileswillbedeleted
 
15441
msgid "These files will be deleted"
 
15442
msgstr ""
 
15443
 
13728
15444
#: lazarusidestrconsts.listhesesettingsarestoredwiththeproject
13729
15445
msgid "These settings are stored with the project."
13730
15446
msgstr ""
13733
15449
msgid "These units were not found:"
13734
15450
msgstr ""
13735
15451
 
13736
 
#: lazarusidestrconsts.listhetestdirectorycouldnotbefoundseeenvironmentopt
13737
 
msgid "The Test Directory could not be found:%s%s%s%s%s(see environment options)"
 
15452
#: lazarusidestrconsts.listhesourcesofthefreepascalpackagesarerequiredforbro
 
15453
msgid "The sources of the Free Pascal packages are required for browsing and code completion. For example it has the file \"%s\"."
 
15454
msgstr ""
 
15455
 
 
15456
#: lazarusidestrconsts.listhetestdirectorycouldnotbefoundseeideopt
 
15457
msgid "The Test Directory could not be found:%s%s%s%s%s(see IDE options)"
13738
15458
msgstr ""
13739
15459
 
13740
15460
#: lazarusidestrconsts.listheunitalreadyexistsignorewillforcetherenaming
13754
15474
msgstr ""
13755
15475
 
13756
15476
#: lazarusidestrconsts.listheunitisnotlowercasethefreepascalcompiler
13757
 
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?"
 
15477
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?"
 
15478
msgstr ""
 
15479
 
 
15480
#: lazarusidestrconsts.listheunitispartofthefpcsourcesbutthecorrespondingfpd
 
15481
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."
13758
15482
msgstr ""
13759
15483
 
13760
15484
#: lazarusidestrconsts.listheunitisusedbyotherfilesupdatereferencesautomatic
13789
15513
msgid "This project has no main source file"
13790
15514
msgstr ""
13791
15515
 
 
15516
#: lazarusidestrconsts.listhisprojecthasonlythedefaultbuildmode
 
15517
msgid "This project has only the default build mode."
 
15518
msgstr ""
 
15519
 
13792
15520
#: lazarusidestrconsts.listhissetofoptionstobuildlazarusisnotsupportedbythis
13793
15521
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."
13794
15522
msgstr ""
13797
15525
msgid "This statement can not be extracted.%sPlease select some code to extract a new procedure/method."
13798
15526
msgstr ""
13799
15527
 
13800
 
#: lazarusidestrconsts.listhiswillcreateacircle
13801
 
msgid "This will create a circle."
 
15528
#: lazarusidestrconsts.listhiswillcreateacirculardependency
 
15529
msgid "This will create a circular dependency."
 
15530
msgstr ""
 
15531
 
 
15532
#: lazarusidestrconsts.listhreads
 
15533
msgctxt "lazarusidestrconsts.listhreads"
 
15534
msgid "Threads"
 
15535
msgstr ""
 
15536
 
 
15537
#: lazarusidestrconsts.listhreadscurrent
 
15538
msgctxt "lazarusidestrconsts.listhreadscurrent"
 
15539
msgid "Current"
 
15540
msgstr ""
 
15541
 
 
15542
#: lazarusidestrconsts.listhreadsfunc
 
15543
msgctxt "lazarusidestrconsts.listhreadsfunc"
 
15544
msgid "Function"
 
15545
msgstr ""
 
15546
 
 
15547
#: lazarusidestrconsts.listhreadsgoto
 
15548
msgid "Goto"
 
15549
msgstr ""
 
15550
 
 
15551
#: lazarusidestrconsts.listhreadsline
 
15552
msgctxt "lazarusidestrconsts.listhreadsline"
 
15553
msgid "Line"
 
15554
msgstr ""
 
15555
 
 
15556
#: lazarusidestrconsts.listhreadsnotevaluated
 
15557
msgid "Threads not evaluated"
 
15558
msgstr ""
 
15559
 
 
15560
#: lazarusidestrconsts.listhreadssrc
 
15561
msgctxt "lazarusidestrconsts.listhreadssrc"
 
15562
msgid "Source"
 
15563
msgstr ""
 
15564
 
 
15565
#: lazarusidestrconsts.listhreadsstate
 
15566
msgctxt "lazarusidestrconsts.listhreadsstate"
 
15567
msgid "State"
13802
15568
msgstr ""
13803
15569
 
13804
15570
#: lazarusidestrconsts.listinfobuildautocloseonsuccess
13861
15627
msgid "To install you must compile and restart the IDE"
13862
15628
msgstr ""
13863
15629
 
13864
 
#: lazarusidestrconsts.listop
13865
 
msgctxt "lazarusidestrconsts.listop"
13866
 
msgid "Top"
13867
 
msgstr ""
13868
 
 
13869
15630
#: lazarusidestrconsts.listopanchoring
13870
15631
msgid "Top anchoring"
13871
15632
msgstr ""
13874
15635
msgid "Top borderspace. This value is added to base borderspace and used for the space above the control."
13875
15636
msgstr ""
13876
15637
 
 
15638
#: lazarusidestrconsts.listopinfoview
 
15639
msgid "Show Class/Proc Hint"
 
15640
msgstr ""
 
15641
 
13877
15642
#: lazarusidestrconsts.listops
13878
15643
msgid "Tops"
13879
15644
msgstr ""
13946
15711
msgid "%s bytes"
13947
15712
msgstr "%s byte"
13948
15713
 
13949
 
#: lazarusidestrconsts.lisuidclear
13950
 
msgid "Clear"
13951
 
msgstr ""
13952
 
 
13953
15714
#: lazarusidestrconsts.lisuidincludedby
13954
15715
msgid "Included by:"
13955
15716
msgstr ""
13972
15733
msgid "no"
13973
15734
msgstr ""
13974
15735
 
13975
 
#: lazarusidestrconsts.lisuidok
13976
 
msgctxt "lazarusidestrconsts.lisuidok"
13977
 
msgid "Ok"
13978
 
msgstr "Tamam"
13979
 
 
13980
15736
#: lazarusidestrconsts.lisuidpathsreadonly
13981
15737
msgid "Paths (Read Only)"
13982
15738
msgstr ""
13985
15741
msgid "Size:"
13986
15742
msgstr ""
13987
15743
 
13988
 
#: lazarusidestrconsts.lisuidsrc
13989
 
msgid "Src"
13990
 
msgstr ""
13991
 
 
13992
15744
#: lazarusidestrconsts.lisuidtype
13993
15745
msgid "Type:"
13994
15746
msgstr ""
14026
15778
msgid "Unable to add setting"
14027
15779
msgstr ""
14028
15780
 
 
15781
#: lazarusidestrconsts.lisunabletoaddthedependencybecausethepackagehasalread
 
15782
msgid "Unable to add the dependency %s, because the package %s has already a dependency %s"
 
15783
msgstr ""
 
15784
 
 
15785
#: lazarusidestrconsts.lisunabletoaddthedependencybecausethepackagehasalread2
 
15786
msgid "Unable to add the dependency %s, because the package %s has already a dependency to %s"
 
15787
msgstr ""
 
15788
 
 
15789
#: lazarusidestrconsts.lisunabletoaddthedependencybecausethiswouldcreatea
 
15790
msgid "Unable to add the dependency %s, because this would create a circular dependency. Dependency %s"
 
15791
msgstr ""
 
15792
 
14029
15793
#: lazarusidestrconsts.lisunabletoaddtoprojectbecausethereisalreadyaunitwith
14030
15794
msgid "Unable to add %s to project, because there is already a unit with the same name in the Project."
14031
15795
msgstr "%s projeye eklenemiyor, çünkü projede zaten bu adı almış bir birim var."
14038
15802
msgid "%s%sUnable to change class of %s to %s"
14039
15803
msgstr "%s%s%s adlı sınıf %s olarak değiştirilemiyor"
14040
15804
 
 
15805
#: lazarusidestrconsts.lisunabletochangeprojecttitleinsource
 
15806
msgid "Unable to change project title in source.%s%s"
 
15807
msgstr ""
 
15808
 
14041
15809
#: lazarusidestrconsts.lisunabletocleanupdestinationdirectory
14042
15810
msgid "Unable to clean up destination directory"
14043
15811
msgstr "Hedef dizin temizlenemiyor"
14106
15874
msgid "Unable to create link %s%s%s with target %s%s%s"
14107
15875
msgstr ""
14108
15876
 
14109
 
#: lazarusidestrconsts.lisunabletocreatenewmethodpleasefixtheerrorshownin
14110
 
msgid "Unable to create new method. Please fix the error shown in the message window."
14111
 
msgstr "Yeni yöntem oluşturulamıyor. Lütfen ileti penceresinde görüntülenen hatayı düzeltin."
 
15877
#: lazarusidestrconsts.lisunabletocreatenewfilebecausethereisalreadyadirecto
 
15878
msgid "Unable to create new file, because there is already a directory with this name."
 
15879
msgstr ""
 
15880
 
 
15881
#: lazarusidestrconsts.lisunabletocreatenewmethod
 
15882
msgid "Unable to create new method."
 
15883
msgstr ""
14112
15884
 
14113
15885
#: lazarusidestrconsts.lisunabletocreatetemporarylfmbuffer
14114
15886
msgid "Unable to create temporary lfm buffer."
14135
15907
msgstr "%s%s%s adlı dosya bulunamadı."
14136
15908
 
14137
15909
#: lazarusidestrconsts.lisunabletofindfilechecksearchpathinprojectcompileroption
14138
 
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"
 
15910
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"
14139
15911
msgstr ""
14140
15912
 
14141
15913
#: lazarusidestrconsts.lisunabletofindinlfmstream
14142
15914
msgid "Unable to find %s in LFM Stream."
14143
15915
msgstr ""
14144
15916
 
14145
 
#: lazarusidestrconsts.lisunabletofindmethodpleasefixtheerrorshowninthemessage
14146
 
msgid "Unable to find method. Please fix the error shown in the message window."
14147
 
msgstr "Yöntem bulunamadı. Lütfen ileti penceresinde görüntülenen hatayı düzeltin."
 
15917
#: lazarusidestrconsts.lisunabletofindmethod
 
15918
msgid "Unable to find method."
 
15919
msgstr ""
14148
15920
 
14149
15921
#: lazarusidestrconsts.lisunabletofindpascalunitpasppforlfmfile
14150
15922
msgid "Unable to find pascal unit (.pas,.pp) for .lfm file%s%s%s%s"
14151
15923
msgstr ""
14152
15924
 
14153
 
#: lazarusidestrconsts.lisunabletofindtheunitofcomponentclass
14154
 
msgid "Unable to find the unit of component class %s%s%s."
 
15925
#: lazarusidestrconsts.lisunabletofindthecomponentclassitisnotregisteredviar
 
15926
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"
14155
15927
msgstr ""
14156
15928
 
14157
15929
#: lazarusidestrconsts.lisunabletogathereditorchanges
14166
15938
msgid "Unable to load file:%s%s"
14167
15939
msgstr ""
14168
15940
 
 
15941
#: lazarusidestrconsts.lisunabletoloadfile2
 
15942
msgid "unable to load file %s: %s"
 
15943
msgstr ""
 
15944
 
14169
15945
#: lazarusidestrconsts.lisunabletoloadoldresourcefiletheresourcefileis
14170
15946
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."
14171
15947
msgstr "Eski kaynak dosyası yüklenemedi.%sKaynak dosyası, %sinitialization bölümündeki ilk kapsama(include) dosyası.%sÖrneğin, {$I %s.lrs}.%sMuhtemelen bir sözdizimi hatası."
14206
15982
msgid "Unable to read file %s%s%s."
14207
15983
msgstr ""
14208
15984
 
 
15985
#: lazarusidestrconsts.lisunabletoreadlpi
 
15986
msgid "Unable to read lpi"
 
15987
msgstr ""
 
15988
 
14209
15989
#: lazarusidestrconsts.lisunabletoreadtheprojectinfofile
14210
15990
msgctxt "lazarusidestrconsts.lisunabletoreadtheprojectinfofile"
14211
15991
msgid "Unable to read the project info file%s%s%s%s."
14220
16000
msgid "Unable to remove old backup file %s%s%s!"
14221
16001
msgstr "%s%s%s adlı eski yedek dosyası kaldırılamadı!"
14222
16002
 
 
16003
#: lazarusidestrconsts.lisunabletoremoveprojecttitlefromsource
 
16004
msgid "Unable to remove project title from source.%s%s"
 
16005
msgstr ""
 
16006
 
14223
16007
#: lazarusidestrconsts.lisunabletorenameambiguousfileto
14224
16008
msgid "Unable to rename ambiguous file %s%s%s%sto %s%s%s"
14225
16009
msgstr ""
14260
16044
msgid "Unable to set AnchorSide Control"
14261
16045
msgstr ""
14262
16046
 
14263
 
#: lazarusidestrconsts.lisunabletoshowmethodpleasefixtheerrorshowninthemessage
14264
 
msgid "Unable to show method. Please fix the error shown in the message window."
14265
 
msgstr "Yöntem görüntülenemiyor. Lütfen ileti penceresinde görüntülenen hatayı düzeltin."
 
16047
#: lazarusidestrconsts.lisunabletoshowmethod
 
16048
msgid "Unable to show method."
 
16049
msgstr ""
14266
16050
 
14267
16051
#: lazarusidestrconsts.lisunabletostreamselectedcomponents
14268
16052
msgid "Unable to stream selected components"
14284
16068
msgid "Unable to update CreateForm statement in project source"
14285
16069
msgstr "Proje kaynak kodundaki CreateForm deyimi güncellenemiyor"
14286
16070
 
14287
 
#: lazarusidestrconsts.lisunabletoupdatethebinaryresourcefilefromfilethetext
14288
 
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."
14289
 
msgstr ""
14290
 
 
14291
16071
#: lazarusidestrconsts.lisunabletowrite
14292
16072
msgid "Unable to write %s%s%s%s%s."
14293
16073
msgstr "%s%s%s%s%s dosyasına yazılamıyor."
14326
16106
msgid "Unable to write xml stream to %s%sError: %s"
14327
16107
msgstr ""
14328
16108
 
 
16109
#: lazarusidestrconsts.lisuncheckall
 
16110
msgid "Uncheck All"
 
16111
msgstr ""
 
16112
 
 
16113
#: lazarusidestrconsts.lisundo
 
16114
msgctxt "lazarusidestrconsts.lisundo"
 
16115
msgid "Undo"
 
16116
msgstr ""
 
16117
 
14329
16118
#: lazarusidestrconsts.lisunexpectedresultthedebuggerwillterminate
14330
16119
msgid "Unexpected result:%sThe debugger will terminate"
14331
16120
msgstr ""
14332
16121
 
 
16122
#: lazarusidestrconsts.lisuninstall
 
16123
msgid "Uninstall %s"
 
16124
msgstr ""
 
16125
 
14333
16126
#: lazarusidestrconsts.lisuninstallimpossible
14334
16127
msgid "Uninstall impossible"
14335
16128
msgstr ""
14362
16155
msgid "Unit name contains ..."
14363
16156
msgstr ""
14364
16157
 
14365
 
#: lazarusidestrconsts.lisunitnotfound
14366
 
#, fuzzy
14367
 
#| msgid "Unit not found"
14368
 
msgid "A unit not found in"
14369
 
msgstr "Birim bulunamadı"
 
16158
#: lazarusidestrconsts.lisunitnotfoundinproject
 
16159
msgid "A unit not found in project %s"
 
16160
msgstr ""
14370
16161
 
14371
16162
#: lazarusidestrconsts.lisunitoutputdirectory
14372
16163
msgid "Unit Output directory"
14380
16171
msgid "Unit paths"
14381
16172
msgstr "Birim yolları"
14382
16173
 
14383
 
#: lazarusidestrconsts.lisunitsnotfound2
14384
 
#, fuzzy
14385
 
#| msgid "Units not found"
14386
 
msgid "Units not found in"
14387
 
msgstr "Birimler bulunamadı"
 
16174
#: lazarusidestrconsts.lisunitsnotfoundinproject
 
16175
msgid "Units not found in project %s"
 
16176
msgstr ""
14388
16177
 
14389
16178
#: lazarusidestrconsts.lisunsigned
14390
16179
msgid "Unsigned"
14394
16183
msgid "Unused units"
14395
16184
msgstr ""
14396
16185
 
14397
 
#: lazarusidestrconsts.lisupdatepreview
14398
 
msgid "Update preview"
 
16186
#: lazarusidestrconsts.lisunusualcompilerfilenameusuallyitstartswithfpcppcor
 
16187
msgid "Unusual compiler file name. Usually it starts with fpc, ppc or ppcross."
 
16188
msgstr ""
 
16189
 
 
16190
#: lazarusidestrconsts.lisup
 
16191
msgctxt "lazarusidestrconsts.lisup"
 
16192
msgid "Up"
14399
16193
msgstr ""
14400
16194
 
14401
16195
#: lazarusidestrconsts.lisupdatereferences
14402
16196
msgid "Update references?"
14403
16197
msgstr ""
14404
16198
 
 
16199
#: lazarusidestrconsts.lisupgrade
 
16200
msgid "Upgrade"
 
16201
msgstr ""
 
16202
 
 
16203
#: lazarusidestrconsts.lisupgradeconfiguration
 
16204
msgid "Upgrade configuration"
 
16205
msgstr ""
 
16206
 
14405
16207
#: lazarusidestrconsts.lisuppercasestring
14406
16208
msgid "uppercase string"
14407
16209
msgstr ""
14415
16217
msgstr ""
14416
16218
 
14417
16219
#: lazarusidestrconsts.lisuse
14418
 
msgid "Use..."
 
16220
msgid "Use >>"
14419
16221
msgstr ""
14420
16222
 
14421
16223
#: lazarusidestrconsts.lisuseansistrings
14422
16224
msgid "Use Ansistrings"
14423
16225
msgstr ""
14424
16226
 
 
16227
#: lazarusidestrconsts.lisusedesigntimepackages
 
16228
msgid "Use design time packages"
 
16229
msgstr ""
 
16230
 
14425
16231
#: lazarusidestrconsts.lisuseexcludefilter
14426
 
msgid "Use Exclude Filter"
 
16232
#, fuzzy
 
16233
#| msgid "Use Exclude Filter"
 
16234
msgid "Use exclude filter"
14427
16235
msgstr "Hariç Süzgeci Kullan"
14428
16236
 
14429
16237
#: lazarusidestrconsts.lisuseidentifier
14435
16243
msgstr ""
14436
16244
 
14437
16245
#: lazarusidestrconsts.lisuseincludefilter
14438
 
msgid "Use Include Filter"
 
16246
#, fuzzy
 
16247
#| msgid "Use Include Filter"
 
16248
msgid "Use include filter"
14439
16249
msgstr "Dahil Süzgeci Kullan"
14440
16250
 
14441
16251
#: lazarusidestrconsts.lisuselaunchingapplicationgroupbox
14442
16252
msgid "Launching application"
14443
16253
msgstr ""
14444
16254
 
 
16255
#: lazarusidestrconsts.lisusemessagefile
 
16256
msgid "Use message file:"
 
16257
msgstr ""
 
16258
 
14445
16259
#: lazarusidestrconsts.lisusepackageinpackage
14446
16260
msgid "Use package %s in package %s"
14447
16261
msgstr ""
14462
16276
msgid "User's home directory"
14463
16277
msgstr ""
14464
16278
 
 
16279
#: lazarusidestrconsts.lisuseunit
 
16280
msgctxt "lazarusidestrconsts.lisuseunit"
 
16281
msgid "Add Unit to Uses Section"
 
16282
msgstr ""
 
16283
 
14465
16284
#: lazarusidestrconsts.lisuseunitinunit
14466
16285
msgid "Use unit %s in unit %s"
14467
16286
msgstr ""
14471
16290
msgstr ""
14472
16291
 
14473
16292
#: lazarusidestrconsts.lisvalue
14474
 
msgid "Value:"
 
16293
msgctxt "lazarusidestrconsts.lisvalue"
 
16294
msgid "Value"
14475
16295
msgstr ""
14476
16296
 
14477
16297
#: lazarusidestrconsts.lisvalue2
14478
16298
msgid "Value%s"
14479
16299
msgstr ""
14480
16300
 
 
16301
#: lazarusidestrconsts.lisvalue3
 
16302
msgid "Value: "
 
16303
msgstr ""
 
16304
 
14481
16305
#: lazarusidestrconsts.lisvalues
14482
16306
msgid "Values"
14483
16307
msgstr ""
14484
16308
 
 
16309
#: lazarusidestrconsts.lisvariable
 
16310
msgctxt "lazarusidestrconsts.lisvariable"
 
16311
msgid "Variable"
 
16312
msgstr ""
 
16313
 
14485
16314
#: lazarusidestrconsts.lisverifymethodcalls
14486
16315
msgid "Verify method calls"
14487
16316
msgstr ""
14490
16319
msgid "Version"
14491
16320
msgstr "Sürüm"
14492
16321
 
 
16322
#: lazarusidestrconsts.lisversionmismatch
 
16323
msgid "Version mismatch"
 
16324
msgstr ""
 
16325
 
14493
16326
#: lazarusidestrconsts.lisvertical
14494
16327
msgid "Vertical"
14495
16328
msgstr ""
14499
16332
msgstr "Sürüm bilgisini panoya kopyala"
14500
16333
 
14501
16334
#: lazarusidestrconsts.lisviewbreakpointproperties
14502
 
msgid "View Breakpoint Properties"
 
16335
msgctxt "lazarusidestrconsts.lisviewbreakpointproperties"
 
16336
msgid "Breakpoint Properties ..."
14503
16337
msgstr ""
14504
16338
 
14505
16339
#: lazarusidestrconsts.lisviewprojectunits
 
16340
msgctxt "lazarusidestrconsts.lisviewprojectunits"
14506
16341
msgid "View Project Units"
14507
16342
msgstr ""
14508
16343
 
 
16344
#: lazarusidestrconsts.lisviewsource
 
16345
msgid "View Source"
 
16346
msgstr ""
 
16347
 
 
16348
#: lazarusidestrconsts.lisviewsourcedisass
 
16349
msgctxt "lazarusidestrconsts.lisviewsourcedisass"
 
16350
msgid "View Assembler"
 
16351
msgstr ""
 
16352
 
14509
16353
#: lazarusidestrconsts.lisviewsourcelfm
14510
16354
msgid "View Source (.lfm)"
14511
16355
msgstr ""
14518
16362
msgid "Reset Result List"
14519
16363
msgstr ""
14520
16364
 
 
16365
#: lazarusidestrconsts.liswarning
 
16366
msgid "Warning: "
 
16367
msgstr ""
 
16368
 
14521
16369
#: lazarusidestrconsts.liswarningambiguousfilefoundsourcefileis
14522
16370
msgid "Warning: ambiguous file found: %s%s%s. Source file is: %s%s%s"
14523
16371
msgstr ""
14530
16378
msgid "&Watch"
14531
16379
msgstr ""
14532
16380
 
 
16381
#: lazarusidestrconsts.liswatchdata
 
16382
msgid "Watch:"
 
16383
msgstr ""
 
16384
 
 
16385
#: lazarusidestrconsts.liswatchkind
 
16386
msgid "Watch action"
 
16387
msgstr ""
 
16388
 
 
16389
#: lazarusidestrconsts.liswatchkindread
 
16390
msgid "Read"
 
16391
msgstr ""
 
16392
 
 
16393
#: lazarusidestrconsts.liswatchkindreadwrite
 
16394
msgid "Read/Write"
 
16395
msgstr ""
 
16396
 
 
16397
#: lazarusidestrconsts.liswatchkindwrite
 
16398
msgid "Write"
 
16399
msgstr ""
 
16400
 
 
16401
#: lazarusidestrconsts.liswatchpoint
 
16402
msgid "&Data/Watch Breakpoint ..."
 
16403
msgstr ""
 
16404
 
 
16405
#: lazarusidestrconsts.liswatchpointbreakpoint
 
16406
msgid "&Data/watch Breakpoint ..."
 
16407
msgstr ""
 
16408
 
14533
16409
#: lazarusidestrconsts.liswatchpropert
14534
16410
msgid "Watch Properties"
14535
16411
msgstr ""
14536
16412
 
 
16413
#: lazarusidestrconsts.liswatchscope
 
16414
msgid "Watch scope"
 
16415
msgstr ""
 
16416
 
 
16417
#: lazarusidestrconsts.liswatchscopeglobal
 
16418
msgctxt "lazarusidestrconsts.liswatchscopeglobal"
 
16419
msgid "Global"
 
16420
msgstr ""
 
16421
 
 
16422
#: lazarusidestrconsts.liswatchscopelocal
 
16423
msgid "Declaration"
 
16424
msgstr ""
 
16425
 
 
16426
#: lazarusidestrconsts.liswatchtowatchpoint
 
16427
msgid "Create &Data/Watch Breakpoint ..."
 
16428
msgstr ""
 
16429
 
 
16430
#: lazarusidestrconsts.liswelcometolazaruside
 
16431
msgid "Welcome to Lazarus IDE %s"
 
16432
msgstr ""
 
16433
 
 
16434
#: lazarusidestrconsts.liswelcometolazarusthereisalreadyaconfigurationfromve
 
16435
msgid "Welcome to Lazarus %s%s%sThere is already a configuration from version %s in%s%s%s"
 
16436
msgstr ""
 
16437
 
 
16438
#: lazarusidestrconsts.liswhatneedsbuilding
 
16439
msgid "What needs building"
 
16440
msgstr ""
 
16441
 
14537
16442
#: lazarusidestrconsts.liswhenaunitisrenamedupdatereferences
14538
 
msgid "When a unit is renamed, update references ..."
 
16443
msgid "When a unit is renamed, update references"
14539
16444
msgstr ""
14540
16445
 
14541
16446
#: lazarusidestrconsts.liswhenenabledthecurrentoptionsaresavedtothetemplatew
14554
16459
msgid ", with includes "
14555
16460
msgstr ""
14556
16461
 
 
16462
#: lazarusidestrconsts.liswithoutapropercompilerthecodebrowsingandcompilingw
 
16463
msgid "Without a proper compiler the code browsing and compiling will be disappointing."
 
16464
msgstr ""
 
16465
 
 
16466
#: lazarusidestrconsts.liswithoutaproperlazarusdirectoryyouwillgetalotofwarn
 
16467
msgid "Without a proper Lazarus directory you will get a lot of warnings."
 
16468
msgstr ""
 
16469
 
 
16470
#: lazarusidestrconsts.liswithouttheproperfpcsourcescodebrowsingandcompletio
 
16471
msgid "Without the proper FPC sources code browsing and completion will be very limited."
 
16472
msgstr ""
 
16473
 
14557
16474
#: lazarusidestrconsts.liswithrequiredpackages
14558
16475
msgid "With required packages"
14559
16476
msgstr ""
14560
16477
 
14561
 
#: lazarusidestrconsts.liswladd
14562
 
msgid "&Add"
14563
 
msgstr "Ekle"
14564
 
 
14565
 
#: lazarusidestrconsts.liswldelete
14566
 
msgid "&Delete"
14567
 
msgstr "Sil"
14568
 
 
14569
16478
#: lazarusidestrconsts.liswldeleteall
14570
16479
msgid "De&lete All"
14571
16480
msgstr ""
14578
16487
msgid "E&nable All"
14579
16488
msgstr ""
14580
16489
 
14581
 
#: lazarusidestrconsts.liswlenabled
14582
 
msgid "&Enabled"
14583
 
msgstr "Açık"
14584
 
 
14585
16490
#: lazarusidestrconsts.liswlexpression
14586
16491
msgid "Expression"
14587
16492
msgstr ""
14591
16496
msgstr "Özellikler"
14592
16497
 
14593
16498
#: lazarusidestrconsts.liswlwatchlist
14594
 
msgid "Watch list"
 
16499
msgid "Watch List"
14595
16500
msgstr ""
14596
16501
 
14597
16502
#: lazarusidestrconsts.liswordatcursorincurrenteditor
14606
16511
msgid "Working directory for run"
14607
16512
msgstr ""
14608
16513
 
 
16514
#: lazarusidestrconsts.lisworkingdirectorynotfound
 
16515
msgid "Working directory %s not found"
 
16516
msgstr ""
 
16517
 
14609
16518
#: lazarusidestrconsts.liswriteerror
14610
16519
msgid "Write Error"
14611
16520
msgstr "Yazma Hatası"
14614
16523
msgid "Write error: %s%sFile: %s%s%s"
14615
16524
msgstr ""
14616
16525
 
 
16526
#: lazarusidestrconsts.liswrongversionin
 
16527
msgid "wrong version in %s: %s"
 
16528
msgstr ""
 
16529
 
14617
16530
#: lazarusidestrconsts.lisxmlerror
14618
16531
msgid "XML Error"
14619
16532
msgstr ""
14626
16539
msgid "XML parser error in file %s%sError: %s"
14627
16540
msgstr ""
14628
16541
 
 
16542
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepackageed
 
16543
msgid "You can disable this for individual forms via the package editor"
 
16544
msgstr ""
 
16545
 
14629
16546
#: lazarusidestrconsts.lisyoucandisablethisforindividualformsviathepopupmenu
14630
16547
msgid "You can disable this for individual forms via the popup menu in the project inspector"
14631
16548
msgstr ""
14643
16560
msgid "Add package unit to uses section"
14644
16561
msgstr ""
14645
16562
 
 
16563
#: lazarusidestrconsts.regdlgbinary
 
16564
msgctxt "lazarusidestrconsts.regdlgbinary"
 
16565
msgid "Binary"
 
16566
msgstr "İkili"
 
16567
 
 
16568
#: lazarusidestrconsts.regdlgdecimal
 
16569
msgctxt "lazarusidestrconsts.regdlgdecimal"
 
16570
msgid "Decimal"
 
16571
msgstr ""
 
16572
 
 
16573
#: lazarusidestrconsts.regdlgdisplaytypeforselectedregisters
 
16574
msgid "Display type for selected Registers"
 
16575
msgstr ""
 
16576
 
 
16577
#: lazarusidestrconsts.regdlgformat
 
16578
msgid "Format"
 
16579
msgstr ""
 
16580
 
 
16581
#: lazarusidestrconsts.regdlghex
 
16582
msgid "Hex"
 
16583
msgstr ""
 
16584
 
 
16585
#: lazarusidestrconsts.regdlgoctal
 
16586
msgid "Octal"
 
16587
msgstr ""
 
16588
 
 
16589
#: lazarusidestrconsts.regdlgraw
 
16590
msgid "Raw"
 
16591
msgstr ""
 
16592
 
14646
16593
#: lazarusidestrconsts.rsaddinverse
14647
16594
msgid "Add Inverse"
14648
16595
msgstr "Ters Ekle"
14691
16638
msgid "Enable i18n"
14692
16639
msgstr ""
14693
16640
 
14694
 
#: lazarusidestrconsts.rsenteroneormorephrasesthatyouwanttosearchorfilterin
14695
 
msgid "Enter one or more phrases that you want to Search or Filter in the list, separated by space, or comma"
14696
 
msgstr ""
14697
 
 
14698
 
#: lazarusidestrconsts.rsfilterthelistwiththecurrentfilterexpression
14699
 
msgid "Filter the list with the current filter expression"
 
16641
#: lazarusidestrconsts.rsfilterthelistwithstring
 
16642
msgid "Filter the lines in list with a string"
14700
16643
msgstr ""
14701
16644
 
14702
16645
#: lazarusidestrconsts.rsformdatafiledfm
14707
16650
msgid "Found, but not listed here: "
14708
16651
msgstr ""
14709
16652
 
14710
 
#: lazarusidestrconsts.rsgotothenextiteminthesearchlist
14711
 
msgid "Go to the next item in the search list"
14712
 
msgstr ""
14713
 
 
14714
16653
#: lazarusidestrconsts.rsi18noptions
14715
16654
msgid "i18n Options"
14716
16655
msgstr ""
14717
16656
 
14718
16657
#: lazarusidestrconsts.rsincludeversioninfoinexecutable
14719
 
msgid "Include Version Info in executable"
 
16658
msgid "Include version info in executable"
14720
16659
msgstr ""
14721
16660
 
14722
16661
#: lazarusidestrconsts.rsiwpcustomposition
14740
16679
msgid "Restore window size"
14741
16680
msgstr ""
14742
16681
 
 
16682
#: lazarusidestrconsts.rsiwpsplittercustomposition
 
16683
msgid "Custom Size"
 
16684
msgstr ""
 
16685
 
 
16686
#: lazarusidestrconsts.rsiwpsplitterdefault
 
16687
msgid "Default Size"
 
16688
msgstr ""
 
16689
 
 
16690
#: lazarusidestrconsts.rsiwpsplitterfollowwindow
 
16691
msgid "Restore with window"
 
16692
msgstr ""
 
16693
 
 
16694
#: lazarusidestrconsts.rsiwpsplitterrestorewindowgeometry
 
16695
msgid "Restore Size"
 
16696
msgstr ""
 
16697
 
14743
16698
#: lazarusidestrconsts.rsiwpusewindowmanagersetting
14744
16699
msgid "Use windowmanager setting"
14745
16700
msgstr ""
14746
16701
 
14747
 
#: lazarusidestrconsts.rskey
14748
 
msgctxt "lazarusidestrconsts.rskey"
14749
 
msgid "Key"
14750
 
msgstr ""
14751
 
 
14752
16702
#: lazarusidestrconsts.rslanguageafrikaans
14753
16703
msgid "Afrikaans"
14754
16704
msgstr "Afrikalılar"
14821
16771
msgid "Polish"
14822
16772
msgstr ""
14823
16773
 
14824
 
#: lazarusidestrconsts.rslanguageportugues
 
16774
#: lazarusidestrconsts.rslanguageportuguese
14825
16775
msgid "Portuguese"
14826
16776
msgstr ""
14827
16777
 
 
16778
#: lazarusidestrconsts.rslanguageportuguesebr
 
16779
msgid "Brazilian Portuguese"
 
16780
msgstr ""
 
16781
 
14828
16782
#: lazarusidestrconsts.rslanguagerussian
14829
16783
msgid "Russian"
14830
16784
msgstr ""
14857
16811
msgid "Mi&nor version:"
14858
16812
msgstr ""
14859
16813
 
14860
 
#: lazarusidestrconsts.rsok
14861
 
msgid "ok"
14862
 
msgstr ""
14863
 
 
14864
16814
#: lazarusidestrconsts.rsotherinfo
14865
16815
msgid "Other info"
14866
16816
msgstr ""
14869
16819
msgid "PO Output Directory:"
14870
16820
msgstr ""
14871
16821
 
14872
 
#: lazarusidestrconsts.rsremove
14873
 
msgid "&Remove"
14874
 
msgstr "Kaldır"
14875
 
 
14876
 
#: lazarusidestrconsts.rsresetfilter
14877
 
msgid "Reset filter"
14878
 
msgstr ""
14879
 
 
14880
16822
#: lazarusidestrconsts.rsrevision
14881
16823
msgid "&Revision:"
14882
16824
msgstr ""
14893
16835
msgid "Start a new search"
14894
16836
msgstr ""
14895
16837
 
14896
 
#: lazarusidestrconsts.rsvalue
14897
 
msgctxt "lazarusidestrconsts.rsvalue"
14898
 
msgid "Value"
14899
 
msgstr ""
14900
 
 
14901
16838
#: lazarusidestrconsts.rsversionnumbering
14902
16839
msgid "Version numbering"
14903
16840
msgstr ""
14904
16841
 
14905
 
#: lazarusidestrconsts.srkmalreadyconnected
14906
 
msgid " The key \"%s\" is already connected to \"%s\"."
14907
 
msgstr "\"%s\" adlı anahtar zaten  \"%s\" ıle baglı."
14908
 
 
14909
 
#: lazarusidestrconsts.srkmalternkey
14910
 
msgid "Alternative key (or 2 keys combination)"
14911
 
msgstr "Seçimlik tuş (ya da 2 tuş bileşimi)"
14912
 
 
14913
16842
#: lazarusidestrconsts.srkmcarhelpmenu
14914
16843
msgid "Help menu commands"
14915
16844
msgstr ""
14934
16863
msgid "Text editing commands"
14935
16864
msgstr ""
14936
16865
 
14937
 
#: lazarusidestrconsts.srkmcatenvmenu
14938
 
msgid "Environment menu commands"
14939
 
msgstr ""
14940
 
 
14941
16866
#: lazarusidestrconsts.srkmcatfilemenu
14942
16867
msgid "File menu commands"
14943
16868
msgstr ""
14946
16871
msgid "Text folding commands"
14947
16872
msgstr ""
14948
16873
 
 
16874
#: lazarusidestrconsts.srkmcatmacrorecording
 
16875
msgctxt "lazarusidestrconsts.srkmcatmacrorecording"
 
16876
msgid "Macros"
 
16877
msgstr ""
 
16878
 
14949
16879
#: lazarusidestrconsts.srkmcatmarker
14950
16880
msgid "Text marker commands"
14951
16881
msgstr ""
15027
16957
msgid "abort build"
15028
16958
msgstr ""
15029
16959
 
 
16960
#: lazarusidestrconsts.srkmecabstractmethods
 
16961
msgid "Abstract Methods ..."
 
16962
msgstr ""
 
16963
 
 
16964
#: lazarusidestrconsts.srkmecaddbpaddress
 
16965
msgid "add address breakpoint"
 
16966
msgstr ""
 
16967
 
 
16968
#: lazarusidestrconsts.srkmecaddbpsource
 
16969
msgid "add source breakpoint"
 
16970
msgstr ""
 
16971
 
 
16972
#: lazarusidestrconsts.srkmecaddbpwatchpoint
 
16973
msgid "add data/watchpoint"
 
16974
msgstr ""
 
16975
 
15030
16976
#: lazarusidestrconsts.srkmecaddjumppoint
15031
 
msgid "Add jump point"
 
16977
#, fuzzy
 
16978
#| msgid "Add jump point"
 
16979
msgid "Add Jump Point"
15032
16980
msgstr "Sıçrama noktası ekle"
15033
16981
 
15034
16982
#: lazarusidestrconsts.srkmecaddwatch
15091
17039
msgid "build program/project"
15092
17040
msgstr ""
15093
17041
 
15094
 
#: lazarusidestrconsts.srkmecbuildall
15095
 
msgid "build all files of program/project"
15096
 
msgstr ""
15097
 
 
15098
17042
#: lazarusidestrconsts.srkmecbuildfile
15099
17043
msgid "build file"
15100
17044
msgstr ""
15107
17051
msgid "Char"
15108
17052
msgstr ""
15109
17053
 
 
17054
#: lazarusidestrconsts.srkmeccleanupcompiled
 
17055
msgid "clean up build files"
 
17056
msgstr ""
 
17057
 
15110
17058
#: lazarusidestrconsts.srkmecclearall
15111
17059
msgid "Delete whole text"
15112
17060
msgstr ""
15115
17063
msgid "Codetools defines editor"
15116
17064
msgstr ""
15117
17065
 
15118
 
#: lazarusidestrconsts.srkmeccodetoolsoptions
15119
 
msgid "Codetools options"
15120
 
msgstr ""
15121
 
 
15122
17066
#: lazarusidestrconsts.srkmeccolseldown
15123
17067
msgid "Column Select Down"
15124
17068
msgstr ""
15183
17127
msgid "Column selection mode"
15184
17128
msgstr ""
15185
17129
 
 
17130
#: lazarusidestrconsts.srkmeccompile
 
17131
msgid "compile program/project"
 
17132
msgstr ""
 
17133
 
15186
17134
#: lazarusidestrconsts.srkmeccompileroptions
15187
17135
msgid "compiler options"
15188
17136
msgstr ""
15189
17137
 
15190
17138
#: lazarusidestrconsts.srkmeccompletecode
15191
 
msgid "Complete code"
15192
 
msgstr ""
 
17139
msgctxt "lazarusidestrconsts.srkmeccompletecode"
 
17140
msgid "Complete Code"
 
17141
msgstr "kod Tamamlama"
15193
17142
 
15194
17143
#: lazarusidestrconsts.srkmecconfigbuildfile
15195
17144
msgid "config build file"
15211
17160
msgid "Copy editor to prior free window"
15212
17161
msgstr ""
15213
17162
 
15214
 
#: lazarusidestrconsts.srkmeccustomtool
15215
 
msgid "Custom tool %d"
15216
 
msgstr ""
15217
 
 
15218
17163
#: lazarusidestrconsts.srkmeccut
15219
17164
msgid "Cut selection to clipboard"
15220
17165
msgstr ""
15252
17197
msgid "Diff"
15253
17198
msgstr "Diff"
15254
17199
 
 
17200
#: lazarusidestrconsts.srkmecdown
 
17201
msgid "Move cursor down"
 
17202
msgstr ""
 
17203
 
15255
17204
#: lazarusidestrconsts.srkmeceditorbottom
15256
17205
msgid "Move cursor to absolute end"
15257
17206
msgstr ""
15260
17209
msgid "Move cursor to absolute beginning"
15261
17210
msgstr ""
15262
17211
 
 
17212
#: lazarusidestrconsts.srkmecemptymethods
 
17213
msgid "Empty Methods ..."
 
17214
msgstr ""
 
17215
 
15263
17216
#: lazarusidestrconsts.srkmecenvironmentoptions
15264
17217
msgid "IDE options"
15265
17218
msgstr ""
15269
17222
msgstr ""
15270
17223
 
15271
17224
#: lazarusidestrconsts.srkmecextractproc
15272
 
msgid "Extract procedure"
 
17225
msgctxt "lazarusidestrconsts.srkmecextractproc"
 
17226
msgid "Extract Procedure"
15273
17227
msgstr ""
15274
17228
 
15275
17229
#: lazarusidestrconsts.srkmecexttool
15281
17235
msgstr ""
15282
17236
 
15283
17237
#: lazarusidestrconsts.srkmecfind
15284
 
msgid "Find text"
 
17238
msgid "Find Text"
15285
17239
msgstr ""
15286
17240
 
15287
17241
#: lazarusidestrconsts.srkmecfindblockotherend
15293
17247
msgstr ""
15294
17248
 
15295
17249
#: lazarusidestrconsts.srkmecfinddeclaration
15296
 
msgid "Find declaration"
 
17250
msgid "Find Declaration"
15297
17251
msgstr ""
15298
17252
 
15299
17253
#: lazarusidestrconsts.srkmecfindidentifierrefs
15300
 
msgid "Find identifier references"
 
17254
msgid "Find Identifier References"
15301
17255
msgstr ""
15302
17256
 
15303
17257
#: lazarusidestrconsts.srkmecfindinfiles
15304
 
msgid "Find in files"
 
17258
msgid "Find in Files"
15305
17259
msgstr ""
15306
17260
 
15307
17261
#: lazarusidestrconsts.srkmecfindnext
15308
 
msgid "Find next"
 
17262
msgctxt "lazarusidestrconsts.srkmecfindnext"
 
17263
msgid "Find Next"
15309
17264
msgstr ""
15310
17265
 
15311
17266
#: lazarusidestrconsts.srkmecfindnextwordoccurrence
15312
 
msgid "Find next word occurrence"
 
17267
msgid "Find Next Word Occurrence"
15313
17268
msgstr ""
15314
17269
 
15315
17270
#: lazarusidestrconsts.srkmecfindoverloads
15316
 
msgid "Find overloads"
 
17271
msgid "Find Overloads"
 
17272
msgstr ""
 
17273
 
 
17274
#: lazarusidestrconsts.srkmecfindoverloadscapt
 
17275
msgid "Find Overloads ..."
15317
17276
msgstr ""
15318
17277
 
15319
17278
#: lazarusidestrconsts.srkmecfindprevious
15320
 
msgid "Find previous"
 
17279
msgid "Find Previous"
15321
17280
msgstr ""
15322
17281
 
15323
17282
#: lazarusidestrconsts.srkmecfindprevwordoccurrence
15324
 
msgid "Find previous word occurrence"
 
17283
msgid "Find Previous Word Occurrence"
15325
17284
msgstr ""
15326
17285
 
15327
17286
#: lazarusidestrconsts.srkmecfindproceduredefinition
15328
 
msgid "Find procedure definiton"
 
17287
msgid "Find Procedure Definiton"
15329
17288
msgstr ""
15330
17289
 
15331
17290
#: lazarusidestrconsts.srkmecfindproceduremethod
15332
 
msgid "Find procedure method"
 
17291
msgid "Find Procedure Method"
15333
17292
msgstr ""
15334
17293
 
15335
17294
#: lazarusidestrconsts.srkmecfoldcurrent
15345
17304
msgstr ""
15346
17305
 
15347
17306
#: lazarusidestrconsts.srkmecgotoincludedirective
15348
 
msgid "Go to to include directive of current include file"
 
17307
msgid "Go to include directive of current include file"
15349
17308
msgstr ""
15350
17309
 
15351
17310
#: lazarusidestrconsts.srkmecgotolinenumber
15352
 
msgid "Go to line number"
 
17311
msgid "Go to Line Number"
15353
17312
msgstr ""
15354
17313
 
15355
17314
#: lazarusidestrconsts.srkmecgotomarker
15361
17320
msgstr ""
15362
17321
 
15363
17322
#: lazarusidestrconsts.srkmecguessmisplacedifdef
15364
 
msgid "Guess misplaced $IFDEF"
 
17323
msgid "Guess Misplaced $IFDEF"
 
17324
msgstr ""
 
17325
 
 
17326
#: lazarusidestrconsts.srkmechalfwordleft
 
17327
msgid "Move cursor half-word left"
 
17328
msgstr ""
 
17329
 
 
17330
#: lazarusidestrconsts.srkmechalfwordright
 
17331
msgid "Move cursor half-word right"
15365
17332
msgstr ""
15366
17333
 
15367
17334
#: lazarusidestrconsts.srkmecimestr
15412
17379
msgid "Insert current date and time"
15413
17380
msgstr ""
15414
17381
 
 
17382
#: lazarusidestrconsts.srkmecinsertfilename
 
17383
msgid "Insert Full Filename"
 
17384
msgstr ""
 
17385
 
15415
17386
#: lazarusidestrconsts.srkmecinsertgplnotice
15416
17387
msgid "Insert GPL notice"
15417
17388
msgstr ""
15428
17399
msgid "Break line, leave cursor"
15429
17400
msgstr ""
15430
17401
 
 
17402
#: lazarusidestrconsts.srkmecinsertmitnotice
 
17403
msgid "Insert MIT notice"
 
17404
msgstr ""
 
17405
 
15431
17406
#: lazarusidestrconsts.srkmecinsertmode
15432
17407
msgid "Insert Mode"
15433
17408
msgstr ""
15445
17420
msgstr ""
15446
17421
 
15447
17422
#: lazarusidestrconsts.srkmecinvertassignment
15448
 
msgid "Invert assignment"
 
17423
msgctxt "lazarusidestrconsts.srkmecinvertassignment"
 
17424
msgid "Invert Assignment"
 
17425
msgstr ""
 
17426
 
 
17427
#: lazarusidestrconsts.srkmecleft
 
17428
msgid "Move cursor left"
15449
17429
msgstr ""
15450
17430
 
15451
17431
#: lazarusidestrconsts.srkmeclinebreak
15473
17453
msgstr ""
15474
17454
 
15475
17455
#: lazarusidestrconsts.srkmecmakeresourcestring
15476
 
msgid "Make resource string"
 
17456
msgid "Make Resource String"
15477
17457
msgstr ""
15478
17458
 
15479
17459
#: lazarusidestrconsts.srkmecmatchbracket
15529
17509
msgstr ""
15530
17510
 
15531
17511
#: lazarusidestrconsts.srkmecopenfileatcursor
15532
 
msgid "Open file at cursor"
 
17512
msgid "Open File at Cursor"
15533
17513
msgstr ""
15534
17514
 
15535
17515
#: lazarusidestrconsts.srkmecoverwritemode
15588
17568
msgid "quick compile, no linking"
15589
17569
msgstr ""
15590
17570
 
15591
 
#: lazarusidestrconsts.srkmecquit
15592
 
msgid "Quit"
15593
 
msgstr ""
15594
 
 
15595
17571
#: lazarusidestrconsts.srkmecremovebreakpoint
15596
 
msgid "remove break point"
 
17572
msgid "remove breakpoint"
15597
17573
msgstr ""
15598
17574
 
15599
17575
#: lazarusidestrconsts.srkmecremoveemptymethods
15600
 
msgid "Remove empty methods"
 
17576
msgid "Remove Empty Methods"
15601
17577
msgstr ""
15602
17578
 
15603
17579
#: lazarusidestrconsts.srkmecremoveunusedunits
15604
 
msgid "Remove unused units"
 
17580
msgid "Remove Unused Units"
15605
17581
msgstr ""
15606
17582
 
15607
17583
#: lazarusidestrconsts.srkmecrenameidentifier
15608
 
msgid "Rename identifier"
 
17584
msgid "Rename Identifier"
15609
17585
msgstr ""
15610
17586
 
15611
17587
#: lazarusidestrconsts.srkmecreplace
15612
 
msgid "Replace text"
 
17588
msgid "Replace Text"
15613
17589
msgstr ""
15614
17590
 
15615
17591
#: lazarusidestrconsts.srkmecreportingbug
 
17592
msgctxt "lazarusidestrconsts.srkmecreportingbug"
15616
17593
msgid "Reporting a bug"
15617
 
msgstr ""
 
17594
msgstr "Bir hata bildir..."
15618
17595
 
15619
17596
#: lazarusidestrconsts.srkmecresetdebugger
15620
17597
msgid "reset debugger"
15621
17598
msgstr ""
15622
17599
 
 
17600
#: lazarusidestrconsts.srkmecright
 
17601
msgid "Move cursor right"
 
17602
msgstr ""
 
17603
 
15623
17604
#: lazarusidestrconsts.srkmecrun
15624
17605
msgid "run program"
15625
17606
msgstr ""
15632
17613
msgid "run parameters"
15633
17614
msgstr ""
15634
17615
 
15635
 
#: lazarusidestrconsts.srkmecsave
15636
 
msgctxt "lazarusidestrconsts.srkmecsave"
15637
 
msgid "Save"
15638
 
msgstr "Kaydet"
15639
 
 
15640
17616
#: lazarusidestrconsts.srkmecscrolldown
15641
17617
msgid "Scroll down one line"
15642
17618
msgstr ""
15660
17636
#: lazarusidestrconsts.srkmecselectall
15661
17637
msgctxt "lazarusidestrconsts.srkmecselectall"
15662
17638
msgid "Select All"
15663
 
msgstr ""
 
17639
msgstr "Tümünü seç"
15664
17640
 
15665
17641
#: lazarusidestrconsts.srkmecselectiontabs2spaces
15666
17642
msgid "Convert tabs to spaces in selection"
15678
17654
msgid "Select Goto XY"
15679
17655
msgstr ""
15680
17656
 
 
17657
#: lazarusidestrconsts.srkmecselhalfwordleft
 
17658
msgid "Select half-word left"
 
17659
msgstr ""
 
17660
 
 
17661
#: lazarusidestrconsts.srkmecselhalfwordright
 
17662
msgid "Select half-word right"
 
17663
msgstr ""
 
17664
 
15681
17665
#: lazarusidestrconsts.srkmecselleft
15682
 
msgid "SelLeft"
 
17666
msgid "Select Left"
15683
17667
msgstr ""
15684
17668
 
15685
17669
#: lazarusidestrconsts.srkmecsellineend
 
17670
msgctxt "lazarusidestrconsts.srkmecsellineend"
15686
17671
msgid "Select Line End"
15687
 
msgstr ""
 
17672
msgstr "Bitiş satırını seç"
15688
17673
 
15689
17674
#: lazarusidestrconsts.srkmecsellinestart
 
17675
msgctxt "lazarusidestrconsts.srkmecsellinestart"
15690
17676
msgid "Select Line Start"
15691
 
msgstr ""
 
17677
msgstr "Başlangıç satırını seç"
15692
17678
 
15693
17679
#: lazarusidestrconsts.srkmecsellinetextstart
15694
17680
msgid "Select to text start in line"
15695
17681
msgstr ""
15696
17682
 
15697
17683
#: lazarusidestrconsts.srkmecselpagebottom
 
17684
msgctxt "lazarusidestrconsts.srkmecselpagebottom"
15698
17685
msgid "Select Page Bottom"
15699
 
msgstr ""
 
17686
msgstr "Alttaki sayfayı seç"
15700
17687
 
15701
17688
#: lazarusidestrconsts.srkmecselpagedown
15702
17689
msgid "Select Page Down"
15711
17698
msgstr ""
15712
17699
 
15713
17700
#: lazarusidestrconsts.srkmecselpagetop
 
17701
msgctxt "lazarusidestrconsts.srkmecselpagetop"
15714
17702
msgid "Select Page Top"
15715
 
msgstr ""
 
17703
msgstr "Üstteki sayfayı seç"
15716
17704
 
15717
17705
#: lazarusidestrconsts.srkmecselpageup
15718
17706
msgid "Select Page Up"
15719
17707
msgstr ""
15720
17708
 
15721
17709
#: lazarusidestrconsts.srkmecselright
15722
 
msgid "SelRight"
 
17710
msgid "Select Right"
15723
17711
msgstr ""
15724
17712
 
15725
17713
#: lazarusidestrconsts.srkmecselup
15726
17714
msgid "Select Up"
15727
17715
msgstr ""
15728
17716
 
 
17717
#: lazarusidestrconsts.srkmecselwordendleft
 
17718
msgid "Select word-end left"
 
17719
msgstr ""
 
17720
 
 
17721
#: lazarusidestrconsts.srkmecselwordendright
 
17722
msgid "Select word-end right"
 
17723
msgstr ""
 
17724
 
15729
17725
#: lazarusidestrconsts.srkmecselwordleft
 
17726
msgctxt "lazarusidestrconsts.srkmecselwordleft"
15730
17727
msgid "Select Word Left"
15731
 
msgstr ""
 
17728
msgstr "Soldaki sözcüğü seç"
15732
17729
 
15733
17730
#: lazarusidestrconsts.srkmecselwordright
 
17731
msgctxt "lazarusidestrconsts.srkmecselwordright"
15734
17732
msgid "Select Word Right"
15735
 
msgstr ""
 
17733
msgstr "Sağdaki sözcüğü seç"
15736
17734
 
15737
17735
#: lazarusidestrconsts.srkmecsetfreebookmark
15738
17736
msgctxt "lazarusidestrconsts.srkmecsetfreebookmark"
15748
17746
msgstr ""
15749
17747
 
15750
17748
#: lazarusidestrconsts.srkmecshowabstractmethods
15751
 
msgid "Show abstract methods"
 
17749
msgid "Show Abstract Methods"
15752
17750
msgstr ""
15753
17751
 
15754
17752
#: lazarusidestrconsts.srkmecshowcodecontext
15755
 
msgid "Show code context"
 
17753
msgid "Show Code Context"
15756
17754
msgstr ""
15757
17755
 
15758
17756
#: lazarusidestrconsts.srkmecshowexecutionpoint
15763
17761
msgid "stop program"
15764
17762
msgstr ""
15765
17763
 
 
17764
#: lazarusidestrconsts.srkmecsynmacroplay
 
17765
msgid "Play Macro"
 
17766
msgstr ""
 
17767
 
 
17768
#: lazarusidestrconsts.srkmecsynmacrorecord
 
17769
msgid "Record Macro"
 
17770
msgstr ""
 
17771
 
15766
17772
#: lazarusidestrconsts.srkmecsynpsyncroedcellend
15767
17773
msgctxt "lazarusidestrconsts.srkmecsynpsyncroedcellend"
15768
17774
msgid "Goto last pos in cell"
15858
17864
msgstr ""
15859
17865
 
15860
17866
#: lazarusidestrconsts.srkmecsyntaxcheck
15861
 
msgid "Syntax check"
 
17867
msgid "Syntax Check"
15862
17868
msgstr ""
15863
17869
 
15864
17870
#: lazarusidestrconsts.srkmectoggleassembler
15866
17872
msgstr ""
15867
17873
 
15868
17874
#: lazarusidestrconsts.srkmectogglebreakpoint
15869
 
msgid "toggle break point"
 
17875
msgid "toggle breakpoint"
15870
17876
msgstr ""
15871
17877
 
15872
17878
#: lazarusidestrconsts.srkmectogglebreakpoints
15962
17968
msgid "unknown editor command"
15963
17969
msgstr ""
15964
17970
 
 
17971
#: lazarusidestrconsts.srkmecunusedunits
 
17972
msgid "Unused Units ..."
 
17973
msgstr ""
 
17974
 
 
17975
#: lazarusidestrconsts.srkmecup
 
17976
msgid "Move cursor up"
 
17977
msgstr ""
 
17978
 
15965
17979
#: lazarusidestrconsts.srkmecuserfirst
15966
17980
msgid "User First"
15967
17981
msgstr ""
15978
17992
msgid "View forms"
15979
17993
msgstr ""
15980
17994
 
 
17995
#: lazarusidestrconsts.srkmecviewhistory
 
17996
msgctxt "lazarusidestrconsts.srkmecviewhistory"
 
17997
msgid "View History"
 
17998
msgstr ""
 
17999
 
 
18000
#: lazarusidestrconsts.srkmecviewpseudoterminal
 
18001
msgctxt "lazarusidestrconsts.srkmecviewpseudoterminal"
 
18002
msgid "View Terminal Output"
 
18003
msgstr ""
 
18004
 
 
18005
#: lazarusidestrconsts.srkmecviewtaborder
 
18006
msgid "View Tab Order"
 
18007
msgstr ""
 
18008
 
 
18009
#: lazarusidestrconsts.srkmecviewthreads
 
18010
msgctxt "lazarusidestrconsts.srkmecviewthreads"
 
18011
msgid "View Threads"
 
18012
msgstr ""
 
18013
 
15981
18014
#: lazarusidestrconsts.srkmecviewunitdependencies
15982
18015
msgid "View unit dependencies"
15983
18016
msgstr ""
15991
18024
msgstr ""
15992
18025
 
15993
18026
#: lazarusidestrconsts.srkmecwordcompletion
15994
 
msgid "Word completion"
 
18027
msgid "Word Completion"
 
18028
msgstr ""
 
18029
 
 
18030
#: lazarusidestrconsts.srkmecwordendleft
 
18031
msgid "Move cursor word-end left"
 
18032
msgstr ""
 
18033
 
 
18034
#: lazarusidestrconsts.srkmecwordendright
 
18035
msgid "Move cursor word-end right"
15995
18036
msgstr ""
15996
18037
 
15997
18038
#: lazarusidestrconsts.srkmecwordleft
16010
18051
msgid "Edit Keys"
16011
18052
msgstr ""
16012
18053
 
16013
 
#: lazarusidestrconsts.srkmgrabkey
16014
 
msgid "Grab key"
16015
 
msgstr ""
16016
 
 
16017
 
#: lazarusidestrconsts.srkmgrabsecondkey
16018
 
msgid "Grab second key"
16019
 
msgstr ""
16020
 
 
16021
 
#: lazarusidestrconsts.srkmkey
16022
 
msgid "Key (or 2 keys combination)"
16023
 
msgstr ""
16024
 
 
16025
 
#: lazarusidestrconsts.srkmpresskey
16026
 
msgid "Please press a key ..."
16027
 
msgstr ""
16028
 
 
16029
18054
#: lazarusidestrconsts.synffoldcommentsinselection
16030
18055
msgid "Fold comments in selection"
16031
18056
msgstr ""
16035
18060
msgstr ""
16036
18061
 
16037
18062
#: lazarusidestrconsts.synfunfoldallinselection
16038
 
msgid "Unfold all in Selection"
 
18063
msgid "Unfold all in selection"
16039
18064
msgstr ""
16040
18065
 
16041
18066
#: lazarusidestrconsts.synfunfoldcommentsinselection
16042
 
msgid "Unfold comments in Selection"
 
18067
msgid "Unfold comments in selection"
16043
18068
msgstr ""
16044
18069
 
16045
18070
#: lazarusidestrconsts.uefilerocap
16058
18083
msgid "Locked"
16059
18084
msgstr ""
16060
18085
 
 
18086
#: lazarusidestrconsts.uemacrorecording
 
18087
msgid "Recording"
 
18088
msgstr ""
 
18089
 
 
18090
#: lazarusidestrconsts.uemacrorecordingpaused
 
18091
msgid "Rec-pause"
 
18092
msgstr ""
 
18093
 
16061
18094
#: lazarusidestrconsts.uemaddwatchatcursor
16062
18095
msgid "Add &Watch At Cursor"
16063
18096
msgstr "İmlecin Olduğu Yere İzleyici Ekle"
16064
18097
 
 
18098
#: lazarusidestrconsts.uemaddwatchpointatcursor
 
18099
msgid "Add Watch&Point At Cursor"
 
18100
msgstr ""
 
18101
 
16065
18102
#: lazarusidestrconsts.uembookmarkn
16066
18103
msgid "Bookmark"
16067
18104
msgstr "Yer imi"
16074
18111
msgid "&Close Page"
16075
18112
msgstr "Sayfayı Kapat"
16076
18113
 
16077
 
#: lazarusidestrconsts.uemcompletecode
16078
 
msgctxt "lazarusidestrconsts.uemcompletecode"
16079
 
msgid "Complete Code"
16080
 
msgstr "kod Tamamlama"
16081
 
 
16082
 
#: lazarusidestrconsts.uemcopy
16083
 
msgctxt "lazarusidestrconsts.uemcopy"
16084
 
msgid "Copy"
16085
 
msgstr "Kopyala"
16086
 
 
16087
18114
#: lazarusidestrconsts.uemcopyfilename
16088
18115
msgid "Copy Filename"
16089
18116
msgstr ""
16090
18117
 
16091
18118
#: lazarusidestrconsts.uemcopytonewwindow
16092
 
msgid "Clone to new Window"
 
18119
msgid "Clone to New Window"
16093
18120
msgstr ""
16094
18121
 
16095
18122
#: lazarusidestrconsts.uemcopytootherwindow
16096
 
msgid "Clone to other Window"
 
18123
msgid "Clone to Other Window"
16097
18124
msgstr ""
16098
18125
 
16099
18126
#: lazarusidestrconsts.uemcopytootherwindownew
16101
18128
msgid "New Window"
16102
18129
msgstr ""
16103
18130
 
16104
 
#: lazarusidestrconsts.uemcut
16105
 
msgctxt "lazarusidestrconsts.uemcut"
16106
 
msgid "Cut"
16107
 
msgstr "Kes"
16108
 
 
16109
18131
#: lazarusidestrconsts.uemdebugword
16110
18132
msgid "Debug"
16111
18133
msgstr ""
16112
18134
 
16113
18135
#: lazarusidestrconsts.uemeditorproperties
16114
 
msgid "Editor properties"
16115
 
msgstr ""
16116
 
 
16117
 
#: lazarusidestrconsts.uemencloseselection
16118
 
msgctxt "lazarusidestrconsts.uemencloseselection"
16119
 
msgid "Enclose Selection"
 
18136
msgid "Editor Properties"
16120
18137
msgstr ""
16121
18138
 
16122
18139
#: lazarusidestrconsts.uemencoding
16124
18141
msgstr ""
16125
18142
 
16126
18143
#: lazarusidestrconsts.uemevaluatemodify
16127
 
msgid "&Evaluate/Modify..."
16128
 
msgstr ""
16129
 
 
16130
 
#: lazarusidestrconsts.uemextractproc
16131
 
msgctxt "lazarusidestrconsts.uemextractproc"
16132
 
msgid "Extract Procedure"
 
18144
msgid "&Evaluate/Modify ..."
16133
18145
msgstr ""
16134
18146
 
16135
18147
#: lazarusidestrconsts.uemfinddeclaration
16136
18148
msgid "&Find Declaration"
16137
18149
msgstr "Bildirimi Bul"
16138
18150
 
16139
 
#: lazarusidestrconsts.uemfindidentifierreferences
16140
 
msgid "Find Identifier References"
 
18151
#: lazarusidestrconsts.uemfindinotherwindow
 
18152
msgid "Find in other Window"
16141
18153
msgstr ""
16142
18154
 
16143
18155
#: lazarusidestrconsts.uemgotobookmark
16149
18161
msgstr ""
16150
18162
 
16151
18163
#: lazarusidestrconsts.ueminspect
16152
 
msgid "&Inspect..."
16153
 
msgstr ""
 
18164
msgctxt "lazarusidestrconsts.ueminspect"
 
18165
msgid "&Inspect ..."
 
18166
msgstr "İncele ..."
16154
18167
 
16155
18168
#: lazarusidestrconsts.ueminvertassignment
 
18169
msgctxt "lazarusidestrconsts.ueminvertassignment"
16156
18170
msgid "Invert Assignment"
16157
18171
msgstr ""
16158
18172
 
16159
18173
#: lazarusidestrconsts.uemlineending
16160
 
msgid "Line ending"
 
18174
msgid "Line Ending"
16161
18175
msgstr ""
16162
18176
 
16163
18177
#: lazarusidestrconsts.uemlockpage
16165
18179
msgstr ""
16166
18180
 
16167
18181
#: lazarusidestrconsts.uemmovepageleft
16168
 
msgid "Move page left"
 
18182
msgid "Move Page Left"
16169
18183
msgstr ""
16170
18184
 
16171
18185
#: lazarusidestrconsts.uemmovepageleftmost
16172
 
msgid "Move page leftmost"
 
18186
msgid "Move Page Leftmost"
16173
18187
msgstr ""
16174
18188
 
16175
18189
#: lazarusidestrconsts.uemmovepageright
16176
 
msgid "Move page right"
 
18190
msgid "Move Page Right"
16177
18191
msgstr ""
16178
18192
 
16179
18193
#: lazarusidestrconsts.uemmovepagerightmost
16180
 
msgid "Move page rightmost"
 
18194
msgid "Move Page Rightmost"
16181
18195
msgstr ""
16182
18196
 
16183
18197
#: lazarusidestrconsts.uemmovetonewwindow
16184
 
msgid "Move to new Window"
 
18198
msgid "Move to New Window"
16185
18199
msgstr ""
16186
18200
 
16187
18201
#: lazarusidestrconsts.uemmovetootherwindow
16188
 
msgid "Move to other Window"
 
18202
msgid "Move to Other Window"
16189
18203
msgstr ""
16190
18204
 
16191
18205
#: lazarusidestrconsts.uemmovetootherwindownew
16194
18208
msgstr ""
16195
18209
 
16196
18210
#: lazarusidestrconsts.uemnextbookmark
16197
 
msgid "Goto next Bookmark"
 
18211
msgid "Goto Next Bookmark"
16198
18212
msgstr ""
16199
18213
 
16200
18214
#: lazarusidestrconsts.uemodified
16202
18216
msgstr ""
16203
18217
 
16204
18218
#: lazarusidestrconsts.uemopenfileatcursor
16205
 
msgid "&Open file at cursor"
 
18219
#, fuzzy
 
18220
#| msgid "&Open file at cursor"
 
18221
msgid "&Open File at Cursor"
16206
18222
msgstr "İmleçteki d&osyayı aç"
16207
18223
 
16208
 
#: lazarusidestrconsts.uempaste
16209
 
msgctxt "lazarusidestrconsts.uempaste"
16210
 
msgid "Paste"
16211
 
msgstr "Yapıştır"
16212
 
 
16213
18224
#: lazarusidestrconsts.uemprevbookmark
16214
 
msgid "Goto previous Bookmark"
 
18225
msgid "Goto Previous Bookmark"
16215
18226
msgstr ""
16216
18227
 
16217
18228
#: lazarusidestrconsts.uemprocedurejump
16227
18238
msgid "Refactoring"
16228
18239
msgstr ""
16229
18240
 
16230
 
#: lazarusidestrconsts.uemrenameidentifier
16231
 
msgid "Rename Identifier"
16232
 
msgstr ""
16233
 
 
16234
18241
#: lazarusidestrconsts.uemruntocursor
16235
18242
msgid "&Run to Cursor"
16236
18243
msgstr "İmlece kadar çalıştır"
16241
18248
 
16242
18249
#: lazarusidestrconsts.uemsetfreebookmark
16243
18250
msgctxt "lazarusidestrconsts.uemsetfreebookmark"
16244
 
msgid "Set a free Bookmark"
16245
 
msgstr ""
 
18251
msgid "Set a Free Bookmark"
 
18252
msgstr "Serbest bir yer imi belirle"
16246
18253
 
16247
18254
#: lazarusidestrconsts.uemshowlinenumbers
16248
18255
msgid "Show Line Numbers"
16249
18256
msgstr ""
16250
18257
 
16251
 
#: lazarusidestrconsts.uemshowunitinfo
16252
 
msgid "Unit Info"
 
18258
#: lazarusidestrconsts.uemsource
 
18259
msgctxt "lazarusidestrconsts.uemsource"
 
18260
msgid "Source"
16253
18261
msgstr ""
16254
18262
 
16255
18263
#: lazarusidestrconsts.uemtogglebookmark
16257
18265
msgstr ""
16258
18266
 
16259
18267
#: lazarusidestrconsts.uemtogglebreakpoint
16260
 
msgid "&Toggle Breakpoint"
 
18268
msgid "Toggle &Breakpoint"
16261
18269
msgstr ""
16262
18270
 
16263
18271
#: lazarusidestrconsts.uemviewcallstack
 
18272
msgctxt "lazarusidestrconsts.uemviewcallstack"
16264
18273
msgid "View Call Stack"
16265
18274
msgstr ""
16266
18275
 
16268
18277
msgid "Not implemented yet"
16269
18278
msgstr ""
16270
18279
 
16271
 
#: lazarusidestrconsts.uenotimplcapagain
16272
 
msgid "I told You: Not implemented yet"
16273
 
msgstr ""
16274
 
 
16275
 
#: lazarusidestrconsts.uenotimpltext
16276
 
msgid "If You can help us to implement this feature, mail to lazarus@miraclec.com"
16277
 
msgstr ""
16278
 
 
16279
18280
#: lazarusidestrconsts.uepins
16280
18281
msgid "INS"
16281
18282
msgstr ""