forked from gphoto/libgphoto2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.po
11644 lines (9192 loc) · 322 KB
/
de.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
# German Translation of libgphoto2.
# Copyright © 2000-2002 Scott Fritzinger <[email protected]> et al.
#
# [Please leave these here: öäüßÖÄÜ]
#
# Lutz Müller <[email protected]>, 2000.
# Colin Marquardt <[email protected]>, 2001, 2002.
# Marcus Meissner <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 2009. 2010, 2011, 2012, 2013, 2014.
# Christian Kirbach <[email protected]>, 2015.
msgid ""
msgstr ""
"Project-Id-Version: libgphoto2 master\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2014-12-21 20:12+0100\n"
"PO-Revision-Date: 2015-10-03 23:37+0200\n"
"Last-Translator: Christian Kirbach <[email protected]>\n"
"Language-Team: gnome-de <[email protected]>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
#: camlibs/adc65/adc65.c:242
msgid ""
"Adc65\n"
"Benjamin Moos <[email protected]>"
msgstr ""
"Adc65\n"
"Benjamin Moos <[email protected]>"
#: camlibs/agfa-cl20/agfa_cl20.c:528
#, c-format
msgid ""
"Camera appears to not be using CompactFlash storage\n"
"Unfortunately we do not support that at the moment :-(\n"
msgstr ""
"Kamera scheint keinen CompactFlash Speicher zu benutzen.\n"
"Dies wird derzeit noch nicht unterstützt.\n"
#: camlibs/agfa-cl20/agfa_cl20.c:531
#, c-format
msgid "Camera has taken %d pictures, and is using CompactFlash storage.\n"
msgstr "Kamera hat %d Bilder aufgenommen und benutzt CompactFlash Speicher.\n"
#: camlibs/agfa-cl20/agfa_cl20.c:539
msgid ""
"agfa_cl20\n"
"The Agfa CL20 Linux Driver People!\n"
" Email us at [email protected] \n"
" Visit us at http://cl20.poeml.de "
msgstr ""
"agfa_cl20\n"
"Die Agfa CL20 Linux Treiber Schreiber!\n"
"****Email an [email protected]***\n"
"*Besuchen Sie uns auf http://cl20.poeml.de/*"
#: camlibs/aox/library.c:109
#, c-format
msgid ""
"Your USB camera has an Aox chipset.\n"
"Number of lo-res PICs = %i\n"
"Number of hi-res PICs = %i\n"
"Number of PICs = %i\n"
msgstr ""
"Ihre USB Kamera hat einen Aox Chipsatz.\n"
"Anzahl kleiner Bilder = %i\n"
"Anzahl großer Bilder = %i\n"
"Anzahl Bilder = %i\n"
#: camlibs/aox/library.c:122
msgid ""
"Aox generic driver\n"
"Theodore Kilgore <[email protected]>\n"
msgstr ""
"Generischer Aox Treiber\n"
"Theodore Kilgore <[email protected]>\n"
#: camlibs/ax203/library.c:99
#, c-format
msgid "Your USB picture frame has a AX203 chipset\n"
msgstr "Der USB-Bilderrahmen hat einen AX203 Chipsatz.\n"
#: camlibs/ax203/library.c:108
msgid ""
"AX203 based picture frames come with a variety of resolutions.\n"
"The gphoto driver for these devices allows you to download,\n"
"upload and delete pictures from the picture frame."
msgstr ""
#: camlibs/ax203/library.c:121
msgid ""
"AX203 USB picture frame driver\n"
"Hans de Goede <[email protected]>\n"
"This driver allows you to download, upload and delete pictures\n"
"from the picture frame."
msgstr ""
#: camlibs/ax203/library.c:443 camlibs/st2205/library.c:542
msgid "Picture Frame Configuration"
msgstr "Konfiguration des Bilderrahmens"
#: camlibs/ax203/library.c:446 camlibs/ax203/library.c:462 camlibs/st2205/library.c:545
#: camlibs/st2205/library.c:569
msgid "Synchronize frame data and time with PC"
msgstr "Synchronisiere Datum und Zeit des Rahmens mit dem PC"
#: camlibs/barbie/barbie.c:360
#, c-format
msgid ""
"Number of pictures: %i\n"
"Firmware Version: %s"
msgstr ""
"Anzahl der Bilder: %i\n"
"Firmware-Version: %s"
#: camlibs/barbie/barbie.c:368
msgid ""
"Barbie/HotWheels/WWF\n"
"Scott Fritzinger <[email protected]>\n"
"Andreas Meyer <[email protected]>\n"
"Pete Zaitcev <[email protected]>\n"
"\n"
"Reverse engineering of image data by:\n"
"Jeff Laing <[email protected]>\n"
"\n"
"Implemented using documents found on\n"
"the web. Permission given by Vision."
msgstr ""
"Barbie/HotWheels/WWF\n"
"Scott Fritzinger <[email protected]>\n"
"Andreas Meyer <[email protected]>\n"
"Pete Zaitcev <[email protected]>\n"
"\n"
"Rückentwicklung der Bilddaten von\n"
"Jeff Laing <[email protected]>\n"
"\n"
"Implementiert mit Hilfe von Dokumenten\n"
"aus dem Web. Mit Erlaubnis von Vision."
#: camlibs/canon/canon.c:642
#, c-format
msgid "Could not create directory %s."
msgstr "Konnte Ordner »%s« nicht anlegen."
#: camlibs/canon/canon.c:645
#, c-format
msgid "Could not remove directory %s."
msgstr "Konnte Ordner »%s« nicht löschen."
#: camlibs/canon/canon.c:1208 camlibs/canon/canon.c:1586 camlibs/canon/usb.c:561
msgid "lock keys failed."
msgstr "könnte Tasten nicht sperren."
#: camlibs/canon/canon.c:1304 camlibs/canon/canon.c:1305
msgid "*UNKNOWN*"
msgstr "*UNBEKANNT*"
#: camlibs/canon/canon.c:1487
#, c-format
msgid "canon_int_capture_image: initial canon_usb_list_all_dirs() failed with status %li"
msgstr "canon_int_capture_image: erste canon_usb_list_all_dirs() fehlgeschlagen mit status %li"
#: camlibs/canon/canon.c:1619
#, c-format
msgid "canon_int_capture_image: final canon_usb_list_all_dirs() failed with status %i"
msgstr "canon_int_capture_image: finalletzte canon_usb_list_all_dirs() fehlgeschlagen mit status %i"
#: camlibs/canon/canon.c:2551
#, c-format
msgid "Name '%s' (%li characters) too long, maximum 30 characters are allowed."
msgstr "Name »%s« (%li Zeichen) ist zu lang, maximal 30 Zeichen erlaubt."
#: camlibs/canon/canon.c:2967
#, c-format
msgid "Lower case letters in %s not allowed."
msgstr "Kleingeschriebene Buchstaben sind in %s nicht erlaubt."
#: camlibs/canon/canon.c:3147
#, c-format
msgid "canon_int_list_directory: ERROR: initial message too short (%i < minimum %i)"
msgstr "canon_int_list_directory: ERROR: erste Meldung zu kurz (%i < minimum %i)"
#: camlibs/canon/canon.c:3169
msgid "canon_int_list_directory: Reached end of packet while examining the first dirent"
msgstr "canon_int_list_directory: Ende des Pakets erreicht als erstes Ordnerelement untersucht wurde"
#: camlibs/canon/canon.c:3254
msgid "canon_int_list_directory: truncated directory entry encountered"
msgstr "canon_int_list_directory: verkürzte Ordnerelemente gefunden"
#: camlibs/canon/canon.c:3613
msgid "File protected."
msgstr "Datei geschützt."
#: camlibs/canon/canon.c:3714
#, c-format
msgid "canon_int_get_info_func: ERROR: initial message too short (%i < minimum %i)"
msgstr "canon_int_get_info_func: ERROR: erste Meldung zu kurz (%i < minimum %i)"
#: camlibs/canon/canon.c:4018
msgid "Could not extract JPEG thumbnail from data: No beginning/end"
msgstr "Könnte JPEG Vorschaubild von Daten nicht ausziehen: keine Anfang/Ende"
#: camlibs/canon/canon.c:4107
msgid "Could not extract JPEG thumbnail from data: Data is not JFIF"
msgstr "Könnte JPEG Vorschaubild von Daten nicht ausziehen: Daten sind nicht JFIF"
#: camlibs/canon/canon.h:156 camlibs/canon/canon.h:170
#, c-format
msgid "NULL parameter \"%s\" in %s line %i"
msgstr "NULL Parameter \"%s\" in %s, Zeile %i"
#: camlibs/canon/canon.h:638
#, c-format
msgid "Don't know how to handle camera->port->type value %i aka 0x%x in %s line %i."
msgstr "Kann den Porttypen %i aka 0x%x in %s Zeile %i nicht behandeln."
#: camlibs/canon/crc.c:234
#, c-format
msgid "FATAL ERROR: initial CRC value for length %d unknown\n"
msgstr "Fataler Fehler: Initialier CRC Wert für Länge %d unbekannt.\n"
#: camlibs/canon/crc.c:247
#, c-format
msgid "unable to guess initial CRC value\n"
msgstr "Kann initialien CRC Wert nicht raten.\n"
#: camlibs/canon/crc.c:274
#, c-format
msgid "warning: CRC not checked (add len %d, value 0x%04x) #########################\n"
msgstr "Warnung: CRC nicht verglichen (Länge %d, Wert 0x%04x) ##########################\n"
#: camlibs/canon/library.c:97 camlibs/canon/library.c:1616
msgid "Compatibility Mode"
msgstr "Kompatibilitätsmodus"
#: camlibs/canon/library.c:98
msgid "Thumbnail"
msgstr "Vorschau"
#: camlibs/canon/library.c:99
msgid "Full Image"
msgstr "Vollbild"
# Langzeitbelichtung?
#: camlibs/canon/library.c:123 camlibs/canon/library.c:266 camlibs/ptp2/config.c:1749 camlibs/ptp2/config.c:1760
#: camlibs/ptp2/ptp.c:5341
msgid "Bulb"
msgstr "Langzeitbelichtung"
#: camlibs/canon/library.c:216
msgid "Auto focus: one-shot"
msgstr "Autofokus: einmal"
#: camlibs/canon/library.c:217
msgid "Auto focus: AI servo"
msgstr "Autofokus: kontinuierlich"
#: camlibs/canon/library.c:218
msgid "Auto focus: AI focus"
msgstr "Autofokus: AI Fokus"
#: camlibs/canon/library.c:219
msgid "Manual focus"
msgstr "Manueller Fokus"
#: camlibs/canon/library.c:224
msgid "Beep off"
msgstr "Ton aus"
#: camlibs/canon/library.c:225
msgid "Beep on"
msgstr "Ton an"
#: camlibs/canon/library.c:230 camlibs/canon/library.c:281 camlibs/ptp2/config.c:3197 camlibs/ptp2/config.c:4653
#: camlibs/ptp2/ptp.c:4953
msgid "Flash off"
msgstr "Blitz aus"
#: camlibs/canon/library.c:231
msgid "Flash on"
msgstr "Blitz an"
#: camlibs/canon/library.c:232
msgid "Flash auto"
msgstr "Blitz automatisch"
#: camlibs/canon/library.c:259
msgid "AUTO"
msgstr "AUTO"
#: camlibs/canon/library.c:260 camlibs/ptp2/config.c:1756 camlibs/ptp2/ptp.c:5335
msgid "P"
msgstr "P"
#: camlibs/canon/library.c:261 camlibs/ptp2/ptp.c:5336
msgid "Tv"
msgstr "Tv"
#: camlibs/canon/library.c:262 camlibs/ptp2/ptp.c:5337
msgid "Av"
msgstr "Av"
#: camlibs/canon/library.c:263 camlibs/ptp2/ptp.c:5338
msgid "M"
msgstr "M"
#: camlibs/canon/library.c:264
msgid "A-DEP"
msgstr "A-DEP"
#: camlibs/canon/library.c:265
msgid "M-DEP"
msgstr "M-DEP"
#: camlibs/canon/library.c:267
msgid "Manual 2"
msgstr "Manuell 2"
#: camlibs/canon/library.c:268
msgid "Far scene"
msgstr "Entfernte Szene"
#: camlibs/canon/library.c:269
msgid "Fast shutter"
msgstr "Schnelle Belichtung"
#: camlibs/canon/library.c:270
msgid "Slow shutter"
msgstr "Langsame Belichtung"
#: camlibs/canon/library.c:271
msgid "Night scene"
msgstr "Nachtlandschaft"
#: camlibs/canon/library.c:272
msgid "Gray scale"
msgstr "Graustufen"
#: camlibs/canon/library.c:273 camlibs/konica/qm150.c:998 camlibs/konica/qm150.c:1014 camlibs/ptp2/config.c:3222
#: camlibs/ptp2/config.c:4013 camlibs/ptp2/ptp.c:5351 camlibs/ptp2/ptp.c:5486 camlibs/ricoh/library.c:331
#: camlibs/sierra/olympus-desc.c:482 camlibs/sierra/sierra.c:995 camlibs/sierra/sierra.c:1004
#: camlibs/sierra/sierra.c:1310
msgid "Sepia"
msgstr "Sepia"
#: camlibs/canon/library.c:274 camlibs/ptp2/config.c:1768 camlibs/ptp2/config.c:1932 camlibs/ptp2/config.c:2789
#: camlibs/ptp2/config.c:2791 camlibs/ptp2/config.c:2829 camlibs/ptp2/config.c:2997 camlibs/ptp2/config.c:3016
#: camlibs/ptp2/config.c:3820 camlibs/ptp2/ptp.c:4967 camlibs/ptp2/ptp.c:5166 camlibs/ptp2/ptp.c:5352
#: camlibs/st2205/library.c:515 camlibs/st2205/library.c:528
msgid "Portrait"
msgstr "Portrait"
#: camlibs/canon/library.c:275 camlibs/ptp2/config.c:1920 camlibs/ptp2/config.c:3190
#: camlibs/sierra/nikon-desc.c:492 camlibs/sierra/olympus-desc.c:775 camlibs/sierra/olympus-desc.c:791
msgid "Spot"
msgstr "Punkt"
#: camlibs/canon/library.c:276 camlibs/kodak/dc210/dc210.c:223 camlibs/kodak/dc210/dc210.c:237
#: camlibs/konica/qm150.c:1019 camlibs/ptp2/config.c:2793 camlibs/ptp2/config.c:2807 camlibs/ptp2/config.c:2999
#: camlibs/ptp2/config.c:3018 camlibs/ptp2/ptp.c:4969 camlibs/ptp2/ptp.c:5354 camlibs/ricoh/library.c:499
#: camlibs/sierra/epson-desc.c:218 camlibs/sierra/nikon-desc.c:324 camlibs/sierra/olympus-desc.c:637
#: camlibs/sierra/sierra.c:1115 camlibs/sierra/sierra.c:1120 camlibs/sierra/sierra.c:1391
#: camlibs/sierra/sierra.c:1587 camlibs/sierra/sierra.c:1590 camlibs/sierra/sierra.c:1803
msgid "Macro"
msgstr "Makro"
#: camlibs/canon/library.c:277
msgid "BW"
msgstr "S/W"
#: camlibs/canon/library.c:278
msgid "PanFocus"
msgstr "Pan Fokus"
#: camlibs/canon/library.c:279 camlibs/ptp2/config.c:3816 camlibs/ptp2/config.c:4010 camlibs/ptp2/ptp.c:5162
#: camlibs/ptp2/ptp.c:5483
msgid "Vivid"
msgstr "Lebhaft"
#: camlibs/canon/library.c:280 camlibs/ptp2/config.c:1934 camlibs/ptp2/config.c:4011 camlibs/ptp2/ptp.c:5357
#: camlibs/ptp2/ptp.c:5484
msgid "Neutral"
msgstr "Neutral"
#: camlibs/canon/library.c:282
msgid "Long shutter"
msgstr "Lange Auslösung "
#: camlibs/canon/library.c:283
msgid "Super macro"
msgstr "Super Macro"
#: camlibs/canon/library.c:284
msgid "Foliage"
msgstr "Gebüsch"
#: camlibs/canon/library.c:285
msgid "Indoor"
msgstr "Innenraum"
#: camlibs/canon/library.c:286
msgid "Fireworks"
msgstr "Feuerwerk"
#: camlibs/canon/library.c:287
msgid "Beach"
msgstr "Strand"
#: camlibs/canon/library.c:288
msgid "Underwater"
msgstr "Unterwasser"
#: camlibs/canon/library.c:289
msgid "Snow"
msgstr "Schnee"
#: camlibs/canon/library.c:290
msgid "Kids and pets"
msgstr "Kinder und Tiere"
#: camlibs/canon/library.c:291
msgid "Night snapshot"
msgstr "Nachtschnapschuss"
#: camlibs/canon/library.c:292
msgid "Digital macro"
msgstr "Digital Macro"
#: camlibs/canon/library.c:293
msgid "MyColors"
msgstr "MyColors"
#: camlibs/canon/library.c:294
msgid "Photo in movie"
msgstr "Foto im Film"
#: camlibs/canon/library.c:300 camlibs/ptp2/config.c:1431 camlibs/ptp2/config.c:2226 camlibs/ptp2/config.c:4467
#: camlibs/ptp2/ptp.c:4928
msgid "RAW"
msgstr "RAW"
#: camlibs/canon/library.c:302
msgid "RAW 2"
msgstr "RAW 2"
#: camlibs/canon/library.c:304 camlibs/ptp2/config.c:2234
msgid "Small Normal JPEG"
msgstr "Small Normal JPEG"
#: camlibs/canon/library.c:306 camlibs/ptp2/config.c:2233
msgid "Small Fine JPEG"
msgstr "Small Fine JPEG"
#: camlibs/canon/library.c:308 camlibs/ptp2/config.c:2232
msgid "Medium Normal JPEG"
msgstr "Medium Normal JPEG"
#: camlibs/canon/library.c:310 camlibs/ptp2/config.c:2231
msgid "Medium Fine JPEG"
msgstr "Medium Fine JPEG"
#: camlibs/canon/library.c:312 camlibs/ptp2/config.c:2230
msgid "Large Normal JPEG"
msgstr "Large Normal JPEG"
#: camlibs/canon/library.c:314 camlibs/ptp2/config.c:2229
msgid "Large Fine JPEG"
msgstr "Large Fine JPEG"
#: camlibs/canon/library.c:316 camlibs/ptp2/config.c:2257
msgid "RAW + Small Normal JPEG"
msgstr "RAW + Small Normal JPEG"
#: camlibs/canon/library.c:318 camlibs/ptp2/config.c:2245
msgid "RAW + Small Fine JPEG"
msgstr "RAW + Small Fine JPEG"
#: camlibs/canon/library.c:320 camlibs/ptp2/config.c:2254
msgid "RAW + Medium Normal JPEG"
msgstr "RAW + Medium Normal JPEG"
#: camlibs/canon/library.c:322 camlibs/ptp2/config.c:2242
msgid "RAW + Medium Fine JPEG"
msgstr "RAW + Medium Fine JPEG"
#: camlibs/canon/library.c:324 camlibs/ptp2/config.c:2251
msgid "RAW + Large Normal JPEG"
msgstr "RAW + Large Normal JPEG"
#: camlibs/canon/library.c:326 camlibs/ptp2/config.c:2239
msgid "RAW + Large Fine JPEG"
msgstr "RAW + Large Fine JPEG"
#: camlibs/canon/library.c:368
msgid ""
"This is the driver for Canon PowerShot, Digital IXUS, IXY Digital,\n"
" and EOS Digital cameras in their native (sometimes called \"normal\")\n"
" mode. It also supports a small number of Canon digital camcorders\n"
" with still image capability.\n"
"It includes code for communicating over a serial port or USB connection,\n"
" but not (yet) over IEEE 1394 (Firewire).\n"
"It is designed to work with over 70 models as old as the PowerShot A5\n"
" and Pro70 of 1998 and as new as the PowerShot A510 and EOS 350D of\n"
" 2005.\n"
"It has not been verified against the EOS 1D or EOS 1Ds.\n"
"For the A50, using 115200 bps may effectively be slower than using 57600\n"
"If you experience a lot of serial transmission errors, try to have your\n"
" computer as idle as possible (i.e. no disk activity)\n"
msgstr ""
"Dies ist der Treiber für Canon PowerShot, Digital IXUS, IXY Digital,\n"
"und EOS Digtial Kameras in ihrem nativem Modus (manchmal auch als \"normal\" bezeichnet)\n"
"Es unterstützt auch eine kleine Anzahl von digitalen Canon Kamerarekordern mit Fotofähigkeiten.\n"
"Es beinhaltet Programmcode zur Kommunikation über serielle Ports oder USB Verbindungen,\n"
"und später evt über IEEE 1394 (FireWire).\n"
"Der Treiber arbeitet mit über 70 Modellen bis hin zur PowerShot A5\n"
"und Pro70 (1998) und bis hin zur PowerShot A510 und EOS 350D von 2005.\n"
"Es wurde nicht mit der EOS 1D oder EOS 1Ds getestet.\n"
"Für die A50, benutzen von 115200 bps kann evt. schneller sein als 57600.\n"
"Wenn viele serielle Transmissionsfehler auftreten, probieren sie den Rechner so idle wie möglich zu haben (z.B. "
"keine Plattenaktivität)\n"
#: camlibs/canon/library.c:497
#, c-format
msgid "Camera unavailable: %s"
msgstr "Kamera nicht verfügbar: %s"
#: camlibs/canon/library.c:517
msgid "Switching Camera Off"
msgstr "Schalte Kamera aus"
#: camlibs/canon/library.c:587 camlibs/canon/library.c:621
msgid "Error capturing image"
msgstr "Fehler beim Aufnehmen des Bildes"
#: camlibs/canon/library.c:677 camlibs/canon/library.c:1110
#, c-format
msgid "Could not get disk name: %s"
msgstr "Konnte Plattennamen nicht holen: %s"
#: camlibs/canon/library.c:678 camlibs/canon/library.c:1111
msgid "No reason available"
msgstr "Kein Grund verfügbar"
#: camlibs/canon/library.c:685
#, c-format
msgid "Could not get disk info: %s"
msgstr "Konnte Platteninfo nicht holen: %s"
#: camlibs/canon/library.c:754
#, c-format
msgid "Internal error #1 in get_file_func() (%s line %i)"
msgstr "Interne Fehler nr.1 in get_file_func() (%s Zeile %i)"
#: camlibs/canon/library.c:777
#, c-format
msgid "No audio file could be found for %s"
msgstr "Keine Tondatei für »%s« konnte gefunden werden."
#: camlibs/canon/library.c:1033
#, c-format
msgid ""
" Drive %s\n"
" %11s bytes total\n"
" %11s bytes available"
msgstr ""
" Laufwerk %s\n"
" %11s bytes gesamt\n"
" %11s bytes verfügbar"
#: camlibs/canon/library.c:1041 camlibs/canon/library.c:1047 camlibs/canon/library.c:1948
#: camlibs/canon/library.c:1954
msgid "AC adapter"
msgstr "Netzadapter "
#: camlibs/canon/library.c:1041 camlibs/canon/library.c:1047 camlibs/canon/library.c:1948
#: camlibs/canon/library.c:1954
msgid "on battery"
msgstr "mit Batterie "
#: camlibs/canon/library.c:1043 camlibs/canon/library.c:1950
msgid "power OK"
msgstr "Energieversorgung OK"
#: camlibs/canon/library.c:1043 camlibs/canon/library.c:1950
msgid "power bad"
msgstr "Energieversorgung nicht OK"
#: camlibs/canon/library.c:1051
#, c-format
msgid "not available: %s"
msgstr "nicht verfügbar: %s"
#: camlibs/canon/library.c:1077
#, c-format
msgid "%s (host time %s%i seconds)"
msgstr "%s (Zeit am PC %s%i Sekunden)"
#: camlibs/canon/library.c:1087
#, c-format
msgid ""
"\n"
"Camera identification:\n"
" Model: %s\n"
" Owner: %s\n"
"\n"
"Power status: %s\n"
"\n"
"Flash disk information:\n"
"%s\n"
"\n"
"Time: %s\n"
msgstr ""
"\n"
"Kameraidentifizierung:\n"
" Modell: %s\n"
" Eigentümer: %s\n"
"\n"
"Energiestatus: %s\n"
"\n"
"Flash Disk-Information:\n"
"%s\n"
"\n"
"Zeit: %s\n"
#: camlibs/canon/library.c:1145
msgid ""
"Canon PowerShot series driver by\n"
" Wolfgang G. Reissnegger,\n"
" Werner Almesberger,\n"
" Edouard Lafargue,\n"
" Philippe Marzouk,\n"
"A5 additions by Ole W. Saastad\n"
"Additional enhancements by\n"
" Holger Klemm\n"
" Stephen H. Westin"
msgstr ""
"Canon PowerShot-Treiber von \n"
"Wolfgang G. Reissnegger,\n"
"Werner Almesberger,\n"
"Edouard Lafargue,\n"
"Philippe Marzouk,\n"
"A5-Zusätze von Ole W. Saastad\n"
"Weitere Verbesserungen von:Holger Klemm\n"
"Stephen H. Westin"
#: camlibs/canon/library.c:1189
msgid "Error deleting file"
msgstr "Fehler beim Löschen der Datei"
#: camlibs/canon/library.c:1205
msgid "Error deleting associated thumbnail file"
msgstr "Fehler beim Löschen des zugehörigen Vorschaubildes"
#: camlibs/canon/library.c:1339 camlibs/canon/library.c:1472
msgid "Speeds greater than 57600 are not supported for uploading to this camera"
msgstr "Raten über 57600 sind mit dieser Kamera nicht für das Hochladen unterstützt"
#: camlibs/canon/library.c:1356 camlibs/canon/library.c:1490
msgid "Could not get flash drive letter"
msgstr "Konnte keinen Laufwerksbuchstaben für das Flash-Laufwerk bekommen"
#: camlibs/canon/library.c:1398 camlibs/canon/library.c:1513
msgid ""
"Could not upload, no free folder name available!\n"
"999CANON folder name exists and has an AUT_9999.JPG picture in it."
msgstr ""
"Kann nicht Hochladen, kein freier Ordnername verfügbar!\n"
"Der Ordnername 999CANON existiert und enthält eine Datei namens AUT_9999.JPG."
#: camlibs/canon/library.c:1420 camlibs/canon/library.c:1533
msgid "Could not create \\DCIM directory."
msgstr "Konnte Ordner \\DCIM nicht anlegen."
#: camlibs/canon/library.c:1426 camlibs/canon/library.c:1539
msgid "Could not create destination directory."
msgstr "Konnte Zielverzeichnis nicht anlegen."
#: camlibs/canon/library.c:1586 camlibs/ptp2/config.c:6685 camlibs/ptp2/config.c:6974
msgid "Camera and Driver Configuration"
msgstr "Kamera- und Treiber-Konfiguration"
#: camlibs/canon/library.c:1589 camlibs/ptp2/config.c:6640 camlibs/ptp2/config.c:6641 camlibs/ptp2/config.c:6642
#: camlibs/ptp2/config.c:6643 camlibs/ptp2/config.c:6644 camlibs/ptp2/config.c:6645
#: camlibs/sierra/epson-desc.c:282 camlibs/sierra/nikon-desc.c:695 camlibs/sierra/nikon-desc.c:706
#: camlibs/sierra/nikon-desc.c:717 camlibs/sierra/olympus-desc.c:1017 camlibs/sierra/olympus-desc.c:1116
#: camlibs/sierra/olympus-desc.c:1127 camlibs/sierra/olympus-desc.c:1140 camlibs/sierra/sierra.c:1185
#: camlibs/sierra/sierra.c:1647
msgid "Camera Settings"
msgstr "Kameraeinstellungen"
#: camlibs/canon/library.c:1593 camlibs/canon/library.c:1996 camlibs/ptp2/config.c:6314
#: camlibs/ptp2/config.c:6315
msgid "Owner Name"
msgstr "Eigentümername"
#: camlibs/canon/library.c:1599 camlibs/canon/library.c:2009
msgid "Capture Size Class"
msgstr "Aufnahme Grössen Klasse"
#: camlibs/canon/library.c:1638 camlibs/canon/library.c:2035 camlibs/ptp2/config.c:6351
#: camlibs/ptp2/config.c:6352 camlibs/ptp2/config.c:6353 camlibs/ptp2/config.c:6354 camlibs/ptp2/config.c:6355
#: camlibs/ptp2/config.c:6531 camlibs/ptp2/config.c:6535 camlibs/ptp2/ptp.c:4181
#: camlibs/sierra/olympus-desc.c:881 camlibs/sierra/olympus-desc.c:899
msgid "ISO Speed"
msgstr "ISO-Empfindlichkeit"
#: camlibs/canon/library.c:1657 camlibs/canon/library.c:1658 camlibs/canon/library.c:1684
#: camlibs/canon/library.c:1685 camlibs/canon/library.c:1711 camlibs/canon/library.c:1712
#: camlibs/canon/library.c:1751 camlibs/canon/library.c:1752 camlibs/canon/library.c:1778
#: camlibs/canon/library.c:1779 camlibs/canon/library.c:1809 camlibs/canon/library.c:1810
#: camlibs/canon/library.c:1837 camlibs/canon/library.c:1838 camlibs/canon/library.c:1865
#: camlibs/canon/library.c:1866 camlibs/canon/library.c:1893 camlibs/canon/library.c:1894
#: camlibs/ptp2/config.c:3851 camlibs/ptp2/config.c:4163 camlibs/ptp2/library.c:4312 camlibs/ptp2/library.c:4314
#: camlibs/ptp2/ptp.c:5112 camlibs/ptp2/ptp.c:5292 camlibs/ptp2/ptp.c:5382
msgid "Unknown"
msgstr "Unbekannt"
#: camlibs/canon/library.c:1665 camlibs/canon/library.c:2064
msgid "Shooting mode"
msgstr "Aufnahmemodus"
#: camlibs/canon/library.c:1692 camlibs/canon/library.c:2093 camlibs/ptp2/config.c:6445
#: camlibs/ptp2/config.c:6446 camlibs/ptp2/config.c:6449 camlibs/ptp2/config.c:6450 camlibs/ptp2/config.c:6451
#: camlibs/ptp2/ptp.c:4183 camlibs/ptp2/ptp.c:4773
msgid "Shutter Speed"
msgstr "Belichtungszeit"
#: camlibs/canon/library.c:1722 camlibs/canon/library.c:2266 camlibs/kodak/dc210/dc210.c:216
#: camlibs/kodak/dc210/dc210.c:375 camlibs/konica/qm150.c:1033 camlibs/ptp2/config.c:6379 camlibs/ptp2/ptp.c:4168
#: camlibs/ptp2/ptp.c:4194 camlibs/ricoh/library.c:500 camlibs/sierra/sierra.c:1160 camlibs/sierra/sierra.c:1420
msgid "Zoom"
msgstr "Zoom"
#: camlibs/canon/library.c:1732 camlibs/canon/library.c:2121 camlibs/canon/library.c:2282
#: camlibs/ptp2/config.c:6437 camlibs/ptp2/config.c:6438 camlibs/ptp2/config.c:6441 camlibs/ptp2/ptp.c:4182
#: camlibs/ptp2/ptp.c:4772 camlibs/sierra/sierra.c:962 camlibs/sierra/sierra.c:1283 camlibs/sierra/sierra.c:1498
#: camlibs/sierra/sierra.c:1739
msgid "Aperture"
msgstr "Blende"
#: camlibs/canon/library.c:1758 camlibs/canon/library.c:2148 camlibs/ptp2/config.c:6384
#: camlibs/ptp2/config.c:6385 camlibs/ptp2/config.c:6386 camlibs/ptp2/config.c:6387 camlibs/ptp2/config.c:6389
#: camlibs/ptp2/ptp.c:4184 camlibs/ptp2/ptp.c:4358 camlibs/sierra/nikon-desc.c:459
#: camlibs/sierra/nikon-desc.c:482 camlibs/sierra/olympus-desc.c:766
msgid "Exposure Compensation"
msgstr "Belichtungskorrektur"
#: camlibs/canon/library.c:1785 camlibs/canon/library.c:2177 camlibs/ptp2/config.c:6341
#: camlibs/ptp2/config.c:6342 camlibs/ptp2/config.c:6345
msgid "Image Format"
msgstr "Bild Format"
#: camlibs/canon/library.c:1817 camlibs/canon/library.c:2205 camlibs/ptp2/config.c:6415
#: camlibs/ptp2/config.c:6418 camlibs/ptp2/ptp.c:4110 camlibs/sierra/nikon-desc.c:331
#: camlibs/sierra/olympus-desc.c:644
msgid "Focus Mode"
msgstr "Fokusmodus"
#: camlibs/canon/library.c:1845 camlibs/canon/library.c:2311 camlibs/ptp2/config.c:6392
#: camlibs/ptp2/config.c:6393 camlibs/ptp2/ptp.c:4112 camlibs/ptp2/ptp.c:4163 camlibs/ptp2/ptp.c:4416
#: camlibs/ptp2/ptp.c:4626 camlibs/sierra/sierra.c:1022 camlibs/sierra/sierra.c:1323 camlibs/sierra/sierra.c:1532
#: camlibs/sierra/sierra.c:1763
msgid "Flash Mode"
msgstr "Blitzmodus"
#: camlibs/canon/library.c:1873 camlibs/canon/library.c:2234 camlibs/konica/library.c:668
#: camlibs/konica/library.c:883 camlibs/ptp2/ptp.c:4164
msgid "Beep"
msgstr "Ton"
#: camlibs/canon/library.c:1904 camlibs/ptp2/config.c:6638
msgid "Camera Actions"
msgstr "Kameraaktionen"
#: camlibs/canon/library.c:1908 camlibs/canon/library.c:2340 camlibs/ptp2/config.c:6232
#: camlibs/ptp2/config.c:6233
msgid "Synchronize camera date and time with PC"
msgstr "Kamera Datum und Zeit mit dem PC synchronisieren"
#: camlibs/canon/library.c:1915 camlibs/ptp2/config.c:6647
msgid "Camera Status Information"
msgstr "Statusinformationen der Kamera"
#: camlibs/canon/library.c:1919 camlibs/ptp2/config.c:6261 camlibs/ptp2/config.c:6265 camlibs/ptp2/config.c:6266
#: camlibs/ptp2/ptp.c:4202
msgid "Camera Model"
msgstr "Kameramodell"
#: camlibs/canon/library.c:1924 camlibs/konica/library.c:654 camlibs/konica/library.c:866
#: camlibs/konica/qm150.c:758 camlibs/polaroid/pdc700.c:1006 camlibs/polaroid/pdc700.c:1019
#: camlibs/polaroid/pdc700.c:1089
msgid "Date and Time"
msgstr "Datum und Zeit"
#: camlibs/canon/library.c:1932
msgid "Error"
msgstr "Fehler"
#: camlibs/canon/library.c:1936 camlibs/ptp2/config.c:6267 camlibs/ptp2/ptp.c:4201
msgid "Firmware Version"
msgstr "Firmware-Version"
#: camlibs/canon/library.c:1956
msgid "Power"
msgstr "Netzanschluss"
#: camlibs/canon/library.c:1964
msgid "Driver"
msgstr "Treiber"
#: camlibs/canon/library.c:1968 camlibs/canon/library.c:2354
msgid "List all files"
msgstr "Alle Dateien auflisten"
#: camlibs/canon/library.c:1974 camlibs/canon/library.c:2367
msgid "Keep filename on upload"
msgstr "Dateinamen beim Hochladen beibehalten"
#: camlibs/canon/library.c:2000 camlibs/canon/library.c:2039 camlibs/canon/library.c:2068
#: camlibs/canon/library.c:2097 camlibs/canon/library.c:2125 camlibs/canon/library.c:2153
#: camlibs/canon/library.c:2181 camlibs/canon/library.c:2209 camlibs/canon/library.c:2238
#: camlibs/canon/library.c:2271 camlibs/canon/library.c:2286 camlibs/canon/library.c:2315
#: camlibs/canon/library.c:2344
msgid "Camera unavailable"
msgstr "Kamera nicht verfügbar"
#: camlibs/canon/library.c:2003
msgid "Owner name changed"
msgstr "Eigentümername geändert"
#: camlibs/canon/library.c:2005
msgid "could not change owner name"
msgstr "Konnte Eigentümernamen nicht ändern"
#: camlibs/canon/library.c:2017
msgid "Capture size class changed"
msgstr "Aufnahmeart geändert"
#: camlibs/canon/library.c:2024
msgid "Invalid capture size class setting"
msgstr "Ungültige Aufnahmeart"
#: camlibs/canon/library.c:2053
msgid "Invalid ISO speed setting"
msgstr "Ungültige ISO-Empfindlichkeit"
#: camlibs/canon/library.c:2056
msgid "ISO speed changed"
msgstr "ISO-Empfindlichkeit geändert"
#: camlibs/canon/library.c:2058
msgid "Could not change ISO speed"
msgstr "ISO-Empfindlichkeit konnte nicht geändert werden"
#: camlibs/canon/library.c:2082
msgid "Invalid shooting mode setting"
msgstr "Ungültiger Aufnahmemodus"
#: camlibs/canon/library.c:2085
msgid "Shooting mode changed"
msgstr "Aufnahmemodus geändert"
#: camlibs/canon/library.c:2087
msgid "Could not change shooting mode"
msgstr "Konnte Aufnahmemodus nicht ändern"
#: camlibs/canon/library.c:2111
msgid "Invalid shutter speed setting"
msgstr "Ungültige Belichtungszeit"
#: camlibs/canon/library.c:2114
msgid "Shutter speed changed"
msgstr "Belichtungszeit geändert"
#: camlibs/canon/library.c:2116
msgid "Could not change shutter speed"
msgstr "Konnte Belichtungszeit nicht ändern"
#: camlibs/canon/library.c:2139 camlibs/canon/library.c:2300
msgid "Invalid aperture setting"
msgstr "Ungültige Blende"
#: camlibs/canon/library.c:2142 camlibs/canon/library.c:2303
msgid "Aperture changed"
msgstr "Blende geändert"
#: camlibs/canon/library.c:2144 camlibs/canon/library.c:2305
msgid "Could not change aperture"
msgstr "Konnte Blende nicht ändern"
#: camlibs/canon/library.c:2167
msgid "Invalid exposure compensation setting"
msgstr "Ungültige Belichtungskorrektur"
#: camlibs/canon/library.c:2170
msgid "Exposure compensation changed"
msgstr "Belichtungskorrektur geändert"
#: camlibs/canon/library.c:2172
msgid "Could not change exposure compensation"
msgstr "Konnte Belichtungskorrektur nicht ändern"
#: camlibs/canon/library.c:2194
msgid "Invalid image format setting"
msgstr "Ungültiges Bildformat"
#: camlibs/canon/library.c:2198
msgid "Image format changed"
msgstr "Bildformat geändert"
#: camlibs/canon/library.c:2200
msgid "Could not change image format"
msgstr "Konnte Bildformat nicht ändern"
#: camlibs/canon/library.c:2223
msgid "Invalid focus mode setting"
msgstr "Ungültiger Fokusmodus"
#: camlibs/canon/library.c:2226
msgid "Focus mode changed"
msgstr "Fokusmodus geändert"
#: camlibs/canon/library.c:2228
msgid "Could not change focus mode"
msgstr "Konnte Fokusmodus nicht ändern"
#: camlibs/canon/library.c:2252
msgid "Invalid beep mode setting"
msgstr "Ungültiger Tonmodus"
#: camlibs/canon/library.c:2255
msgid "Beep mode changed"
msgstr "Tonmodus geändert"
#: camlibs/canon/library.c:2257
msgid "Could not change beep mode"
msgstr "Konnte Tonmodus nicht ändern"
#: camlibs/canon/library.c:2274
msgid "Zoom level changed"
msgstr "Zoomwert geändert"
#: camlibs/canon/library.c:2276
msgid "Could not change zoom level"
msgstr "Konnte Zoom nicht ändern"
#: camlibs/canon/library.c:2329
msgid "Invalid flash mode setting"
msgstr "Ungültiger Blitzmodus"
#: camlibs/canon/library.c:2332
msgid "Flash mode changed"
msgstr "Blitzmodus geändert"
#: camlibs/canon/library.c:2334
msgid "Could not change flash mode"
msgstr "Konnte Blitzmodus nicht ändern"
#: camlibs/canon/library.c:2347
msgid "time set"
msgstr "Zeit gesetzt"
#: camlibs/canon/library.c:2349
msgid "could not set time"
msgstr "konnte Zeit nicht setzen"
#: camlibs/canon/library.c:2581
#, c-format
msgid "Unsupported port type %i = 0x%x given. Initialization impossible."
msgstr "Nichtunterstützter Port-Typ %i = 0x%x angegeben. Initialisierung nicht möglich."
#: camlibs/canon/serial.c:704 camlibs/canon/serial.c:769
msgid "Battery exhausted, camera off."
msgstr "Batterie leer, Kamera aus."
#: camlibs/canon/serial.c:707
msgid "ERROR: unexpected message"
msgstr "Fehler: unerwartete Meldung"
#: camlibs/canon/serial.c:717
msgid "ERROR: message overrun"
msgstr "Fehler: Meldungsüberlauf"
#: camlibs/canon/serial.c:746
msgid "ERROR: out of sequence."
msgstr "Fehler: aus der Reihe."
#: camlibs/canon/serial.c:751
msgid "ERROR: unexpected packet type."
msgstr "Fehler: unerwarteter Pakettyp."
#: camlibs/canon/serial.c:761
msgid "ERROR: message format error."
msgstr "Fehler: Meldungsformatfehler."
#: camlibs/canon/serial.c:773