Commit 85b270b0 authored by Christophe Mutricy's avatar Christophe Mutricy

Correct the encoding

NSIS files should be in the default windows codepage for this language
parent 563dc32b
StrCpy $Name_Section01 "Media Player (Nødvendig)" StrCpy $Name_Section01 "Media Player (Ndvendig)"
StrCpy $Name_Section02a "Start Menu Genvej" StrCpy $Name_Section02a "Start Menu Genvej"
StrCpy $Name_Section02b "Skrivebord Genvej" StrCpy $Name_Section02b "Skrivebord Genvej"
StrCpy $Name_Section03 "Mozilla plugin" StrCpy $Name_Section03 "Mozilla plugin"
...@@ -9,14 +9,14 @@ StrCpy $Name_SectionGroupAudio "Lyd Filer" ...@@ -9,14 +9,14 @@ StrCpy $Name_SectionGroupAudio "Lyd Filer"
StrCpy $Name_SectionGroupVideo "Video Filer" StrCpy $Name_SectionGroupVideo "Video Filer"
StrCpy $Name_SectionGroupOther "Andre" StrCpy $Name_SectionGroupOther "Andre"
StrCpy $Name_Section07 "Kontekst menu" StrCpy $Name_Section07 "Kontekst menu"
StrCpy $Name_Section08 "Slet præferencer og cache" StrCpy $Name_Section08 "Slet prferencer og cache"
StrCpy $Desc_Section01 \ StrCpy $Desc_Section01 \
"Media Player selv" "Media Player selv"
StrCpy $Desc_Section02a \ StrCpy $Desc_Section02a \
"Tilføjer genveje til din start menu for nem adgang" "Tilfjer genveje til din start menu for nem adgang"
StrCpy $Desc_Section02b \ StrCpy $Desc_Section02b \
"Tilføjer ikon til skrivebordet for let adgang" "Tilfjer ikon til skrivebordet for let adgang"
StrCpy $Desc_Section03 \ StrCpy $Desc_Section03 \
"VLC Mozilla og Mozilla Firefox plugin" "VLC Mozilla og Mozilla Firefox plugin"
StrCpy $Desc_Section04 \ StrCpy $Desc_Section04 \
...@@ -24,29 +24,29 @@ StrCpy $Desc_Section04 \ ...@@ -24,29 +24,29 @@ StrCpy $Desc_Section04 \
StrCpy $Desc_Section05 \ StrCpy $Desc_Section05 \
"DVD og CD-afspilning registrering" "DVD og CD-afspilning registrering"
StrCpy $Desc_Section06 \ StrCpy $Desc_Section06 \
"Sætter VLC Media Player som standard program for de angivne filtype" "Stter VLC Media Player som standard program for de angivne filtype"
StrCpy $Desc_Section07 \ StrCpy $Desc_Section07 \
"Tilføj kontekst menu artikler ('Afspil med VLC Media Player' og 'Tilføj til VLC's Afspilningsliste')" "Tilfj kontekst menu artikler ('Afspil med VLC Media Player' og 'Tilfj til VLC's Afspilningsliste')"
StrCpy $Desc_Section08 \ StrCpy $Desc_Section08 \
"Sletter VLC Media Player præferencer og cache filer, levn fra tidligere installationer" "Sletter VLC Media Player prferencer og cache filer, levn fra tidligere installationer"
StrCpy $Message_AlreadyInstalled \ StrCpy $Message_AlreadyInstalled \
"VLC Media Player er allerede blevet installeret. $\nVil du fjerne \ "VLC Media Player er allerede blevet installeret. $\nVil du fjerne \
den tidligere version, før du installerer $(^Name) ?" den tidligere version, fr du installerer $(^Name) ?"
StrCpy $Name_Section91 "Afinstaller" StrCpy $Name_Section91 "Afinstaller"
StrCpy $Name_Section92 "Slet præferencer og cache" StrCpy $Name_Section92 "Slet prferencer og cache"
StrCpy $Desc_Section91 \ StrCpy $Desc_Section91 \
"Afinstaller VLC Media Player og alle dens komponenter" "Afinstaller VLC Media Player og alle dens komponenter"
StrCpy $Desc_Section92 \ StrCpy $Desc_Section92 \
"Sletter VLC Media Player præferencer og cache filer" "Sletter VLC Media Player prferencer og cache filer"
StrCpy $ShellAssociation_Play "Afspil" StrCpy $ShellAssociation_Play "Afspil"
StrCpy $ContextMenuEntry_PlayWith "Afspil med VLC Media Player" StrCpy $ContextMenuEntry_PlayWith "Afspil med VLC Media Player"
StrCpy $ContextMenuEntry_AddToPlaylist "Tilføj til VLC's Afspilningsliste" StrCpy $ContextMenuEntry_AddToPlaylist "Tilfj til VLC's Afspilningsliste"
StrCpy $Link_VisitWebsite "Besøg VideoLAN VLC Media Player Webside" StrCpy $Link_VisitWebsite "Besg VideoLAN VLC Media Player Webside"
StrCpy $Name_InstTypeRecommended "Anbefalet" StrCpy $Name_InstTypeRecommended "Anbefalet"
StrCpy $Name_InstTypeMinimum "Minimum" StrCpy $Name_InstTypeMinimum "Minimum"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment