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

« back to all changes in this revision

Viewing changes to components/codetools/ide/languages/codystrconsts.po

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
msgid ""
 
2
msgstr "Content-Type: text/plain; charset=UTF-8"
 
3
 
 
4
#: codystrconsts.crsaddassignmethod
 
5
msgid "Add Assign Method"
 
6
msgstr ""
 
7
 
 
8
#: codystrconsts.crsaddassignmethod2
 
9
msgid "Add Assign Method ..."
 
10
msgstr ""
 
11
 
 
12
#: codystrconsts.crsaddawithblock
 
13
msgid "Add a \"With\" Block"
 
14
msgstr ""
 
15
 
 
16
#: codystrconsts.crsaddunittoimplementationusessection
 
17
msgctxt "codystrconsts.crsaddunittoimplementationusessection"
 
18
msgid "Add unit to implementation uses section"
 
19
msgstr ""
 
20
 
 
21
#: codystrconsts.crsaddwithblock
 
22
msgid "Add \"With\" Block"
 
23
msgstr ""
 
24
 
 
25
#: codystrconsts.crsalreadydefined
 
26
msgid "Already defined"
 
27
msgstr ""
 
28
 
 
29
#: codystrconsts.crsalreadydefinedat
 
30
msgid "Already defined at %s"
 
31
msgstr ""
 
32
 
 
33
#: codystrconsts.crsandmoreidentifiers
 
34
msgid "... and %s more identifiers"
 
35
msgstr ""
 
36
 
 
37
#: codystrconsts.crsawindowforthelazarusideitcanbedockedlikethecodeexp
 
38
msgid "A window for the Lazarus IDE. It can be docked like the Code Explorer or the FPDoc Editor. This also creates a menu item in the View menu and a short cut."
 
39
msgstr ""
 
40
 
 
41
#: codystrconsts.crsbtncancel
 
42
msgid "Cancel"
 
43
msgstr ""
 
44
 
 
45
#: codystrconsts.crsbtnok
 
46
msgid "&OK"
 
47
msgstr ""
 
48
 
 
49
#: codystrconsts.crsbyfpccfg
 
50
msgid "by fpc.cfg"
 
51
msgstr ""
 
52
 
 
53
#: codystrconsts.crscamaddassignmethodtoclass
 
54
msgid "Add Assign method to class %s"
 
55
msgstr ""
 
56
 
 
57
#: codystrconsts.crscamcallinherited
 
58
msgid "Call inherited"
 
59
msgstr ""
 
60
 
 
61
#: codystrconsts.crscamcallinheritedonlyifwrongclass
 
62
msgid "Call inherited only if wrong class"
 
63
msgstr ""
 
64
 
 
65
#: codystrconsts.crscamcursorisnotinapascalclassdeclaration
 
66
msgid "cursor is not in a pascal class declaration"
 
67
msgstr ""
 
68
 
 
69
#: codystrconsts.crscamexistsalready
 
70
msgid "exists already"
 
71
msgstr ""
 
72
 
 
73
#: codystrconsts.crscaminherited
 
74
msgid "Inherited:"
 
75
msgstr ""
 
76
 
 
77
#: codystrconsts.crscaminvalididentifier
 
78
msgid "invalid identifier"
 
79
msgstr ""
 
80
 
 
81
#: codystrconsts.crscammethod
 
82
msgid "Method:"
 
83
msgstr ""
 
84
 
 
85
#: codystrconsts.crscammethodname
 
86
msgid "Method name:"
 
87
msgstr ""
 
88
 
 
89
#: codystrconsts.crscamnewmethod
 
90
msgid "New method:"
 
91
msgstr ""
 
92
 
 
93
#: codystrconsts.crscamoverride
 
94
msgid "Override"
 
95
msgstr ""
 
96
 
 
97
#: codystrconsts.crscamparametername
 
98
msgid "Parameter name:"
 
99
msgstr ""
 
100
 
 
101
#: codystrconsts.crscamparametertype
 
102
msgid "Parameter type:"
 
103
msgstr ""
 
104
 
 
105
#: codystrconsts.crscampleasepositionthecursorofthesourceeditorinapascalc
 
106
msgid "Please position the cursor of the source editor in a pascal class declaration before invoking \"Add Assign method\"."
 
107
msgstr ""
 
108
 
 
109
#: codystrconsts.crscamprivate
 
110
msgid "private"
 
111
msgstr ""
 
112
 
 
113
#: codystrconsts.crscamproperty
 
114
msgid "%s property"
 
115
msgstr ""
 
116
 
 
117
#: codystrconsts.crscamprotected
 
118
msgid "protected"
 
119
msgstr ""
 
120
 
 
121
#: codystrconsts.crscampublic
 
122
msgid "public"
 
123
msgstr ""
 
124
 
 
125
#: codystrconsts.crscampublished
 
126
msgid "published"
 
127
msgstr ""
 
128
 
 
129
#: codystrconsts.crscamselectmemberstoassign
 
130
msgid "Select members to assign:"
 
131
msgstr ""
 
132
 
 
133
#: codystrconsts.crscamthereisnoinheritedmethod
 
134
msgid "There is no inherited method."
 
135
msgstr ""
 
136
 
 
137
#: codystrconsts.crscamvar
 
138
msgid "%s var"
 
139
msgstr ""
 
140
 
 
141
#: codystrconsts.crscamvisibility
 
142
msgid "?visibility?"
 
143
msgstr ""
 
144
 
 
145
#: codystrconsts.crscamwrittenbyproperty
 
146
msgid "%s, written by property %s"
 
147
msgstr ""
 
148
 
 
149
#: codystrconsts.crscheetaheditor
 
150
msgid "Cheetah Editor"
 
151
msgstr ""
 
152
 
 
153
#: codystrconsts.crsclose
 
154
msgid "&Close"
 
155
msgstr ""
 
156
 
 
157
#: codystrconsts.crscloseotherpackageandopennew
 
158
msgid "Close other package and open new"
 
159
msgstr ""
 
160
 
 
161
#: codystrconsts.crscodebuffers
 
162
msgid "CodeBuffers"
 
163
msgstr ""
 
164
 
 
165
#: codystrconsts.crscodenodeinformation
 
166
msgid "Code Node Information"
 
167
msgstr ""
 
168
 
 
169
#: codystrconsts.crscodyidentifierdictionary
 
170
msgid "Identifier Dictionary"
 
171
msgstr ""
 
172
 
 
173
#: codystrconsts.crscogeneral
 
174
msgctxt "codystrconsts.crscogeneral"
 
175
msgid "General"
 
176
msgstr ""
 
177
 
 
178
#: codystrconsts.crsconfigurenewidewindow
 
179
msgid "Configure new IDE window"
 
180
msgstr ""
 
181
 
 
182
#: codystrconsts.crscontains
 
183
msgid "Contains"
 
184
msgstr ""
 
185
 
 
186
#: codystrconsts.crscontinue
 
187
msgid "Continue"
 
188
msgstr ""
 
189
 
 
190
#: codystrconsts.crscopydeclarationtoclipboard
 
191
msgid "Copy declaration to Clipboard"
 
192
msgstr ""
 
193
 
 
194
#: codystrconsts.crscount
 
195
msgid "Count"
 
196
msgstr ""
 
197
 
 
198
#: codystrconsts.crscousespath
 
199
msgctxt "codystrconsts.crscousespath"
 
200
msgid "Uses path"
 
201
msgstr ""
 
202
 
 
203
#: codystrconsts.crscuallfiles
 
204
msgid "%s|All files (%s)|%s"
 
205
msgstr ""
 
206
 
 
207
#: codystrconsts.crscupascalpaspppaspp
 
208
msgid "Pascal (*.pas;*.pp)|*.pas;*.pp"
 
209
msgstr ""
 
210
 
 
211
#: codystrconsts.crscupleaseplacethecursorofthesourceeditorinanimplement
 
212
msgid "Please place the cursor of the source editor in an implementation of an overridden method."
 
213
msgstr ""
 
214
 
 
215
#: codystrconsts.crscuselectfiletoinsertatcursor
 
216
msgid "Select file to insert at cursor"
 
217
msgstr ""
 
218
 
 
219
#: codystrconsts.crscutdeclarationtoclipboard
 
220
msgid "Cut declaration to Clipboard"
 
221
msgstr ""
 
222
 
 
223
#: codystrconsts.crscuthefileseemstobeabinaryproceed
 
224
msgid "The file seems to be a binary. Proceed?"
 
225
msgstr ""
 
226
 
 
227
#: codystrconsts.crscuunabletoloadfile
 
228
msgid "Unable to load file \"%s\"%s%s"
 
229
msgstr ""
 
230
 
 
231
#: codystrconsts.crscuwarning
 
232
msgid "Warning"
 
233
msgstr ""
 
234
 
 
235
#: codystrconsts.crscwerror
 
236
msgid "Error"
 
237
msgstr ""
 
238
 
 
239
#: codystrconsts.crscwpleaseplacethecursorofthesourceeditoronawithvariab
 
240
msgid "Please place the cursor of the source editor on a With variable."
 
241
msgstr ""
 
242
 
 
243
#: codystrconsts.crsdeclarevariable
 
244
msgid "Declare Variable"
 
245
msgstr ""
 
246
 
 
247
#: codystrconsts.crsdeclarevariable2
 
248
msgid "Declare Variable ..."
 
249
msgstr ""
 
250
 
 
251
#: codystrconsts.crsdeclarevariable3
 
252
msgid "Declare variable \"%s\""
 
253
msgstr ""
 
254
 
 
255
#: codystrconsts.crsdvisakeyword
 
256
msgid "\"%s\" is a keyword."
 
257
msgstr ""
 
258
 
 
259
#: codystrconsts.crserror
 
260
msgid "Error: %s"
 
261
msgstr ""
 
262
 
 
263
#: codystrconsts.crsexplodeawithblock
 
264
msgid "Explode a \"With\" Block"
 
265
msgstr ""
 
266
 
 
267
#: codystrconsts.crsexpression
 
268
msgid "Expression"
 
269
msgstr ""
 
270
 
 
271
#: codystrconsts.crsextendunitpath
 
272
msgid "Extend unit path"
 
273
msgstr ""
 
274
 
 
275
#: codystrconsts.crsfile
 
276
msgid "File"
 
277
msgstr ""
 
278
 
 
279
#: codystrconsts.crsfiledoesnotexistanymore
 
280
msgid "File \"%s\" does not exist anymore."
 
281
msgstr ""
 
282
 
 
283
#: codystrconsts.crsfilenotfound
 
284
msgid "File not found"
 
285
msgstr ""
 
286
 
 
287
#: codystrconsts.crsfilereaderror
 
288
msgid "File read error"
 
289
msgstr ""
 
290
 
 
291
#: codystrconsts.crsfilter
 
292
msgid "(Filter)"
 
293
msgstr ""
 
294
 
 
295
#: codystrconsts.crsflags
 
296
msgid "Flags"
 
297
msgstr ""
 
298
 
 
299
#: codystrconsts.crsfpcunitwithoutppu
 
300
msgid "FPC unit without ppu"
 
301
msgstr ""
 
302
 
 
303
#: codystrconsts.crsframeworks
 
304
msgid "Frameworks"
 
305
msgstr ""
 
306
 
 
307
#: codystrconsts.crsgbytes
 
308
msgid "Gbytes"
 
309
msgstr ""
 
310
 
 
311
#: codystrconsts.crshelp
 
312
msgid "&Help"
 
313
msgstr ""
 
314
 
 
315
#: codystrconsts.crshideunitsofotherprojects
 
316
msgid "Hide units of other projects"
 
317
msgstr ""
 
318
 
 
319
#: codystrconsts.crsideintegration
 
320
msgid "IDE Integration"
 
321
msgstr ""
 
322
 
 
323
#: codystrconsts.crsidentifiernotfound
 
324
msgid "Identifier not found"
 
325
msgstr ""
 
326
 
 
327
#: codystrconsts.crsidentifiernotfoundinunit
 
328
msgid "Identifier \"%s\" not found in unit \"%s\". Maybe the identifier does not exist for this platform or maybe the identifier was deleted/renamed."
 
329
msgstr ""
 
330
 
 
331
#: codystrconsts.crsidewindowdockable
 
332
msgid "IDE window, dockable"
 
333
msgstr ""
 
334
 
 
335
#: codystrconsts.crsifidentifierisaddedtotheimplementationsectionandne
 
336
msgctxt "codystrconsts.crsifidentifierisaddedtotheimplementationsectionandne"
 
337
msgid "If identifier is added to the implementation section and needed unit needs to be added, add to the uses section of the implementation"
 
338
msgstr ""
 
339
 
 
340
#: codystrconsts.crsimpossibledependency
 
341
msgid "Impossible dependency"
 
342
msgstr ""
 
343
 
 
344
#: codystrconsts.crsinimplementation
 
345
msgid "In implementation"
 
346
msgstr ""
 
347
 
 
348
#: codystrconsts.crsininterface
 
349
msgid "In interface"
 
350
msgstr ""
 
351
 
 
352
#: codystrconsts.crsinsertcallinherited
 
353
msgid "Insert Call Inherited"
 
354
msgstr ""
 
355
 
 
356
#: codystrconsts.crsinsertfileatcursor
 
357
msgid "Insert File Contents at Cursor ..."
 
358
msgstr ""
 
359
 
 
360
#: codystrconsts.crsjumpto
 
361
msgid "&Jump to"
 
362
msgstr ""
 
363
 
 
364
#: codystrconsts.crskbytes
 
365
msgid "kbytes"
 
366
msgstr ""
 
367
 
 
368
#: codystrconsts.crslinkedfiles
 
369
msgid "Linked files"
 
370
msgstr ""
 
371
 
 
372
#: codystrconsts.crsloaddictionaryafter
 
373
msgid "Load dictionary after %s"
 
374
msgstr ""
 
375
 
 
376
#: codystrconsts.crslocalvariableof
 
377
msgid "Local variable of %s"
 
378
msgstr ""
 
379
 
 
380
#: codystrconsts.crsmainsourcefile
 
381
msgid "Main source file: %s"
 
382
msgstr ""
 
383
 
 
384
#: codystrconsts.crsmbytes
 
385
msgid "Mbytes"
 
386
msgstr ""
 
387
 
 
388
#: codystrconsts.crsmemberof
 
389
msgid "%s member of %s %s"
 
390
msgstr ""
 
391
 
 
392
#: codystrconsts.crsmenuitemcaption
 
393
msgid "Menu item caption:"
 
394
msgstr ""
 
395
 
 
396
#: codystrconsts.crsminutes
 
397
msgid "%s minutes"
 
398
msgstr ""
 
399
 
 
400
#: codystrconsts.crsmissing
 
401
msgid "missing ..."
 
402
msgstr ""
 
403
 
 
404
#: codystrconsts.crsnoneselected
 
405
msgid "none selected"
 
406
msgstr ""
 
407
 
 
408
#: codystrconsts.crsnoproject
 
409
msgid "No project"
 
410
msgstr ""
 
411
 
 
412
#: codystrconsts.crsnotethenameoftheformmustbeavalidpascalidentifieran
 
413
msgid "Note: The name of the form must be a valid pascal identifier and unique across the whole IDE, which includes all packages. Prepend the name with an abbreviation of your package. The prefixes \"IDE\", \"Laz\", \"Pkg\" are already used by the IDE itself."
 
414
msgstr ""
 
415
 
 
416
#: codystrconsts.crsnounitselected
 
417
msgid "No unit selected"
 
418
msgstr ""
 
419
 
 
420
#: codystrconsts.crsonclipboard
 
421
msgid "On clipboard"
 
422
msgstr ""
 
423
 
 
424
#: codystrconsts.crsoptions
 
425
msgid "Options"
 
426
msgstr ""
 
427
 
 
428
#: codystrconsts.crsotherobjectfiles
 
429
msgid "Other object files"
 
430
msgstr ""
 
431
 
 
432
#: codystrconsts.crsothersharedlibraries
 
433
msgid "Other shared libraries"
 
434
msgstr ""
 
435
 
 
436
#: codystrconsts.crsotherstaticlibraries
 
437
msgid "Other static libraries"
 
438
msgstr ""
 
439
 
 
440
#: codystrconsts.crspackage
 
441
msgid "Package"
 
442
msgstr ""
 
443
 
 
444
#: codystrconsts.crspackage2
 
445
msgid "Package: %s"
 
446
msgstr ""
 
447
 
 
448
#: codystrconsts.crspackagenotfound
 
449
msgid "Package not found"
 
450
msgstr ""
 
451
 
 
452
#: codystrconsts.crspackagenotfounditshouldbein
 
453
msgid "Package \"%s\" not found. It should be in \"%s\"."
 
454
msgstr ""
 
455
 
 
456
#: codystrconsts.crspackagesunitsidentifiersfile
 
457
msgid "Packages: %s, Units: %s, Identifiers: %s%sDatabase: %s"
 
458
msgstr ""
 
459
 
 
460
#: codystrconsts.crspackagewithsamename
 
461
msgid "Package with same name"
 
462
msgstr ""
 
463
 
 
464
#: codystrconsts.crspleaseopenaprojectfirst
 
465
msgid "Please open a project first."
 
466
msgstr ""
 
467
 
 
468
#: codystrconsts.crspleaseplacethecursorofthesourceeditoratanidentifie
 
469
msgid "Please place the cursor of the source editor at an identifier in a statement.%sFor example:%sMyVar:=3;"
 
470
msgstr ""
 
471
 
 
472
#: codystrconsts.crspleaseplacethecursorofthesourceeditoronanidentifie
 
473
msgid "Please place the cursor of the source editor on an identifier of a declaration."
 
474
msgstr ""
 
475
 
 
476
#: codystrconsts.crspleaseselectsomecodeinthesourceeditor
 
477
msgid "Please select some code in the Source Editor."
 
478
msgstr ""
 
479
 
 
480
#: codystrconsts.crspleaseselectsomecodeinthesourceeditorforanewwithbl
 
481
msgid "Please select some code in the Source Editor for a new \"With\" block. No candidate for a with expression was found."
 
482
msgstr ""
 
483
 
 
484
#: codystrconsts.crspleasespecifyalocation
 
485
msgid "Please specify a location"
 
486
msgstr ""
 
487
 
 
488
#: codystrconsts.crspleasespecifyatype
 
489
msgid "Please specify a type"
 
490
msgstr ""
 
491
 
 
492
#: codystrconsts.crsppu
 
493
msgid "PPU: %s"
 
494
msgstr ""
 
495
 
 
496
#: codystrconsts.crsppufilesofproject
 
497
msgid "PPU files of project \"%s\""
 
498
msgstr ""
 
499
 
 
500
#: codystrconsts.crsprivate
 
501
msgid "Private"
 
502
msgstr ""
 
503
 
 
504
#: codystrconsts.crsprojecthasnomainsourcefile
 
505
msgid "Project has no main source file."
 
506
msgstr ""
 
507
 
 
508
#: codystrconsts.crsprojectoutput
 
509
msgid "Project Output"
 
510
msgstr ""
 
511
 
 
512
#: codystrconsts.crsprotected
 
513
msgid "Protected"
 
514
msgstr ""
 
515
 
 
516
#: codystrconsts.crspublic
 
517
msgid "Public"
 
518
msgstr ""
 
519
 
 
520
#: codystrconsts.crspublished
 
521
msgid "Published"
 
522
msgstr ""
 
523
 
 
524
#: codystrconsts.crsrefresh
 
525
msgid "Refresh"
 
526
msgstr ""
 
527
 
 
528
#: codystrconsts.crsreport
 
529
msgid "Report"
 
530
msgstr ""
 
531
 
 
532
#: codystrconsts.crssavedictionaryevery
 
533
msgid "Save dictionary every %s"
 
534
msgstr ""
 
535
 
 
536
#: codystrconsts.crssavedictionarynow
 
537
msgid "Save dictionary now"
 
538
msgstr ""
 
539
 
 
540
#: codystrconsts.crssavetofile
 
541
msgid "Save to file %s"
 
542
msgstr ""
 
543
 
 
544
#: codystrconsts.crssearching
 
545
msgid "searching ..."
 
546
msgstr ""
 
547
 
 
548
#: codystrconsts.crsseconds
 
549
msgid "%s seconds"
 
550
msgstr ""
 
551
 
 
552
#: codystrconsts.crsselectexpression
 
553
msgid "Select expression"
 
554
msgstr ""
 
555
 
 
556
#: codystrconsts.crsshowcodetoolsnodeinfo
 
557
msgid "Show CodeTools Node Info ..."
 
558
msgstr ""
 
559
 
 
560
#: codystrconsts.crsshowonlyidentifierscontainingfiltertext
 
561
msgid "Show only identifiers containing filter text"
 
562
msgstr ""
 
563
 
 
564
#: codystrconsts.crsshowonlyidentifiersstartingwithfiltertext
 
565
msgid "Show only identifiers starting with filter text"
 
566
msgstr ""
 
567
 
 
568
#: codystrconsts.crsshowunitidentifierdictionary
 
569
msgid "Show Unit / Identifier Dictionary ..."
 
570
msgstr ""
 
571
 
 
572
#: codystrconsts.crsshowusedppufiles
 
573
msgid "Show Used .ppu Files ..."
 
574
msgstr ""
 
575
 
 
576
#: codystrconsts.crssizeofofile
 
577
msgid "Size of .o file"
 
578
msgstr ""
 
579
 
 
580
#: codystrconsts.crssizeofppufile
 
581
msgid "Size of .ppu file"
 
582
msgstr ""
 
583
 
 
584
#: codystrconsts.crssource
 
585
msgid "Source: %s"
 
586
msgstr ""
 
587
 
 
588
#: codystrconsts.crsstarts
 
589
msgid "Starts"
 
590
msgstr ""
 
591
 
 
592
#: codystrconsts.crsthedictionaryisloadedondemandorafterthistime
 
593
msgid "The dictionary is loaded on demand or after this time"
 
594
msgstr ""
 
595
 
 
596
#: codystrconsts.crsthedictionaryissavedinintervals
 
597
msgid "The dictionary is saved in intervals"
 
598
msgstr ""
 
599
 
 
600
#: codystrconsts.crstheidentifierisalreadydefined
 
601
msgid "The identifier \"%s\" is already defined."
 
602
msgstr ""
 
603
 
 
604
#: codystrconsts.crsthereisalreadyanotherpackageloadedwiththesamenameo
 
605
msgid "There is already another package loaded with the same name.%sOpen package: %s%sNew package: %s%sOnly one package can be loaded at a time."
 
606
msgstr ""
 
607
 
 
608
#: codystrconsts.crsthetargetunithasthesamenameasthecurrentunitfreepas
 
609
msgid "The target unit has the same name as the current unit.%s Free Pascal does not support that."
 
610
msgstr ""
 
611
 
 
612
#: codystrconsts.crstheunitispartofitcannotuseanotherpackagewiththesam
 
613
msgid "The unit \"%s\"%sis part of \"%s\".%sIt can not use another package with the same name:%s\"%s\""
 
614
msgstr ""
 
615
 
 
616
#: codystrconsts.crsthisunitislocatedinthefreepascalsourcesbutnoppufil
 
617
msgid "This unit is located in the Free Pascal sources, but no ppu file is installed. Maybe this unit is not available for this target platform."
 
618
msgstr ""
 
619
 
 
620
#: codystrconsts.crstotal
 
621
msgid "Total"
 
622
msgstr ""
 
623
 
 
624
#: codystrconsts.crstype
 
625
msgid "Type"
 
626
msgstr ""
 
627
 
 
628
#: codystrconsts.crsunabletodelete
 
629
msgid "Unable to delete \"%s\""
 
630
msgstr ""
 
631
 
 
632
#: codystrconsts.crsunabletoreadfile
 
633
msgid "Unable to read file \"%s\"."
 
634
msgstr ""
 
635
 
 
636
#: codystrconsts.crsunabletorenameto
 
637
msgid "unable to rename \"%s\" to \"%s\""
 
638
msgstr ""
 
639
 
 
640
#: codystrconsts.crsunit
 
641
msgid "Unit"
 
642
msgstr ""
 
643
 
 
644
#: codystrconsts.crsunit2
 
645
msgid "Unit: %s"
 
646
msgstr ""
 
647
 
 
648
#: codystrconsts.crsunitidentifierdictionary
 
649
msgid "Unit / Identifier Dictionary"
 
650
msgstr ""
 
651
 
 
652
#: codystrconsts.crsunitnameclash
 
653
msgid "Unit name clash"
 
654
msgstr ""
 
655
 
 
656
#: codystrconsts.crsunitobjectfiles
 
657
msgid "Unit object files"
 
658
msgstr ""
 
659
 
 
660
#: codystrconsts.crsunits
 
661
msgid "Units"
 
662
msgstr ""
 
663
 
 
664
#: codystrconsts.crsunitsharedlibraries
 
665
msgid "Unit shared libraries"
 
666
msgstr ""
 
667
 
 
668
#: codystrconsts.crsunitstaticlibraries
 
669
msgid "Unit static libraries"
 
670
msgstr ""
 
671
 
 
672
#: codystrconsts.crsusedby
 
673
msgid "Used by"
 
674
msgstr ""
 
675
 
 
676
#: codystrconsts.crsuseidentifier
 
677
msgid "&Use identifier"
 
678
msgstr ""
 
679
 
 
680
#: codystrconsts.crsuses
 
681
msgid "Uses"
 
682
msgstr ""
 
683
 
 
684
#: codystrconsts.crsvirtualunit
 
685
msgid "Virtual Unit"
 
686
msgstr ""
 
687
 
 
688
#: codystrconsts.crswhere
 
689
msgid "Where"
 
690
msgstr ""
 
691