]> git.sesse.net Git - vlc/blob - extras/package/win32/languages/danish.nsh
Win32 installer: add Danish translation
[vlc] / extras / package / win32 / languages / danish.nsh
1 StrCpy $Name_Section01 "Media Player (Nødvendig)"
2 StrCpy $Name_Section02a "Start Menu Genvej"
3 StrCpy $Name_Section02b "Skrivebord Genvej"
4 StrCpy $Name_Section03 "Mozilla plugin"
5 StrCpy $Name_Section04 "ActiveX plugin"
6 StrCpy $Name_Section05 "Discs afspilning"
7 StrCpy $Name_Section06 "Filtype foreninger"
8 StrCpy $Name_SectionGroupAudio "Lyd Filer"
9 StrCpy $Name_SectionGroupVideo "Video Filer"
10 StrCpy $Name_SectionGroupOther "Andre"
11 StrCpy $Name_Section07 "Kontekst menu"
12 StrCpy $Name_Section08 "Slet præferencer og cache"
13
14 StrCpy $Desc_Section01 \
15     "Media Player selv"
16 StrCpy $Desc_Section02a \
17     "Tilføjer genveje til din start menu for nem adgang"
18 StrCpy $Desc_Section02b \
19     "Tilføjer ikon til skrivebordet for let adgang"
20 StrCpy $Desc_Section03 \
21     "VLC Mozilla og Mozilla Firefox plugin"
22 StrCpy $Desc_Section04 \
23     "VLC ActiveX plugin"
24 StrCpy $Desc_Section05 \
25     "DVD og CD-afspilning registrering"
26 StrCpy $Desc_Section06 \
27     "Sætter VLC Media Player som standard program for de angivne filtype"
28 StrCpy $Desc_Section07 \
29     "Tilføj kontekst menu artikler ('Afspil med VLC Media Player' og 'Tilføj til VLC's Afspilningsliste')"
30 StrCpy $Desc_Section08 \
31     "Sletter VLC Media Player præferencer og cache filer, levn fra tidligere installationer"
32
33 StrCpy $Message_AlreadyInstalled  \
34 "VLC Media Player er allerede blevet installeret. $\nVil du fjerne \
35 den tidligere version, før du installerer $(^Name) ?"
36
37 StrCpy $Name_Section91 "Afinstaller"
38 StrCpy $Name_Section92 "Slet præferencer og cache"
39
40 StrCpy $Desc_Section91 \
41 "Afinstaller VLC Media Player og alle dens komponenter"
42 StrCpy $Desc_Section92 \
43 "Sletter VLC Media Player præferencer og cache filer"
44
45 StrCpy $ShellAssociation_Play "Afspil"
46 StrCpy $ContextMenuEntry_PlayWith "Afspil med VLC Media Player"
47 StrCpy $ContextMenuEntry_AddToPlaylist "Tilføj til VLC's Afspilningsliste"
48
49 StrCpy $Link_VisitWebsite "Besøg VideoLAN VLC Media Player Webside"
50
51 StrCpy $Name_InstTypeRecommended "Anbefalet"
52 StrCpy $Name_InstTypeMinimum "Minimum"
53 StrCpy $Name_InstTypeFull "Fuld"
54
55 StrCpy $Action_OnArrivalDVD "Afspil DVD film"
56 StrCpy $Action_OnArrivalAudioCD "Afspil lyd CD"
57 StrCpy $Action_OnArrivalVCDMovie "Afspil VCD film"
58 StrCpy $Action_OnArrivalSVCDMovie "Afspil SVCD film"
59 StrCpy $Action_OnArrivalVideoFiles "Afspil video filer"
60 StrCpy $Action_OnArrivalMusicFiles "Afspil lyd filer"
61 StrCpy $Action_OnArrivalDVDAudio "Afspil lyd DVD"