]> git.sesse.net Git - vlc/blob - extras/package/win32/languages/english.nsh
137235f43d89aaa46526c5c1ccceb074d1090fe1
[vlc] / extras / package / win32 / languages / english.nsh
1 StrCpy $Name_Section01 "Media Player (required)"
2 StrCpy $Name_Section02a "Start Menu Shortcut"
3 StrCpy $Name_Section02b "Desktop Shortcut"
4 StrCpy $Name_Section03 "Mozilla plugin"
5 StrCpy $Name_Section04 "ActiveX plugin"
6 StrCpy $Name_Section05 "Discs Playback"
7 StrCpy $Name_Section06 "File type associations"
8 StrCpy $Name_SectionGroupAudio "Audio Files"
9 StrCpy $Name_SectionGroupVideo "Video Files"
10 StrCpy $Name_SectionGroupOther "Other"
11 StrCpy $Name_Section07 "Context Menus"
12 StrCpy $Name_Section08 "Delete preferences and cache"
13
14 StrCpy $Desc_Section01 \
15     "The media player itself"
16 StrCpy $Desc_Section02a \
17     "Adds icons to your start menu for easy access"
18 StrCpy $Desc_Section02b \
19     "Adds icon to your desktop for easy access"
20 StrCpy $Desc_Section03 \
21     "The VLC Mozilla and Mozilla Firefox plugin"
22 StrCpy $Desc_Section04 \
23     "The VLC ActiveX plugin"
24 StrCpy $Desc_Section05 \
25     "DVD and CD playback registration"
26 StrCpy $Desc_Section06 \
27     "Sets VLC media player as the default application for the specified file type"
28 StrCpy $Desc_Section07 \
29     "Add context menu items ('Play With VLC' and 'Add To VLC's Playlist')"
30 StrCpy $Desc_Section08 \
31     "Deletes VLC media player preferences and cache files leftover from previous installations"
32
33 StrCpy $Message_AlreadyInstalled  \
34 "VLC media player has already been installed. $\nDo you want to remove \
35 the previous version before installing $(^Name) ?"
36
37 StrCpy $Name_Section91 "Uninstall"
38 StrCpy $Name_Section92 "Delete preferences and cache"
39
40 StrCpy $Desc_Section91 \
41 "Uninstall VLC media player and all its components"
42 StrCpy $Desc_Section92 \
43 "Deletes VLC media player preferences and cache files"
44
45 StrCpy $ShellAssociation_Play "Play"
46 StrCpy $ContextMenuEntry_PlayWith "Play with VLC media player"
47 StrCpy $ContextMenuEntry_AddToPlaylist "Add to VLC media player's Playlist"
48
49 StrCpy $Link_VisitWebsite "Visit the VideoLAN VLC media player Website"
50
51 StrCpy $Name_InstTypeRecommended "Recommended"
52 StrCpy $Name_InstTypeMinimum "Minimum"
53 StrCpy $Name_InstTypeFull "Full"
54
55 StrCpy $Action_OnArrivalDVD "Play DVD movie"
56 StrCpy $Action_OnArrivalAudioCD "Play audio CD"