-
Notifications
You must be signed in to change notification settings - Fork 770
Expand file tree
/
Copy pathlang_da.json
More file actions
1155 lines (1155 loc) · 102 KB
/
lang_da.json
File metadata and controls
1155 lines (1155 loc) · 102 KB
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
{
"Operation in progress": "Handling i gang",
"Please wait...": "Vent venligst...",
"Success!": "Succes!",
"Failed": "Fejlet",
"An error occurred while processing this package": "Der skete en fejl ved kørsel af denne pakke",
"Log in to enable cloud backup": "Log på for at aktivere cloud backup",
"Backup Failed": "Backup fejlede",
"Downloading backup...": "Downloader backup...",
"An update was found!": "Fundet en opdatering.",
"{0} can be updated to version {1}": "{0} kan opdateres til version {1}",
"Updates found!": "Opdateringer fundet!",
"{0} packages can be updated": "{0} pakker kan blive opdateret",
"You have currently version {0} installed": "Nuværende installerede version: {0}",
"Desktop shortcut created": "Skrivebordsgenvej oprettet",
"UniGetUI has detected a new desktop shortcut that can be deleted automatically.": "UniGetUI har opdaget en ny skrivebordsgenvej, som kan slettes automatisk.",
"{0} desktop shortcuts created": "{0} skrivebordsgenveje oprettet",
"UniGetUI has detected {0} new desktop shortcuts that can be deleted automatically.": "UniGetUI har opdaget {0} nye skrivebordsgenveje, som kan fjernes automatisk.",
"Are you sure?": "Er du sikker?",
"Do you really want to uninstall {0}?": "Ønsker du virkelig at afinstallere {0}?",
"Do you really want to uninstall the following {0} packages?": "Ønsker du virkelig at afinstallere følgende {0} pakker?",
"No": "Nej",
"Yes": "Ja",
"View on UniGetUI": "Se på UniGetUI",
"Update": "Opdatér",
"Open UniGetUI": "Åbn UniGetUI",
"Update all": "Opdatér alle",
"Update now": "Opdater nu",
"This package is on the queue": "Denne pakke er ikke i køen",
"installing": "installere",
"updating": "opdaterer",
"uninstalling": "afinstallerer",
"installed": "installeret",
"Retry": "Prøv igen",
"Install": "Installer",
"Uninstall": "Afinstallér",
"Open": "Åben",
"Operation profile:": "Operationsprofil:",
"Follow the default options when installing, upgrading or uninstalling this package": "Følg standardmulighederne ved installation, opgradering eller afinstallation af denne pakke",
"The following settings will be applied each time this package is installed, updated or removed.": "Disse indstillinger vil blive anvendt hver gang denne pakke installeres, opdateres eller fjernes.",
"Version to install:": "Version til installation",
"Architecture to install:": "Installation af arkitektur:",
"Installation scope:": "Installationsomfang:",
"Install location:": "Installations placering",
"Select": "Vælg",
"Reset": "Nulstil",
"Custom install arguments:": "Brugerdefinerede installations argumenter:",
"Custom update arguments:": "Brugerdefinerede opdaterings argumenter:",
"Custom uninstall arguments:": "Brugerdefinerede afinstallations argumenter:",
"Pre-install command:": "Pre-install kommando:",
"Post-install command:": "Post-install kommando:",
"Abort install if pre-install command fails": "Afbryd installation hvis kommandoen før installation mislykkes",
"Pre-update command:": "Pre-update kommando:",
"Post-update command:": "Post-update kommando:",
"Abort update if pre-update command fails": "Afbryd opdatering hvis kommandoen før opdatering mislykkes",
"Pre-uninstall command:": "Pre-uninstall kommando:",
"Post-uninstall command:": "Post-uninstall kommando:",
"Abort uninstall if pre-uninstall command fails": "Afbryd afinstallation hvis kommandoen før afinstallation mislykkes",
"Command-line to run:": "Kommandolinje til kørsel:",
"Save and close": "Gem og luk",
"General": "Generelt",
"Architecture & Location": "Arkitektur og placering",
"Command-line": "Kommandolinje",
"Pre/Post install": "Før/efter installation",
"Run as admin": "Kør som administrator",
"Interactive installation": "Interaktiv installation",
"Skip hash check": "Spring over hash check",
"Uninstall previous versions when updated": "Afinstaller tidligere versioner når opdateret",
"Skip minor updates for this package": "Spring mindre opdateringer over for denne pakke",
"Automatically update this package": "Opdater denne pakke automatisk",
"{0} installation options": "{0} installerings muligheder",
"Latest": "Senest:",
"PreRelease": "Præ-release",
"Default": "Standard",
"Manage ignored updates": "Administrer ignorerede opdateringer",
"The packages listed here won't be taken in account when checking for updates. Double-click them or click the button on their right to stop ignoring their updates.": "Pakkerne listet her vil ikke blive taget i betragtning ved søgning efter opdateringer. Dobbeltklik på dem eller klik på knappen til højre for dem for at stoppe med at ignorere deres opdateringer.",
"Reset list": "Nulstil liste",
"Do you really want to reset the ignored updates list? This action cannot be reverted": "Vil du virkelig nulstille listen over ignorerede opdateringer? Denne handling kan ikke fortrydes",
"No ignored updates": "Ingen ignorerede opdateringer",
"Package Name": "Pakke navn",
"Package ID": "Pakke ID",
"Ignored version": "Ignoreret version",
"New version": "Ny version",
"Source": "Kilde",
"All versions": "Alle versioner",
"Unknown": "Ukendt",
"Up to date": "Opdateret",
"Cancel": "Annuller",
"Administrator privileges": "Administratorrettigheder",
"This operation is running with administrator privileges.": "Handlingen kører med administratorrettigheder.",
"Interactive operation": "Interaktiv operation",
"This operation is running interactively.": "Handlingen kører interaktivt.",
"You will likely need to interact with the installer.": "Du vil sandsynligvis være nødt til at interagere med installationsprogrammet.",
"Integrity checks skipped": "Integritetstjek sprunget over",
"Integrity checks will not be performed during this operation.": "Integritetstjek udføres ikke under denne handling.",
"Proceed at your own risk.": "Fortsæt på egen risiko.",
"Close": "Luk",
"Loading...": "Indlæser...",
"Installer SHA256": "Installationsprogram SHA256",
"Homepage": "Startside",
"Author": "Udvikler",
"Publisher": "Udgiver",
"License": "Licens",
"Manifest": "Manifestfil",
"Installer Type": "Installationstype",
"Size": "Størrelse",
"Installer URL": "Installationsprogram-URL",
"Last updated:": "Senest opdateret:",
"Release notes URL": "Releasenotes URL",
"Package details": "Pakke detaljer",
"Dependencies:": "Afhængigheder:",
"Release notes": "Releasenotes",
"Version": "Udgave",
"Install as administrator": "Installér som administrator",
"Update to version {0}": "Opdater til version {0}",
"Installed Version": "Installeret Version",
"Update as administrator": "Opdatér som administrator",
"Interactive update": "Interaktiv opdatering",
"Uninstall as administrator": "Afinstallér som administrator",
"Interactive uninstall": "Interaktiv afinstallation",
"Uninstall and remove data": "Afinstaller og fjern data",
"Not available": "Ikke tilgængelig",
"Installer SHA512": "Installationsprogram SHA512",
"Unknown size": "Ukendt størrelse",
"No dependencies specified": "Ingen afhængigheder specificeret",
"mandatory": "obligatorisk",
"optional": "valgfrit",
"UniGetUI {0} is ready to be installed.": "UniGetUI {0} er klar til at blive installeret.",
"The update process will start after closing UniGetUI": "Opdateringsprocessen vil starte efter UniGetUI bliver lukket",
"UniGetUI has been ran as administrator, which is not recommended. When running UniGetUI as administrator, EVERY operation launched from UniGetUI will have administrator privileges. You can still use the program, but we highly recommend not running UniGetUI with administrator privileges.": "UniGetUI er blevet kørt som administrator, hvilket ikke anbefales. Når UniGetUI køres som administrator, vil ALLE handlinger startet fra UniGetUI have administratorrettigheder. Du kan stadig bruge programmet, men vi anbefaler kraftigt ikke at køre UniGetUI med administratorrettigheder.",
"Share anonymous usage data": "Del anonym brugsdata",
"UniGetUI collects anonymous usage data in order to improve the user experience.": "UniGetUI indsamler anonyme brugsdata for at forbedre brugeroplevelsen.",
"Accept": "Accepter",
"You have installed UniGetUI Version {0}": "Installeret UniGetUI version er {0}",
"Disclaimer": "Ansvarsfraskrivelse",
"UniGetUI is not related to any of the compatible package managers. UniGetUI is an independent project.": "UniGetUI er ikke relateret til nogle af de kompatible pakkemanagere. UniGetUI er it uafhængigt projekt.",
"UniGetUI wouldn't have been possible without the help of the contributors. Thank you all 🥳": "UniGetUI ville ikke have været mulig uden støtten fra vores hjælpere. Tak til jer alle 🥳",
"UniGetUI uses the following libraries. Without them, UniGetUI wouldn't have been possible.": "UniGetUI bruger følgende biblioteker. Uden dem ville UniGetUI ikke have været mulig.",
"{0} homepage": "{0} startside",
"UniGetUI has been translated to more than 40 languages thanks to the volunteer translators. Thank you 🤝": "UniGetUI er oversat til mere end 40 sprog takket være de frivillige oversættere. Mange tak 🤝",
"Verbose": "Udførlig",
"1 - Errors": "1 fejl",
"2 - Warnings": "2 - Advarsler",
"3 - Information (less)": "3 - Information (mindre)",
"4 - Information (more)": "4 - Information (mere)",
"5 - information (debug)": "5 - Information (fejlsøgning)",
"Warning": "Advarsel",
"The following settings may pose a security risk, hence they are disabled by default.": "Følgende indstillinger kan udgøre en sikkerhedsrisiko, og er derfor deaktiveret som standard.",
"Enable the settings below if and only if you fully understand what they do, and the implications they may have.": "Aktiver nedenstående indstillinger HVIS OG KUN HVIS du fuldt ud forstår hvad de gør, og de implikationer og farer de kan indebære.",
"The settings will list, in their descriptions, the potential security issues they may have.": "Indstillingerne vil liste de potentielle sikkerhedsproblemer, de kan have, i deres beskrivelser.",
"The backup will include the complete list of the installed packages and their installation options. Ignored updates and skipped versions will also be saved.": "Sikkerhedskopien vil indeholde den fulde liste over de installerede pakker og deres installationsindstillinger. Ignorerede opdateringer og oversprungne versioner vil også blive gemt.",
"The backup will NOT include any binary file nor any program's saved data.": "Sikkerhedskopien vil IKKE indeholde nogle binære filer eller nogle programmers gemte data.",
"The size of the backup is estimated to be less than 1MB.": "Størrelsen af sikkerhedskopien estimeres til at være mindre end 1MB.",
"The backup will be performed after login.": "Backup vil blive udført efter login.",
"{pcName} installed packages": "{pcName} installerede pakker",
"Current status: Not logged in": "Nuværende status: Ikke logget på",
"You are logged in as {0} (@{1})": "Du er logget på som {0} (@{1})",
"Nice! Backups will be uploaded to a private gist on your account": "Rigtig godt! Backups vil blive uploadet til en privat gist på din konto",
"Select backup": "Vælg backup",
"UniGetUI Settings": "UniGetUI-indstillinger",
"Allow pre-release versions": "Tillad pre-release versioner",
"Apply": "Anvend",
"For security reasons, custom command-line arguments are disabled by default. Go to UniGetUI security settings to change this.": "Af sikkerhedsmæssige årsager er brugerdefinerede kommandolinjeargumenter deaktiveret som standard. Gå til UniGetUIs sikkerhedsindstillinger for at ændre dette.",
"Go to UniGetUI security settings": "Gå til UniGetUI sikkerhedsindstillinger",
"The following options will be applied by default each time a {0} package is installed, upgraded or uninstalled.": "Følgende muligheder vil blive anvendt som standard hver gang en {0} pakke installeres, opgraderes eller afinstalleres.",
"Package's default": "Pakkens standard",
"Install location can't be changed for {0} packages": "Installationslokation kan ikke ændres for {0} pakker",
"The local icon cache currently takes {0} MB": "Den lokale ikon-cache fylder lige nu {0} MB",
"Username": "Brugernavn",
"Password": "Adgangskode",
"Credentials": "Log-på oplysninger",
"It is not guaranteed that the provided credentials will be stored safely": "Det er ikke garanteret, at de angivne legitimationsoplysninger opbevares sikkert",
"Partially": "Delvist",
"Package manager": "Pakkemanager",
"Compatible with proxy": "Kompatibel med proxy",
"Compatible with authentication": "Kompatibel med autentificering",
"Proxy compatibility table": "Proxy kompatibilitetstabel",
"{0} settings": "{0} indstillinger",
"{0} status": "{0}-tilstand",
"Default installation options for {0} packages": "Standardinstallationsmuligheder for {0} pakker",
"Expand version": "Udvid version",
"The executable file for {0} was not found": "Den eksekverbare fil for {0} blev ikke fundet",
"{pm} is disabled": "{pm} er deaktiveret",
"Enable it to install packages from {pm}.": "Aktiver det for at installere pakker fra {pm}.",
"{pm} is enabled and ready to go": "{pm} er aktiveret og klar til brug",
"{pm} version:": "{pm} udgave:",
"{pm} was not found!": "{pm} blev ikke fundet!",
"You may need to install {pm} in order to use it with UniGetUI.": "Installation af {pm} er nødvendig, for at kunne bruge det med UniGetUI.",
"Scoop Installer - UniGetUI": "Scoop Installere - UniGetUI",
"Scoop Uninstaller - UniGetUI": "Scoop Afinstallere - UniGetUI",
"Clearing Scoop cache - UniGetUI": "Fjerner Scoop cache - UniGetUI",
"Restart UniGetUI to fully apply changes": "Genstart UniGetUI for at anvende ændringerne fuldt ud",
"Restart UniGetUI": "Genstart UniGetUI",
"Manage {0} sources": "Administrer {0} kilder",
"Add source": "Tilføj kilde",
"Add": "Tilføj",
"Source name": "Kildenavn",
"Source URL": "Kilde-URL",
"Other": "Andre",
"No minimum age": "Ingen minimumsalder",
"1 day": "1 dag",
"{0} days": "{0} dage",
"Custom...": "Brugerdefineret...",
"{0} minutes": "{0} minutter",
"1 hour": "1 time",
"{0} hours": "{0} timer",
"1 week": "1 uge",
"Supports release dates": "Understøtter udgivelsesdatoer",
"Release date support per package manager": "Understøttelse af udgivelsesdatoer pr. pakkemanager",
"UniGetUI Version {0}": "UniGetUI version {0}",
"Search for packages": "Søg efter pakker",
"Local": "Lokal",
"OK": "OK",
"{0} packages were found, {1} of which match the specified filters.": "{0} pakker fundet, {1} matchede det specificerede filter.",
"{0} selected": "{0} valgt",
"(Last checked: {0})": "(Sidst tjekket: {0})",
"Enabled": "Aktiveret",
"Disabled": "Deaktiveret",
"More info": "Mere info",
"GitHub account": "GitHub-konto",
"Log in with GitHub to enable cloud package backup.": "Log på med GitHub for at aktivere cloud pakke backup.",
"More details": "Flere detaljer",
"Log in": "Log på",
"If you have cloud backup enabled, it will be saved as a GitHub Gist on this account": "Hvis du har cloud backup aktiveret, gemmes det som en GitHub Gist på denne konto",
"Log out": "Log af",
"About UniGetUI": "Om UniGetUI",
"About": "Om",
"Third-party licenses": "Tredjepartslicenser",
"Contributors": "Bidragydere",
"Translators": "Oversættere",
"Manage shortcuts": "Administrer genveje",
"UniGetUI has detected the following desktop shortcuts which can be removed automatically on future upgrades": "UniGetUI har opdaget følgende skrivebordsgenveje, som kan fjernes automatisk ved fremtidige opgraderinger",
"Do you really want to reset this list? This action cannot be reverted.": "Ønsker du virkelig at nulstille denne liste? Handlingen kan ikke føres tilbage.",
"Open in explorer": "Åbn i Stifinder",
"Remove from list": "Fjern fra liste",
"When new shortcuts are detected, delete them automatically instead of showing this dialog.": "Når nye genveje detekteres, skal du slette dem automatisk i stedet for at vise denne dialog.",
"UniGetUI collects anonymous usage data with the sole purpose of understanding and improving the user experience.": "UniGetUI indsamler anonyme brugsdata med det ene formåle at forstå og forbedre brugeroplevelsen.",
"More details about the shared data and how it will be processed": "Flere detaljer om delte data og hvordan det bliver behandled",
"Do you accept that UniGetUI collects and sends anonymous usage statistics, with the sole purpose of understanding and improving the user experience?": "Accepterer du, at UniGetUI indsamler og sender anonyme brugsstatistikker med det ene formål at forstå og forbedre brugeroplevelsen?",
"Decline": "Afvis",
"No personal information is collected nor sent, and the collected data is anonimized, so it can't be back-tracked to you.": "Ingen personlig information bliver indsamlet eller sendt, og den indsamlede data bliver anonymiseret, så det ikke kan spores tilbage til dig.",
"Toggle navigation panel": "Vis/skjul navigationspanel",
"Minimize": "Minimer",
"Maximize": "Maksimer",
"UniGetUI is an application that makes managing your software easier, by providing an all-in-one graphical interface for your command-line package managers.": "UniGetUI er en applikation, som gør adminstrationen af din software lettere ved at levere et alt-i-et grafisk brugergrænseflade til dine kommandolinje pakkemanagere.",
"Useful links": "Nyttige links",
"UniGetUI Homepage": "UniGetUI-hjemmeside",
"Report an issue or submit a feature request": "Rapporter et issue eller send et ønske om en ny feature",
"UniGetUI Repository": "UniGetUI-arkiv",
"View GitHub Profile": "Se GitHub Profil",
"UniGetUI License": "UniGetUI Licens",
"Using UniGetUI implies the acceptation of the MIT License": "Brug af UniGetUI betyder accept af MIT licensen",
"Become a translator": "Bidrag selv til oversættelse",
"View page on browser": "Vis side i browser",
"Copy to clipboard": "Kopier til udklipsholder",
"Export to a file": "Eksporter til fil",
"Log level:": "Log-niveau:",
"Reload log": "Genindlæs log",
"Export log": "Eksporter log",
"UniGetUI Log": "UniGetUI-log",
"Text": "Tekst",
"Change how operations request administrator rights": "Ændre hvordan operationer anmoder om administrator-rettigheder",
"Restrictions on package operations": "Begrænsninger på pakkeoperationer",
"Restrictions on package managers": "Begrænsninger på pakkemanagere",
"Restrictions when importing package bundles": "Begrænsninger ved import af pakkesamlinger",
"Ask for administrator privileges once for each batch of operations": "Anmod om administrator rettigheder én gang, for hver samling af operationer",
"Ask only once for administrator privileges": "Spørg kun én gang om administrator-rettigheder",
"Prohibit any kind of Elevation via UniGetUI Elevator or GSudo": "Forbyd enhver form for elevation via UniGetUI Elevator eller GSudo",
"This option WILL cause issues. Any operation incapable of elevating itself WILL FAIL. Install/update/uninstall as administrator will NOT WORK.": "Denne mulighed VIL forårsage problemer. Enhver operation, der ikke kan elevere sig selv, VIL FEJLE. Installation/opdatering/afinstallation som administrator virker IKKE.",
"Allow custom command-line arguments": "Tillad brugerdefinerede kommandolinje argumenter",
"Custom command-line arguments can change the way in which programs are installed, upgraded or uninstalled, in a way UniGetUI cannot control. Using custom command-lines can break packages. Proceed with caution.": "Brugerdefinerede kommandolinje argumenter kan ændre den måde, programmer installeres, opgraderes eller afinstalleres på, på en måde UniGetUI ikke kan kontrollere. Brug af brugerdefinerede kommandolinjer kan ødelægge pakker. Fortsæt med forsigtighed.",
"Ignore custom pre-install and post-install commands when importing packages from a bundle": "Tillad brugerdefinerede pre-install og post-install kommandoer til at blive kørt",
"Pre and post install commands will be run before and after a package gets installed, upgraded or uninstalled. Be aware that they may break things unless used carefully": "Pre- og post-install kommandoer vil blive kørt før og efter en pakke installeres, opgraderes eller afinstalleres. Vær opmærksom på, at de kan ødelægge ting, medmindre de bruges med forsigtighed",
"Allow changing the paths for package manager executables": "Tillad ændring af stier for pakkemanager programmer",
"Turning this on enables changing the executable file used to interact with package managers. While this allows finer-grained customization of your install processes, it may also be dangerous": "Hvis du slår dette til, kan du ændre den eksekverbare fil, der bruges til at interagere med pakkemanagere. Selvom dette giver mulighed for mere finkornet tilpasning af dine installationsprocesser, kan det også være farligt",
"Allow importing custom command-line arguments when importing packages from a bundle": "Tillad import af brugerdefinerede kommandolinje argumenter når pakker importeres fra en samling",
"Malformed command-line arguments can break packages, or even allow a malicious actor to gain privileged execution. Therefore, importing custom command-line arguments is disabled by default": "Malformerede kommandolinje argumenter kan ødelægge pakker, eller endda tillade en ondsindet aktør at få privilegeret udførelse. Derfor er import af brugerdefinerede kommandolinje argumenter deaktiveret som standard.",
"Allow importing custom pre-install and post-install commands when importing packages from a bundle": "Tillad import af brugerdefinerede pre-install og post-install kommandoer når pakker importeres fra en samling",
"Pre and post install commands can do very nasty things to your device, if designed to do so. It can be very dangerous to import the commands from a bundle, unless you trust the source of that package bundle": "Pre- og post-install kommandoer kan gøre meget uhyggelige ting med din enhed, hvis de er designet til det. Det kan være meget farligt at importere kommandoerne fra en samling, medmindre du stoler på kilden til denne pakkesamling",
"Administrator rights and other dangerous settings": "Administrator-rettigheder og andre farlige indstillinger",
"Package backup": "Pakkebackup",
"Cloud package backup": "Cloud pakke backup",
"Local package backup": "Lokal pakke backup",
"Local backup advanced options": "Avancerede muligheder for lokal backup",
"Log in with GitHub": "Log på med GitHub",
"Log out from GitHub": "Log af fra GitHub",
"Periodically perform a cloud backup of the installed packages": "Udfør periodisk en cloud backup af installerede pakker",
"Cloud backup uses a private GitHub Gist to store a list of installed packages": "Cloud backup bruger en privat GitHub Gist til at gemme en liste over installerede pakker",
"Perform a cloud backup now": "Udfør en cloud backup nu",
"Backup": "Sikkerhedskopi",
"Restore a backup from the cloud": "Gendan en backup fra skyen",
"Begin the process to select a cloud backup and review which packages to restore": "Begynd processen til at vælge en cloud backup og gennemse hvilke pakker der skal gendannes",
"Periodically perform a local backup of the installed packages": "Udfør periodisk en lokal backup af installerede pakker",
"Perform a local backup now": "Udfør en lokal backup nu",
"Change backup output directory": "Ændre mappe for backup filer",
"Set a custom backup file name": "Vælg backup filnavn",
"Leave empty for default": "Efterlad blankt for standardindstilling",
"Add a timestamp to the backup file names": "Tilføj tidsstempel til backup filnavne",
"Backup and Restore": "Backup og Gendannelse",
"Enable background api (UniGetUI Widgets and Sharing, port 7058)": "Aktiver baggrunds-API (Widgets til UniGetUI og Deling, port 7058)",
"Wait for the device to be connected to the internet before attempting to do tasks that require internet connectivity.": "Vent på, at enheden er forbundet til internettet, før der forsøges på at gøre noget, som kræver internetforbindelse.",
"Disable the 1-minute timeout for package-related operations": "Deaktiver 1-minuts timeout for pakkerelaterede operationer",
"Use installed GSudo instead of UniGetUI Elevator": "Brug installeret GSudo i stedet for UniGetUI Elevator",
"Use a custom icon and screenshot database URL": "Brug brugerdefineret ikon og screenshot database URL",
"Enable background CPU Usage optimizations (see Pull Request #3278)": "Aktiver baggrunds CPU-brug optimeringer (se Pull Request #3278)",
"Perform integrity checks at startup": "Udfør integritetstjek ved opstart",
"When batch installing packages from a bundle, install also packages that are already installed": "Ved batch installation af pakker fra en samling, installer også pakker, der allerede er installeret",
"Experimental settings and developer options": "Eksperimentelle indstillinger samt udviklerindstillinger",
"Show UniGetUI's version and build number on the titlebar.": "Vis UniGetUI's version på titellinjen",
"Language": "Sprog",
"UniGetUI updater": "UniGetUI opdaterer",
"Telemetry": "Telemetri",
"Manage UniGetUI settings": "Administrer UniGetUI indstillinger",
"Related settings": "Relaterede indstillinger",
"Update UniGetUI automatically": "Opdatér UniGetUI automatisk",
"Check for updates": "Søg efter opdateringer",
"Install prerelease versions of UniGetUI": "Installer præ-release versioner af UniGetUI",
"Manage telemetry settings": "Administrer telemetriindstillinger",
"Manage": "Administrer",
"Import settings from a local file": "Importer indstillinger fra fil",
"Import": "Importer",
"Export settings to a local file": "Eksporter indstillinger til en fil",
"Export": "Eksporter",
"Reset UniGetUI": "Nulstil UniGetUI",
"User interface preferences": "Brugerflade indstillinger",
"Application theme, startup page, package icons, clear successful installs automatically": "Applikationstema, startside, pakkeikoner, fjern successfulde installationer automatisk",
"General preferences": "Generelle indstillinger",
"UniGetUI display language:": "UniGetUI Sprog",
"Is your language missing or incomplete?": "Mangler dit sprog (helt eller delvist)?",
"Appearance": "Udseende",
"UniGetUI on the background and system tray": "UniGetUI i baggrunden og systembakken",
"Package lists": "Pakkelister",
"Close UniGetUI to the system tray": "Luk UniGetUI til systembakken",
"Manage UniGetUI autostart behaviour": "Administrer UniGetUI's autostartadfærd",
"Show package icons on package lists": "Vis pakkeikoner på pakkelister",
"Clear cache": "Tøm cache",
"Select upgradable packages by default": "Vælg opgraderbare pakker som standard",
"Light": "Lys",
"Dark": "Mørk",
"Follow system color scheme": "Følg styresystemets farvetema",
"Application theme:": "Program udseende:",
"Discover Packages": "Søg efter pakker",
"Software Updates": "Pakke opdateringer",
"Installed Packages": "Installerede pakker",
"Package Bundles": "Pakke samlinger",
"Settings": "Indstillinger",
"UniGetUI startup page:": "UniGetUI startside:",
"Proxy settings": "Proxy indstillinger",
"Other settings": "Andre indstillinger",
"Connect the internet using a custom proxy": "Forbind internettet ved hjælp af en brugerdefineret proxy",
"Please note that not all package managers may fully support this feature": "Bemærk, at ikke alle pakkemanagere fuldt ud kan understøtte denne funktion",
"Proxy URL": "Proxy-URL",
"Enter proxy URL here": "Indtast proxy URL her",
"Authenticate to the proxy with a user and a password": "Autentificer over for proxyen med et brugernavn og en adgangskode",
"Internet and proxy settings": "Internet- og proxyindstillinger",
"Package manager preferences": "Pakkemanager indstillinger",
"Ready": "Klar",
"Not found": "Ikke fundet",
"Notification preferences": "Notifikationspræferencer",
"Notification types": "Notifikationstyper",
"The system tray icon must be enabled in order for notifications to work": "Systemtray ikonen skal aktiveres for at notifikationer fungerer",
"Enable UniGetUI notifications": "Aktiver UniGetUI notifikationer",
"Show a notification when there are available updates": "Vis notifikation når der er tilgængelige opdateringer",
"Show a silent notification when an operation is running": "Vis en lydløs notifikation når en handling kører",
"Show a notification when an operation fails": "Vis en notifikation når en handling mislykkes",
"Show a notification when an operation finishes successfully": "Vis en notifikation når en handling gennemføres med success",
"Concurrency and execution": "Samtidighed og udførelse",
"Automatic desktop shortcut remover": "Automatisk skrivebordsgenvej-fjerner",
"Choose how many operations should be performed in parallel": "Vælg hvor mange handlinger der skal udføres parallelt",
"Clear successful operations from the operation list after a 5 second delay": "Fjern succesfulde operationer fra operationslisten med 5 sekunders forsinkelse",
"Download operations are not affected by this setting": "Download-operationer påvirkes ikke af denne indstilling",
"Try to kill the processes that refuse to close when requested to": "Forsøg at dræbe processerne, der nægter at lukke når der anmodes om det",
"You may lose unsaved data": "Du mister muligvis ikke-gemte data",
"Ask to delete desktop shortcuts created during an install or upgrade.": "Spørg om at slette skrivebordsgenveje oprettet under en installation eller opgradering.",
"Package update preferences": "Pakke opdaterings præferencer",
"Update check frequency, automatically install updates, etc.": "Opdateringstjek frekvens, installer opdateringer automatisk osv.",
"Reduce UAC prompts, elevate installations by default, unlock certain dangerous features, etc.": "Reducér UAC prompte, elevér installationer som standard, lås visse farlige funktioner op osv.",
"Package operation preferences": "Pakkeoperations præferencer",
"Enable {pm}": "Aktiver {pm}",
"Not finding the file you are looking for? Make sure it has been added to path.": "Finder du ikke den fil, du leder efter? Sørg for, at den er blevet tilføjet til sti.",
"For security reasons, changing the executable file is disabled by default": "Af sikkerhedsmæssige årsager er ændring af den eksekverbare fil deaktiveret som standard",
"Change this": "Ændre dette",
"Select the executable to be used. The following list shows the executables found by UniGetUI": "Vælg den eksekverbare fil der skal bruges. Følgende liste viser de eksekverbare filer fundet af UniGetUI",
"Current executable file:": "Aktuel eksekverbar fil:",
"Ignore packages from {pm} when showing a notification about updates": "Ignorer pakker fra {pm} når der vises en notifikation om opdateringer",
"Update security": "Opdateringssikkerhed",
"Use global setting": "Brug global indstilling",
"e.g. 10": "f.eks. 10",
"{pm} does not provide release dates for its packages, so this setting will have no effect": "{pm} angiver ikke udgivelsesdatoer for sine pakker, så denne indstilling har ingen effekt",
"Override the global minimum update age for this package manager": "Tilsidesæt den globale minimumsalder for opdateringer for denne pakkemanager",
"Minimum age for updates": "Minimumsalder for opdateringer",
"Custom minimum age (days)": "Brugerdefineret minimumsalder (dage)",
"View {0} logs": "Vis {0} logfiler",
"If Python cannot be found or is not listing packages but is installed on the system, ": "Hvis Python ikke kan findes eller ikke viser pakker, men er installeret på systemet, ",
"Advanced options": "Avancerede muligheder",
"Reset WinGet": "Nulstil WinGet",
"This may help if no packages are listed": "Det kan hjælpe, hvis der ikke listes nogle pakker",
"Force install location parameter when updating packages with custom locations": "Tving installationslokations parameter når du opdaterer pakker med brugerdefinerede lokationer",
"Use bundled WinGet instead of system WinGet": "Brug den medleverede WinGet i stedet for systemets WinGet",
"This may help if WinGet packages are not shown": "Det kan hjælpe, hvis WinGet pakker ikke bliver vist",
"Install Scoop": "Installer Scoop",
"Uninstall Scoop (and its packages)": "Afinstaller Scoop (og dets pakker)",
"Run cleanup and clear cache": "Kør oprydning og ryd cache",
"Run": "Kør",
"Enable Scoop cleanup on launch": "Aktiver Scoop-oprydning ved programstart",
"Use system Chocolatey": "Brug systemets Chocolatey",
"Default vcpkg triplet": "Standard vcpkg triplet",
"Change vcpkg root location": "Skift vcpkg-rodplacering",
"Language, theme and other miscellaneous preferences": "Sprog, tema og forskellige andre indstillinger",
"Show notifications on different events": "Vis notifikationer ved forskellige hændelser",
"Change how UniGetUI checks and installs available updates for your packages": "Bestem hvordan UniGetUI søger efter og installerer tilgængelige opdateringer for dine pakker",
"Automatically save a list of all your installed packages to easily restore them.": "Gem automatisk en liste af dine installerede pakker til genoprettelse.",
"Enable and disable package managers, change default install options, etc.": "Aktivér og deaktivér pakkemanagere, ændre standardinstallationsmuligheder osv.",
"Internet connection settings": "Internetforbindelsesindstillinger",
"Proxy settings, etc.": "Proxy indstillinger osv.",
"Beta features and other options that shouldn't be touched": "Beta funktionaliteter og andre indstillinger der ikke burde røres",
"Update checking": "Opdateringstjek",
"Automatic updates": "Automatiske opdateringer",
"Check for package updates periodically": "Søg efter pakke opdateringer periodisk",
"Check for updates every:": "Søg efter opdateringer hver:",
"Install available updates automatically": "Installer tilgængelige opdateringer automatisk",
"Do not automatically install updates when the network connection is metered": "Installer ikke automatisk opdateringer når netværksforbindelsen er målt",
"Do not automatically install updates when the device runs on battery": "Installer ikke automatisk opdateringer når enheden kører på batteri",
"Do not automatically install updates when the battery saver is on": "Installer ikke automatisk opdateringer når batteribesparelse er tændt",
"Only show updates that are at least the specified number of days old": "Vis kun opdateringer, der er mindst det angivne antal dage gamle",
"Change how UniGetUI handles install, update and uninstall operations.": "Ændre hvordan UniGetUI håndterer installations-, opdaterings- og afinstallationsoperationer.",
"Package Managers": "Pakkemanagere",
"More": "Mere",
"Package Manager logs": "Pakkemanager logs",
"Operation history": "Handlingshistorik",
"Help": "Hjælp",
"Quit UniGetUI": "Afslut UniGetUI",
"Order by:": "Sortering:",
"Name": "Navn",
"Id": "ID",
"Ascendant": "Stigende",
"Descendant": "Faldende",
"View mode:": "Visningsmode:",
"Filters": "Filtre",
"Sources": "Kilder",
"Search for packages to start": "Søg efter pakker for at komme i gang",
"Select all": "Vælg alle",
"Clear selection": "Ryd markeringer",
"Instant search": "Øjeblikkelig søgning",
"Distinguish between uppercase and lowercase": "Forskel på store- & små bogstaver",
"Ignore special characters": "Ignorer særlige bogstaver/tegn",
"Search mode": "Søge tilstand",
"Both": "Begge",
"Exact match": "Nøjagtigt match",
"Show similar packages": "Vis lignende pakker",
"Nothing to share": "Intet at dele",
"Please select a package first.": "Vælg venligst først en pakke.",
"Share link copied": "Delingslink kopieret",
"The share link for {0} has been copied to the clipboard.": "Delingslinket til {0} er blevet kopieret til udklipsholderen.",
"No results were found matching the input criteria": "Ingen resultater fundet der opfylder valgte kriterier",
"No packages were found": "Ingen pakker blev fundet",
"Loading packages": "Indlæser pakker",
"Skip integrity checks": "Spring integritetstjeks over",
"Download selected installers": "Download valgte installationsprogrammer",
"Install selection": "Installer valgte",
"Install options": "Installationsmuligheder",
"Share": "Del",
"Add selection to bundle": "Tilføj til samling",
"Download installer": "Download installationsprogram",
"Share this package": "Del denne pakke",
"Uninstall selection": "Afinstallationsvalg",
"Uninstall options": "Afinstallationsmuligheder",
"Ignore selected packages": "Ignorer valgte pakker",
"Open install location": "Åbn installationslokation",
"Reinstall package": "Geninstaller pakke",
"Uninstall package, then reinstall it": "Afinstaller valgte pakke, og så geninstaller den",
"Ignore updates for this package": "Ignorer opdateringer for denne pakke",
"Do not ignore updates for this package anymore": "Ignorer ikke opdateringer for denne pakke mere",
"Add packages or open an existing package bundle": "Tilføj pakker eller åben en eksisterende pakke samling",
"Add packages to start": "Tilføj pakker til start",
"The current bundle has no packages. Add some packages to get started": "Den nuværende samling har ikke nogle pakker. Tilføj nogle pakker for at komme i gang",
"New": "Ny",
"Save as": "Gem som",
"Remove selection from bundle": "Fjern valgte fra samling",
"Skip hash checks": "Spring hash-tjeks over",
"The package bundle is not valid": "Pakkesamlingen er ikke gyldig",
"The bundle you are trying to load appears to be invalid. Please check the file and try again.": "Samlingen, du prøver at indlæse, ser ud til at være ugyldig. Tjek filen og prøv igen.",
"Package bundle": "Pakke samling",
"Could not create bundle": "Kunne ikke oprette samlingen",
"The package bundle could not be created due to an error.": "Pakkesamlingen kunne ikke oprettes på grund af en fejl.",
"Unsaved changes": "Ikke-gemte ændringer",
"Discard changes": "Kassér ændringer",
"You have unsaved changes in the current bundle. Do you want to discard them?": "Du har ikke-gemte ændringer i den aktuelle samling. Vil du kassere dem?",
"Bundle security report": "Pakkesamlings sikkerhedsrapport",
"The bundle contained restricted content": "Samlingen indeholdt begrænset indhold",
"Hooray! No updates were found.": "Ingen opdateringer fundet.",
"Everything is up to date": "Alt er opdateret",
"Uninstall selected packages": "Afinstaller valgte pakker",
"Update selection": "Opdateringsvalg",
"Update options": "Opdateringsmuligheder",
"Uninstall package, then update it": "Afinstaller valgte pakke, og så opdater den (hvordan fungere det?)",
"Uninstall package": "Afinstaller pakke",
"Skip this version": "Spring denne version over",
"Pause updates for": "Pausér opdateringer for",
"The Rust package manager.<br>Contains: <b>Rust libraries and programs written in Rust</b>": "Rust pakkemanageren.<br>Indeholder: <b>Rust biblioteker og programmer skrevet i Rust</b>",
"The classical package manager for windows. You'll find everything there. <br>Contains: <b>General Software</b>": "Windows' egen Pakkemanager, hvor du kan finde det meste.<br>Indeholder:<b>Generel software</b>",
"A repository full of tools and executables designed with Microsoft's .NET ecosystem in mind.<br>Contains: <b>.NET related tools and scripts</b>": "En samling af værktøjer og programmer til brug i Microsoft's .NET økosystem.<br>Indeholder <b>.NET relaterede værktøjer og scripts</b>",
"NuPkg (zipped manifest)": "NuPkg (zippet manifest)",
"The Missing Package Manager for macOS (or Linux).<br>Contains: <b>Formulae, Casks</b>": "Den manglende pakkemanager til macOS (eller Linux).<br>Indeholder: <b>Formulae, Casks</b>",
"Node JS's package manager. Full of libraries and other utilities that orbit the javascript world<br>Contains: <b>Node javascript libraries and other related utilities</b>": "Node JS's pakkemanager. Fuld af biblioteker og andre værktøjer, som omkranser Javascript verdenen<br>Indeholder: <b>Node Javascript biblioteker og andre relaterede værktøjer</b>",
"Python's library manager. Full of python libraries and other python-related utilities<br>Contains: <b>Python libraries and related utilities</b>": "Python's biblioteksmanager. Fuld af python biblioteker og andre pythonrelaterede værktøjer<br>Indeholder: <b>Python biblioteker og andre relaterede værktøjer</b>",
"PowerShell's package manager. Find libraries and scripts to expand PowerShell capabilities<br>Contains: <b>Modules, Scripts, Cmdlets</b>": "PowerShell's pakkemanager. Find biblioteker og scripts til at udvide mulighederne i PowerShell<br>Indeholder: <b>Moduler, Scripts, Cmdlets</b>",
"extracted": "pakket ud",
"Scoop package": "Scoop pakke",
"Great repository of unknown but useful utilities and other interesting packages.<br>Contains: <b>Utilities, Command-line programs, General Software (extras bucket required)</b>": "Fantastisk lager af ukendte, men brugbare værktøjer og andre interessante pakker.<br>Indeholder: <b>Værktøjer, Kommandolinje programmer. Gemerel software (ekstra samling påkrævet)</b>",
"library": "bibliotek",
"feature": "funktion",
"A popular C/C++ library manager. Full of C/C++ libraries and other C/C++-related utilities<br>Contains: <b>C/C++ libraries and related utilities</b>": "En populær C/C++ biblioteksmanager. Fuld af C/C++ biblioteker og andre C/C++ relaterede værktøjer<br>Indeholder: <b>C/C++ biblioteker og relaterede værktøjer</b>",
"option": "indstilling",
"This package cannot be installed from an elevated context.": "Denne pakke kan ikke installeres fra en kontekst med forhøjede rettigheder.",
"Please run UniGetUI as a regular user and try again.": "Kør UniGetUI som almindelig bruger og prøv igen.",
"Please check the installation options for this package and try again": "Kontroller installationsindstillingerne for denne pakke og prøv igen",
"Microsoft's official package manager. Full of well-known and verified packages<br>Contains: <b>General Software, Microsoft Store apps</b>": "Microsofts officielle pakkemanager. Fuld af velkendte og verificerede pakker<br>Indeholder: <b>Generel software, Microsoft Store apps</b>",
"Local PC": "Lokal PC",
"Android Subsystem": "Android-undersystem",
"Operation on queue (position {0})...": "Handling er i kø (position {0})...",
"Click here for more details": "Klik her for yderligere detaljer",
"Operation canceled by user": "Handlingen blev annulleret af bruger",
"Running PreOperation ({0}/{1})...": "Kører PreOperation ({0}/{1})...",
"PreOperation {0} out of {1} failed, and was tagged as necessary. Aborting...": "PreOperation {0} ud af {1} mislykkedes og var markeret som nødvendig. Afbryder...",
"PreOperation {0} out of {1} finished with result {2}": "PreOperation {0} ud af {1} blev afsluttet med resultatet {2}",
"Starting operation...": "Starter handling...",
"Running PostOperation ({0}/{1})...": "Kører PostOperation ({0}/{1})...",
"PostOperation {0} out of {1} failed, and was tagged as necessary. Aborting...": "PostOperation {0} ud af {1} mislykkedes og var markeret som nødvendig. Afbryder...",
"PostOperation {0} out of {1} finished with result {2}": "PostOperation {0} ud af {1} blev afsluttet med resultatet {2}",
"{package} installer download": "{package} installationsprogram download",
"{0} installer is being downloaded": "{0} installationsprogram bliver downloaded",
"Download succeeded": "Download lykkedes",
"{package} installer was downloaded successfully": "{package} installationsprogram blev downloaded med success",
"Download failed": "Download mislykkedes",
"{package} installer could not be downloaded": "{package} installationsprogram kunne ikke downloades",
"{package} Installation": "{package} installation",
"{0} is being installed": "{0} bliver installeret",
"Installation succeeded": "Installation gennemført",
"{package} was installed successfully": "Installation af {package} gennemført",
"Installation failed": "Installation fejlede",
"{package} could not be installed": "{package} kunne ikke installeres",
"{package} Update": "{package} opdatering",
"{0} is being updated to version {1}": "{0} bliver opdateret til version {1}",
"Update succeeded": "Opdatering gennemført",
"{package} was updated successfully": "{package} opdatering gennemført",
"Update failed": "Opdatering fejlet",
"{package} could not be updated": "{package} kunne ikke opdateres",
"{package} Uninstall": "{package} afinstallation",
"{0} is being uninstalled": "{0} bliver afinstalleret",
"Uninstall succeeded": "Afinstallation gennemført",
"{package} was uninstalled successfully": "Afinstallation af {package} gennemført",
"Uninstall failed": "Afinstallering fejlede",
"{package} could not be uninstalled": "{package} kunne ikke afinstalleres",
"Adding source {source}": "Tilføjer kilden {source}",
"Adding source {source} to {manager}": "Tilføjer kilde {source} til {manager}",
"Source added successfully": "Kilde blev tilføjet med success",
"The source {source} was added to {manager} successfully": "Kilden {source} blev tilføjet til {manager} med success",
"Could not add source": "Kunne ikke tilføje kilde",
"Could not add source {source} to {manager}": "Kunne ikke tilføje kilde {source} til {manager}",
"Removing source {source}": "Fjerner kilde {source}",
"Removing source {source} from {manager}": "Fjerner kilde {source} fra {manager}",
"Source removed successfully": "Kilden blev fjernet med success",
"The source {source} was removed from {manager} successfully": "Kilden {source} blev fjernet fra {manager} med success",
"Could not remove source": "Kunne ikke fjerne kilde",
"Could not remove source {source} from {manager}": "Kunne ikke fjerne kilde {source} fra {manager}",
"The package manager \"{0}\" was not found": "Pakkemanageren \"{0}\" blev ikke fundet",
"The package manager \"{0}\" is disabled": "Pakkemanageren \"{0}\" er deaktiveret",
"There is an error with the configuration of the package manager \"{0}\"": "Der er en fejl i konfigurationen af pakkemanageren \"{0}\"",
"The package \"{0}\" was not found on the package manager \"{1}\"": "Pakken \"{0}\" blev ikke fundet via pakkemanager \"{1}\"",
"{0} is disabled": "{0} er slået fra",
"Something went wrong": "Noget gik galt",
"An interal error occurred. Please view the log for further details.": "En intern fejl opstod. Se i loggen for flere detaljer.",
"No applicable installer was found for the package {0}": "Der blev ikke fundet noget relevant installationsprogram til pakken {0}",
"We are checking for updates.": "Vi søger efter opdateringer.",
"Please wait": "Vent venligst",
"UniGetUI version {0} is being downloaded.": "UniGetUI version {0} bliver downloaded.",
"This may take a minute or two": "Det kan tage et minut eller to",
"The installer authenticity could not be verified.": "Installationsprogrammets ægthed kunne ikke verificeres.",
"The update process has been aborted.": "Opdateringsprocessen er blevet afbrudt.",
"Great! You are on the latest version.": "Fantastisk! Du har den seneste version.",
"There are no new UniGetUI versions to be installed": "Der er ikke nogen nye UniGetUI versioner til installation.",
"An error occurred when checking for updates: ": "Der skete en fejl under søgning efter opdateringer:",
"UniGetUI is being updated...": "UniGetUI bliver opdateret...",
"Something went wrong while launching the updater.": "Noget gik galt ved afviklingen af opdateringen.",
"Please try again later": "Prøv igen senere",
"Integrity checks will not be performed during this operation": "Integritetstjek vil ikke blive udført under denne operation",
"This is not recommended.": "Dette er ikke anbefalet.",
"Run now": "Kør nu",
"Run next": "Kør næste",
"Run last": "Kør sidste",
"Retry as administrator": "Prøv igen som administrator",
"Retry interactively": "Prøv igen som interaktiv",
"Retry skipping integrity checks": "Prøv oversprungne integritetstjek igen",
"Installation options": "Installations muligheder",
"Show in explorer": "Vis i stifinder",
"This package is already installed": "Denne pakke er allerede installeret",
"This package can be upgraded to version {0}": "Denne pakke kan opgraderes til version {0}",
"Updates for this package are ignored": "Opdateringer til denne pakker bliver ignoreret",
"This package is being processed": "Denne pakke bliver behandlet",
"This package is not available": "Denne pakke er ikke tilgængelig",
"Select the source you want to add:": "Vælg kilden du vil tilføje:",
"Source name:": "Kilde navn:",
"Source URL:": "Kilde URL:",
"An error occurred": "Der skete en fejl",
"An error occurred when adding the source: ": "Der skete en fejl under tilføjelsen af kilden:",
"Package management made easy": "Pakkeadministration gjort let",
"version {0}": "udgave {0}",
"[RAN AS ADMINISTRATOR]": "KØRTE SOM ADMINISTRATOR",
"Portable mode": "Portabel tilstand\n",
"DEBUG BUILD": "DEBUG-BUILD",
"Available Updates": "Tilgængelige opdateringer",
"Show UniGetUI": "Vis UniGetUI",
"Quit": "Afslut",
"Attention required": "Opmærksomhed kræves",
"Restart required": "Genstart påkrævet",
"1 update is available": "1 opdatering tilgængelig",
"{0} updates are available": "{0} opdateringer tilgængelige",
"Here you can change UniGetUI's behaviour regarding the following shortcuts. Checking a shortcut will make UniGetUI delete it if if gets created on a future upgrade. Unchecking it will keep the shortcut intact": "Her kan du ændre UniGetUI's opførsel vedrørende følgende genveje. Markering af en genvej vil få UniGetUI til at slette den, hvis den oprettes under en fremtidig opgradering. Afmarkering af den vil beholde genvejen.",
"Manual scan": "Manuel scanning",
"Existing shortcuts on your desktop will be scanned, and you will need to pick which ones to keep and which ones to remove.": "Eksisterende genveje på dit skrivebord vil blive scannet, og du vil være nødt til at vælge hvilke, der skal beholdes og hvilke, der skal fjernes.",
"Continue": "Fortsæt",
"Delete?": "Slet?",
"Missing dependency": "Manglende afhængighed",
"Not right now": "Ikke lige nu",
"Install {0}": "Installer {0}",
"UniGetUI requires {0} to operate, but it was not found on your system.": "UniGetUI kræver {0} for at fungere, men det blev ikke fundet på dit system.",
"Click on Install to begin the installation process. If you skip the installation, UniGetUI may not work as expected.": "Klik på Installer for at starte installationsprocessen. Hvis du springer installationen over, vil UniGetUI muligvis ikke virke som forventet.",
"Alternatively, you can also install {0} by running the following command in a Windows PowerShell prompt:": "Alternative kan du også installere {0} ved at afvikle følgende kommando i en Windows PowerShell prompt:",
"Do not show this dialog again for {0}": "Vis ikke denne dialog igen for {0}",
"Please wait while {0} is being installed. A black window may show up. Please wait until it closes.": "Vent mens {0} bliver installeret. Et sort (eller blåt) vindue kan dukke up. Vent venligst på at det lukker.",
"{0} has been installed successfully.": "{0} er blevet installeret med success.",
"Please click on \"Continue\" to continue": "Klik på \"Fortsæt\" for at fortsætte",
"{0} has been installed successfully. It is recommended to restart UniGetUI to finish the installation": "{0} er blevet installeret med success. Det anbefales at genstarte UniGetUI for at færdiggøre installation",
"Restart later": "Genstart senere",
"An error occurred:": "Der opstod en fejl:",
"I understand": "Accepter",
"WinGet was repaired successfully": "WinGet blev repareret med success",
"It is recommended to restart UniGetUI after WinGet has been repaired": "Det anbefales at genstarte UniGetUI efter WinGet er blevet repareret",
"NOTE: This troubleshooter can be disabled from UniGetUI Settings, on the WinGet section": "BEMÆRK: Denne problemløser kan deaktiveres fra UniGetUI Indstillinger i WinGet sektionen",
"Restart": "Genstart",
"WinGet could not be repaired": "WinGet kunne ikke repareres",
"An unexpected issue occurred while attempting to repair WinGet. Please try again later": "Et uventet problem opstod under forsøget på at reparere WinGet. Prøv igen senere.",
"Are you sure you want to delete all shortcuts?": "Er du sikker på, du vil slette alle genveje?",
"Any new shorcuts created during an install or an update operation will be deleted automatically, instead of showing a confirmation prompt the first time they are detected.": "Nye genveje oprettet under en installations- eller opdateringsoperation vil blive slettet automatisk i stedet for at bede om bekræftelse første gang, de bliver detekteret.",
"Any shorcuts created or modified outside of UniGetUI will be ignored. You will be able to add them via the {0} button.": "Genveje oprettet eller ændret uden for UniGetUI vil blive ignoreret. Du kan tilføje dem via {0} knappen.",
"Are you really sure you want to enable this feature?": "Er du virkelig sikker på, du ønsker at aktivere denne funktion?",
"No new shortcuts were found during the scan.": "Ingen nye genveje blev fundet under scanningstiden.",
"How to add packages to a bundle": "Hvordan tilføjes pakker til en samling",
"In order to add packages to a bundle, you will need to: ": "For at føje pakker til en samling, er du nødt til:",
"1. Navigate to the \"{0}\" or \"{1}\" page.": "1. Naviger til \"{0}\" eller \"{1}\" siden.",
"2. Locate the package(s) you want to add to the bundle, and select their leftmost checkbox.": "2. Lokaliser de(n) pakke(r), du ønsker at tilføje til samlingen og vælg checkboksen længst til venstre.",
"3. When the packages you want to add to the bundle are selected, find and click the option \"{0}\" on the toolbar.": "3. Når pakkerne, du ønsker at tilføje til samlingen, er valgt, finder du indstillingen \"{0}\" på værktøjslinjen og klikker på den.",
"4. Your packages will have been added to the bundle. You can continue adding packages, or export the bundle.": "4. Dine pakker vil være tilføjet til samlingen. Du kan fortsætte med at tilføje pakker eller eksportere samlingen.",
"Which backup do you want to open?": "Hvilken backup ønsker du at åbne?",
"Select the backup you want to open. Later, you will be able to review which packages you want to install.": "Vælg den backup, du vil åbne. Senere vil du kunne gennemse hvilke pakker du vil installere.",
"There are ongoing operations. Quitting UniGetUI may cause them to fail. Do you want to continue?": "Der er igangværende handlinger. Afslutning af UniGetUI kan betyde, at de mislykkes. Ønsker du at fortsætte?",
"UniGetUI or some of its components are missing or corrupt.": "UniGetUI eller nogle af dets komponenter mangler eller er beskadigede.",
"It is strongly recommended to reinstall UniGetUI to adress the situation.": "Det anbefales stærkt at geninstallere UniGetUI for at løse situationen.",
"Refer to the UniGetUI Logs to get more details regarding the affected file(s)": "Se UniGetUI Logs for at få flere detaljer vedrørende de berørte fil(er)",
"Integrity checks can be disabled from the Experimental Settings": "Integritetstjek kan deaktiveres fra Eksperimentelle Indstillinger",
"Repair UniGetUI": "Reparer UniGetUI",
"Live output": "Live-output",
"Package not found": "Pakke ikke fundet",
"An error occurred when attempting to show the package with Id {0}": "Der opstod en fejl under forsøget på at vise pakken med Id {0}",
"Package": "Pakke",
"This package bundle had some settings that are potentially dangerous, and may be ignored by default.": "Denne pakkesamling havde nogle indstillinger, der er potentielt farlige, og kan blive ignoreret som standard.",
"Entries that show in YELLOW will be IGNORED.": "Indlæg der vises i GUL vil blive IGNORERET.",
"Entries that show in RED will be IMPORTED.": "Indlæg der vises i RØD vil blive IMPORTERET.",
"You can change this behavior on UniGetUI security settings.": "Du kan ændre denne opførsel i UniGetUI sikkerhedsindstillinger.",
"Open UniGetUI security settings": "Åbn UniGetUI sikkerhedsindstillinger",
"Should you modify the security settings, you will need to open the bundle again for the changes to take effect.": "Hvis du ændrer sikkerhedsindstillingerne, skal du åbne samlingen igen, for at ændringerne træder i kraft.",
"Details of the report:": "Detaljer om rapporten:",
"\"{0}\" is a local package and can't be shared": "\"{0}\" er en lokal pakke og kan ikke deles",
"Are you sure you want to create a new package bundle? ": "Er du sikker på, at du vil oprette en ny pakkesamling?",
"Any unsaved changes will be lost": "Alle ikke-gemte ændringer vil blive mistet.",
"Warning!": "Advarsel!",
"For security reasons, custom command-line arguments are disabled by default. Go to UniGetUI security settings to change this. ": "Af sikkerhedsmæssige årsager er brugerdefinerede kommandolinje argumenter deaktiveret som standard. Gå til UniGetUI sikkerhedsindstillinger for at ændre dette. ",
"Change default options": "Ændre standardmuligheder",
"Ignore future updates for this package": "Ignorer fremtidige opdateringer til denne pakke",
"For security reasons, pre-operation and post-operation scripts are disabled by default. Go to UniGetUI security settings to change this. ": "Af sikkerhedsmæssige årsager er pre-operation og post-operation scripts deaktiveret som standard. Gå til UniGetUI sikkerhedsindstillinger for at ændre dette. ",
"You can define the commands that will be run before or after this package is installed, updated or uninstalled. They will be run on a command prompt, so CMD scripts will work here.": "Du kan definere de kommandoer, der vil blive kørt før eller efter denne pakke installeres, opdateres eller afinstalleres. De køres på en kommandoprompt, så CMD-scripts virker her.",
"Change this and unlock": "Ændre dette og lås op",
"{0} Install options are currently locked because {0} follows the default install options.": "{0} Installationsmuligheder er i øjeblikket låste, fordi {0} følger standardinstallationsmulighederne.",
"Select the processes that should be closed before this package is installed, updated or uninstalled.": "Vælg de processer, der skal lukkes, før denne pakke installeres, opdateres eller afinstalleres.",
"Write here the process names here, separated by commas (,)": "Skriv her processnavnene, adskilt af kommaer (,)",
"Unset or unknown": "Ikke angivet eller ukendt",
"Please see the Command-line Output or refer to the Operation History for further information about the issue.": "Se Kommandolinje Output eller i Handlingshistorikken for yderligere information om dette problem.",
"This package has no screenshots or is missing the icon? Contrbute to UniGetUI by adding the missing icons and screenshots to our open, public database.": "Denne pakke har ingen skærmbilleder eller mangler ikonet? Bidrag til UniGetUI ved at tilføje manglende ikoner og skærmbilleder til vores åbne, offentlige database.",
"Become a contributor": "Bidrag selv til udviklingen",
"Save": "Gem",
"Update to {0} available": "Opdatering til {0} tilgængelig",
"Reinstall": "Geninstaller",
"Installer not available": "Installationsprogram er ikke tilgængeligt",
"Version:": "Udgave:",
"Performing backup, please wait...": "Laver backup, vent venligst...",
"An error occurred while logging in: ": "Der opstod en fejl under login: ",
"Fetching available backups...": "Henter tilgængelige backups...",
"Done!": "Færdig!",
"The cloud backup has been loaded successfully.": "Cloud backuppen er blevet indlæst med succes.",
"An error occurred while loading a backup: ": "Der opstod en fejl under indlæsning af en sikkerhedskopi: ",
"Backing up packages to GitHub Gist...": "Laver backup af pakker til GitHub Gist...",
"Backup Successful": "Backup vellykket",
"The cloud backup completed successfully.": "Cloud backuppen blev gennemført med succes.",
"Could not back up packages to GitHub Gist: ": "Kunne ikke lave backup af pakker til GitHub Gist: ",
"It is not guaranteed that the provided credentials will be stored safely, so you may as well not use the credentials of your bank account": "Det er ikke garanteret, at de leverede legitimationsoplysninger bliver gemt sikkert, så du kan lige så godt ikke bruge legitimationsoplysningerne fra din bankkonto",
"Enable the automatic WinGet troubleshooter": "Aktiver den automatiske WinGet problemløser",
"Enable an [experimental] improved WinGet troubleshooter": "Aktiver en [eksperimentel] forbedret WinGet problemløser",
"Add updates that fail with a 'no applicable update found' to the ignored updates list": "Tilføj opdateringer, som mislykkes med en 'ingen relevante opdateriinger fundet' til listen over ignorerede opdateringer",
"Invalid selection": "Ugyldigt valg",
"No package was selected": "Ingen pakke blev valgt",
"More than 1 package was selected": "Mere end 1 pakke blev valgt",
"List": "Listevisning",
"Grid": "Gittervisning",
"Icons": "Ikoner",
"\"{0}\" is a local package and does not have available details": "\"{0}\" er en lokal pakke og har ikke tilgængelige detaljer",
"\"{0}\" is a local package and is not compatible with this feature": "\"{0}\" er en lokal pakke og er ikke kompatibel med denne funktion",
"WinGet malfunction detected": "WinGet-fejl fundet",
"It looks like WinGet is not working properly. Do you want to attempt to repair WinGet?": "Det ser ud til, at WinGet ikke fungerer ordentligt. Ønsker du at forsøge at reparere WinGet?",
"Repair WinGet": "Reparer WinGet",
"Create .ps1 script": "Opret .ps1 script",
"Add packages to bundle": "Tilføj pakker til samling",
"Preparing packages, please wait...": "Klargøre pakker, vent venligst...",
"Loading packages, please wait...": "Indlæser pakker, vent venligst...",
"Saving packages, please wait...": "Gemmer pakker, vent venligst...",
"The bundle was created successfully on {0}": "Samlingen blev skabt med succes på {0}",
"Install script": "Installationsscript",
"The installation script saved to {0}": "Installationscriptet gemmet på {0}",
"An error occurred while attempting to create an installation script:": "Der opstod en fejl under forsøget på at oprette et installationsscript:",
"{0} packages are being updated": "{0} pakker der bliver opdateret",
"Error": "Fejl",
"Log in failed: ": "Login fejlede: ",
"Log out failed: ": "Logoff fejlede: ",
"Package backup settings": "Pakke backup indstillinger",
"__LEGACY_TRANSLATION_KEYS_BELOW__": "Legacy translation keys below are kept for backward compatibility with older UniGetUI builds. Do not translate or remove yet.",
"About WingetUI": "Om UniGetUI",
"WingetUI is an application that makes managing your software easier, by providing an all-in-one graphical interface for your command-line package managers.": "UniGetUI er en applikation, som gør adminstrationen af din software lettere ved at levere et alt-i-et grafisk brugergrænseflade til dine kommandolinje pakkemanagere.",
"You have installed WingetUI Version {0}": "Installeret WingetUI version er {0}",
"WingetUI wouldn't have been possible without the help of the contributors. Thank you all 🥳": "WingetUI ville ikke have været mulig uden støtten fra vores hjælpere. Tak til jer alle 🥳",
"WingetUI Uses the following libraries. Without them, WingetUI wouldn't have been possible.": "WingetUI bruger følgende biblioteker. Uden dem ville WingetUI ikke have været mulig.",
"WingetUI has been translated to more than 40 languages thanks to the volunteer translators. Thank you 🤝": "UniGetUI er oversat til mere end 40 sprog takket være de frivillige oversættere. Mange tak 🤝",
"WingetUI Settings": "WingetUI Indstillinger",
"You may need to install {pm} in order to use it with WingetUI.": "Installation af {pm} er nødvendig, for at kunne bruge det med WingetUI.",
"Scoop Installer - WingetUI": "Scoop Installere - WingetUI",
"Scoop Uninstaller - WingetUI": "Scoop Afinstallere - WingetUI",
"Clearing Scoop cache - WingetUI": "Fjerner Scoop cache - WingetUI",
"WingetUI Version {0}": "WingetUI Version {0}",
"WingetUI License": "WingetUI Licens",
"Using WingetUI implies the acceptation of the MIT License": "Brug af UniGetUI betyder accept af MIT licensen",
"Enable background api (WingetUI Widgets and Sharing, port 7058)": "Aktiver baggrunds-API (Widgets til UniGetUI og Deling, port 7058)",
"Update WingetUI automatically": "Opdatér WingetUI automatisk",
"Reset WingetUI": "Nulstil WingetUI",
"WingetUI display language:": "WingetUI Sprog",
"Manage WingetUI autostart behaviour": "Administrer WingetUI's autostartadfærd",
"Enable WingetUI notifications": "Aktiver UniGetUI notifikationer",
"WingetUI Log": "WingetUI log",
"Show WingetUI": "Vis WingetUI",
"WingetUI Homepage": "WingetUI Startside",
"WingetUI Repository": "WingetUI Biblioteket",
"WingetUI has been ran as administrator, which is not recommended. When running WingetUI as administrator, EVERY operation launched from WingetUI will have administrator privileges. You can still use the program, but we highly recommend not running WingetUI with administrator privileges.": "UniGetUI har været kørt som administrator, hvilket ikke anbefales. Når man kører UniGetUI som administrator vil ALLE handlinger startet fra UniGetUI have administratorrettigheder. Du kan stadig bruge programmet, men vi anbefaler kraftigt ikke at køre UniGetUI med administratorrettigheder.",
"There are ongoing operations. Quitting WingetUI may cause them to fail. Do you want to continue?": "Der er igangværende handlinger. Afslutning af UniGetUI kan betyde, at de mislykkes. Ønsker du at fortsætte?",
"This package has no screenshots or is missing the icon? Contrbute to WingetUI by adding the missing icons and screenshots to our open, public database.": "Denne pakke har ingen skærmbilleder eller mangler ikonet? Bidrag til UniGetUI ved at tilføje manglende ikoner og skærmbilleder til vores åbne, offentlige database.",
"Restart WingetUI to fully apply changes": "Genstart WingetUI for at gennemføre ændringer",
"Restart WingetUI": "Genstart WingetUI",
"UniGetUI": "UniGetUI",
"Manage UniGetUI autostart behaviour from the Settings app": "Administrer UniGetUI automatisk start-opførsel fra Indstillinger appen",
"(Number {0} in the queue)": "(Nummer {0} i køen)",
"0 0 0 Contributors, please add your names/usernames separated by comas (for credit purposes). DO NOT Translate this entry": "@mikkolukas, @yrjarv, @AAUCrisp, @siewers, @bstordrup",
"0 packages found": "0 pakker fundet",
"0 updates found": "0 opdateringer fundet",
"1 month": "1 måned",
"1 package was found": "1 pakke fundet",
"1 year": "1 år",
"A repository full of tools designed with Microsoft's .NET ecosystem in mind.<br>Contains: <b>.NET related Tools</b>": "En samling af værktøjer til brug i Microsoft's .NET økosystem.<br>Indeholder <b>.NET relaterede værktøjer</b>",
"A restart is required": "Genstart af WingetUI påkrævet",
"About Qt6": "Om Qt6",
"About WingetUI version {0}": "Om UniGetUI version {0}",
"About the dev": "Om udvikleren",
"Action when double-clicking packages, hide successful installations": "Skjul gennemførte installationer ved dobbeltklik",
"Add a source to {0}": "Tilføj kilde til {0}",
"Add a timestamp to the backup files": "Tilføj tidsstempel til backup filerne",
"Add packages or open an existing bundle": "Tilføj pakker eller åben en eksisterende samling",
"Addition succeeded": "Tilføjelse gennemført",
"Administrator privileges preferences": "Administratorindstillinger",
"Administrator rights": "Administrationsrettigheder",
"All files": "Alle filer",
"Allow package operations to be performed in parallel": "Tillad pakke handlinger at blive gjort parallelt",
"Allow parallel installs (NOT RECOMMENDED)": "Tillad installation af flere på samme tid (ANBEFALES IKKE)",
"Allow {pm} operations to be performed in parallel": "Tillad {pm} operationer på samme tid",
"Always elevate {pm} installations by default": "Altid kør {pm} installationer med forhøjede rettigheder",
"Always run {pm} operations with administrator rights": "Altid kør {pm} operationer med administrator rettigheder",
"An unexpected error occurred:": "En unventet fejl opstod:",
"Another source": "Anden kilde",
"App Name": "App Navn",
"Are these screenshots wron or blurry?": "Er disse skærmbilleder forkerte eller utydelige?",
"Ask for administrator rights when required": "Anmod om administrator rettigheder når nødvendigt",
"Ask once or always for administrator rights, elevate installations by default": "Spørg altid eller én gang om administrator rettigheder til installationer.",
"Ask only once for administrator privileges (not recommended)": "Spørg kun om administrator rettigheder én gang (ikke anbefalet)",
"Authenticate to the proxy with an user and a password": "Autentificér til proxy med brugernavn og adgangskode",
"Automatically save a list of your installed packages on your computer.": "Gem automatisk en liste af dine installerede pakker på din computer.",
"Autostart WingetUI in the notifications area": "Start WingetUI automatisk i notifikations området",
"Available updates: {0}": "Tilgængelige opdateringer: {0}",
"Available updates: {0}, not finished yet...": "Tilgængelige opdateringer: {0}, endnu ikke færdiggjorte...",
"Backup installed packages": "Lav backup af installerede pakker",
"Backup location": "Backup lokation",
"But here are other things you can do to learn about WingetUI even more:": "Her er der flere ting du kan gøre for at lære endnu mere om WingetUI:",
"By toggling a package manager off, you will no longer be able to see or update its packages.": "Ved at fravælge en pakkemanager vil du ikke længere kunne se eller opdatere dens pakker.",
"Cache administrator rights and elevate installers by default": "Gem administrator rettigheder i cache, og giv forhøjede rettigheder automatisk",
"Cache administrator rights, but elevate installers only when required": "Gem administrator rettigheder i cache, men giv kun forhøjede rettigheder når nødvendigt",
"Cache was reset successfully!": "Tømning af cache gennemført",
"Can't {0} {1}": "Kan ikke {0} {1}",
"Cancel all operations": "Annuller alle operationer",
"Change how UniGetUI installs packages, and checks and installs available updates": "Bestem hvordan UniGetUI installerer pakker og søger efter og installerer tilgængelige opdateringer",
"Change install location": "Ændre installations placering",
"Check for updates periodically": "Søg efter opdateringer periodisk",
"Check for updates regularly, and ask me what to do when updates are found.": "Søg efter opdateringer automatisk, og spørg før installation.",
"Check for updates regularly, and automatically install available ones.": "Søg efter og installer opdateringer automatisk.",
"Check out my {0} and my {1}!": "Se min {0} og {1}!",
"Check out some WingetUI overviews": "Se nogle WingetUI oversigter",
"Checking for other running instances...": "Leder efter andre kørende instanser...",
"Checking for updates...": "Søger efter opdateringer...",
"Checking found instace(s)...": "Undersøger fundne instans(er)...",
"Choose how many operations shouls be performed in parallel": "Vælge hvor mange operationer der skal udføres parallelt",
"Clear finished operations": "Ryd færdige operationer",
"Clear successful operations": "Fjern succesfulde operationer",
"Clear the local icon cache": "Tøm den lokale ikon-cache",
"Clearing Scoop cache...": "Fjerner Scoop cache...",
"Close WingetUI to the notification area": "Luk WingetUI til notifikationsområdet",
"Command-line Output": "Kommandolinje Output",
"Compare query against": "Sammenlign forespørgsel med",
"Component Information": "Komponent Information",
"Contribute to the icon and screenshot repository": "Bidrag til ikon og screenshot samlingen",
"Copy": "Kopier",
"Could not load announcements - ": "Kunne ikke hente beskeder - ",
"Could not load announcements - HTTP status code is $CODE": "Kunne ikke hente beskeder - HTTP status kode er $CODE",
"Could not remove {source} from {manager}": "Kunne ikke fjerne {source} fra {manager}",
"Current Version": "Nuværende version",
"Current user": "Nuværende bruger",
"Custom arguments:": "Brugerdefinerede argumenter:",
"Custom command-line arguments:": "Brugerdefinerede command-line argumenter:",
"Customize WingetUI - for hackers and advanced users only": "Personliggør WingetUI - kun for advancerede bruger",
"DISCLAIMER: WE ARE NOT RESPONSIBLE FOR THE DOWNLOADED PACKAGES. PLEASE MAKE SURE TO INSTALL ONLY TRUSTED SOFTWARE.": "ADVARSEL: Vi er ikke ansvarlige for hentede pakker. Installer venligst kun software der er tillid til!",
"Default preferences - suitable for regular users": "Standard indstillinger - Anbefalet til almindelige brugere",
"Description:": "Beskrivelse:",
"Developing is hard, and this application is free. But if you liked the application, you can always <b>buy me a coffee</b> :)": "Software udvikling er hårdt, og det her program er gratis. Hvis du kan lide programmet, kan du altid <b>købe mig en kaffe</b> :)",
"Directly install when double-clicking an item on the \"{discoveryTab}\" tab (instead of showing the package info)": "Installer ved dobbeltklik på en pakke i \"{discoveryTab}\" (istedet for at vise pakke-info)",
"Disable new share API (port 7058)": "Deaktiver nyt share API (port 7058)",
"Discover packages": "Søg efter pakker",
"Distinguish between\nuppercase and lowercase": "Forskel på store- & små bogstaver",
"Do NOT check for updates": "Søg IKKE efter opdateringer",
"Do an interactive install for the selected packages": "Foretag en interaktiv installation af de valgte pakker",
"Do an interactive uninstall for the selected packages": "Foretag en interaktiv afinstallation af de valgte pakker",
"Do an interactive update for the selected packages": "Foretag en interaktiv opdatering af de valgte pakker",
"Do not download new app translations from GitHub automatically": "Download ikke nye applicaktionsoversættelser fra GitHub automatisk",
"Do not remove successful operations from the list automatically": "Fjern ikke succesfulde operationer fra listen automatisk",
"Do not update package indexes on launch": "Opdater ikke pakkeindex ved programstart",
"Do you find WingetUI useful? If you can, you may want to support my work, so I can continue making WingetUI the ultimate package managing interface.": "Synes du, at UniGetUI er brugbar? Hvis du gør, vil du måske støtte mit arbejde, så jeg kan fortsætte med at gøre UniGetUI til den ultimative pakkemanager brugergrænseflade.",
"Do you find WingetUI useful? You'd like to support the developer? If so, you can {0}, it helps a lot!": "Synes du, at UniGetUI er brugbar? Har du lyst til at støtte udvikleren? Hvis du gør, kan du {0}. Det hjælper meget!",
"Do you really want to uninstall {0} packages?": "Ønsker du virkelig at afinstallere {0} pakker?",
"Do you want to restart your computer now?": "Ønsker du at genstarte computeren nu?",
"Do you want to translate WingetUI to your language? See how to contribute <a style=\"color:{0}\" href=\"{1}\"a>HERE!</a>": "Har du lyst til at hjælpe med at oversætte WingetUI til dit sprog? Se hvordag du kan bidrage <a style=\"color:{0}\" href=\"{1}\"a>her!</a>",
"Don't feel like donating? Don't worry, you can always share WingetUI with your friends. Spread the word about WingetUI.": "Ikke lyst til at donere? Bare rolig, du kan altid dele UniGetUI med dine venner. Fortæl om UniGetUI.",
"Donate": "Giv et tilskud",
"Download updated language files from GitHub automatically": "Download opdaterede sprogfiler fra GitHub automatisk",
"Downloading": "Downloader",
"Downloading installer for {package}": "Download installationsprogram til {package}",
"Downloading package metadata...": "Downloader pakke metadata...",
"Enable the new UniGetUI-Branded UAC Elevator": "Aktiver den nye UniGetUI-brandede UAC prompt",
"Enable the new process input handler (StdIn automated closer)": "Aktivér den nye processinput-handler (StdIn automatisk lukkeren)",
"Export log as a file": "Eksportér log som en fil",
"Export packages": "Eksporter pakker",
"Export selected packages to a file": "Eksporter valgte pakker til en fil",
"Fetching latest announcements, please wait...": "Henter seneste besked, vent venligst...",
"Finish": "Afslut",
"Force ARM compiled winget version (ONLY FOR ARM64 SYSTEMS)": "Tving ARM kompileret version af Winget (KUN TIL ARM64 SYSTEMER)",
"Formerly known as WingetUI": "Tidligere kendt som WingetUI",
"Found": "Fundet",
"Found packages: ": "Fundne pakker",
"Found packages: {0}": "Fundne pakker: {0}",
"Found packages: {0}, not finished yet...": "Fundne pakker: {0}, endnu ikke færdig...",
"GitHub profile": "GitHub-profil",
"Global": "Globalt",
"Help and documentation": "Hjælp og dokumentation",
"Hide details": "Skjul detaljer",
"How should installations that require administrator privileges be treated?": "Hvordan behandles installationer, som kræver administratorrettigheder?",
"Ignore updates for the selected packages": "Ignorer opdateringer for de valgte pakker",
"Ignored updates": "Ignorerede opdateringer",
"Import packages": "Importer pakker",
"Import packages from a file": "Importer pakker fra fil",
"Initializing WingetUI...": "Klargøre WingetUI",
"Install and more": "Installer og mere",
"Install and update preferences": "Installations- og opdateringspræferencer",
"Install packages from a file": "Installer pakker fra fil",
"Install selected packages": "Installer valgte pakker",
"Install selected packages with administrator privileges": "Installer valgte pakker med administrator rettigheder",
"Install the latest prerelease version": "Installer den seneste test version",
"Install updates automatically": "Installer opdateringer automatisk",
"Installation canceled by the user!": "Installation afbrudt af bruger",
"Installed packages": "Installerede pakker",
"Instance {0} responded, quitting...": "Instans {0} svarede, afslutter...",
"Is this package missing the icon?": "Mangler denne pakke sit ikon?",
"It looks like you ran WingetUI as administrator, which is not recommended. You can still use the program, but we highly recommend not running WingetUI with administrator privileges. Click on \"{showDetails}\" to see why.": "Det ser ud til, at du startede UniGetUI som administrator, hvilket ikke anbefales. Du kan stadig brpge programmet, men vi anbefaler kraftigt ikke at køre UniGetUI med administratorrettigheder. Klik på \"{showDetails}\" for at se hvorfor.",
"Latest Version": "Seneste Version",
"Latest Version:": "Seneste Version:",
"Latest details...": "Seneste detaljer...",
"Launching subprocess...": "Starter underprocess...",
"Licenses": "Licenser",
"Live command-line output": "Live-output fra kommandolinje",
"Loading UI components...": "Indlæser brugerfladekomponenter...",
"Loading WingetUI...": "Indlæser WingetUI...",
"Local machine": "Lokale maskine",
"Locating {pm}...": "Lokalisere {pm}",
"Looking for packages...": "Leder efter pakker...",
"Machine | Global": "Maskine | Global",
"Manage WingetUI autostart behaviour from the Settings app": "Administrer UniGetUI automatisk start-opførsel fra Indstillinger appen",
"Manage ignored packages": "Administrer ignorerede pakker",
"Manifests": "Manifestfiler",
"New Version": "Ny version",
"New bundle": "Ny samling",
"No packages found": "Ingen pakker fundet",
"No packages found matching the input criteria": "Ingen pakker fundet der opfylder valgte kriterier",
"No packages have been added yet": "Ingen pakker tilføjet endnu",
"No packages selected": "Ingen pakker valgt",
"No sources found": "Ingen kilder fundet",
"No sources were found": "Ingen kilder blev fundet",
"No updates are available": "Ingen opdateringer er tilgængelige",
"Notes:": "Noter",
"Notification tray options": "Indstillinger for notifikationsområde",
"Ok": "Ok",
"Open GitHub": "Åben GitHub",
"Open WingetUI": "Åben WingetUI",
"Open backup location": "Åben backup lokation",
"Open existing bundle": "Åben eksisterende samling",
"Open the welcome wizard": "Åben velkomst wizard'en",
"Operation cancelled": "Handling annulleret",
"Options saved": "Indstillinger gemt",
"Package Manager": "Pakkemanager",
"Package managers": "Pakkemanagere",
"Package {name} from {manager}": "Pakke {name} fra {manager}",
"Packages": "Pakker",
"Packages found: {0}": "Pakker fundet: {0}",
"Paste a valid URL to the database": "Indsæt en gyldig URL til databasen",
"Perform a backup now": "Lav en backup",
"Periodically perform a backup of the installed packages": "Lav backup af installerede pakker periodisk",
"Please enter at least 3 characters": "Indtast venligst mindst 3 tegn",
"Please note that certain packages might not be installable, due to the package managers that are enabled on this machine.": "Bemærk, at visse pakker muligvis ikke kan istalleres på grund af de pakkemanagere, der er aktiveret på denne maskine.",
"Please note that packages from certain sources may be not exportable. They have been greyed out and won't be exported.": "Bemærk venligst at pakker fra bestemte kilder kan være ikke-eksporterbare. De er nedtonet og vil ikke blive eksporteret.",
"Please select how you want to configure WingetUI": "Vælg venligst hvordan du vil opsætte WingetUI",
"Please type at least two characters": "Indtast venligst mindst 2 tegn",
"Portable": "Portabel",
"Publication date:": "Udgivelses dato",
"Quit WingetUI": "Luk WingetUI",
"Release notes URL:": "Releasenotes URL:",
"Release notes:": "Udgivelsesnoter",
"Reload": "Genindlæs",
"Removal failed": "Fjernelse fejlede",
"Removal succeeded": "Fjernelse gennemført",
"Remove permanent data": "Fjern permanente data",
"Remove successful installs/uninstalls/updates from the installation list": "Fjern gennemførte installeringer/afinstalleringer/opdateringer fra installationslisten",
"Repository": "Bibliiotek",
"Reset Scoop's global app cache": "Nulstil Scoop's globale app cache",
"Reset Winget sources (might help if no packages are listed)": "Nulstil Winget's kilder (hjælper måske hvis ingen pakker bliver vist)",
"Reset WingetUI and its preferences": "Nulstil WingetUI og det's indstillinger",
"Reset WingetUI icon and screenshot cache": "Nulstil WingetUI ikon og screenshot cache",
"Resetting Winget sources - WingetUI": "Nulstiller Winget kilder - WingetUI",
"Restart now": "Genstart nu",
"Restart your PC to finish installation": "Genstart din computer for at færdiggøre installation",
"Restart your computer to finish the installation": "Genstart din computer for at færdiggøre installation",
"Retry failed operations": "Prøv mislykkedes handlinger igen",
"Retrying, please wait...": "Prøver igen, vent venligst...",
"Return to top": "Til toppen",
"Running the installer...": "Kører installationsprogram...",
"Running the uninstaller...": "Kører afinstallationsprogram...",
"Running the updater...": "Kører opdatering...",
"Save File": "Gem Fil",
"Save bundle as": "Gem samling som",
"Save now": "Gem",
"Search": "Søg",
"Search for desktop software, warn me when updates are available and do not do nerdy things. I don't want WingetUI to overcomplicate, I just want a simple <b>software store</b>": "Søg efter desktop-software, fortæl mig når der er opdateringer tilgængelig, og lad være med at gøre nørdede ting. Jeg ønsker ikke at UniGetUI skal overkomplicere, jeg ønsker bare en enkel <b>software-butik</b>",
"Search on available updates": "Søg blandt tilgængelige opdateringer",
"Search on your software": "Søg i din software",
"Searching for installed packages...": "Søger efter installerede pakker...",
"Searching for packages...": "Søger efter pakker...",
"Searching for updates...": "Søger efter opdateringer...",
"Select \"{item}\" to add your custom bucket": "Vælg \"{item}\" til at tilføje til samling",
"Select a folder": "Vælg en folder",
"Select all packages": "Vælg alle pakker",
"Select only <b>if you know what you are doing</b>.": "Vælg kun <b>hvis du ved hvad du laver</b>.",
"Select package file": "Vælg pakke-fil",
"Select which <b>package managers</b> to use ({0}), configure how packages are installed, manage how administrator rights are handled, etc.": "Vælg hvilke <b>pakkemanagere</b>, der skal anvendes ({0}), konfigurer hvordan pakker installeres, administrer hvordan administrator-rettigheder håndteres osv.",
"Sent handshake. Waiting for instance listener's answer... ({0}%)": "Afsendt håndtryk. Venter på svar... ({0}%)",
"Set custom backup file name": "Vælg backup filnavn",
"Share WingetUI": "Del WingetUI",
"Show UniGetUI on the system tray": "Vis UniGetUI i system-tray",
"Show a notification when an installation fails": "Vis notifikation når en installation fejler",
"Show a notification when an installation finishes successfully": "Vis notifikation når en installation gennemføres",
"Show details": "Vis detaljer",
"Show info about the package on the Updates tab": "Vis information om pakken på Opdateringer fanen",
"Show missing translation strings": "Vis felter der mangler oversættelse",
"Show package details": "Vis pakke-detaljer",