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

« back to all changes in this revision

Viewing changes to docs/xml/lcl/lclstrconsts.xml

  • 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
 
<?xml version="1.0" encoding="ISO8859-1"?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<fpdoc-descriptions>
3
3
<package name="lcl">
4
4
 
9
9
-->
10
10
 
11
11
<module name="LCLStrConsts">
12
 
        <short>This unit contains all resource strings of the LCL</short>
 
12
&#x9;<short>This unit contains all resource strings of the LCL</short>
13
13
<descr>
14
14
</descr>
15
15
 
16
16
<!-- resource string Visibility: default -->
17
17
<element name="SNoMDIForm">
18
 
<short></short>
 
18
<short/>
19
19
<descr>
20
20
</descr>
21
21
<seealso>
24
24
 
25
25
<!-- resource string Visibility: default -->
26
26
<element name="rsMbYes">
27
 
<short></short>
 
27
<short/>
28
28
<descr>
29
29
</descr>
30
30
<seealso>
33
33
 
34
34
<!-- resource string Visibility: default -->
35
35
<element name="rsMbNo">
36
 
<short></short>
 
36
<short/>
37
37
<descr>
38
38
</descr>
39
39
<seealso>
42
42
 
43
43
<!-- resource string Visibility: default -->
44
44
<element name="rsMbOK">
45
 
<short></short>
 
45
<short/>
46
46
<descr>
47
47
</descr>
48
48
<seealso>
51
51
 
52
52
<!-- resource string Visibility: default -->
53
53
<element name="rsMbCancel">
54
 
<short></short>
 
54
<short/>
55
55
<descr>
56
56
</descr>
57
57
<seealso>
60
60
 
61
61
<!-- resource string Visibility: default -->
62
62
<element name="rsMbAbort">
63
 
<short></short>
 
63
<short/>
64
64
<descr>
65
65
</descr>
66
66
<seealso>
69
69
 
70
70
<!-- resource string Visibility: default -->
71
71
<element name="rsMbRetry">
72
 
<short></short>
 
72
<short/>
73
73
<descr>
74
74
</descr>
75
75
<seealso>
78
78
 
79
79
<!-- resource string Visibility: default -->
80
80
<element name="rsMbIgnore">
81
 
<short></short>
 
81
<short/>
82
82
<descr>
83
83
</descr>
84
84
<seealso>
87
87
 
88
88
<!-- resource string Visibility: default -->
89
89
<element name="rsMbAll">
90
 
<short></short>
 
90
<short/>
91
91
<descr>
92
92
</descr>
93
93
<seealso>
96
96
 
97
97
<!-- resource string Visibility: default -->
98
98
<element name="rsMbNoToAll">
99
 
<short></short>
 
99
<short/>
100
100
<descr>
101
101
</descr>
102
102
<seealso>
105
105
 
106
106
<!-- resource string Visibility: default -->
107
107
<element name="rsMbYesToAll">
108
 
<short></short>
 
108
<short/>
109
109
<descr>
110
110
</descr>
111
111
<seealso>
114
114
 
115
115
<!-- resource string Visibility: default -->
116
116
<element name="rsMbHelp">
117
 
<short></short>
 
117
<short/>
118
118
<descr>
119
119
</descr>
120
120
<seealso>
123
123
 
124
124
<!-- resource string Visibility: default -->
125
125
<element name="rsMbClose">
126
 
<short></short>
 
126
<short/>
127
127
<descr>
128
128
</descr>
129
129
<seealso>
132
132
 
133
133
<!-- resource string Visibility: default -->
134
134
<element name="rsMtWarning">
135
 
<short></short>
 
135
<short/>
136
136
<descr>
137
137
</descr>
138
138
<seealso>
141
141
 
142
142
<!-- resource string Visibility: default -->
143
143
<element name="rsMtError">
144
 
<short></short>
 
144
<short/>
145
145
<descr>
146
146
</descr>
147
147
<seealso>
150
150
 
151
151
<!-- resource string Visibility: default -->
152
152
<element name="rsMtInformation">
153
 
<short></short>
 
153
<short/>
154
154
<descr>
155
155
</descr>
156
156
<seealso>
159
159
 
160
160
<!-- resource string Visibility: default -->
161
161
<element name="rsMtConfirmation">
162
 
<short></short>
 
162
<short/>
163
163
<descr>
164
164
</descr>
165
165
<seealso>
168
168
 
169
169
<!-- resource string Visibility: default -->
170
170
<element name="rsMtCustom">
171
 
<short></short>
 
171
<short/>
172
172
<descr>
173
173
</descr>
174
174
<seealso>
177
177
 
178
178
<!-- resource string Visibility: default -->
179
179
<element name="rsfdOpenFile">
180
 
<short></short>
 
180
<short/>
181
181
<descr>
182
182
</descr>
183
183
<seealso>
186
186
 
187
187
<!-- resource string Visibility: default -->
188
188
<element name="rsfdOverwriteFile">
189
 
<short></short>
 
189
<short/>
190
190
<descr>
191
191
</descr>
192
192
<seealso>
195
195
 
196
196
<!-- resource string Visibility: default -->
197
197
<element name="rsfdFileAlreadyExists">
198
 
<short></short>
 
198
<short/>
199
199
<descr>
200
200
</descr>
201
201
<seealso>
204
204
 
205
205
<!-- resource string Visibility: default -->
206
206
<element name="rsfdPathMustExist">
207
 
<short></short>
 
207
<short/>
208
208
<descr>
209
209
</descr>
210
210
<seealso>
213
213
 
214
214
<!-- resource string Visibility: default -->
215
215
<element name="rsfdPathNoExist">
216
 
<short></short>
 
216
<short/>
217
217
<descr>
218
218
</descr>
219
219
<seealso>
222
222
 
223
223
<!-- resource string Visibility: default -->
224
224
<element name="rsfdFileMustExist">
225
 
<short></short>
 
225
<short/>
226
226
<descr>
227
227
</descr>
228
228
<seealso>
231
231
 
232
232
<!-- resource string Visibility: default -->
233
233
<element name="rsfdDirectoryMustExist">
234
 
<short></short>
 
234
<short/>
235
235
<descr>
236
236
</descr>
237
237
<seealso>
240
240
 
241
241
<!-- resource string Visibility: default -->
242
242
<element name="rsfdFileNotExist">
243
 
<short></short>
 
243
<short/>
244
244
<descr>
245
245
</descr>
246
246
<seealso>
249
249
 
250
250
<!-- resource string Visibility: default -->
251
251
<element name="rsfdDirectoryNotExist">
252
 
<short></short>
 
252
<short/>
253
253
<descr>
254
254
</descr>
255
255
<seealso>
258
258
 
259
259
<!-- resource string Visibility: default -->
260
260
<element name="rsfdFileReadOnlyTitle">
261
 
<short></short>
 
261
<short/>
262
262
<descr>
263
263
</descr>
264
264
<seealso>
267
267
 
268
268
<!-- resource string Visibility: default -->
269
269
<element name="rsfdFileReadOnly">
270
 
<short></short>
 
270
<short/>
271
271
<descr>
272
272
</descr>
273
273
<seealso>
276
276
 
277
277
<!-- resource string Visibility: default -->
278
278
<element name="rsfdFileSaveAs">
279
 
<short></short>
 
279
<short/>
280
280
<descr>
281
281
</descr>
282
282
<seealso>
285
285
 
286
286
<!-- resource string Visibility: default -->
287
287
<element name="rsAllFiles">
288
 
<short></short>
 
288
<short/>
289
289
<descr>
290
290
</descr>
291
291
<seealso>
294
294
 
295
295
<!-- resource string Visibility: default -->
296
296
<element name="rsfdSelectDirectory">
297
 
<short></short>
 
297
<short/>
298
298
<descr>
299
299
</descr>
300
300
<seealso>
303
303
 
304
304
<!-- resource string Visibility: default -->
305
305
<element name="rsSelectcolorTitle">
306
 
<short></short>
 
306
<short/>
307
307
<descr>
308
308
</descr>
309
309
<seealso>
312
312
 
313
313
<!-- resource string Visibility: default -->
314
314
<element name="rsSelectFontTitle">
315
 
<short></short>
 
315
<short/>
316
316
<descr>
317
317
</descr>
318
318
<seealso>
321
321
 
322
322
<!-- resource string Visibility: default -->
323
323
<element name="rsWarningUnremovedPaintMessages">
324
 
<short></short>
 
324
<short/>
325
325
<descr>
326
326
</descr>
327
327
<seealso>
330
330
 
331
331
<!-- resource string Visibility: default -->
332
332
<element name="rsWarningUnreleasedDCsDump">
333
 
<short></short>
 
333
<short/>
334
334
<descr>
335
335
</descr>
336
336
<seealso>
339
339
 
340
340
<!-- resource string Visibility: default -->
341
341
<element name="rsWarningUnreleasedGDIObjectsDump">
342
 
<short></short>
 
342
<short/>
343
343
<descr>
344
344
</descr>
345
345
<seealso>
348
348
 
349
349
<!-- resource string Visibility: default -->
350
350
<element name="rsWarningUnreleasedMessagesInQueue">
351
 
<short></short>
 
351
<short/>
352
352
<descr>
353
353
</descr>
354
354
<seealso>
357
357
 
358
358
<!-- resource string Visibility: default -->
359
359
<element name="rsWarningUnreleasedTimerInfos">
360
 
<short></short>
 
360
<short/>
361
361
<descr>
362
362
</descr>
363
363
<seealso>
366
366
 
367
367
<!-- resource string Visibility: default -->
368
368
<element name="rsFileInformation">
369
 
<short></short>
 
369
<short/>
370
370
<descr>
371
371
</descr>
372
372
<seealso>
375
375
 
376
376
<!-- resource string Visibility: default -->
377
377
<element name="rsgtkFilter">
378
 
<short></short>
 
378
<short/>
379
379
<descr>
380
380
</descr>
381
381
<seealso>
384
384
 
385
385
<!-- resource string Visibility: default -->
386
386
<element name="rsgtkHistory">
387
 
<short></short>
 
387
<short/>
388
388
<descr>
389
389
</descr>
390
390
<seealso>
393
393
 
394
394
<!-- resource string Visibility: default -->
395
395
<element name="rsDefaultFileInfoValue">
396
 
<short></short>
 
396
<short/>
397
397
<descr>
398
398
</descr>
399
399
<seealso>
402
402
 
403
403
<!-- resource string Visibility: default -->
404
404
<element name="rsBlank">
405
 
<short></short>
 
405
<short/>
406
406
<descr>
407
407
</descr>
408
408
<seealso>
411
411
 
412
412
<!-- resource string Visibility: default -->
413
413
<element name="rsUnableToLoadDefaultFont">
414
 
<short></short>
 
414
<short/>
415
415
<descr>
416
416
</descr>
417
417
<seealso>
420
420
 
421
421
<!-- resource string Visibility: default -->
422
422
<element name="rsFileInfoFileNotFound">
423
 
<short></short>
 
423
<short/>
424
424
<descr>
425
425
</descr>
426
426
<seealso>
429
429
 
430
430
<!-- resource string Visibility: default -->
431
431
<element name="rsgtkOptionNoTransient">
432
 
<short></short>
 
432
<short/>
433
433
<descr>
434
434
</descr>
435
435
<seealso>
438
438
 
439
439
<!-- resource string Visibility: default -->
440
440
<element name="rsgtkOptionModule">
441
 
<short></short>
 
441
<short/>
442
442
<descr>
443
443
</descr>
444
444
<seealso>
447
447
 
448
448
<!-- resource string Visibility: default -->
449
449
<element name="rsgOptionFatalWarnings">
450
 
<short></short>
 
450
<short/>
451
451
<descr>
452
452
</descr>
453
453
<seealso>
456
456
 
457
457
<!-- resource string Visibility: default -->
458
458
<element name="rsgtkOptionDebug">
459
 
<short></short>
 
459
<short/>
460
460
<descr>
461
461
</descr>
462
462
<seealso>
465
465
 
466
466
<!-- resource string Visibility: default -->
467
467
<element name="rsgtkOptionNoDebug">
468
 
<short></short>
 
468
<short/>
469
469
<descr>
470
470
</descr>
471
471
<seealso>
474
474
 
475
475
<!-- resource string Visibility: default -->
476
476
<element name="rsgdkOptionDebug">
477
 
<short></short>
 
477
<short/>
478
478
<descr>
479
479
</descr>
480
480
<seealso>
483
483
 
484
484
<!-- resource string Visibility: default -->
485
485
<element name="rsgdkOptionNoDebug">
486
 
<short></short>
 
486
<short/>
487
487
<descr>
488
488
</descr>
489
489
<seealso>
492
492
 
493
493
<!-- resource string Visibility: default -->
494
494
<element name="rsgtkOptionDisplay">
495
 
<short></short>
 
495
<short/>
496
496
<descr>
497
497
</descr>
498
498
<seealso>
501
501
 
502
502
<!-- resource string Visibility: default -->
503
503
<element name="rsgtkOptionSync">
504
 
<short></short>
 
504
<short/>
505
505
<descr>
506
506
</descr>
507
507
<seealso>
510
510
 
511
511
<!-- resource string Visibility: default -->
512
512
<element name="rsgtkOptionNoXshm">
513
 
<short></short>
 
513
<short/>
514
514
<descr>
515
515
</descr>
516
516
<seealso>
519
519
 
520
520
<!-- resource string Visibility: default -->
521
521
<element name="rsgtkOptionName">
522
 
<short></short>
 
522
<short/>
523
523
<descr>
524
524
</descr>
525
525
<seealso>
528
528
 
529
529
<!-- resource string Visibility: default -->
530
530
<element name="rsgtkOptionClass">
531
 
<short></short>
 
531
<short/>
532
532
<descr>
533
533
</descr>
534
534
<seealso>
537
537
 
538
538
<!-- resource string Visibility: default -->
539
539
<element name="rsWin32Warning">
540
 
<short></short>
 
540
<short/>
541
541
<descr>
542
542
</descr>
543
543
<seealso>
546
546
 
547
547
<!-- resource string Visibility: default -->
548
548
<element name="rsWin32Error">
549
 
<short></short>
 
549
<short/>
550
550
<descr>
551
551
</descr>
552
552
<seealso>
555
555
 
556
556
<!-- resource string Visibility: default -->
557
557
<element name="sInvalidActionRegistration">
558
 
<short></short>
 
558
<short/>
559
559
<descr>
560
560
</descr>
561
561
<seealso>
564
564
 
565
565
<!-- resource string Visibility: default -->
566
566
<element name="sInvalidActionUnregistration">
567
 
<short></short>
 
567
<short/>
568
568
<descr>
569
569
</descr>
570
570
<seealso>
573
573
 
574
574
<!-- resource string Visibility: default -->
575
575
<element name="sInvalidActionEnumeration">
576
 
<short></short>
 
576
<short/>
577
577
<descr>
578
578
</descr>
579
579
<seealso>
582
582
 
583
583
<!-- resource string Visibility: default -->
584
584
<element name="sInvalidActionCreation">
585
 
<short></short>
 
585
<short/>
586
586
<descr>
587
587
</descr>
588
588
<seealso>
591
591
 
592
592
<!-- resource string Visibility: default -->
593
593
<element name="sMenuNotFound">
594
 
<short></short>
 
594
<short/>
595
595
<descr>
596
596
</descr>
597
597
<seealso>
600
600
 
601
601
<!-- resource string Visibility: default -->
602
602
<element name="sMenuIndexError">
603
 
<short></short>
 
603
<short/>
604
604
<descr>
605
605
</descr>
606
606
<seealso>
609
609
 
610
610
<!-- resource string Visibility: default -->
611
611
<element name="sMenuItemIsNil">
612
 
<short></short>
 
612
<short/>
613
613
<descr>
614
614
</descr>
615
615
<seealso>
618
618
 
619
619
<!-- resource string Visibility: default -->
620
620
<element name="sNoTimers">
621
 
<short></short>
 
621
<short/>
622
622
<descr>
623
623
</descr>
624
624
<seealso>
627
627
 
628
628
<!-- resource string Visibility: default -->
629
629
<element name="sInvalidIndex">
630
 
<short></short>
 
630
<short/>
631
631
<descr>
632
632
</descr>
633
633
<seealso>
636
636
 
637
637
<!-- resource string Visibility: default -->
638
638
<element name="sInvalidImageSize">
639
 
<short></short>
 
639
<short/>
640
640
<descr>
641
641
</descr>
642
642
<seealso>
645
645
 
646
646
<!-- resource string Visibility: default -->
647
647
<element name="sDuplicateMenus">
648
 
<short></short>
 
648
<short/>
649
649
<descr>
650
650
</descr>
651
651
<seealso>
654
654
 
655
655
<!-- resource string Visibility: default -->
656
656
<element name="sCannotFocus">
657
 
<short></short>
 
657
<short/>
658
658
<descr>
659
659
</descr>
660
660
<seealso>
663
663
 
664
664
<!-- resource string Visibility: default -->
665
665
<element name="rsListMustBeEmpty">
666
 
<short></short>
 
666
<short/>
667
667
<descr>
668
668
</descr>
669
669
<seealso>
672
672
 
673
673
<!-- resource string Visibility: default -->
674
674
<element name="rsInvalidPropertyValue">
675
 
<short></short>
 
675
<short/>
676
676
<descr>
677
677
</descr>
678
678
<seealso>
681
681
 
682
682
<!-- resource string Visibility: default -->
683
683
<element name="rsPropertyDoesNotExist">
684
 
<short></short>
 
684
<short/>
685
685
<descr>
686
686
</descr>
687
687
<seealso>
690
690
 
691
691
<!-- resource string Visibility: default -->
692
692
<element name="rsInvalidStreamFormat">
693
 
<short></short>
 
693
<short/>
694
694
<descr>
695
695
</descr>
696
696
<seealso>
699
699
 
700
700
<!-- resource string Visibility: default -->
701
701
<element name="rsErrorReadingProperty">
702
 
<short></short>
 
702
<short/>
703
703
<descr>
704
704
</descr>
705
705
<seealso>
708
708
 
709
709
<!-- resource string Visibility: default -->
710
710
<element name="rsInvalidFormObjectStream">
711
 
<short></short>
 
711
<short/>
712
712
<descr>
713
713
</descr>
714
714
<seealso>
717
717
 
718
718
<!-- resource string Visibility: default -->
719
719
<element name="rsScrollBarOutOfRange">
720
 
<short></short>
 
720
<short/>
721
721
<descr>
722
722
</descr>
723
723
<seealso>
726
726
 
727
727
<!-- resource string Visibility: default -->
728
728
<element name="rsInvalidDate">
729
 
<short></short>
 
729
<short/>
730
730
<descr>
731
731
</descr>
732
732
<seealso>
735
735
 
736
736
<!-- resource string Visibility: default -->
737
737
<element name="rsErrorOccurredInAtAddressFrame">
738
 
<short></short>
 
738
<short/>
739
739
<descr>
740
740
</descr>
741
741
<seealso>
744
744
 
745
745
<!-- resource string Visibility: default -->
746
746
<element name="rsException">
747
 
<short></short>
 
747
<short/>
748
748
<descr>
749
749
</descr>
750
750
<seealso>
753
753
 
754
754
<!-- resource string Visibility: default -->
755
755
<element name="rsFormStreamingError">
756
 
<short></short>
 
756
<short/>
757
757
<descr>
758
758
</descr>
759
759
<seealso>
762
762
 
763
763
<!-- resource string Visibility: default -->
764
764
<element name="rsFixedColsTooBig">
765
 
<short></short>
 
765
<short/>
766
766
<descr>
767
767
</descr>
768
768
<seealso>
771
771
 
772
772
<!-- resource string Visibility: default -->
773
773
<element name="rsFixedRowsTooBig">
774
 
<short></short>
 
774
<short/>
775
775
<descr>
776
776
</descr>
777
777
<seealso>
780
780
 
781
781
<!-- resource string Visibility: default -->
782
782
<element name="rsGridFileDoesNotExists">
783
 
<short></short>
 
783
<short/>
784
784
<descr>
785
785
</descr>
786
786
<seealso>
789
789
 
790
790
<!-- resource string Visibility: default -->
791
791
<element name="rsNotAValidGridFile">
792
 
<short></short>
 
792
<short/>
793
793
<descr>
794
794
</descr>
795
795
<seealso>
798
798
 
799
799
<!-- resource string Visibility: default -->
800
800
<element name="rsIndexOutOfRange">
801
 
<short></short>
 
801
<short/>
802
802
<descr>
803
803
</descr>
804
804
<seealso>
807
807
 
808
808
<!-- resource string Visibility: default -->
809
809
<element name="rsERRORInLCL">
810
 
<short></short>
 
810
<short/>
811
811
<descr>
812
812
</descr>
813
813
<seealso>
816
816
 
817
817
<!-- resource string Visibility: default -->
818
818
<element name="rsCreatingGdbCatchableError">
819
 
<short></short>
 
819
<short/>
820
820
<descr>
821
821
</descr>
822
822
<seealso>
825
825
 
826
826
<!-- resource string Visibility: default -->
827
827
<element name="rsAControlCanNotHaveItselfAsParent">
828
 
<short></short>
 
828
<short/>
829
829
<descr>
830
830
</descr>
831
831
<seealso>
834
834
 
835
835
<!-- resource string Visibility: default -->
836
836
<element name="lisLCLResourceSNotFound">
837
 
<short></short>
 
837
<short/>
838
838
<descr>
839
839
</descr>
840
840
<seealso>
843
843
 
844
844
<!-- resource string Visibility: default -->
845
845
<element name="rsErrorCreatingDeviceContext">
846
 
<short></short>
 
846
<short/>
847
847
<descr>
848
848
</descr>
849
849
<seealso>
852
852
 
853
853
<!-- resource string Visibility: default -->
854
854
<element name="rsIndexOutOfBounds">
855
 
<short></short>
 
855
<short/>
856
856
<descr>
857
857
</descr>
858
858
<seealso>
861
861
 
862
862
<!-- resource string Visibility: default -->
863
863
<element name="rsUnknownPictureExtension">
864
 
<short></short>
 
864
<short/>
865
865
<descr>
866
866
</descr>
867
867
<seealso>
870
870
 
871
871
<!-- resource string Visibility: default -->
872
872
<element name="rsUnsupportedClipboardFormat">
873
 
<short></short>
 
873
<short/>
874
874
<descr>
875
875
</descr>
876
876
<seealso>
879
879
 
880
880
<!-- resource string Visibility: default -->
881
881
<element name="rsGroupIndexCannotBeLessThanPrevious">
882
 
<short></short>
 
882
<short/>
883
883
<descr>
884
884
</descr>
885
885
<seealso>
888
888
 
889
889
<!-- resource string Visibility: default -->
890
890
<element name="rsIsAlreadyAssociatedWith">
891
 
<short></short>
 
891
<short/>
892
892
<descr>
893
893
</descr>
894
894
<seealso>
897
897
 
898
898
<!-- resource string Visibility: default -->
899
899
<element name="rsCanvasDoesNotAllowDrawing">
900
 
<short></short>
 
900
<short/>
901
901
<descr>
902
902
</descr>
903
903
<seealso>
906
906
 
907
907
<!-- resource string Visibility: default -->
908
908
<element name="rsUnsupportedBitmapFormat">
909
 
<short></short>
 
909
<short/>
910
910
<descr>
911
911
</descr>
912
912
<seealso>
915
915
 
916
916
<!-- resource string Visibility: default -->
917
917
<element name="rsNoInterfaceObject">
918
 
<short></short>
 
918
<short/>
919
919
<descr>
920
920
</descr>
921
921
<seealso>
924
924
 
925
925
<!-- resource string Visibility: default -->
926
926
<element name="rsCanNotFocus">
927
 
<short></short>
 
927
<short/>
928
928
<descr>
929
929
</descr>
930
930
<seealso>
933
933
 
934
934
<!-- resource string Visibility: default -->
935
935
<element name="rsListIndexExceedsBounds">
936
 
<short></short>
 
936
<short/>
937
937
<descr>
938
938
</descr>
939
939
<seealso>
942
942
 
943
943
<!-- resource string Visibility: default -->
944
944
<element name="rsResourceNotFound">
945
 
<short></short>
 
945
<short/>
946
946
<descr>
947
947
</descr>
948
948
<seealso>
951
951
 
952
952
<!-- resource string Visibility: default -->
953
953
<element name="rsCalculator">
954
 
<short></short>
 
954
<short/>
955
955
<descr>
956
956
</descr>
957
957
<seealso>
960
960
 
961
961
<!-- resource string Visibility: default -->
962
962
<element name="rsError">
963
 
<short></short>
 
963
<short/>
964
964
<descr>
965
965
</descr>
966
966
<seealso>
969
969
 
970
970
<!-- resource string Visibility: default -->
971
971
<element name="rsPickDate">
972
 
<short></short>
 
972
<short/>
973
973
<descr>
974
974
</descr>
975
975
<seealso>
978
978
 
979
979
<!-- resource string Visibility: default -->
980
980
<element name="rsSize">
981
 
<short></short>
 
981
<short/>
982
982
<descr>
983
983
</descr>
984
984
<seealso>
987
987
 
988
988
<!-- resource string Visibility: default -->
989
989
<element name="rsModified">
990
 
<short></short>
 
990
<short/>
991
991
<descr>
992
992
</descr>
993
993
<seealso>
996
996
 
997
997
<!-- resource string Visibility: default -->
998
998
<element name="ifsVK_UNKNOWN">
999
 
<short></short>
 
999
<short/>
1000
1000
<descr>
1001
1001
</descr>
1002
1002
<seealso>
1005
1005
 
1006
1006
<!-- resource string Visibility: default -->
1007
1007
<element name="ifsVK_LBUTTON">
1008
 
<short></short>
 
1008
<short/>
1009
1009
<descr>
1010
1010
</descr>
1011
1011
<seealso>
1014
1014
 
1015
1015
<!-- resource string Visibility: default -->
1016
1016
<element name="ifsVK_RBUTTON">
1017
 
<short></short>
 
1017
<short/>
1018
1018
<descr>
1019
1019
</descr>
1020
1020
<seealso>
1023
1023
 
1024
1024
<!-- resource string Visibility: default -->
1025
1025
<element name="ifsVK_CANCEL">
1026
 
<short></short>
 
1026
<short/>
1027
1027
<descr>
1028
1028
</descr>
1029
1029
<seealso>
1032
1032
 
1033
1033
<!-- resource string Visibility: default -->
1034
1034
<element name="ifsVK_MBUTTON">
1035
 
<short></short>
 
1035
<short/>
1036
1036
<descr>
1037
1037
</descr>
1038
1038
<seealso>
1041
1041
 
1042
1042
<!-- resource string Visibility: default -->
1043
1043
<element name="ifsVK_BACK">
1044
 
<short></short>
 
1044
<short/>
1045
1045
<descr>
1046
1046
</descr>
1047
1047
<seealso>
1050
1050
 
1051
1051
<!-- resource string Visibility: default -->
1052
1052
<element name="ifsVK_TAB">
1053
 
<short></short>
 
1053
<short/>
1054
1054
<descr>
1055
1055
</descr>
1056
1056
<seealso>
1059
1059
 
1060
1060
<!-- resource string Visibility: default -->
1061
1061
<element name="ifsVK_CLEAR">
1062
 
<short></short>
 
1062
<short/>
1063
1063
<descr>
1064
1064
</descr>
1065
1065
<seealso>
1068
1068
 
1069
1069
<!-- resource string Visibility: default -->
1070
1070
<element name="ifsVK_RETURN">
1071
 
<short></short>
 
1071
<short/>
1072
1072
<descr>
1073
1073
</descr>
1074
1074
<seealso>
1077
1077
 
1078
1078
<!-- resource string Visibility: default -->
1079
1079
<element name="ifsVK_SHIFT">
1080
 
<short></short>
 
1080
<short/>
1081
1081
<descr>
1082
1082
</descr>
1083
1083
<seealso>
1086
1086
 
1087
1087
<!-- resource string Visibility: default -->
1088
1088
<element name="ifsVK_CONTROL">
1089
 
<short></short>
 
1089
<short/>
1090
1090
<descr>
1091
1091
</descr>
1092
1092
<seealso>
1095
1095
 
1096
1096
<!-- resource string Visibility: default -->
1097
1097
<element name="ifsVK_MENU">
1098
 
<short></short>
 
1098
<short/>
1099
1099
<descr>
1100
1100
</descr>
1101
1101
<seealso>
1104
1104
 
1105
1105
<!-- resource string Visibility: default -->
1106
1106
<element name="ifsVK_PAUSE">
1107
 
<short></short>
 
1107
<short/>
1108
1108
<descr>
1109
1109
</descr>
1110
1110
<seealso>
1113
1113
 
1114
1114
<!-- resource string Visibility: default -->
1115
1115
<element name="ifsVK_CAPITAL">
1116
 
<short></short>
 
1116
<short/>
1117
1117
<descr>
1118
1118
</descr>
1119
1119
<seealso>
1122
1122
 
1123
1123
<!-- resource string Visibility: default -->
1124
1124
<element name="ifsVK_KANA">
1125
 
<short></short>
 
1125
<short/>
1126
1126
<descr>
1127
1127
</descr>
1128
1128
<seealso>
1131
1131
 
1132
1132
<!-- resource string Visibility: default -->
1133
1133
<element name="ifsVK_JUNJA">
1134
 
<short></short>
 
1134
<short/>
1135
1135
<descr>
1136
1136
</descr>
1137
1137
<seealso>
1140
1140
 
1141
1141
<!-- resource string Visibility: default -->
1142
1142
<element name="ifsVK_FINAL">
1143
 
<short></short>
 
1143
<short/>
1144
1144
<descr>
1145
1145
</descr>
1146
1146
<seealso>
1149
1149
 
1150
1150
<!-- resource string Visibility: default -->
1151
1151
<element name="ifsVK_HANJA">
1152
 
<short></short>
 
1152
<short/>
1153
1153
<descr>
1154
1154
</descr>
1155
1155
<seealso>
1158
1158
 
1159
1159
<!-- resource string Visibility: default -->
1160
1160
<element name="ifsVK_ESCAPE">
1161
 
<short></short>
 
1161
<short/>
1162
1162
<descr>
1163
1163
</descr>
1164
1164
<seealso>
1167
1167
 
1168
1168
<!-- resource string Visibility: default -->
1169
1169
<element name="ifsVK_CONVERT">
1170
 
<short></short>
 
1170
<short/>
1171
1171
<descr>
1172
1172
</descr>
1173
1173
<seealso>
1176
1176
 
1177
1177
<!-- resource string Visibility: default -->
1178
1178
<element name="ifsVK_NONCONVERT">
1179
 
<short></short>
 
1179
<short/>
1180
1180
<descr>
1181
1181
</descr>
1182
1182
<seealso>
1185
1185
 
1186
1186
<!-- resource string Visibility: default -->
1187
1187
<element name="ifsVK_ACCEPT">
1188
 
<short></short>
 
1188
<short/>
1189
1189
<descr>
1190
1190
</descr>
1191
1191
<seealso>
1194
1194
 
1195
1195
<!-- resource string Visibility: default -->
1196
1196
<element name="ifsVK_MODECHANGE">
1197
 
<short></short>
 
1197
<short/>
1198
1198
<descr>
1199
1199
</descr>
1200
1200
<seealso>
1203
1203
 
1204
1204
<!-- resource string Visibility: default -->
1205
1205
<element name="ifsVK_SPACE">
1206
 
<short></short>
 
1206
<short/>
1207
1207
<descr>
1208
1208
</descr>
1209
1209
<seealso>
1212
1212
 
1213
1213
<!-- resource string Visibility: default -->
1214
1214
<element name="ifsVK_PRIOR">
1215
 
<short></short>
 
1215
<short/>
1216
1216
<descr>
1217
1217
</descr>
1218
1218
<seealso>
1221
1221
 
1222
1222
<!-- resource string Visibility: default -->
1223
1223
<element name="ifsVK_NEXT">
1224
 
<short></short>
 
1224
<short/>
1225
1225
<descr>
1226
1226
</descr>
1227
1227
<seealso>
1230
1230
 
1231
1231
<!-- resource string Visibility: default -->
1232
1232
<element name="ifsVK_END">
1233
 
<short></short>
 
1233
<short/>
1234
1234
<descr>
1235
1235
</descr>
1236
1236
<seealso>
1239
1239
 
1240
1240
<!-- resource string Visibility: default -->
1241
1241
<element name="ifsVK_HOME">
1242
 
<short></short>
 
1242
<short/>
1243
1243
<descr>
1244
1244
</descr>
1245
1245
<seealso>
1248
1248
 
1249
1249
<!-- resource string Visibility: default -->
1250
1250
<element name="ifsVK_LEFT">
1251
 
<short></short>
 
1251
<short/>
1252
1252
<descr>
1253
1253
</descr>
1254
1254
<seealso>
1257
1257
 
1258
1258
<!-- resource string Visibility: default -->
1259
1259
<element name="ifsVK_UP">
1260
 
<short></short>
 
1260
<short/>
1261
1261
<descr>
1262
1262
</descr>
1263
1263
<seealso>
1266
1266
 
1267
1267
<!-- resource string Visibility: default -->
1268
1268
<element name="ifsVK_RIGHT">
1269
 
<short></short>
 
1269
<short/>
1270
1270
<descr>
1271
1271
</descr>
1272
1272
<seealso>
1275
1275
 
1276
1276
<!-- resource string Visibility: default -->
1277
1277
<element name="ifsVK_DOWN">
1278
 
<short></short>
 
1278
<short/>
1279
1279
<descr>
1280
1280
</descr>
1281
1281
<seealso>
1284
1284
 
1285
1285
<!-- resource string Visibility: default -->
1286
1286
<element name="ifsVK_SELECT">
1287
 
<short></short>
 
1287
<short/>
1288
1288
<descr>
1289
1289
</descr>
1290
1290
<seealso>
1293
1293
 
1294
1294
<!-- resource string Visibility: default -->
1295
1295
<element name="ifsVK_PRINT">
1296
 
<short></short>
 
1296
<short/>
1297
1297
<descr>
1298
1298
</descr>
1299
1299
<seealso>
1302
1302
 
1303
1303
<!-- resource string Visibility: default -->
1304
1304
<element name="ifsVK_EXECUTE">
1305
 
<short></short>
 
1305
<short/>
1306
1306
<descr>
1307
1307
</descr>
1308
1308
<seealso>
1311
1311
 
1312
1312
<!-- resource string Visibility: default -->
1313
1313
<element name="ifsVK_SNAPSHOT">
1314
 
<short></short>
 
1314
<short/>
1315
1315
<descr>
1316
1316
</descr>
1317
1317
<seealso>
1320
1320
 
1321
1321
<!-- resource string Visibility: default -->
1322
1322
<element name="ifsVK_INSERT">
1323
 
<short></short>
 
1323
<short/>
1324
1324
<descr>
1325
1325
</descr>
1326
1326
<seealso>
1329
1329
 
1330
1330
<!-- resource string Visibility: default -->
1331
1331
<element name="ifsVK_DELETE">
1332
 
<short></short>
 
1332
<short/>
1333
1333
<descr>
1334
1334
</descr>
1335
1335
<seealso>
1338
1338
 
1339
1339
<!-- resource string Visibility: default -->
1340
1340
<element name="ifsVK_HELP">
1341
 
<short></short>
 
1341
<short/>
1342
1342
<descr>
1343
1343
</descr>
1344
1344
<seealso>
1347
1347
 
1348
1348
<!-- resource string Visibility: default -->
1349
1349
<element name="ifsVK_LWIN">
1350
 
<short></short>
 
1350
<short/>
1351
1351
<descr>
1352
1352
</descr>
1353
1353
<seealso>
1356
1356
 
1357
1357
<!-- resource string Visibility: default -->
1358
1358
<element name="ifsVK_RWIN">
1359
 
<short></short>
 
1359
<short/>
1360
1360
<descr>
1361
1361
</descr>
1362
1362
<seealso>
1365
1365
 
1366
1366
<!-- resource string Visibility: default -->
1367
1367
<element name="ifsVK_APPS">
1368
 
<short></short>
 
1368
<short/>
1369
1369
<descr>
1370
1370
</descr>
1371
1371
<seealso>
1374
1374
 
1375
1375
<!-- resource string Visibility: default -->
1376
1376
<element name="ifsVK_NUMPAD">
1377
 
<short></short>
 
1377
<short/>
1378
1378
<descr>
1379
1379
</descr>
1380
1380
<seealso>
1383
1383
 
1384
1384
<!-- resource string Visibility: default -->
1385
1385
<element name="ifsVK_NUMLOCK">
1386
 
<short></short>
 
1386
<short/>
1387
1387
<descr>
1388
1388
</descr>
1389
1389
<seealso>
1392
1392
 
1393
1393
<!-- resource string Visibility: default -->
1394
1394
<element name="ifsVK_SCROLL">
1395
 
<short></short>
 
1395
<short/>
1396
1396
<descr>
1397
1397
</descr>
1398
1398
<seealso>