forked from barak/vobcopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvobcopy.pot
873 lines (722 loc) · 15.8 KB
/
vobcopy.pot
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-31 23:48+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: vobcopy.c:189
#, c-format
msgid "[Error] The thing behind -a has to be a number! \n"
msgstr ""
#: vobcopy.c:196
#, c-format
msgid "[Hint] Um, you set angle to 0, try 1 instead ;-)\n"
msgstr ""
#: vobcopy.c:204
#, c-format
msgid "[Error] The thing behind -b has to be a number! \n"
msgstr ""
#: vobcopy.c:211 vobcopy.c:234 vobcopy.c:265 vobcopy.c:287
#, c-format
msgid "[Error] Wrong suffix behind -b, only b,k,m or g \n"
msgstr ""
#: vobcopy.c:248
#, c-format
msgid "[Error] The thing behind -c has to be a number! \n"
msgstr ""
#: vobcopy.c:258
#, c-format
msgid "[Error] The thing behind -e has to be a number! \n"
msgstr ""
#: vobcopy.c:310
#, c-format
msgid "[Error] Erm, the number comes behind -n ... \n"
msgstr ""
#: vobcopy.c:313
#, c-format
msgid ""
"[Hint] You use -i. Normally this is not necessary, vobcopy finds the input "
"dir by itself. This option is only there if vobcopy makes trouble.\n"
msgstr ""
#: vobcopy.c:314
#, c-format
msgid ""
"[Hint] If vobcopy makes trouble, please mail me so that I can fix this "
"(robos@muon.de). Thanks\n"
msgstr ""
#: vobcopy.c:318
#, c-format
msgid ""
"[Error] Please don't use -i /dev/something in this version, only the next "
"version will support this again.\n"
msgstr ""
#: vobcopy.c:319
#, c-format
msgid ""
"[Hint] Please use the mount point instead (/cdrom, /dvd, /mnt/dvd or "
"something)\n"
msgstr ""
#: vobcopy.c:340
#, c-format
msgid "[Error] The thing behind -n has to be a number! \n"
msgstr ""
#: vobcopy.c:350 vobcopy.c:382
#, c-format
msgid "[Hint] Erm, the number comes behind -n ... \n"
msgstr ""
#: vobcopy.c:376
#, c-format
msgid "[Error] Please specify output dirs in this order: -o -1 -2 -3 -4 \n"
msgstr ""
#: vobcopy.c:410
#, c-format
msgid "[Error] The thing behind -F has to be a number! \n"
msgstr ""
#: vobcopy.c:416
#, c-format
msgid ""
"[Hint] The largest value for -F is %d at the moment - used that one...\n"
msgstr ""
#: vobcopy.c:427
#, c-format
msgid "[Error] The thing behind -w has to be a number! \n"
msgstr ""
#: vobcopy.c:433
#, c-format
msgid "[Hint] Negative minutes aren't allowed - disabling watchdog.\n"
msgstr ""
#: vobcopy.c:479 vobcopy.c:493
#, c-format
msgid "[Error] Wrong option.\n"
msgstr ""
#: vobcopy.c:486
#, c-format
msgid "[Error] %s was compiled without support for long options.\n"
msgstr ""
#: vobcopy.c:499 vobcopy.c:2022
#, c-format
msgid "Vobcopy "
msgstr ""
#: vobcopy.c:500
#, c-format
msgid ""
"[Hint] All lines starting with \"libdvdread:\" are not from vobcopy but from "
"the libdvdread-library\n"
msgstr ""
#: vobcopy.c:511
#, c-format
msgid ""
"\n"
"[Error] Hmm, the path length of your current directory is really large "
"(>255)\n"
msgstr ""
#: vobcopy.c:512
#, c-format
msgid "[Hint] Change to a path with shorter path length pleeeease ;-)\n"
msgstr ""
#: vobcopy.c:526
#, c-format
msgid "[Hint] Quiet mode - All messages will now end up in %s\n"
msgstr ""
#: vobcopy.c:575
#, c-format
msgid "[Info] Uhu, super-verbose\n"
msgstr ""
#: vobcopy.c:615
#, c-format
msgid "[Info] The log-file is written to %s\n"
msgstr ""
#: vobcopy.c:616
#, c-format
msgid ""
"[Hint] Make sure that vobcopy doesn't have to ask questions (like "
"overwriting of old files), these questions end up in the log file so you "
"don't see them...\n"
msgstr ""
#: vobcopy.c:617
#, c-format
msgid ""
"[Hint] If you don't like that position, use -L /path/to/logfile/ instead of -"
"v -v\n"
msgstr ""
#: vobcopy.c:633
#, c-format
msgid "--------------------------------------------------------------------------------\n"
msgstr ""
#: vobcopy.c:634
#, c-format
msgid "[Info] Called: %s\n"
msgstr ""
#: vobcopy.c:640
#, c-format
msgid ""
"\n"
"[Error] There can be only one: either -m or -n...'\n"
msgstr ""
#: vobcopy.c:653
#, c-format
msgid ""
"\n"
"[Error] Bloody path to long '%s'\n"
msgstr ""
#: vobcopy.c:665
#, c-format
msgid "[Error] Could not get the device which belongs to the given path!\n"
msgstr ""
#: vobcopy.c:678
#, c-format
msgid "[Error] Could not get the device and path! Maybe not mounted the dvd?\n"
msgstr ""
#: vobcopy.c:688
#, c-format
msgid ""
"\n"
"[Info] Path to dvd: %s\n"
msgstr ""
#: vobcopy.c:692
#, c-format
msgid ""
"\n"
"[Error] Path thingy didn't work '%s'\n"
msgstr ""
#: vobcopy.c:693
#, c-format
msgid "[Error] Try something like -i /cdrom, /dvd or /mnt/dvd \n"
msgstr ""
#: vobcopy.c:695
#, c-format
msgid ""
"[Hint] By the way, you have %i cdroms|dvds mounted, that probably caused the "
"problem\n"
msgstr ""
#: vobcopy.c:706
#, c-format
msgid "[Info] Name of the dvd: %s\n"
msgstr ""
#: vobcopy.c:722
#, c-format
msgid "[Error] Can't open VMG info.\n"
msgstr ""
#: vobcopy.c:754
#, c-format
msgid "[Info] There are %d titles on this DVD.\n"
msgstr ""
#: vobcopy.c:758
#, c-format
msgid "[Error] Invalid title %d.\n"
msgstr ""
#: vobcopy.c:769
#, c-format
msgid "[Info] There are %i chapters on the dvd.\n"
msgstr ""
#: vobcopy.c:770
#, c-format
msgid "[Info] Most chapters has title %i with %d chapters.\n"
msgstr ""
#: vobcopy.c:775 vobcopy.c:818
#, c-format
msgid "[Info] All titles:\n"
msgstr ""
#: vobcopy.c:780
#, c-format
msgid "[Info] Title %i has %d chapters.\n"
msgstr ""
#: vobcopy.c:783
#, c-format
msgid "[Info] Title %i has %d chapter.\n"
msgstr ""
#: vobcopy.c:793
#, c-format
msgid "[Error] Invalid chapter %d\n"
msgstr ""
#: vobcopy.c:807
#, c-format
msgid ""
"\n"
"[Info] There are %d angles on this dvd.\n"
msgstr ""
#: vobcopy.c:810
#, c-format
msgid "[Error] Invalid angle %d\n"
msgstr ""
#: vobcopy.c:823
#, c-format
msgid "[Info] Title %i has %d angles.\n"
msgstr ""
#: vobcopy.c:826
#, c-format
msgid "[Info] Title %i has %d angle.\n"
msgstr ""
#: vobcopy.c:844
#, c-format
msgid ""
"\n"
"[Error] Something went wrong during the size detection of the"
msgstr ""
#: vobcopy.c:845
#, c-format
msgid ""
"\n"
"[Error] vobs, size check at the end won't work (probably), but I continue "
"anyway\n"
"\n"
msgstr ""
#: vobcopy.c:874
#, c-format
msgid ""
"\n"
"[Info] Setting watchdog timer to %d minutes\n"
msgstr ""
#: vobcopy.c:884 vobcopy.c:1364 vobcopy.c:1444 vobcopy.c:1514
#, c-format
msgid ""
"\n"
"[Info] DVD-name: %s\n"
msgstr ""
#: vobcopy.c:885 vobcopy.c:1445
#, c-format
msgid "[Info] Disk free: %.0f MB\n"
msgstr ""
#: vobcopy.c:886 vobcopy.c:1447
#, c-format
msgid "[Info] Vobs size: %.0f MB\n"
msgstr ""
#: vobcopy.c:911
#, c-format
msgid "[Info] Writing files to this dir: %s\n"
msgstr ""
#: vobcopy.c:924
#, c-format
msgid ""
"[Error] Hmm, weird, the dir video_ts|VIDEO_TS on the dvd couldn't be opened\n"
msgstr ""
#: vobcopy.c:925
#, c-format
msgid "[Error] The dir to be opened was: %s\n"
msgstr ""
#: vobcopy.c:926
#, c-format
msgid "[Hint] Please mail me what your vobcopy call plus -v -v spits out\n"
msgstr ""
#: vobcopy.c:1001
#, c-format
msgid ""
"\n"
"[Hint] File on dvd ends in \";?\" (%s)\n"
msgstr ""
#: vobcopy.c:1009
#, c-format
msgid "[Info] Writing to %s \n"
msgstr ""
#: vobcopy.c:1014
#, c-format
msgid ""
"\n"
"[Error] File '%s' already exists, [o]verwrite, [s]kip or [q]uit? "
msgstr ""
#: vobcopy.c:1026 vobcopy.c:1071 vobcopy.c:1097 vobcopy.c:1610 vobcopy.c:1661
#: vobcopy.c:1677 vobcopy.c:1707
#, c-format
msgid ""
"\n"
"[Error] Error opening file %s\n"
msgstr ""
#: vobcopy.c:1027 vobcopy.c:1072 vobcopy.c:1098 vobcopy.c:1141 vobcopy.c:1176
#: vobcopy.c:1611 vobcopy.c:1750
#, c-format
msgid "[Error] Error: %s\n"
msgstr ""
#: vobcopy.c:1048
#, c-format
msgid ""
"\n"
"[Hint] Please choose [o]verwrite, [s]kip, or [q]uit the next time ;-)\n"
msgstr ""
#: vobcopy.c:1059 vobcopy.c:1599
#, c-format
msgid ""
"\n"
"[Error] File '%s' already exists, [o]verwrite or [q]uit? \n"
msgstr ""
#: vobcopy.c:1088
#, c-format
msgid ""
"\n"
"[Hint] Please choose [o]verwrite or [q]uit the next time ;-)\n"
msgstr ""
#: vobcopy.c:1140 vobcopy.c:1175 vobcopy.c:1287
#, c-format
msgid ""
"\n"
"[Error] Error writing to %s \n"
msgstr ""
#: vobcopy.c:1146 vobcopy.c:1181
#, c-format
msgid "%4.0fkB of %4.0fkB written\r"
msgstr ""
#: vobcopy.c:1149 vobcopy.c:1184 vobcopy.c:1317 vobcopy.c:1720
#, c-format
msgid "\n"
msgstr ""
#: vobcopy.c:1154 vobcopy.c:1189 vobcopy.c:1322 vobcopy.c:1773
#, c-format
msgid ""
"\n"
"[Error] error writing to %s \n"
msgstr ""
#: vobcopy.c:1155 vobcopy.c:1190 vobcopy.c:1323 vobcopy.c:1774 vobcopy.c:2144
#, c-format
msgid "[Error] error: %s\n"
msgstr ""
#: vobcopy.c:1237
#, c-format
msgid "[Info] Can't stat() %s.\n"
msgstr ""
#: vobcopy.c:1243
#, c-format
msgid "[Info] Vob %d %d (%s) has a size of %lli\n"
msgstr ""
#: vobcopy.c:1257
#, c-format
msgid "[Info] Start of %s at %d blocks \n"
msgstr ""
#: vobcopy.c:1279
#, c-format
msgid "[Warn] Had to skip %d blocks! "
msgstr ""
#: vobcopy.c:1288
#, c-format
msgid "[Error] Error: %s, errno: %d \n"
msgstr ""
#: vobcopy.c:1301 vobcopy.c:1311
#, c-format
msgid "%4.0fMB of %4.0fMB written "
msgstr ""
#: vobcopy.c:1304
#, c-format
msgid "( %3.1f %% ) \r"
msgstr ""
#: vobcopy.c:1314
#, c-format
msgid "( 100.0%% ) \r"
msgstr ""
#: vobcopy.c:1340
#, c-format
msgid ""
"[Error] Not enough free space on the destination dir. Please choose another "
"one or -f\n"
msgstr ""
#: vobcopy.c:1341
#, c-format
msgid "[Error] or dirs behind -1, -2 ... are NOT allowed with -m!\n"
msgstr ""
#: vobcopy.c:1356
#, c-format
msgid "[Info] Using Title: %i\n"
msgstr ""
#: vobcopy.c:1357
#, c-format
msgid "[Info] Title has %d chapters and %d angles\n"
msgstr ""
#: vobcopy.c:1358
#, c-format
msgid "[Info] Using Chapter: %i\n"
msgstr ""
#: vobcopy.c:1359
#, c-format
msgid "[Info] Using Angle: %i\n"
msgstr ""
#: vobcopy.c:1365
#, c-format
msgid "[Info] Disk free: %f MB\n"
msgstr ""
#: vobcopy.c:1366
#, c-format
msgid "[Info] Vobs size: %f MB\n"
msgstr ""
#: vobcopy.c:1381
#, c-format
msgid "[Error] Can't open the title %d info file.\n"
msgstr ""
#: vobcopy.c:1408
#, c-format
msgid "[Error] Can't open title VOBS (VTS_%02d_1.VOB).\n"
msgstr ""
#: vobcopy.c:1425
#, c-format
msgid "[Info] Vob_size was 0\n"
msgstr ""
#: vobcopy.c:1432
#, c-format
msgid ""
"\n"
"[Info] Difference between vobsize read from cd and size returned from "
"libdvdread:\n"
msgstr ""
#: vobcopy.c:1437
#, c-format
msgid ""
"[Info] Vob_size (stat) = %lu\n"
"[Info] libdvdsize = %lu\n"
msgstr ""
#: vobcopy.c:1461
#, c-format
msgid ""
"\n"
"[Info] Disk free: %.0f MB"
msgstr ""
#: vobcopy.c:1462
#, c-format
msgid ""
"\n"
"[Info] Vobs size: %.0f MB"
msgstr ""
#: vobcopy.c:1464
#, c-format
msgid ""
"\n"
"[Error] Hmm, better change to a dir with enough space left or call with -f "
"(force) \n"
msgstr ""
#: vobcopy.c:1468 vobcopy.c:1469
#, c-format
msgid "[Error] Hmm, statfs (statvfs) seems not to work on that directory. \n"
msgstr ""
#: vobcopy.c:1470
#, c-format
msgid ""
"[Hint] Nevertheless, do you want vobcopy to continue [y] or do you want to "
"check for \n"
msgstr ""
#: vobcopy.c:1471
#, c-format
msgid "[Hint] enough space first [q]?\n"
msgstr ""
#: vobcopy.c:1481
#, c-format
msgid "[Info] y pressed - force write\n"
msgstr ""
#: vobcopy.c:1487
#, c-format
msgid "[Info] n/q pressed\n"
msgstr ""
#: vobcopy.c:1493
#, c-format
msgid "[Error] Please choose [y] to continue or [n] to quit\n"
msgstr ""
#: vobcopy.c:1518
#, c-format
msgid ""
"\n"
"[Info] Your-name for the dvd: %s\n"
msgstr ""
#: vobcopy.c:1534
#, c-format
msgid "[Info] Free space for -o dir: %.0f\n"
msgstr ""
#: vobcopy.c:1563
#, c-format
msgid "[Info] Free space for -%i dir: %.0f\n"
msgstr ""
#: vobcopy.c:1579
#, c-format
msgid "[Info] Taken max_filesize_in_blocks(2GB version): %.0f\n"
msgstr ""
#: vobcopy.c:1587
#, c-format
msgid "[Info] Taken max_filesize_in_blocks(lfs version): %.0f\n"
msgstr ""
#: vobcopy.c:1627
#, c-format
msgid ""
"\n"
"[Hint] please choose [o]verwrite or [q]uit the next time ;-)\n"
msgstr ""
#: vobcopy.c:1643
#, c-format
msgid "[Error] Seems your platter is full...\n"
msgstr ""
#: vobcopy.c:1646
#, c-format
msgid ""
"\n"
"[Error] File '%s' already exists, [o]verwrite, [a]ppend, [q]uit? \n"
msgstr ""
#: vobcopy.c:1683
#, c-format
msgid "[Info] User chose append\n"
msgstr ""
#: vobcopy.c:1694
#, c-format
msgid ""
"\n"
"[Hint] Please choose [o]verwrite, [a]ppend, [q]uit the next time ;-)\n"
msgstr ""
#: vobcopy.c:1746
#, c-format
msgid ""
"\n"
"[Error] Write() error\n"
msgstr ""
#: vobcopy.c:1762
#, c-format
msgid "%4.0fMB of %4.0fMB written (%.0f %%)\r"
msgstr ""
#: vobcopy.c:1778
#, c-format
msgid "%4.0fMB of %4.0fMB written ( 100.0 %%)\r"
msgstr ""
#: vobcopy.c:1786
#, c-format
msgid "[Info] max_filesize_in_blocks %8.0f \n"
msgstr ""
#: vobcopy.c:1787
#, c-format
msgid "[Info] offset at the end %8.0f \n"
msgstr ""
#: vobcopy.c:1788
#, c-format
msgid "[Info] file_size_in_blocks %8.0f \n"
msgstr ""
#: vobcopy.c:1803
#, c-format
msgid ""
"\n"
"[Error] File size (%.0f) of %s differs largely from that on dvd, therefore "
"keeps it's .partial\n"
msgstr ""
#: vobcopy.c:1827
#, c-format
msgid "[Info] Single file size (of copied file %s ) %.0f\n"
msgstr ""
#: vobcopy.c:1828
#, c-format
msgid "[Info] Cumulated size %.0f\n"
msgstr ""
#: vobcopy.c:1832
#, c-format
msgid "[Info] Successfully copied file %s\n"
msgstr ""
#: vobcopy.c:1839
#, c-format
msgid "[Info] # of separate files: %i\n"
msgstr ""
#: vobcopy.c:1849
#, c-format
msgid ""
"\n"
"[Info] Copying finished! Let's see if the sizes match (roughly)\n"
msgstr ""
#: vobcopy.c:1850
#, c-format
msgid "[Info] Combined size of title-vobs: %.0f (%.0f MB)\n"
msgstr ""
#: vobcopy.c:1851
#, c-format
msgid "[Info] Copied size (size on disk): %.0f (%.0f MB)\n"
msgstr ""
#: vobcopy.c:1855
#, c-format
msgid "[Error] Hmm, the sizes differ by more than %d\n"
msgstr ""
#: vobcopy.c:1856
#, c-format
msgid "[Hint] Take a look with MPlayer if the output is ok\n"
msgstr ""
#: vobcopy.c:1860
#, c-format
msgid "[Info] Everything seems to be fine, the sizes match pretty good ;-)\n"
msgstr ""
#: vobcopy.c:1861
#, c-format
msgid "[Hint] Have a lot of fun!\n"
msgstr ""
#: vobcopy.c:1910 vobcopy.c:1954
#, c-format
msgid "[Info] Used the linux statfs\n"
msgstr ""
#: vobcopy.c:1914 vobcopy.c:1958
#, c-format
msgid "[Info] Used statvfs\n"
msgstr ""
#: vobcopy.c:1928
#, c-format
msgid "[Info] In freespace_getter:for %s : %.0f free\n"
msgstr ""
#: vobcopy.c:1929
#, c-format
msgid "[Info] In freespace_getter:bavail %ld * bsize %ld = above\n"
msgstr ""
#: vobcopy.c:1972
#, c-format
msgid "[Info] In usedspace_getter:for %s : %.0f used\n"
msgstr ""
#: vobcopy.c:1973
#, c-format
msgid "[Info] In usedspace_getter:part1 %ld, part2 %ld\n"
msgstr ""
#: vobcopy.c:2012
#, c-format
msgid ""
"\n"
"[Info] Outputting to %s"
msgstr ""
#: vobcopy.c:2044
#, c-format
msgid "[-l (large-file support for files > 2GB)] \n"
msgstr ""
#: vobcopy.c:2075
#, c-format
msgid "[Error] Could not remove old filename: %s \n"
msgstr ""
#: vobcopy.c:2076
#, c-format
msgid "[Hint] This: %s is a hardlink to %s. Dunno what to do... \n"
msgstr ""
#: vobcopy.c:2085
#, c-format
msgid "[Error] File %s already exists! Gonna name the new one %s.dupe \n"
msgstr ""
#: vobcopy.c:2117
#, c-format
msgid "[Error] The directory %s already exists!\n"
msgstr ""
#: vobcopy.c:2118
#, c-format
msgid "[Hint] You can either [c]ontinue writing to it or you can [q]uit: "
msgstr ""
#: vobcopy.c:2136
#, c-format
msgid ""
"\n"
"[Hint] please choose [c]ontinue or [q]uit the next time ;-)\n"
msgstr ""
#: vobcopy.c:2143
#, c-format
msgid ""
"[Error] Creating of directory %s\n"
" failed! \n"
msgstr ""
#: vobcopy.c:2168
#, c-format
msgid ""
"\n"
"[Info] Timer expired - shooting myself in the head.\n"
msgstr ""
#: vobcopy.c:2174
#, c-format
msgid ""
"\n"
"[Info] Terminate signal received, exiting.\n"
msgstr ""