Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
a5909adc
Commit
a5909adc
authored
Jun 16, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32 installer: add Danish translation
PLEASE check it
parent
d5446dd5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
67 additions
and
0 deletions
+67
-0
Makefile.am
Makefile.am
+1
-0
extras/package/win32/languages/danish.nsh
extras/package/win32/languages/danish.nsh
+61
-0
extras/package/win32/vlc.win32.nsi.in
extras/package/win32/vlc.win32.nsi.in
+5
-0
No files found.
Makefile.am
View file @
a5909adc
...
...
@@ -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
\
...
...
extras/package/win32/languages/danish.nsh
0 → 100644
View file @
a5909adc
StrCpy $Name_Section01 "Media Player (Nødvendig)"
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 præferencer og cache"
StrCpy $Desc_Section01 \
"Media Player selv"
StrCpy $Desc_Section02a \
"Tilføjer genveje til din start menu for nem adgang"
StrCpy $Desc_Section02b \
"Tilføjer 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 \
"Sætter VLC Media Player som standard program for de angivne filtype"
StrCpy $Desc_Section07 \
"Tilføj kontekst menu artikler ('Afspil med VLC Media Player' og 'Tilføj til VLC's Afspilningsliste')"
StrCpy $Desc_Section08 \
"Sletter VLC Media Player præferencer og cache filer, levn fra tidligere installationer"
StrCpy $Message_AlreadyInstalled \
"VLC Media Player er allerede blevet installeret. $\nVil du fjerne \
den tidligere version, før du installerer $(^Name) ?"
StrCpy $Name_Section91 "Afinstaller"
StrCpy $Name_Section92 "Slet præferencer og cache"
StrCpy $Desc_Section91 \
"Afinstaller VLC Media Player og alle dens komponenter"
StrCpy $Desc_Section92 \
"Sletter VLC Media Player præferencer og cache filer"
StrCpy $ShellAssociation_Play "Afspil"
StrCpy $ContextMenuEntry_PlayWith "Afspil med VLC Media Player"
StrCpy $ContextMenuEntry_AddToPlaylist "Tilføj til VLC's Afspilningsliste"
StrCpy $Link_VisitWebsite "Besøg 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"
extras/package/win32/vlc.win32.nsi.in
View file @
a5909adc
...
...
@@ -797,6 +797,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
...
...
@@ -1131,6 +1132,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
...
...
@@ -1170,6 +1172,9 @@ UAC_Success:
Dutch:
!include "languages\dutch.nsh"
Goto EndLanguageCmp
Danish:
!include "languages\danish.nsh"
Goto EndLanguageCmp
Schinese:
!include "languages\schinese.nsh"
Goto EndLanguageCmp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment