-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvvv.po
1357 lines (1090 loc) · 35.4 KB
/
vvv.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: VVV 0.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-29 15:43+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Basepath: Z:/Sviluppo_C++/VVV/src\n"
"X-Generator: Poedit 1.5.4\n"
"X-Poedit-SearchPath-0: Z:/Sviluppo_C++/VVV/src\n"
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:177
msgid "Enter or select the volume to catalog"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:186
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:222
#: Z:/Sviluppo_C++/VVV/src/opencatalog.cpp:173
#: Z:/Sviluppo_C++/VVV/src/restore.cpp:166
#: Z:/Sviluppo_C++/VVV/src/restore.cpp:178
#: Z:/Sviluppo_C++/VVV/src/update_volume.cpp:195
msgid "..."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:189
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:386
msgid "Volume name"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:199
msgid "Get volume name"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:207
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:172
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:229
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:247
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:897
#: Z:/Sviluppo_C++/VVV/src/restore.cpp:185
#: Z:/Sviluppo_C++/VVV/src/restore.cpp:203
#: Z:/Sviluppo_C++/VVV/src/update_volume.cpp:201
#: Z:/Sviluppo_C++/VVV/src/vvv.cpp:141
msgid "&Help"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:212
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:910
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4207
msgid "Catalog"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:215
#: Z:/Sviluppo_C++/VVV/src/update_volume.cpp:209
msgid "&Close"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:218
#: Z:/Sviluppo_C++/VVV/src/update_volume.cpp:212
msgid "Current folder"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:221
msgid "Previously cataloged volumes"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:291
#: Z:/Sviluppo_C++/VVV/src/update_volume.cpp:267
#: Z:/Sviluppo_C++/VVV/src/vvv.cpp:404
msgid "The volume path is missing"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:296
#: Z:/Sviluppo_C++/VVV/src/vvv.cpp:400
msgid "The volume name is missing"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:313
msgid "This volume name is already present in the database"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume.cpp:360
#: Z:/Sviluppo_C++/VVV/src/update_volume.cpp:294
msgid "Select the volume to catalog"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume_functions.cpp:341
#: Z:/Sviluppo_C++/VVV/src/tmp_sorgenti_modificati/catalog_volume_functions.cpp:335
msgid "Number of added files: "
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume_functions.cpp:342
#: Z:/Sviluppo_C++/VVV/src/tmp_sorgenti_modificati/catalog_volume_functions.cpp:336
msgid "Number of updated files: "
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume_functions.cpp:343
#: Z:/Sviluppo_C++/VVV/src/tmp_sorgenti_modificati/catalog_volume_functions.cpp:337
msgid "Number of deleted files (not counting those in deleted folders): "
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume_functions.cpp:344
#: Z:/Sviluppo_C++/VVV/src/tmp_sorgenti_modificati/catalog_volume_functions.cpp:338
msgid "Number of deleted folders: "
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume_functions.cpp:345
#: Z:/Sviluppo_C++/VVV/src/tmp_sorgenti_modificati/catalog_volume_functions.cpp:339
msgid "Number of unchanged files: "
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/catalog_volume_functions.cpp:346
#: Z:/Sviluppo_C++/VVV/src/tmp_sorgenti_modificati/catalog_volume_functions.cpp:340
msgid "Do you really want to update the volume?"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:77
#, c-format
msgid "Unknown locale code '%s' in registry."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:94
msgid "(Use default language)"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:96
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2479
msgid "Bulgarian"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:97
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2463
msgid "Chinese"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:98
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2474
msgid "Croatian"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:99
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2469
msgid "Czech"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:100
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2480
msgid "Dutch"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:101
msgid "English"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:102
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2466
msgid "French"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:103
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2467
msgid "German"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:104
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2468
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2471
msgid "Hungarian"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:105
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2477
msgid "Italian"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:106
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2476
msgid "Japanese"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:107
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2470
msgid "Polish"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:108
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2464
msgid "Portuguese"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:109
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2478
msgid "Romanian"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:110
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2472
msgid "Russian"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:111
msgid "Serbian (cyrillic)"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:112
msgid "Serbian (latin)"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:113
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2465
msgid "Spanish"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:114
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2473
msgid "Ukrainian"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:123
msgid "Select your preferred language"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:124
msgid "Language selection"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/chooselang.cpp:138
msgid "You must restart the program for this change to take effect."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/choose_virtual_folder.cpp:162
msgid ""
"Please select the virtual folder that will receive the selected files and/or "
"folders:"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/choose_virtual_folder.cpp:174
#: Z:/Sviluppo_C++/VVV/src/choose_virtual_folder.cpp:192
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:166
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:234
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:255
#: Z:/Sviluppo_C++/VVV/src/object_description.cpp:159
#: Z:/Sviluppo_C++/VVV/src/object_description.cpp:175
#: Z:/Sviluppo_C++/VVV/src/opencatalog.cpp:180
#: Z:/Sviluppo_C++/VVV/src/opencatalog.cpp:196
#: Z:/Sviluppo_C++/VVV/src/restore.cpp:190
#: Z:/Sviluppo_C++/VVV/src/restore.cpp:211
msgid "&OK"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/choose_virtual_folder.cpp:178
#: Z:/Sviluppo_C++/VVV/src/choose_virtual_folder.cpp:189
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:169
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:238
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:252
#: Z:/Sviluppo_C++/VVV/src/object_description.cpp:163
#: Z:/Sviluppo_C++/VVV/src/object_description.cpp:172
#: Z:/Sviluppo_C++/VVV/src/opencatalog.cpp:184
#: Z:/Sviluppo_C++/VVV/src/opencatalog.cpp:193
#: Z:/Sviluppo_C++/VVV/src/restore.cpp:194
#: Z:/Sviluppo_C++/VVV/src/restore.cpp:208
msgid "&Cancel"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/convert_db_unicode.cpp:520
msgid ""
"Conversion is about to start: a message will tell you when it will be "
"completed."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/convert_db_unicode.cpp:546
msgid "Conversion completed"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:157
msgid "Description:"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:257
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:537
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:539
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1332
msgid "Name"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:261
msgid "Value"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:312
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1458
#: Z:/Sviluppo_C++/VVV/src/settings.cpp:253
msgid "Channels"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:314
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1453
#: Z:/Sviluppo_C++/VVV/src/settings.cpp:249
msgid "Sample rate"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:316
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1448
#: Z:/Sviluppo_C++/VVV/src/settings.cpp:245
msgid "Bitrate"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:317
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1443
#: Z:/Sviluppo_C++/VVV/src/settings.cpp:241
msgid "Length"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:318
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1438
#: Z:/Sviluppo_C++/VVV/src/settings.cpp:237
msgid "Genre"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:320
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1433
msgid "Number"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:321
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1428
#: Z:/Sviluppo_C++/VVV/src/settings.cpp:229
msgid "Comment"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:323
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1423
#: Z:/Sviluppo_C++/VVV/src/settings.cpp:225
msgid "Year"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:324
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1418
#: Z:/Sviluppo_C++/VVV/src/settings.cpp:221
msgid "Title"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:325
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1413
#: Z:/Sviluppo_C++/VVV/src/settings.cpp:217
msgid "Album"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:326
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1408
#: Z:/Sviluppo_C++/VVV/src/settings.cpp:213
msgid "Artist"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:331
msgid "File date"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:333
msgid "File size"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:333
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:358
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:385
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:400
msgid "bytes"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:334
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:978
msgid "File name"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:342
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:367
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:409
msgid "Virtual path"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:346
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:371
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:413
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1350
msgid "Physical path"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:356
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:398
msgid "Folder date"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:358
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:400
msgid "Folder size"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:359
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:401
msgid "Folder name"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:379
msgid "Last updated"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:382
msgid "Cataloged"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:385
msgid "Volume size"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:437
msgid "Folder information"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:441
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.h:45
msgid "File information"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/dlg_file_information.cpp:469
msgid "Copy to clipboard\tCtrl+C"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:190
msgid "Use this window to export data to a CSV file"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:194
msgid "Comma"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:195
msgid "TAB"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:196
msgid "Pipe"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:197
msgid "Separator"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:201
msgid "Include headers"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:206
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1009
msgid "All physical volumes"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:207
msgid "Selected physical volume/folder"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:208
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1011
msgid "Selected virtual folder"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:209
msgid "Export"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:213
msgid "File name:"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:308
msgid "CSV files (*.csv;*.txt)|*.csv;*.txt|All files (*.*)|*.*"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:335
msgid "Please enter a file name"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:340
msgid "The output file already exists: do you want to overwrite it?"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:343
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:357
msgid "Unable to create the file."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:537
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:539
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1337
msgid "Size"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:537
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:539
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1341
msgid "Ext"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:537
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:539
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1345
msgid "Last modified"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:537
msgid "PhysicalPath"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:537
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:539
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:999
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1353
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1358
msgid "Description"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:539
msgid "Volume"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/exportdata.cpp:539
msgid "Path"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:777
msgid ""
"This catalog file does not exist:\n"
"\n"
msgstr ""
# Part of the File menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:839
msgid "&New..."
msgstr ""
# Part of the File menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:840
msgid "&Open..."
msgstr ""
# Part of the File menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:841
msgid "&Export..."
msgstr ""
# Part of the File menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:843
msgid "&Backup..."
msgstr ""
# Part of the File menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:844
msgid "&Restore..."
msgstr ""
# Part of the File menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:846
msgid "E&xit"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:847
msgid "&File"
msgstr ""
# Part of the Edit menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:849
msgid "&Add To Virtual Folder..."
msgstr ""
# Part of the Edit menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:851
msgid "&Rename...\tF2"
msgstr ""
# Part of the Edit menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:852
msgid "&Delete"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:854
msgid "&Object Information..."
msgstr ""
# Part of the Edit menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:856
msgid "&New Virtual Root Folder..."
msgstr ""
# Part of the Edit menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:857
msgid "New Virtual &Subfolder..."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:859
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:888
msgid "&Options..."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:861
msgid "&Edit"
msgstr ""
# Part of the Volumes menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:863
msgid "&Catalog Volume..."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:864
msgid "&Update Volume..."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:865
msgid "&Volumes"
msgstr ""
# Part of the View menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:867
msgid "&Physical View"
msgstr ""
# Part of the View menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:869
msgid "&Virtual View"
msgstr ""
# Part of the View menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:870
msgid "&Search View"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:872
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3310
msgid "Show in physical view"
msgstr ""
# Part of the View menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:873
msgid "Go &Up One Level"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:874
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2711
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2744
msgid "Expand"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:875
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2712
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2745
msgid "Collapse"
msgstr ""
# Part of the View menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:877
msgid "&Toolbar"
msgstr ""
# Part of the View menu
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:879
msgid "Status &Bar"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:881
msgid "Vie&w"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:883
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3319
msgid "Open with default program"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:890
msgid "&Tools"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:892
msgid "Help &Contents"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:896
msgid "&About VVV..."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:904
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4201
msgid "New"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:904
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4201
msgid "Create a new catalog"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:907
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4204
msgid "Open"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:907
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4204
msgid "Open an existing catalog"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:910
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4207
msgid "Catalog a new volume"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:913
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4210
msgid "Up"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:913
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4210
msgid "Move up one level"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:917
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4214
msgid "Physical"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:917
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4214
msgid "Show the physical view"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:920
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4217
msgid "Virtual"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:920
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4217
msgid "Show the virtual view"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:923
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1012
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1018
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4220
msgid "Search"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:923
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:4220
msgid "Show the search view"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:975
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:996
msgid "Is equal to:"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:976
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:997
msgid "Starts with:"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:977
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:998
msgid "Contains:"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:987
msgid "Extension:"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1010
msgid "Selected physical folder"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1487
msgid "Open catalog"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:1491
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3794
msgid "VVV files (*.vvv)|*.vvv|All files (*.*)|*.*"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2064
msgid "New virtual root folder"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2092
msgid "New virtual subfolder"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2110
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3552
msgid "Enter the new folder name"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2125
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3563
msgid "The new folder name is already present in the database"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2178
msgid "This catalog file does not exist any more"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2208
msgid ""
"Catalog not found:\n"
"\n"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2212
msgid ""
"Incorrect username or password for the following database:\n"
"\n"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2217
msgid ""
"Unable to connect to the following server:\n"
"\n"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2219
msgid ""
"Unable to open the catalog.\n"
"Please note that you are not connected to a database server so you cannot "
"open a catalog located on another computer in the network.\n"
"If you want to open a catalog on another computer you must connect to the "
"database server (Tools/Options menu)."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2241
msgid ""
"This catalog has been created with a previous version of the program and it "
"needs to be upgraded, but the file containing the upgrades list is missing.\n"
"\n"
"You can try reinstalling the program to solve this problem."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2245
msgid "Upgrading the catalog, please wait..."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2257
msgid ""
"This catalog has been created with an older version of VVV so you need to "
"convert it to a newer format.\n"
"\n"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2258
msgid ""
"The conversion will create a new catalog with the same data as the older "
"one, then you will use this new catalog with VVV. You will not use the older "
"catalog any more.\n"
"\n"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2259
msgid "Do you want to convert the catalog creating a new one?"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2263
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2492
msgid ""
"Unable to create a new catalog.\n"
"\n"
"You are connecting to a database server on another computer. You must "
"execute this program on the server to be able to create a new catalog."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2267
msgid "Convert to a new catalog"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2275
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2504
msgid ""
"Unable to find the database backup to restore.\n"
"\n"
"You can try reinstalling the program to solve this problem."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2457
msgid ""
"VVV (Virtual Volumes View): a program to catalog removable devices like CDs "
"and DVDs"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2458
msgid "Copyright (C) 2007-2023 The VVV Team"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2459
msgid "Fulvio Senore: main developer"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2460
msgid ""
"\n"
"Jan Albartus: worked at the portable version and designed the application's "
"icon"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2461
msgid ""
"This program uses icons from the Gnome, Ubuntu and Crystal icons projects"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2462
msgid ""
"This is open source software, distributed under the GNU GENERAL PUBLIC "
"LICENSE"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2475
msgid "Serbian"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2496
msgid "New catalog"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2546
msgid "Multiple items"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2709
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3316
msgid "Add To Virtual Folder"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2714
msgid "Object information..."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2717
msgid "Rename..."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2718
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2749
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3312
msgid "Delete"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2719
msgid "Update Volume..."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2742
msgid "New Subfolder"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2748
msgid "Rename"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2890
msgid "Please enter some search data"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2909
msgid "Incorrect file name search data"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2920
msgid "Incorrect extension search data"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:2932
msgid "Incorrect description search data"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3043
msgid "The search did not find anything"
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3202
msgid "Objects: "
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3209
msgid "Total size: "
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3322
msgid "Object Information..."
msgstr ""
#: Z:/Sviluppo_C++/VVV/src/mainframe.cpp:3460
msgid ""
"This command will delete the selected virtual folder, but it will not change "