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

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

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