Commit a776d324 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf Committed by Christophe Mutricy

Win32 installer: add Danish translation

(cherry picked from commit a5909adc57c8429890f4fa67bc098f5c50eacd46)
(cherry picked from commit d9d146597f0d447fae4d8ade4b9ca7f1123f6f75)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 3c23a1e3
......@@ -55,6 +55,7 @@ EXTRA_DIST = \
extras/package/win32/languages/brazilian_portuguese.nsh \
extras/package/win32/languages/bulgarian.nsh \
extras/package/win32/languages/catalan.nsh \
extras/package/win32/languages/danish.nsh \
extras/package/win32/languages/dutch.nsh \
extras/package/win32/languages/english.nsh \
extras/package/win32/languages/estonian.nsh \
......
StrCpy $Name_Section01 "Media Player (Ndvendig)"
StrCpy $Name_Section02a "Start Menu Genvej"
StrCpy $Name_Section02b "Skrivebord Genvej"
StrCpy $Name_Section03 "Mozilla plugin"
StrCpy $Name_Section04 "ActiveX plugin"
StrCpy $Name_Section05 "Discs afspilning"
StrCpy $Name_Section06 "Filtype foreninger"
StrCpy $Name_SectionGroupAudio "Lyd Filer"
StrCpy $Name_SectionGroupVideo "Video Filer"
StrCpy $Name_SectionGroupOther "Andre"
StrCpy $Name_Section07 "Kontekst menu"
StrCpy $Name_Section08 "Slet prferencer og cache"
StrCpy $Desc_Section01 \
"Media Player selv"
StrCpy $Desc_Section02a \
"Tilfjer genveje til din start menu for nem adgang"
StrCpy $Desc_Section02b \
"Tilfjer ikon til skrivebordet for let adgang"
StrCpy $Desc_Section03 \
"VLC Mozilla og Mozilla Firefox plugin"
StrCpy $Desc_Section04 \
"VLC ActiveX plugin"
StrCpy $Desc_Section05 \
"DVD og CD-afspilning registrering"
StrCpy $Desc_Section06 \
"Stter VLC Media Player som standard program for de angivne filtype"
StrCpy $Desc_Section07 \
"Tilfj kontekst menu artikler ('Afspil med VLC Media Player' og 'Tilfj til VLC's Afspilningsliste')"
StrCpy $Desc_Section08 \
"Sletter VLC Media Player prferencer og cache filer, levn fra tidligere installationer"
StrCpy $Message_AlreadyInstalled \
"VLC Media Player er allerede blevet installeret. $\nVil du fjerne \
den tidligere version, fr du installerer $(^Name) ?"
StrCpy $Name_Section91 "Afinstaller"
StrCpy $Name_Section92 "Slet prferencer og cache"
StrCpy $Desc_Section91 \
"Afinstaller VLC Media Player og alle dens komponenter"
StrCpy $Desc_Section92 \
"Sletter VLC Media Player prferencer og cache filer"
StrCpy $ShellAssociation_Play "Afspil"
StrCpy $ContextMenuEntry_PlayWith "Afspil med VLC Media Player"
StrCpy $ContextMenuEntry_AddToPlaylist "Tilfj til VLC's Afspilningsliste"
StrCpy $Link_VisitWebsite "Besg VideoLAN VLC Media Player Webside"
StrCpy $Name_InstTypeRecommended "Anbefalet"
StrCpy $Name_InstTypeMinimum "Minimum"
StrCpy $Name_InstTypeFull "Fuld"
StrCpy $Action_OnArrivalDVD "Afspil DVD film"
StrCpy $Action_OnArrivalAudioCD "Afspil lyd CD"
StrCpy $Action_OnArrivalVCDMovie "Afspil VCD film"
StrCpy $Action_OnArrivalSVCDMovie "Afspil SVCD film"
StrCpy $Action_OnArrivalVideoFiles "Afspil video filer"
StrCpy $Action_OnArrivalMusicFiles "Afspil lyd filer"
StrCpy $Action_OnArrivalDVDAudio "Afspil lyd DVD"
......@@ -754,6 +754,7 @@ UAC_Success:
StrCmp $LANGUAGE ${LANG_SLOVAK} Slovak 0
StrCmp $LANGUAGE ${LANG_POLISH} Polish 0
StrCmp $LANGUAGE ${LANG_DUTCH} Dutch 0
StrCmp $LANGUAGE ${LANG_DANISH} Danish 0
StrCmp $LANGUAGE ${LANG_SIMPCHINESE} SChinese 0
StrCmp $LANGUAGE ${LANG_FINNISH} Finnish 0
StrCmp $LANGUAGE ${LANG_JAPANESE} Japanese 0
......@@ -1087,6 +1088,7 @@ UAC_Success:
StrCmp $LANGUAGE ${LANG_SLOVAK} Slovak 0
StrCmp $LANGUAGE ${LANG_POLISH} Polish 0
StrCmp $LANGUAGE ${LANG_DUTCH} Dutch 0
StrCmp $LANGUAGE ${LANG_DANISH} Danish 0
StrCmp $LANGUAGE ${LANG_SIMPCHINESE} SChinese 0
StrCmp $LANGUAGE ${LANG_FINNISH} Finnish 0
StrCmp $LANGUAGE ${LANG_JAPANESE} Japanese 0
......@@ -1126,6 +1128,9 @@ UAC_Success:
Dutch:
!include "languages\dutch.nsh"
Goto EndLanguageCmp
Danish:
!include "languages\danish.nsh"
Goto EndLanguageCmp
Schinese:
!include "languages\schinese.nsh"
Goto EndLanguageCmp
......
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