-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.po
20167 lines (16122 loc) · 583 KB
/
messages.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"Project-Id-Version: ActivePresenter\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-09 09:17+0700\n"
"PO-Revision-Date: \n"
"Last-Translator: Atomi Systems, Inc. <[email protected]>\n"
"Language-Team: Atomi Systems, Inc. <[email protected]>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 2.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-KeywordsList: _\n"
"X-Poedit-SearchPath-0: ../../../src\n"
"X-Poedit-SearchPath-1: ../../../include\n"
#: ../../../include/common/autoshapeaccessdata.h:13
msgid "Access Data"
msgstr "Accesso ai dati"
#: ../../../include/common/autoshapecan.h:13
msgid "Can"
msgstr ""
#: ../../../include/common/autoshapecard.h:13
msgid "Card"
msgstr "Scheda"
#: ../../../include/common/autoshapechevron.h:15
msgid "Chevron"
msgstr ""
#: ../../../include/common/autoshapecloudcallout.h:13
msgid "Cloud Callout"
msgstr "Pensiero (Nuvola)"
#: ../../../include/common/autoshapecross.h:15
msgid "Cross"
msgstr "Croce"
#: ../../../include/common/autoshapecustom.h:15
msgid "Curve"
msgstr "Curva"
#: ../../../include/common/autoshapecustom.h:33
msgid "Freeform: Shape"
msgstr "Forma libera: forma"
#: ../../../include/common/autoshapecustom.h:51
msgid "Freeform: Scribble"
msgstr "Forma libera: Scarabocchio"
#: ../../../include/common/autoshapedata.h:13
msgid "Data"
msgstr "Dati"
#: ../../../include/common/autoshapediamond.h:15
msgid "Diamond"
msgstr "Diamante"
#: ../../../include/common/autoshapedisplay.h:13
msgid "Display"
msgstr "Visualizzazione"
#: ../../../include/common/autoshapedownarrow.h:15
msgid "Down Arrow"
msgstr "Freccia In Basso"
#: ../../../include/common/autoshapedownarrowcallout.h:15
msgid "Down Arrow Callout"
msgstr "Callout con freccia in giù"
#: ../../../include/common/autoshapefoldercorner.h:13
msgid "Folder Corner"
msgstr "Angolo Raccoglitore"
#: ../../../include/common/autoshapeframe.h:13
msgid "Frame"
msgstr "Frame"
#: ../../../include/common/autoshapeheart.h:15
msgid "Heart"
msgstr "Cuore"
#: ../../../include/common/autoshapehexagon.h:13
#: ../../../src/core/allanimations.cpp:1553
#: ../../../src/reallive/drawingobject.cpp:2924
msgid "Hexagon"
msgstr "Esagono"
#: ../../../include/common/autoshapeisoscelestriangle.h:12
#: ../../../src/reallive/drawingobject.cpp:2908
#: ../../../src/reallive/drawingobject.cpp:2910
msgid "Isosceles Triangle"
msgstr "Triangolo Isoscele"
#: ../../../include/common/autoshapeleftarrow.h:16
#: ../../../src/reallive/drawingobject.cpp:2934
msgid "Left Arrow"
msgstr "Freccia a Sinistra"
#: ../../../include/common/autoshapeleftarrowcallout.h:15
msgid "Left Arrow Callout"
msgstr "Callout con freccia a sin."
#: ../../../include/common/autoshapeleftbracket.h:13
msgid "Left Bracket"
msgstr "Parentesi quadra aperta"
#: ../../../include/common/autoshapeleftrightarrow.h:15
msgid "Left Right Arrow"
msgstr "Freccia da Sinistra a Destra"
#: ../../../include/common/autoshapelinecallout1.h:15
msgid "Line Callout 1"
msgstr "Fumetto 1"
#: ../../../include/common/autoshapemoon.h:13
msgid "Moon"
msgstr "Luna"
#: ../../../include/common/autoshapenotchedrightarrow.h:15
msgid "Notched Right Arrow"
msgstr ""
#: ../../../include/common/autoshapeoctagon.h:13
#: ../../../src/core/allanimations.cpp:1554
#: ../../../src/reallive/drawingobject.cpp:2918
msgid "Octagon"
msgstr "Ottagono"
#: ../../../include/common/autoshapeoffpageconnector.h:13
msgid "Offpage Connector"
msgstr "Connettore tra pagine"
#: ../../../include/common/autoshapeoval.h:15
msgid "Oval"
msgstr "Ovale"
#: ../../../include/common/autoshapeovalcallout.h:15
msgid "Oval Callout"
msgstr "Fumetto Ovale"
#: ../../../include/common/autoshapepentagon.h:15
#: ../../../src/core/allanimations.cpp:1556
#: ../../../src/reallive/drawingobject.cpp:2922
msgid "Pentagon"
msgstr "Pentagono"
#: ../../../include/common/autoshapeplaque.h:15
msgid "Plaque"
msgstr ""
#: ../../../include/common/autoshapepunchedtape.h:15
msgid "Punched Tape"
msgstr "Nastro Perforato"
#: ../../../include/common/autoshaperectangle.h:15
#: ../../../src/reallive/drawingobject.cpp:2894
#: ../../../src/reallive/rlpropspanelsv2_ui.cpp:4478
msgid "Rectangle"
msgstr "Rettangolo"
#: ../../../include/common/autoshaperectcallout.h:16
#: ../../../src/reallive/drawingobject.cpp:2940
msgid "Rectangle Callout"
msgstr "Fumetto Rettangolare"
#: ../../../include/common/autoshaperegularpentagon.h:12
msgid "Regular Pentagon"
msgstr "Pentagono Regolare"
#: ../../../include/common/autoshaperightarrow.h:15
#: ../../../src/reallive/drawingobject.cpp:2932
msgid "Right Arrow"
msgstr "Freccia a Destra"
#: ../../../include/common/autoshaperightarrowcallout.h:15
msgid "Right Arrow Callout"
msgstr ""
"Fumetto con freccia a \n"
"destra"
#: ../../../include/common/autoshaperightbracket.h:13
msgid "Right Bracket"
msgstr "Parentesi quadra chiusa"
#: ../../../include/common/autoshaperighttriangle.h:12
#: ../../../src/core/allanimations.cpp:1557
#: ../../../src/reallive/drawingobject.cpp:2912
msgid "Right Triangle"
msgstr "Triangolo Destra"
#: ../../../include/common/autoshaperoundedrect.h:15
#: ../../../src/reallive/drawingobject.cpp:2896
msgid "Rounded Rectangle"
msgstr "Rettangolo smussato"
#: ../../../include/common/autoshaperoundedrectcallout.h:15
#: ../../../src/reallive/drawingobject.cpp:2942
msgid "Rounded Rectangle Callout"
msgstr "Fumetto Rettangolare smussato"
#: ../../../include/common/autoshapestar.h:15
#, c-format
msgid "Star: %d-Points"
msgstr "Stellina: %d-Punti"
#: ../../../include/common/autoshapestoreddata.h:15
msgid "Stored Data"
msgstr "Dati Memorizzati"
#: ../../../include/common/autoshapeuparrow.h:15
msgid "Up Arrow"
msgstr "Freccia in Alto"
#: ../../../include/common/autoshapeuparrowcallout.h:15
msgid "Up Arrow Callout"
msgstr "Fumetto con freccia in alto"
#: ../../../include/common/autoshapeupdownarrow.h:15
msgid "Up Down Arrow"
msgstr "Freccia su-giù"
#: ../../../include/common/autoshapewave.h:15
msgid "Wave"
msgstr "Onda"
#: ../../../include/common/rlmessagebox.h:79
#: ../../../src/reallive/rllicensevalidator.cpp:168
#: ../../../src/rlxliff/xliff.cpp:166
msgid "Don't show this message again"
msgstr "Non mostrare nuovamente questo messaggio"
#: ../../../include/core/rlcontrolaudio.h:23
#: ../../../src/core/rlresourceitem.cpp:56
#: ../../../src/reallive/rlaudioresourcedlg.cpp:157
#: ../../../src/reallive/rlcaptureprojectdlg.cpp:230
#: ../../../src/reallive/rllibmediapanel.cpp:551
#: ../../../src/reallive/rlmultipleobjects_ui.cpp:331
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:952
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:954
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:2701
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:2703
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:2704
#: ../../../src/reallive/rlrecordingtoolbar_ui.cpp:162
#: ../../../src/reallive/rlui.cpp:399 ../../../src/reallive/rlui.cpp:1713
#: ../../../src/reallive/rlwebcamrecordingdlg_ui.cpp:70
#: ../../../src/rlcapture/rlcapturecmdsframe.cpp:123
#: ../../../src/rlcapture/rlcapturecmdsframe.cpp:186
#: ../../../src/rlexportvideo/rlexportvideodialog_ui.cpp:147
msgid "Audio"
msgstr "Audio"
#: ../../../include/core/rlcontrolbutton.h:23
#: ../../../src/core/rlcontrolbutton.cpp:68
#: ../../../src/core/rlcontrolbutton.cpp:81
#: ../../../src/core/rlcontrolbutton.cpp:96
#: ../../../src/core/rlcontrolbutton.cpp:111
#: ../../../src/reallive/realliveview.cpp:4775
#: ../../../src/reallive/rlmultipleobjects_ui.cpp:59
#: ../../../src/reallive/rlmultipleobjects_ui.cpp:352
#: ../../../src/reallive/rlmultipleobjectsdlg.cpp:1087
#: ../../../src/reallive/rlui.cpp:409 ../../../src/reallive/rlui.cpp:1155
#: ../../../src/reallive/rlui.cpp:1540
msgid "Button"
msgstr "Pulsante"
#: ../../../include/core/rlcontrolfeedback.h:18
msgid "Feedback"
msgstr "Feedback"
#: ../../../include/core/rlcontroliframe.h:64
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:2671
#: ../../../src/reallive/rlui.cpp:401 ../../../src/reallive/rlui.cpp:1727
msgid "YouTube"
msgstr "YouTube"
#: ../../../include/core/rlcontroliframe.h:98
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:2672
#: ../../../src/reallive/rlui.cpp:402 ../../../src/reallive/rlui.cpp:1731
msgid "Web Object"
msgstr "Oggetto Web"
#: ../../../include/core/rlcontrolimage.h:19
#: ../../../src/core/rlproject.cpp:3419 ../../../src/core/rlresourceitem.cpp:54
#: ../../../src/core/rlresourceitem.cpp:71 ../../../src/core/rlthemes.cpp:1215
#: ../../../src/core/rlthemes.cpp:1294
#: ../../../src/reallive/realliveview.cpp:16757
#: ../../../src/reallive/rlmultipleobjects_ui.cpp:38
#: ../../../src/reallive/rlmultipleobjects_ui.cpp:319
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:2670
#: ../../../src/reallive/rlpropspanelsv2_ui.cpp:3211
#: ../../../src/reallive/rlui.cpp:397 ../../../src/reallive/rlui.cpp:1658
#: ../../../src/rlexportexcel/rlexportexceldlg_ui.cpp:146
#: ../../../src/rlexporthtml/rlexporthtmldlg_ui.cpp:58
#: ../../../src/rlexportimages/rlexportimagedlg_ui.cpp:61
#: ../../../src/rlexportpdf/rlexportpdfdlg_ui.cpp:144
#: ../../../src/rlexportpowerpoint/rlexportpowerpointdlg_ui.cpp:102
#: ../../../src/rlexportword/rlexportworddlg_ui.cpp:151
msgid "Image"
msgstr "Immagine"
#: ../../../include/core/rlcontroltoggle.h:133
#: ../../../src/core/rlcontroltoggle.cpp:551
#: ../../../src/core/rlobjectsettingsver6parser.cpp:880
#: ../../../src/reallive/realliveview.cpp:4776
#: ../../../src/reallive/rlui.cpp:410 ../../../src/reallive/rlui.cpp:1159
#: ../../../src/reallive/rlui.cpp:1544
msgid "Check Box"
msgstr "Check Box"
#: ../../../include/core/rlcontroltoggle.h:151
#: ../../../src/core/rlcontroltoggle.cpp:586
#: ../../../src/core/rlcontroltoggle.cpp:658
#: ../../../src/core/rlobjectsettingsver6parser.cpp:882
#: ../../../src/reallive/realliveview.cpp:4777
#: ../../../src/reallive/rlui.cpp:411 ../../../src/reallive/rlui.cpp:1163
#: ../../../src/reallive/rlui.cpp:1548
msgid "Radio Button"
msgstr "Pulsante di scelta"
#: ../../../include/core/rlcontrolvideo.h:22
#: ../../../src/core/rlproject.cpp:3421 ../../../src/core/rlresourceitem.cpp:58
#: ../../../src/core/rlthemes.cpp:1222 ../../../src/core/rlthemes.cpp:1298
#: ../../../src/reallive/realliveview.cpp:16758
#: ../../../src/reallive/rlaudioresourcedlg.cpp:202
#: ../../../src/reallive/rllibmediapanel.cpp:552
#: ../../../src/reallive/rlmultipleobjects_ui.cpp:41
#: ../../../src/reallive/rlmultipleobjects_ui.cpp:325
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:950
#: ../../../src/reallive/rlrecordingtoolbar.cpp:297
#: ../../../src/reallive/rlrecordingtoolbar_ui.cpp:86
#: ../../../src/reallive/rlui.cpp:400 ../../../src/reallive/rlui.cpp:441
#: ../../../src/reallive/rlui.cpp:1724 ../../../src/reallive/rlui.cpp:1916
#: ../../../src/rlcapture/rlcapturecmdsframe.cpp:126
#: ../../../src/rlexportvideo/rlexportvideodialog_ui.cpp:79
msgid "Video"
msgstr "Video"
#: ../../../include/core/rlproxysettings.h:107
#: ../../../src/reallive/rloptionsdlg.cpp:1147
#: ../../../src/reallive/rlsubscriptiondlg_ui.cpp:102
#: ../../../src/rlactivator/rlactivatordlg_ui.cpp:224
msgid "Connection Settings"
msgstr "Impostazioni di connessione"
#: ../../../include/core/rlslide.h:111
#: ../../../src/reallive/rltimelinepanel.cpp:5177
#, c-format
msgid "Slide %d"
msgstr "Slide %d"
#: ../../../include/reallive/audiocalibrationdlg.h:38
msgid "Calibrate Audio Input"
msgstr "Calibra l' input audio"
#: ../../../include/reallive/drawingobject.h:60
#: ../../../src/reallive/rlcoresceneitems.cpp:5000
#: ../../../src/reallive/rlcoresceneitems.cpp:5474
#: ../../../src/reallive/rlinsimageslidedlg.cpp:502
#: ../../../src/reallive/rllibimagepanel.cpp:1306
#: ../../../src/reallive/rlui.cpp:397 ../../../src/reallive/rlui.cpp:513
#: ../../../src/reallive/rlui.cpp:2138
msgid "Insert Image"
msgstr "Inserisci Immagine"
#: ../../../include/reallive/drawingobject.h:123
msgid "Add Line"
msgstr "Aggiungi linea"
#: ../../../include/reallive/drawingobject.h:163
msgid "Free Hand"
msgstr "Mano libera"
#: ../../../include/reallive/drawingobject.h:206
msgid "Add Spline"
msgstr "Aggiungi Spline"
#: ../../../include/reallive/drawingobject.h:245
msgid "Add Polygon"
msgstr "Aggiungi poligono"
#: ../../../include/reallive/drawingobject.h:287
msgid "Move Area"
msgstr "Sposta Area"
#: ../../../include/reallive/drawingobject.h:355
#: ../../../src/reallive/rlui.cpp:528 ../../../src/reallive/rlui.cpp:2186
msgid "Flood Fill"
msgstr "Riempimento"
#: ../../../include/reallive/drawingobject.h:397
msgid "Erase"
msgstr "Camcella"
#: ../../../include/reallive/drawingobject.h:449
msgid "Add Text"
msgstr "Aggiungi testo"
#: ../../../include/reallive/drawingobject.h:502
#: ../../../src/reallive/rlui.cpp:526 ../../../src/reallive/rlui.cpp:2178
msgid "Air Brush"
msgstr "Aerografo"
#: ../../../include/reallive/drawingobject.h:660
#: ../../../src/reallive/rlchangeslidessizedlg_ui.cpp:171
#: ../../../src/reallive/rltimelinepanel.cpp:10355
#: ../../../src/reallive/rlui.cpp:511 ../../../src/reallive/rlui.cpp:2130
msgid "Crop"
msgstr "Ritaglia"
#: ../../../include/reallive/drawingobject.h:706
#: ../../../src/reallive/mainframe.cpp:698 ../../../src/reallive/rlui.cpp:290
#: ../../../src/reallive/rlui.cpp:531 ../../../src/reallive/rlui.cpp:2194
msgid "Blur"
msgstr "Sfocatura"
#: ../../../include/reallive/drawingscaleimagedlg.h:15
#: ../../../include/reallive/drawingscaleimagedlg_ui.h:60
#: ../../../src/reallive/rlui.cpp:512 ../../../src/reallive/rlui.cpp:2134
msgid "Scale Image"
msgstr "Scala Immagine"
#: ../../../include/reallive/inlinehtmleditor.h:19
#: ../../../include/reallive/rlparagraphoptiondlg_ui.h:68
#: ../../../src/reallive/rlui.cpp:202
msgid "Paragraph"
msgstr "Paragrafo"
#: ../../../include/reallive/rlactioneditor.h:15
#: ../../../include/reallive/rlvariabledlg_ui.h:100
#: ../../../src/reallive/mainframe.cpp:684
#: ../../../src/reallive/mainframe.cpp:687 ../../../src/reallive/rlui.cpp:205
#: ../../../src/reallive/rlui.cpp:1409
msgid "Variables"
msgstr "Variabili"
#: ../../../include/reallive/rlactioneditor.h:16
#: ../../../src/core/allanimations.cpp:1546
#: ../../../src/core/allanimations.cpp:1550 ../../../src/reallive/rlui.cpp:344
msgid "Shapes"
msgstr "Forme"
#: ../../../include/reallive/rlactioneditor.h:17
#: ../../../src/reallive/rlactioneditor_ui.cpp:718
msgid "Attempt"
msgstr "Tentativo"
#: ../../../include/reallive/rlactioneditor.h:18
msgid "Key"
msgstr "Tasto"
#: ../../../include/reallive/rlactioneditor.h:19
msgid "Mouse"
msgstr "Mouse"
#: ../../../include/reallive/rlactioneditor.h:20
#: ../../../src/reallive/rlactioneditor_ui.cpp:772
msgid "Text Entry"
msgstr "Aggiungi Testo"
#: ../../../include/reallive/rlactioneditor.h:21
#: ../../../src/core/rlsimulateevent.cpp:5543
#: ../../../src/core/rlthemes.cpp:1236 ../../../src/core/rlthemes.cpp:1306
#: ../../../src/reallive/realliveview.cpp:4898
#: ../../../src/reallive/rlactioneditor_ui.cpp:800
#: ../../../src/reallive/rlcoresceneitems.cpp:10691
#: ../../../src/reallive/rlmultipleobjectsdlg.cpp:1224
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:20931
#: ../../../src/reallive/rlpropspanelsv2_ui.cpp:1740
msgid "Drag Source"
msgstr "Trascina Sorgente"
#: ../../../include/reallive/rlactioneditor_ui.h:231
#: ../../../src/reallive/rlactioneditor.cpp:3066
#: ../../../src/reallive/rleventeditorpane.cpp:972
#: ../../../src/reallive/rleventeditorpane.cpp:1333
msgid "Add Condition"
msgstr "Aggiungi Condizione"
#: ../../../include/reallive/rlanimsettingdlg_ui.h:66
#: ../../../src/reallive/rltimelinepanel.cpp:2037
msgid "Animation Settings"
msgstr "Impostazioni Animazioni"
#: ../../../include/reallive/rlaudiorecordingoptionsdlg.h:12
#: ../../../include/reallive/rlaudiorecordingoptionsdlg_ui.h:57
#: ../../../src/reallive/rltimelinepanel.cpp:10237
#: ../../../src/reallive/rltimelinepanel.cpp:10764
#: ../../../src/reallive/rlui.cpp:917
msgid "Recording Options"
msgstr "Opzioni registrazione"
#: ../../../include/reallive/rlaudioresourcedlg.h:26
msgid "Media Resource Properties"
msgstr "Proprietà della risorsa multimediale"
#: ../../../include/reallive/rlbackupdlg.h:17
msgid "Project Recovery"
msgstr "Recupera progetto"
#: ../../../include/reallive/rlcaptureprojectdlg.h:33
#: ../../../src/reallive/rlcaptureprojectdlg_ui.cpp:32
msgid "Record New Project"
msgstr "Registra un Nuovo Progetto"
#: ../../../include/reallive/rlcaptureprojectdlg_ui.h:108
msgid "Capture New Project"
msgstr "Cattura nuovo progetto"
#: ../../../include/reallive/rlcaptureprojectdlg_ui.h:139
#: ../../../src/reallive/rlcaptureprojectdlg_ui.cpp:425
#: ../../../src/reallive/rlcapturesettingdlg_ui.cpp:168
msgid "Webcam Settings"
msgstr "Impostazioni Webcam"
#: ../../../include/reallive/rlcapturesettingdlg.h:44
#: ../../../include/reallive/rlcapturesettingdlg_ui.h:147
msgid "Recording Settings"
msgstr "Opzioni Registrazione"
#: ../../../include/reallive/rlchangeslidessizedlg_ui.h:106
#: ../../../src/reallive/reallivedoc.cpp:889
#: ../../../src/reallive/realliveview.cpp:15842
#: ../../../src/reallive/rlchangeslidessizedlg.cpp:23
#: ../../../src/reallive/rlchangeslidessizedlg.cpp:38
msgid "Change Project Size"
msgstr "Modifica Dimensioni Progetto"
#: ../../../include/reallive/rlcursorsceneitem.h:52
#: ../../../include/reallive/rltimelinepanel.h:710
#: ../../../src/reallive/rlcapturesettingdlg_ui.cpp:285
#: ../../../src/reallive/rlimageresourcedlg.cpp:80
#: ../../../src/reallive/rllibimagepanel.cpp:525
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:2675
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:3059
#: ../../../src/reallive/rlpropspanelsv2_ui.cpp:2622
msgid "Cursor"
msgstr "Cursore"
#: ../../../include/reallive/rldownloaddlg.h:112
#: ../../../include/reallive/rldownloaddlg.h:122
#: ../../../include/reallive/rldownloaddlg.h:128
msgid "Not available"
msgstr "Non Disponibile"
#: ../../../include/reallive/rldownloaddlg.h:219
msgid "Downloading Updates"
msgstr "Scarica aggiornamenti"
#: ../../../include/reallive/rleditreportslidedlg.h:53
#: ../../../src/reallive/rlpropspanelsv2_ui.cpp:3070
msgid "Report Properties"
msgstr "Mostra Proprietà"
#: ../../../include/reallive/rlfindandreplacedlg_ui.h:74
#: ../../../src/reallive/mainframe.cpp:662
#: ../../../src/reallive/mainframe.cpp:665
#: ../../../src/reallive/rlfindandreplacedlg.cpp:113
#: ../../../src/reallive/rlfindandreplacedlg.cpp:134
#: ../../../src/reallive/rlfindandreplacedlg_ui.cpp:91
#: ../../../src/reallive/rlui.cpp:356 ../../../src/reallive/rlui.cpp:1419
msgid "Find"
msgstr "Trova"
#: ../../../include/reallive/rlfloatinglicensedlg_ui.h:54
#: ../../../include/reallive/rlfloatinglicensesearchdlg.h:20
msgid "Floating License"
msgstr "Licenza floating"
#: ../../../include/reallive/rlgotoslidedlg_ui.h:47
msgid "Go To Slide"
msgstr "Vai a Slide"
#: ../../../include/reallive/rlhtmleditor.h:135
#: ../../../include/reallive/rlhtmleditor.h:195
#: ../../../include/reallive/rltextinputpropdlg.h:107
msgid "Text Editor"
msgstr "Editor di testo"
#: ../../../include/reallive/rlhtmleditor.h:152
#: ../../../src/reallive/mainframe.cpp:632
#: ../../../src/reallive/rlhtmleditor.cpp:203
#: ../../../src/reallive/rlui.cpp:331 ../../../src/reallive/rlui.cpp:1069
msgid "Insert Hyperlink"
msgstr "Inserisci Collegamento"
#: ../../../include/reallive/rlhtmleditor.h:173
#: ../../../src/reallive/mainframe.cpp:631
#: ../../../src/reallive/rlhtmleditor.cpp:202
#: ../../../src/reallive/rlui.cpp:330 ../../../src/reallive/rlui.cpp:1065
msgid "Insert Symbol"
msgstr "Inserisci Simbolo"
#: ../../../include/reallive/rliframedlg.h:41
#: ../../../include/reallive/rliframedlg_ui.h:70
#: ../../../src/reallive/rlui.cpp:401
msgid "Insert YouTube Video"
msgstr "Inserisci Video YouTube"
#: ../../../include/reallive/rliframedlg.h:70
#: ../../../include/reallive/rliframedlg_ui.h:107
#: ../../../src/reallive/realliveview.cpp:6842
#: ../../../src/reallive/rlui.cpp:402
msgid "Insert Web Object"
msgstr "Inserisci Oggetto Web"
#: ../../../include/reallive/rlimageresourcedlg.h:28
msgid "Image Resource Properties"
msgstr "Proprietà Immagine"
#: ../../../include/reallive/rlimportslidefromprojdlg.h:17
#, c-format
msgid "Import %s Slides"
msgstr "Importa %s Slides"
#: ../../../include/reallive/rlimporttemplatedlg_ui.h:76
#: ../../../src/reallive/rlimporttemplatedlg.cpp:19
msgid "Import Slides from Template"
msgstr "Importa Slide da Template"
#: ../../../include/reallive/rlinsimageslidedlg.h:79
msgid "Insert Images As Slides"
msgstr "Inserisci immagini come Slide"
#: ../../../include/reallive/rljspanel.h:97
msgid "Write JavaScript Code"
msgstr "Scrivi codice JavaScript"
#: ../../../include/reallive/rllibimagepanel.h:281
#: ../../../src/reallive/rllibimagepanel.cpp:1167
msgid "Image Recompression"
msgstr "Comprimi Immagine"
#: ../../../include/reallive/rllibrarypanel.h:40
#: ../../../src/reallive/childframe.cpp:210 ../../../src/reallive/rlui.cpp:468
#: ../../../src/reallive/rlui.cpp:2014
msgid "Resources"
msgstr "Risorse"
#: ../../../include/reallive/rlmultipleobjectsdlg.h:150
msgid "Delete Multiple Slide Objects"
msgstr "Elimina oggetti da più slide"
#: ../../../include/reallive/rlmultipleobjectsdlg.h:181
msgid "Insert Multiple Slide Objects"
msgstr "Inserisci oggetti in più slide"
#: ../../../include/reallive/rlmultipleobjectsdlg.h:229
#: ../../../src/reallive/realliveview.cpp:9001
#: ../../../src/reallive/realliveview.cpp:14157
#: ../../../src/reallive/rlui.cpp:1511
msgid "Convert Closed Captions To Audio"
msgstr "Converti Sottotitoli in Audio"
#: ../../../include/reallive/rlmultipleobjectsdlg.h:260
#: ../../../src/reallive/realliveview.cpp:14158
#: ../../../src/reallive/rlui.cpp:1515
msgid "Generate Slide Name From First Shape"
msgstr "Genera nome slide dalla prima forma"
#: ../../../include/reallive/rlnoisereductiondialog_ui.h:51
#: ../../../src/reallive/rltimelinepanel.cpp:10367
#: ../../../src/reallive/rltimelinepanel.cpp:14781
#: ../../../src/reallive/rltimelinepanel.cpp:14949
msgid "Noise Reduction"
msgstr "Riduzione rumore audio"
#: ../../../include/reallive/rlnumberinputdlg.h:15
#: ../../../src/core/rlthemes.cpp:1282 ../../../src/reallive/mainframe.cpp:1001
#: ../../../src/reallive/rlthemecolorsdialog.cpp:404
#: ../../../src/reallive/rltocpane.cpp:2591
#: ../../../src/rlexportajax/rlexportajaxdlg_ui.cpp:302
#: ../../../src/rlexportpdf/rlexportpdfdlg_ui.cpp:256
msgid "Title"
msgstr "Titolo"
#: ../../../include/reallive/rlnumberinputdlg.h:16
#: ../../../src/reallive/rloptionsdlg.cpp:3392
#: ../../../src/reallive/rlui.cpp:424 ../../../src/reallive/rlui.cpp:1621
msgid "Message"
msgstr "Messaggio"
#: ../../../include/reallive/rloptionsdlg.h:61
#: ../../../src/reallive/mainframe.cpp:518
#: ../../../src/reallive/realliveview.cpp:1875
#: ../../../src/reallive/rljspanel.cpp:360
#: ../../../src/reallive/rlwelcomescreen.cpp:2001
msgid "Preferences"
msgstr "Preferenze"
#: ../../../include/reallive/rloptionsdlg.h:267
#: ../../../include/reallive/rlribboninputnamedlg_ui.h:49
#: ../../../src/core/rlproject.cpp:2204
#: ../../../src/reallive/rlaudioresourcedlg.cpp:52
#: ../../../src/reallive/rlimageresourcedlg.cpp:47
#: ../../../src/reallive/rllibimagepanel.cpp:1825
#: ../../../src/reallive/rllibmediapanel.cpp:1653
#: ../../../src/reallive/rlobjecttemplatepane.cpp:258
#: ../../../src/reallive/rloptionsdlg.cpp:1508
#: ../../../src/reallive/rlpresetsizedlg.cpp:27
#: ../../../src/reallive/rlpresetsizedlg.cpp:153
#: ../../../src/reallive/rlpropspanelsv2_ui.cpp:2613
#: ../../../src/reallive/rlpropspanelsv2_ui.cpp:3127
#: ../../../src/reallive/rlpropspanelsv2_ui.cpp:4345
#: ../../../src/reallive/rlpropspanelsv2_ui.cpp:4520
#: ../../../src/reallive/rlresponsivebar.cpp:1260
#: ../../../src/reallive/rlresponsivebar_ui.cpp:142
#: ../../../src/reallive/rlresponsivebar_ui.cpp:227
#: ../../../src/reallive/rlslidepoolpane.cpp:571
#: ../../../src/reallive/rlslidepoolpane_ui.cpp:85
#: ../../../src/reallive/rlthemecolorsdialog.cpp:74
#: ../../../src/reallive/rlvariabledlg.cpp:289
#: ../../../src/reallive/rlvariabledlg.cpp:305
#: ../../../src/reallive/rlvariabledlg_ui.cpp:36
#: ../../../src/reallive/rlvariabledlg_ui.cpp:147
#: ../../../src/rlexportajax/rlajaxflashlanguage.cpp:261
msgid "Name"
msgstr "Nome"
#: ../../../include/reallive/rlplayereditor.h:52
#: ../../../src/reallive/rlui.cpp:365 ../../../src/reallive/rlui.cpp:1946
msgid "Player Settings"
msgstr "Impostazioni Player"
#: ../../../include/reallive/rlpresetsizedlg.h:40
msgid "Edit Preset Sizes"
msgstr "Modifica dimensioni predefinite"
#: ../../../include/reallive/rlprojectpropdlg.h:41
msgid "Project Properties"
msgstr "Proprietà progetto"
#: ../../../include/reallive/rlpropgridpanel_v2.h:617
msgid "Remove Color From Video"
msgstr "Rimuovi colori dal video"
#: ../../../include/reallive/rlpropspanelsv2_ui.h:1419
msgid "Accept List"
msgstr "Accetta la lista"
#: ../../../include/reallive/rlrecordingtoolbar.h:56
#: ../../../include/reallive/rlrecordingtoolbar_ui.h:92
#: ../../../src/reallive/rlrecordingtoolbar_ui.cpp:33
msgid "Recording Toolbar"
msgstr "Barra di Regisrazione"
#: ../../../include/reallive/rlreleasenotesdlg.h:30
msgid "Release Notes"
msgstr "Note di Rilascio"
#: ../../../include/reallive/rlresponsivebar.h:196
#: ../../../include/reallive/rlresponsivebar_ui.h:195
msgid "Convert to Responsive Project"
msgstr "Converti in progetto interattivo"
#: ../../../include/reallive/rlscreenshotdlg.h:107
#: ../../../src/reallive/rlscreenshotdlg.cpp:132
msgid "Take Screenshot"
msgstr "Cattura Schermata"
#: ../../../include/reallive/rlshrinkproject_ui.h:61
#: ../../../src/reallive/rlshrinkproject.cpp:58
#: ../../../src/reallive/rlshrinkproject.cpp:64
msgid "Shrink Project"
msgstr "Comprimi progetto"
#: ../../../include/reallive/rlslidebackgroundreplacer.h:24
msgid "Slide Background Replacer"
msgstr "Sostituisci Sfondo Slides"
#: ../../../include/reallive/rlslidepoolpane.h:10
#: ../../../include/reallive/rlslidepoolpane_ui.h:147
#: ../../../src/reallive/rlslidepoolpane.cpp:689
msgid "Import Slide Pools"
msgstr "Importa insieme di Slides"
#: ../../../include/reallive/rlslidepoolpane.h:35
#: ../../../include/reallive/rlslidepoolpane_ui.h:111
#: ../../../src/reallive/rlslidepoolpane.cpp:25
msgid "Pool Info"
msgstr "Informazioni sul gruppo"
#: ../../../include/reallive/rlslidepoolpane.h:52
#: ../../../include/reallive/rlslidepoolpane_ui.h:83
#: ../../../src/reallive/realliveview.cpp:14270
#: ../../../src/reallive/realliveview.cpp:14275
#: ../../../src/reallive/rlmultipleobjectsdlg.cpp:831
#: ../../../src/reallive/rlmultipleobjectsdlg.cpp:996
#: ../../../src/reallive/rlslidepoolpane.cpp:20
#: ../../../src/reallive/rlslidewindow.cpp:546
#: ../../../src/reallive/rlslidewindow.cpp:551
#: ../../../src/reallive/rlslidewindow.cpp:675
#: ../../../src/reallive/rltocpane.cpp:1502
msgid "Edit Name"
msgstr "Nome Editor"
#: ../../../include/reallive/rlstatepane.h:144
#: ../../../src/reallive/rlstatepane.cpp:983
#: ../../../src/reallive/rlstatepane.cpp:990
#: ../../../src/reallive/rlstatepane.cpp:1133
#: ../../../src/reallive/rlstatepane.cpp:1993
#: ../../../src/reallive/rlstatepane.cpp:2000
msgid "Add New State"
msgstr "Aggiungi un nuovo stato"
#: ../../../include/reallive/rlsubscriptiondlg.h:63
#: ../../../include/reallive/rlsubscriptiondlg_ui.h:83
#: ../../../src/reallive/mainframe.cpp:2660
#: ../../../src/reallive/mainframe.cpp:2674
#: ../../../src/reallive/rllicensevalidator.cpp:458
#: ../../../src/reallive/rlribbonbar.cpp:327
#: ../../../src/reallive/rlribbonbar.cpp:1023
#: ../../../src/reallive/rlsubscriptiondlg_ui.cpp:113
#: ../../../src/reallive/rlwelcomescreen.cpp:2307
#: ../../../src/reallive/rlwelcomescreen.cpp:2443
msgid "Sign In"
msgstr "Identificazione"
#: ../../../include/reallive/rlsubscriptiondlg.h:76
#: ../../../include/reallive/rlsubscriptiondlg_ui.h:138
#: ../../../src/reallive/rlsubscriptiondlg.cpp:353
msgid "Account Information"
msgstr "Informazioni Profilo"
#: ../../../include/reallive/rltextinputpropdlg.h:44
#: ../../../include/reallive/rltextinputpropdlg.h:54
msgid "Text Input"
msgstr "Inserisci testo"
#: ../../../include/reallive/rlthemecolorsdialog.h:20
#: ../../../src/reallive/realliveview.cpp:15663
msgid "Create New Theme Colors"
msgstr "Crea i colori del nuovo tema"
#: ../../../include/reallive/rlthemecolorsdialog.h:80
#: ../../../src/reallive/mainframe.cpp:988 ../../../src/reallive/rlui.cpp:298
#: ../../../src/reallive/rlui.cpp:551
msgid "Master Layout"
msgstr "Disposizione Generale"
#: ../../../include/reallive/rltimelinepanel.h:512
#: ../../../src/reallive/rlchangeslidessizedlg_ui.cpp:238
#: ../../../src/reallive/rleditreportslidedlg.cpp:67
#: ../../../src/reallive/rleventeditorpane.cpp:192
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:3072
#: ../../../src/reallive/rlrecordingtoolbar.cpp:302
#: ../../../src/reallive/rltimelinepanel.cpp:1181
#: ../../../src/reallive/rltimelinepanel.cpp:1500
#: ../../../src/reallive/rltimelinepanel.cpp:1501
#: ../../../src/reallive/rlui.cpp:208
#: ../../../src/rlexportajax/rlajaxflashlanguage.cpp:32
#: ../../../src/rlexporthtml/rlhtmlgenerator.cpp:277
#: ../../../src/rlexportimages/rlimagesgenerator.cpp:197
#: ../../../src/rlxliff/xliffslideprocessor.cpp:25
#: ../../../src/templates/ajaxlanguage.cpp:42
msgid "Slide"
msgstr "Slide"
#: ../../../include/reallive/rltimelinepanel.h:760
#: ../../../src/reallive/rlcoresceneitems.cpp:10420
#: ../../../src/reallive/rlmultipleobjects_ui.cpp:322
#: ../../../src/reallive/rlmultipleobjectsdlg.cpp:1098
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:3065
#: ../../../src/reallive/rlselectionpane.cpp:414
#: ../../../src/reallive/rltimelinepanel.cpp:1222
#: ../../../src/reallive/rltimelinepanel.cpp:1534
#: ../../../src/reallive/rltimelinepanel.cpp:1535
#: ../../../src/reallive/rlui.cpp:394
#: ../../../src/rlexportvideo/rlexportvideodialog_ui.cpp:30
msgid "Zoom-n-Pan"
msgstr "Zoom-n-Pan"
#: ../../../include/reallive/rltimelinepanel.h:872
#: ../../../src/reallive/rlpropgridpanel_v2.cpp:2669
msgid "Caption"
msgstr "Sottotitoli"
#: ../../../include/reallive/rltocpane.h:277
#: ../../../src/reallive/rltocpane.cpp:2769
msgid "Table of Contents Settings"
msgstr "Impostazioni Indice"
#: ../../../include/reallive/rlvariabledlg.h:67
msgid "New Variable"
msgstr "Nuova Variabile"
#: ../../../include/reallive/rlvariabledlg.h:93
msgid "Variable Usage"
msgstr "Uso Variabile"
#: ../../../include/reallive/rlvideosurface.h:80
msgid "Video Preview"
msgstr "Anteprima Video"
#: ../../../include/reallive/rlwcspreviewthemedlg_ui.h:63
#: ../../../include/reallive/rlwelcomescreen.h:872
#: ../../../src/reallive/rliframedlg_ui.cpp:40
#: ../../../src/reallive/rliframedlg_ui.cpp:211
#: ../../../src/reallive/rloptionsdlg.cpp:3128
#: ../../../src/reallive/rlplayereditor.cpp:436
#: ../../../src/reallive/rlplayereditor.cpp:775
#: ../../../src/reallive/rltimelinepanel.cpp:10226
#: ../../../src/reallive/rltimelinepanel.cpp:10335
#: ../../../src/reallive/rltimelinepanel.cpp:10556
#: ../../../src/reallive/rlui.cpp:206 ../../../src/reallive/rlui.cpp:213
#: ../../../src/reallive/rlui.cpp:220 ../../../src/reallive/rlui.cpp:227
#: ../../../src/reallive/rlui.cpp:234 ../../../src/reallive/rlui.cpp:241
#: ../../../src/reallive/rlui.cpp:249 ../../../src/reallive/rlui.cpp:256
#: ../../../src/reallive/rlui.cpp:844 ../../../src/reallive/rlui.cpp:1437
#: ../../../src/reallive/rlwelcomescreen.cpp:539
#: ../../../src/reallive/ttssettingdialog_ui.cpp:76
#: ../../../src/rlexportajax/rlajaxtemplateeditordlg_ui.cpp:70
#: ../../../src/rlexportajax/rltemplateparamgriddlg.cpp:190
msgid "Preview"
msgstr "Anteprima"
#: ../../../include/reallive/rlwebcamrecordingdlg_ui.h:91
#: ../../../src/reallive/realliveview.cpp:6560
#: ../../../src/reallive/rlui.cpp:1721
msgid "Webcam Recording"
msgstr "Registrazione da Webcam"
#: ../../../include/reallive/rlzoomdlg.h:15
#: ../../../include/reallive/rlzoomdlg_ui.h:65
#: ../../../src/core/allanimations.cpp:1731
#: ../../../src/core/rlcontrol.cpp:1534
#: ../../../src/reallive/drawingview.cpp:1262
#: ../../../src/reallive/realliveview.cpp:8691
#: ../../../src/reallive/rlimporttemplatedlg_ui.cpp:67
#: ../../../src/reallive/rlimporttemplatedlg_ui.cpp:72
#: ../../../src/reallive/rlribbonstatusbar.cpp:55
#: ../../../src/reallive/rlribbonstatusbar.cpp:191
#: ../../../src/reallive/rlui.cpp:265 ../../../src/reallive/rlui.cpp:293
#: ../../../src/reallive/rlui.cpp:487 ../../../src/reallive/rlui.cpp:2084
msgid "Zoom"
msgstr "Zoom"
#: ../../../include/reallive/rlzoomdlg.h:35
#: ../../../include/reallive/rlzoomdlg_ui.h:105
msgid "Slide Footer"
msgstr "Slide Footer"
#: ../../../include/reallive/ttssettingdialog.h:31
#: ../../../include/reallive/ttssettingdialog_ui.h:72
#: ../../../src/reallive/rlmultipleobjectsdlg.cpp:1796
#: ../../../src/reallive/rlpropspanelsv2_ui.cpp:879
#: ../../../src/reallive/rlpropspanelsv2_ui.cpp:3701
msgid "Text To Speech"
msgstr "Text To Speech"
#: ../../../include/rldefs.h:62
msgid "iTutor Project"
msgstr "Progetto iTutor"
#: ../../../include/rldefs.h:90
msgid "ActivePresenter Project"
msgstr "Progetto ActivePresenter"
#: ../../../include/rlexportajax/rlajaxflashlanguage.h:86
msgid "Output Language Editor"
msgstr "Editor di testo in uscita"
#: ../../../include/rlexportajax/rlexportajaxdlg.h:22
#: ../../../include/rlexportajax/rlexportajaxdlg_ui.h:125
#: ../../../src/reallive/rlui.cpp:450
#: ../../../src/rlexportajax/rlexportajaxdlg.cpp:40
msgid "Export To HTML5"
msgstr "Esporta in HTML5"
#: ../../../include/rlexportajax/rlexportajaxdlg_ui.h:160
msgid "Output Settings"
msgstr "Impostazioni di Output"
#: ../../../include/rlexportexcel/rlexportexceldlg.h:21
#: ../../../include/rlexportexcel/rlexportexceldlg_ui.h:84
#: ../../../src/reallive/rlui.cpp:446
#: ../../../src/rlexportexcel/excelgenerator.cpp:503
#: ../../../src/rlexportexcel/excelgenerator.cpp:2221
#: ../../../src/rlexportexcel/rlexportexcel.cpp:62
#: ../../../src/rlexportexcel/rlexportexcel.cpp:91
msgid "Export To Microsoft Excel"
msgstr "Esporta in Microsoft Excel"
#: ../../../include/rlexporthtml/rlexporthtmldlg.h:18
#: ../../../include/rlexporthtml/rlexporthtmldlg_ui.h:75
#: ../../../src/reallive/rlui.cpp:443
#: ../../../src/rlexporthtml/rlexporthtml.cpp:48
#: ../../../src/rlexporthtml/rlhtmlgenerator.cpp:61
msgid "Export To HTML SlideShow"
msgstr "Esporta in uno slide show HTML"
#: ../../../include/rlexportimages/rlexportimagedlg_ui.h:76
#: ../../../include/rlexportimages/rlexporttoimagesdlg.h:19
#: ../../../src/rlexportimages/rlexporttoimages.cpp:43