[vlc-commits] commit: Correct the encoding (Christophe Mutricy )
git at videolan.org
git at videolan.org
Fri Jun 18 18:28:21 CEST 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri Jun 18 17:00:25 2010 +0100| [85b270b09a49e7801d9875e4fd73938af4b1254c] | committer: Christophe Mutricy
Correct the encoding
NSIS files should be in the default windows codepage for this language
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=85b270b09a49e7801d9875e4fd73938af4b1254c
---
extras/package/win32/languages/danish.nsh | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/extras/package/win32/languages/danish.nsh b/extras/package/win32/languages/danish.nsh
index 3eb7eb4..5efedbf 100644
--- a/extras/package/win32/languages/danish.nsh
+++ b/extras/package/win32/languages/danish.nsh
@@ -1,4 +1,4 @@
-StrCpy $Name_Section01 "Media Player (Nødvendig)"
+StrCpy $Name_Section01 "Media Player (Nødvendig)"
StrCpy $Name_Section02a "Start Menu Genvej"
StrCpy $Name_Section02b "Skrivebord Genvej"
StrCpy $Name_Section03 "Mozilla plugin"
@@ -9,14 +9,14 @@ 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 $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"
+ "Tilføjer genveje til din start menu for nem adgang"
StrCpy $Desc_Section02b \
- "Tilføjer ikon til skrivebordet for let adgang"
+ "Tilføjer ikon til skrivebordet for let adgang"
StrCpy $Desc_Section03 \
"VLC Mozilla og Mozilla Firefox plugin"
StrCpy $Desc_Section04 \
@@ -24,29 +24,29 @@ StrCpy $Desc_Section04 \
StrCpy $Desc_Section05 \
"DVD og CD-afspilning registrering"
StrCpy $Desc_Section06 \
- "Sætter VLC Media Player som standard program for de angivne filtype"
+ "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')"
+ "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"
+ "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) ?"
+den tidligere version, før du installerer $(^Name) ?"
StrCpy $Name_Section91 "Afinstaller"
-StrCpy $Name_Section92 "Slet præferencer og cache"
+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"
+"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 $ContextMenuEntry_AddToPlaylist "Tilføj til VLC's Afspilningsliste"
-StrCpy $Link_VisitWebsite "Besøg VideoLAN VLC Media Player Webside"
+StrCpy $Link_VisitWebsite "Besøg VideoLAN VLC Media Player Webside"
StrCpy $Name_InstTypeRecommended "Anbefalet"
StrCpy $Name_InstTypeMinimum "Minimum"
More information about the vlc-commits
mailing list