forked from dolphin-emu/dolphin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathda.po
7994 lines (6393 loc) · 219 KB
/
da.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
# Translation of dolphin-emu.pot to LANGUAGE
# Copyright (C) 2003-2013
# This file is distributed under the same license as the Dolphin Emulator package.
#
# Translators:
# HiKaroline <hitherekaroline@gmail.com>, 2016
# Nikolaj Holmquist Pedersen <inactive+Nikolaj64@transifex.com>, 2016
# Patrick Larsen <hatsen2000@gmail.com>, 2018
# scootergrisen, 2017
# scootergrisen, 2018
# Thorbjørn Holst Hein Sindrup <holsthein@live.dk>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Dolphin Emulator\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-24 18:44+0200\n"
"PO-Revision-Date: 2018-09-24 16:45+0000\n"
"Last-Translator: JosJuice\n"
"Language-Team: Danish (http://www.transifex.com/delroth/dolphin-emu/language/"
"da/)\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: Source/Core/DolphinQt/MenuBar.cpp:1044
msgid ""
"\n"
"\n"
"WARNING: Fixing this NAND requires the deletion of titles that have "
"incomplete data on the NAND, including all associated save data. By "
"continuing, the following title(s) will be removed:\n"
"\n"
"%1\n"
"Launching these titles may also fix the issues."
msgstr ""
#: Source/Core/DolphinQt/GameList/GameListModel.cpp:92
msgid " (Disc %1)"
msgstr "(Disk %1)"
#: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:57
msgid "! NOT"
msgstr "! IKKE"
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:38
#, c-format
msgid ""
"\"%s\" does not exist.\n"
" Create a new 16MB Memory Card?"
msgstr ""
#: Source/Core/DiscIO/CompressedBlob.cpp:188
#, c-format
msgid "\"%s\" failed to be scrubbed. Probably the image is corrupt."
msgstr ""
"\"%s\" mislykkedes i at skrubbes. Formodentlig er aftrykket korrumperet."
#: Source/Core/DiscIO/CompressedBlob.cpp:163
#, c-format
msgid "\"%s\" is already compressed! Cannot compress it further."
msgstr "\"%s\" er allerede komprimeret! Kan ikke komprimeres yderligere."
#: Source/Core/Core/Boot/Boot.cpp:110
#, c-format
msgid "\"%s\" is an invalid GCM/ISO file, or is not a GC/Wii ISO."
msgstr "\"%s\" er en ugyldig GCM/ISO-fil, eller er ikke en GC/Wii-ISO."
#: Source/Core/DolphinQt/DiscordJoinRequestDialog.cpp:59
msgid ""
"%1\n"
"wants to join your party."
msgstr ""
#: Source/Core/DolphinQt/Settings/AudioPane.cpp:328
msgid "%1 %"
msgstr "%1 %"
#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152
msgid "%1 % (%2 MHz)"
msgstr "%1 % (%2 MHz)"
#. i18n: If there is a pre-defined patch with the name %1 and the user wants to edit it,
#. a copy of it gets created with this name
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:98
msgid "%1 (Copy)"
msgstr ""
#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59
msgid "%1 (Disc %2, Revision %3)"
msgstr ""
#: Source/Core/DolphinQt/Config/InfoWidget.cpp:63
msgid "%1 (Revision %3)"
msgstr ""
#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:279
msgid ""
"%1 FIFO bytes\n"
"%2 memory bytes\n"
"%3 frames"
msgstr ""
#: Source/Core/DolphinQt/GCMemcardManager.cpp:218
msgid "%1 Free Blocks; %2 Free Dir Entries"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:126
msgid "%1 Graphics Configuration"
msgstr ""
#: Source/Core/DolphinQt/CheatsManager.cpp:513
msgid "%1 Match(es)"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:188
#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:320
#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:123
#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:126
msgid "%1 doesn't support this feature."
msgstr ""
#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:259
msgid ""
"%1 frame(s)\n"
"%2 object(s)\n"
"Current Frame: %3"
msgstr ""
#: Source/Core/DolphinQt/Settings/AudioPane.cpp:205
#: Source/Core/DolphinQt/Settings/AudioPane.cpp:262
msgid "%1 ms"
msgstr "%1 ms."
#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:159
msgid "%1% (Normal Speed)"
msgstr ""
#: Source/Core/DolphinQt/NetPlay/MD5Dialog.cpp:141
msgid "%1[%2]: %3"
msgstr "%1[%2]: %3"
#: Source/Core/DolphinQt/NetPlay/MD5Dialog.cpp:129
msgid "%1[%2]: %3 %"
msgstr "%1[%2]: %3 %"
#: Source/Core/DiscIO/CompressedBlob.cpp:240
#, c-format
msgid "%i of %i blocks. Compression ratio %i%%"
msgstr "%i af %i blokke. Komprimeringsforhold %i%%"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:54
#, c-format
msgid ""
"%s\n"
"was not loaded because it has the same internal filename as previously "
"loaded save\n"
"%s"
msgstr ""
"%s\n"
"Blev ikke indlæst da det har samme interne filnavn som tidligere indlæste "
"save\n"
"%s"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:76
#, c-format
msgid ""
"%s\n"
"was not loaded because it is an invalid GCI.\n"
" File size (0x%<PRIx64>) does not match the size recorded in the header (0x"
"%x)"
msgstr ""
"%s\n"
"blev ikke indlæst da det er en ugyldig GCI.\n"
"Filstørrelse (0x%<PRIx64>) matcher ikke størrelsen dokumenteret i headeren "
"(0x%x)"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:67
#, c-format
msgid ""
"%s\n"
"was not loaded because it is an invalid GCI.\n"
" Number of blocks claimed to be %u"
msgstr ""
"%s\n"
"blev ikke indlæst da det er en ugyldig GCI.\n"
"Antal af blokke hævdes at være %u"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:107
#, c-format
msgid ""
"%s\n"
"was not loaded because there are not enough free blocks on the virtual "
"memory card"
msgstr ""
"%s\n"
"blev ikke indlæst da der ikke er nok frie blokke på det virtuelle memory card"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:96
#, c-format
msgid ""
"%s\n"
"was not loaded because there is less than 10%% free blocks available on the "
"memory card\n"
"Total Blocks: %d; Free Blocks: %d"
msgstr ""
"%s\n"
"blev ikke indlæst da der er mindre end 10%% frie blokke tilgængelige på "
"memory cardet\n"
"Total Antal Blokke: %d; Frie Blokke: %d"
#: Source/Core/Core/Boot/Boot.cpp:260
#, c-format
msgid "%s IPL found in %s directory. The disc might not be recognized"
msgstr "%s IPL fundet i %s mappen. Disken genkendes muligvis ikke"
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:67
#, c-format
msgid ""
"%s failed to load as a memory card.\n"
"Card file size is invalid (0x%x bytes)"
msgstr ""
"%s mislykkedes i at indlæse som et memory card.\n"
"Kortets filstørrelse er ugyldig (0x%x bytes)"
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:83
#, c-format
msgid ""
"%s failed to load as a memory card.\n"
"Card size is invalid (0x%x bytes)"
msgstr ""
"%s mislykkedes i at indlæse som et memory card.\n"
"Kortets størrelse er ugyldig (0x%x bytes)"
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:60
#, c-format
msgid ""
"%s failed to load as a memory card.\n"
"File is not large enough to be a valid memory card file (0x%x bytes)"
msgstr ""
"%s mislykkedes i at indlæse som et memory card.\n"
"Filen er ikke stor nok til at være en gyldig memory card fil. (0x%x bytes)"
#: Source/Core/Core/NetPlayServer.cpp:857
#, c-format
msgid "%s failed to synchronize."
msgstr ""
#: Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp:219
#, c-format
msgid ""
"%s is not a directory, failed to move to *.original.\n"
" Verify your write permissions or move the file outside of Dolphin"
msgstr ""
"%s er ikke en mappe, mislykkedes i at flytte til *.original.\n"
"Bekræft dine skrivetilladelser eller flyt filen udenfor Dolphin."
#: Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp:210
#, c-format
msgid "%s was not a directory, moved to *.original"
msgstr "%s var ikke en mappe, flyttet til *.original"
#: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:55
msgid "&& AND"
msgstr "&& OG"
#: Source/Core/DolphinQt/MenuBar.cpp:539
msgid "&About"
msgstr "&Om"
#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:248
msgid "&Add Memory Breakpoint"
msgstr ""
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:48
#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:70
msgid "&Add New Code..."
msgstr "&Tilføj ny kode..."
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:244
msgid "&Add function"
msgstr "&Tilføj funktion"
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:43
msgid "&Add..."
msgstr "&Tilføj..."
#: Source/Core/DolphinQt/MenuBar.cpp:471
msgid "&Audio Settings"
msgstr "&Lydindstillinger"
#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:176
msgid "&Auto Update:"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:485
msgid "&Automatic Start"
msgstr "&Automatisk start"
#: Source/Core/DolphinQt/MenuBar.cpp:167
msgid "&Boot from DVD Backup"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:428
msgid "&Breakpoints"
msgstr "&Breakpoints"
#: Source/Core/DolphinQt/GCMemcardManager.cpp:79
msgid "&Browse..."
msgstr "&Gennemse..."
#: Source/Core/DolphinQt/WiiUpdate.cpp:101
msgid "&Cancel"
msgstr "&Annuller"
#: Source/Core/DolphinQt/MenuBar.cpp:205
msgid "&Cheats Manager"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:535
msgid "&Check for Updates..."
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:866
msgid "&Clear Symbols"
msgstr "&Ryd symboler"
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:183
msgid "&Clone..."
msgstr "&Klon..."
#: Source/Core/DolphinQt/MenuBar.cpp:401
msgid "&Code"
msgstr "&Kode"
#: Source/Core/DolphinQt/MenuBar.cpp:472
msgid "&Controller Settings"
msgstr "&Kontrollerindstillinger"
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:226
msgid "&Copy address"
msgstr "&Kopiér adresse"
#: Source/Core/DolphinQt/MenuBar.cpp:885
msgid "&Create Signature File..."
msgstr "&Opret signaturfil..."
#: Source/Core/DolphinQt/GCMemcardManager.cpp:67
msgid "&Delete"
msgstr "&Slet"
#. i18n: This kind of "watch" is used for watching emulated memory.
#. It's not related to timekeeping devices.
#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:247
msgid "&Delete Watch"
msgstr ""
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:49
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:101
#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:71
msgid "&Edit Code..."
msgstr "&Rediger kode..."
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:183
msgid "&Edit..."
msgstr "&Rediger..."
#: Source/Core/DolphinQt/MenuBar.cpp:187
msgid "&Eject Disc"
msgstr "&Skub disk ud"
#: Source/Core/DolphinQt/MenuBar.cpp:282
msgid "&Emulation"
msgstr "&Emulation"
#: Source/Core/DolphinQt/GCMemcardManager.cpp:68
msgid "&Export..."
msgstr "&Eksportér..."
#: Source/Core/DolphinQt/MenuBar.cpp:180
msgid "&File"
msgstr "&Fil"
#: Source/Core/DolphinQt/MenuBar.cpp:492
msgid "&Font..."
msgstr "&Skrifttype..."
#: Source/Core/DolphinQt/MenuBar.cpp:288
msgid "&Frame Advance"
msgstr "&Billedfremskydning"
#: Source/Core/DolphinQt/MenuBar.cpp:868
msgid "&Generate Symbols From"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:527
msgid "&GitHub Repository"
msgstr "&GitHub-repertoire"
#: Source/Core/DolphinQt/MenuBar.cpp:470
msgid "&Graphics Settings"
msgstr "&Grafikindstillinger"
#: Source/Core/DolphinQt/MenuBar.cpp:518
msgid "&Help"
msgstr "&Hjælp"
#: Source/Core/DolphinQt/MenuBar.cpp:473
msgid "&Hotkey Settings"
msgstr "&Hotkey Indstillinger"
#: Source/Core/DolphinQt/GCMemcardManager.cpp:70
msgid "&Import..."
msgstr "&Importér..."
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:246
msgid "&Insert blr"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:445
msgid "&JIT"
msgstr "&JIT"
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:113
msgid "&Language:"
msgstr "&Sprog:"
#: Source/Core/DolphinQt/MenuBar.cpp:302
msgid "&Load State"
msgstr "&Indlæs Tilstand"
#: Source/Core/DolphinQt/MenuBar.cpp:874
msgid "&Load Symbol Map"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:393
msgid "&Lock Widgets In Place"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:437
msgid "&Memory"
msgstr "&Hukommelse"
#: Source/Core/DolphinQt/MenuBar.cpp:201
msgid "&Memory Card Manager (GC)"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:654
msgid "&Movie"
msgstr "&Film"
#: Source/Core/DolphinQt/MenuBar.cpp:181
msgid "&Open..."
msgstr "&Åbn..."
#: Source/Core/DolphinQt/MenuBar.cpp:467
msgid "&Options"
msgstr "&Indstillinger"
#: Source/Core/DolphinQt/MenuBar.cpp:888
msgid "&Patch HLE Functions"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:284
msgid "&Pause"
msgstr "&Pause"
#: Source/Core/DolphinQt/MenuBar.cpp:283
msgid "&Play"
msgstr "&Afspil"
#: Source/Core/DolphinQt/GameList/GameList.cpp:270
msgid "&Properties"
msgstr "&Indstillinger"
#: Source/Core/DolphinQt/MenuBar.cpp:669
msgid "&Read-Only Mode"
msgstr "&Read-Only Tilstand"
#: Source/Core/DolphinQt/MenuBar.cpp:409
msgid "&Registers"
msgstr "&Registre"
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:45
msgid "&Remove"
msgstr ""
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:50
#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:72
msgid "&Remove Code"
msgstr "&Fjern kode"
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:235
msgid "&Rename symbol"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:286
msgid "&Reset"
msgstr "&Nulstil"
#: Source/Core/DolphinQt/MenuBar.cpp:875
msgid "&Save Symbol Map"
msgstr ""
#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:164
msgid "&Speed Limit:"
msgstr "&Hastighedsgrænse:"
#: Source/Core/DolphinQt/MenuBar.cpp:285
msgid "&Stop"
msgstr "&Stop"
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:117
msgid "&Theme:"
msgstr "&Tema:"
#: Source/Core/DolphinQt/MenuBar.cpp:199
msgid "&Tools"
msgstr "&Værktøjer"
#: Source/Core/DolphinQt/MenuBar.cpp:367
msgid "&View"
msgstr "&Vis"
#. i18n: This kind of "watch" is used for watching emulated memory.
#. It's not related to timekeeping devices.
#: Source/Core/DolphinQt/MenuBar.cpp:420
msgid "&Watch"
msgstr "&Betragt"
#: Source/Core/DolphinQt/MenuBar.cpp:520
msgid "&Website"
msgstr "&Website"
#: Source/Core/DolphinQt/GameList/GameList.cpp:271
msgid "&Wiki"
msgstr "&Wiki"
#: Source/Core/DolphinQt/MenuBar.cpp:1143
msgid "'%1' not found, no symbol names generated"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:1187
msgid "'%1' not found, scanning for common functions instead"
msgstr ""
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138
msgid "(None)"
msgstr ""
#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:130
msgid "(host)"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:164
msgid "(off)"
msgstr "(fra)"
#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:129
msgid "(ppc)"
msgstr ""
#: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:56
msgid "+ ADD"
msgstr "+ TILFØJ"
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:154
msgid "--> %1"
msgstr "--> %1"
#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:618
#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:86
#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:87
msgid "..."
msgstr "..."
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:96
msgid "16-bit"
msgstr "16-bit"
#: Source/Core/DolphinQt/CheatsManager.cpp:321
msgid "16-bit Integer"
msgstr "16-bit heltal"
#: Source/Core/DolphinQt/Settings/WiiPane.cpp:109
msgid "16:9"
msgstr "16:9"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "16x"
msgstr "16x"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "1x"
msgstr "1x"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "2x"
msgstr "2x"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:52
msgid "2x Native (1280x1056) for 720p"
msgstr "2x Oprindelig (1280x1056) for 720p"
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:97
msgid "32-bit"
msgstr "32-bit"
#: Source/Core/DolphinQt/CheatsManager.cpp:321
msgid "32-bit Integer"
msgstr "32-bit heltal"
#. i18n: Stereoscopic 3D
#: Source/Core/Core/HotkeyManager.cpp:289
#: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:23
#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:326
msgid "3D"
msgstr "3D"
#. i18n: Stereoscopic 3D
#: Source/Core/Core/HotkeyManager.cpp:291
#: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:26
msgid "3D Depth"
msgstr "3D-dybde"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:53
msgid "3x Native (1920x1584) for 1080p"
msgstr "3x Oprindelig (1920x1584) for 1080p"
#: Source/Core/DolphinQt/Settings/WiiPane.cpp:108
msgid "4:3"
msgstr "4:3"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "4x"
msgstr "4x"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:54
msgid "4x Native (2560x2112) for 1440p"
msgstr "4x Oprindelig (2560x2112) for 1440p"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:55
msgid "5x Native (3200x2640)"
msgstr "5x Oprindelig (3200x2640)"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:55
msgid "6x Native (3840x3168) for 4K"
msgstr "6x Oprindelig (3840x3168) for 4K"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:56
msgid "7x Native (4480x3696)"
msgstr "7x Oprindelig (4480x3696)"
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:95
msgid "8-bit"
msgstr "8-bit"
#: Source/Core/DolphinQt/CheatsManager.cpp:321
msgid "8-bit Integer"
msgstr "8-bit heltal"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "8x"
msgstr "8x"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:56
msgid "8x Native (5120x4224) for 5K"
msgstr "8x Oprindelig (5120x4224) for 5K"
#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:92
msgid "<Nothing>"
msgstr "<Intet>"
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:69
msgid "<System Language>"
msgstr "<Systemsprog>"
#: Source/Core/DolphinQt/Updater.cpp:50
msgid ""
"<h2>A new version of Dolphin is available!</h2>Dolphin %1 is available for "
"download. You are running %2.<br> Would you like to update?<br><h4>Release "
"Notes:</h4>"
msgstr ""
#: Source/Core/DolphinQt/MainWindow.cpp:1092
#: Source/Core/DolphinQt/MainWindow.cpp:1153
msgid "A NetPlay Session is already in progress!"
msgstr ""
#: Source/Core/Core/WiiUtils.cpp:131
#, c-format
msgid ""
"A different version of this title is already installed on the NAND.\n"
"\n"
"Installed version: %u\n"
"WAD version: %u\n"
"\n"
"Installing this WAD will replace it irreversibly. Continue?"
msgstr ""
#: Source/Core/Core/HW/DVD/DVDInterface.cpp:487
msgid "A disc is already about to be inserted."
msgstr ""
#: Source/Core/DolphinQt/MainWindow.cpp:697
msgid ""
"A shutdown is already in progress. Unsaved data may be lost if you stop the "
"current emulation before it completes. Force stop?"
msgstr ""
#: Source/Core/DolphinQt/Config/ControllersWindow.cpp:355
msgid "A sync can only be triggered when a Wii game is running."
msgstr ""
#: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:91
msgid ""
"ALERT:\n"
"\n"
"All players must use the same Dolphin version.\n"
"All memory cards, SD cards and cheats must be identical between players or "
"disabled.\n"
"If DSP LLE is used, DSP ROMs must be identical between players.\n"
"If connecting directly, the host must have the chosen UDP port open/"
"forwarded!\n"
"\n"
"Wii Remote support in netplay is experimental and should not be expected to "
"work.\n"
msgstr ""
#: Source/Core/DolphinQt/CheatsManager.cpp:116
msgid "AR Code"
msgstr "AR-kode"
#: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:49
msgid "AR Codes"
msgstr "AR-koder"
#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:104
#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:121
msgid "ASCII"
msgstr "ASCII"
#: Source/Core/DolphinQt/GameList/GameList.cpp:495
msgid "Abort"
msgstr "Afbryd"
#: Source/Core/DolphinQt/AboutDialog.cpp:16
msgid "About Dolphin"
msgstr "Om Dolphin"
#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:70
msgid "Accuracy:"
msgstr "Nøjagtighed:"
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:89
msgid "Action"
msgstr "Handling"
#: Source/Core/Core/ARDecrypt.cpp:478
#, c-format
msgid ""
"Action Replay Code Decryption Error:\n"
"Parity Check Failed\n"
"\n"
"Culprit Code:\n"
"%s"
msgstr ""
"Action Replay Kodedekrypteringsfejl:\n"
"Lighedstjek mislykkedes:\n"
"\n"
"Slyngelkode:\n"
"%s"
#: Source/Core/Core/ActionReplay.cpp:492
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Add Code (%s)"
msgstr ""
"Action Replay Fejl: Ugyldig størrelse (%08x : adresse = %08x) i Tilføj Kode "
"(%s)"
#: Source/Core/Core/ActionReplay.cpp:582
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Fill and Slide "
"(%s)"
msgstr ""
"Action Replay Fejl: Ugyldig størrelse (%08x : adresse = %08x) i Fyld og Glid "
"(%s)"
#: Source/Core/Core/ActionReplay.cpp:370
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Ram Write And "
"Fill (%s)"
msgstr ""
"Action Replay Fejl: Ugyldig størrelse (%08x : adresse = %08x) i RAM Skriv og "
"Fyld (%s)"
#: Source/Core/Core/ActionReplay.cpp:430
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Write To "
"Pointer (%s)"
msgstr ""
"Action Replay Fejl: Ugyldig størrelse (%08x : adresse = %08x) i Skriv til "
"Pointer (%s)"
#: Source/Core/Core/ActionReplay.cpp:636
#, c-format
msgid "Action Replay Error: Invalid value (%08x) in Memory Copy (%s)"
msgstr "Action Replay Fejl: Ugyldig værdi (%08x) i Hukommelseskopi (%s)"
#: Source/Core/Core/ActionReplay.cpp:507
#, c-format
msgid ""
"Action Replay Error: Master Code and Write To CCXXXXXX not implemented (%s)\n"
"Master codes are not needed. Do not use master codes."
msgstr ""
"Action Replay Fejl: Mesterkode og Skriv Til CCXXXXXX ikke implementeret "
"(%s)\n"
"Mesterkoder er ikke påkrævede. Anvend ikke mesterkoder."
#: Source/Core/Core/ActionReplay.cpp:216
#, c-format
msgid "Action Replay Error: invalid AR code line: %s"
msgstr "Action Replay Fejl: Ugyldig AR kodelinje: %s"
#: Source/Core/Core/ActionReplay.cpp:747
#, c-format
msgid "Action Replay: Conditional Code: Invalid Size %08x (%s)"
msgstr "Action Replay: Forbeholdskode: Ugyldig Størrelse %08x (%s)"
#: Source/Core/Core/ActionReplay.cpp:715
#, c-format
msgid "Action Replay: Invalid Normal Code Type %08x (%s)"
msgstr "Action Replay: Ugyldig Normal Kodetype %08x (%s)"
#: Source/Core/Core/ActionReplay.cpp:771
#, c-format
msgid "Action Replay: Normal Code %i: Invalid subtype %08x (%s)"
msgstr "Action Replay: Normal Kode %i: Ugyldig undertype %08x (%s)"
#: Source/Core/Core/ActionReplay.cpp:673
#, c-format
msgid "Action Replay: Normal Code 0: Invalid Subtype %08x (%s)"
msgstr "Action Replay: Normal Kode 0: Ugyldig Undertype %08x (%s)"
#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:144
msgid "Active"
msgstr ""
#: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:33
msgid "Adapter Detected"
msgstr "Adapter Opfanget"
#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:73
msgid "Adapter:"
msgstr "Adapter:"
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:55
#: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50
msgid "Add"
msgstr "Tilføj"
#: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:46
msgid "Add New USB Device"
msgstr ""
#: Source/Core/Core/HotkeyManager.cpp:70
msgid "Add a Breakpoint"
msgstr ""
#: Source/Core/Core/HotkeyManager.cpp:71
msgid "Add a Memory Breakpoint"
msgstr ""
#. i18n: This kind of "watch" is used for watching emulated memory.
#. It's not related to timekeeping devices.
#: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:123
msgid "Add to &watch"
msgstr ""
#: Source/Core/DolphinQt/CheatsManager.cpp:189
msgid "Add to Watch"
msgstr ""
#: Source/Core/DolphinQt/Settings/PathPane.cpp:121
#: Source/Core/DolphinQt/Settings/WiiPane.cpp:148
msgid "Add..."
msgstr "Tilføj..."
#: Source/Core/DolphinQt/CheatsManager.cpp:504
#: Source/Core/DolphinQt/CheatsManager.cpp:505
#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:144
#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:78
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:49
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:163
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:175
#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:129
#: Source/Core/DolphinQt/MenuBar.cpp:869
msgid "Address"
msgstr "Adresse"
#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:554
msgid "Address Out of Range"
msgstr ""
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:43
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:135
msgid "Address:"
msgstr "Adresse:"
#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:59
msgid ""
"Adjusts the emulated CPU's clock rate.\n"
"\n"
"Higher values may make variable-framerate games run at a higher framerate, "
"at the expense of performance. Lower values may activate a game's internal "
"frameskip, potentially improving performance.\n"
"\n"
"WARNING: Changing this from the default (100%) can and will break games and "
"cause glitches. Do so at your own risk. Please do not report bugs that occur "
"with a non-default clock."
msgstr ""
#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:98
msgid "Advance Game Port"
msgstr ""
#: Source/Core/DolphinQt/Config/ControllersWindow.cpp:202
#: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:99
#: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:139
#: Source/Core/DolphinQt/Config/SettingsWindow.cpp:50
msgid "Advanced"
msgstr "Avanceret"
#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:200
msgid "Advanced Settings"
msgstr "Avancerede indstillinger"
#: Source/Core/DolphinQt/MainWindow.cpp:564
msgid ""
"All GC/Wii files (*.elf *.dol *.gcm *.iso *.tgc *.wbfs *.ciso *.gcz *.wad *."
"dff);;All Files (*)"
msgstr ""
#: Source/Core/DolphinQt/Settings/PathPane.cpp:46
msgid ""
"All GC/Wii files (*.elf *.dol *.gcm *.iso *.tgc *.wbfs *.ciso *.gcz *.wad);;"
"All Files (*)"
msgstr ""
#: Source/Core/DolphinQt/MainWindow.cpp:982
#: Source/Core/DolphinQt/MainWindow.cpp:989
msgid "All Save States (*.sav *.s##);; All Files (*)"
msgstr ""
#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:270
msgid "All devices"
msgstr ""
#: Source/Core/Core/NetPlayServer.cpp:847
msgid "All players synchronized."
msgstr ""
#: Source/Core/DolphinQt/Main.cpp:187
msgid "Allow Usage Statistics Reporting"
msgstr ""
#. i18n: Treat a controller as always being connected regardless of what
#. devices the user actually has plugged in
#: Source/Core/Core/HW/GCPadEmu.cpp:102
msgid "Always Connected"
msgstr ""
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:175
msgid "Always Hide Mouse Cursor"
msgstr ""
#: Source/Core/Common/Assert.h:60
#, c-format
msgid ""
"An error occurred.\n"
"\n"
" Line: %d\n"
" File: %s\n"
"\n"
"Ignore and continue?"
msgstr ""
"Der opstod en fejl.\n"
"\n"
" Linje: %d\n"
" Fil: %s\n"
"\n"
"Ignorer og fortsæt?"
#: Source/Core/Core/HW/DVD/DVDThread.cpp:162
msgid "An inserted disc was expected but not found."