english.nsh
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:2k
源码类别:

midi

开发平台:

Unix_Linux

  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. StrCpy $Desc_Section01 
  14.     "The media player itself"
  15. StrCpy $Desc_Section02a 
  16.     "Adds icons to your start menu for easy access"
  17. StrCpy $Desc_Section02b 
  18.     "Adds icon to your desktop for easy access"
  19. StrCpy $Desc_Section03 
  20.     "The VLC Mozilla and Mozilla Firefox plugin"
  21. StrCpy $Desc_Section04 
  22.     "The VLC ActiveX plugin"
  23. StrCpy $Desc_Section05 
  24.     "DVD and CD playback registration"
  25. StrCpy $Desc_Section06 
  26.     "Sets VLC media player as the default application for the specified file type"
  27. StrCpy $Desc_Section07 
  28.     "Add context menu items ('Play With VLC' and 'Add To VLC's Playlist')"
  29. StrCpy $Desc_Section08 
  30.     "Deletes VLC media player preferences and cache files leftover from previous installations"
  31. StrCpy $Message_AlreadyInstalled  
  32. "VLC media player has already been installed. $nDo you want to remove 
  33. the previous version before installing $(^Name) ?"
  34. StrCpy $Name_Section91 "Uninstall"
  35. StrCpy $Name_Section92 "Delete preferences and cache"
  36. StrCpy $Desc_Section91 
  37. "Uninstall VLC media player and all its components"
  38. StrCpy $Desc_Section92 
  39. "Deletes VLC media player preferences and cache files"
  40. StrCpy $ShellAssociation_Play "Play"
  41. StrCpy $ContextMenuEntry_PlayWith "Play with VLC media player"
  42. StrCpy $ContextMenuEntry_AddToPlaylist "Add to VLC media player's Playlist"
  43. StrCpy $Link_VisitWebsite "Visit the VideoLAN VLC media player Website"
  44. StrCpy $Name_InstTypeRecommended "Recommended"
  45. StrCpy $Name_InstTypeMinimum "Minimum"
  46. StrCpy $Name_InstTypeFull "Full"
  47. StrCpy $Action_OnArrivalDVD "Play DVD movie"
  48. StrCpy $Action_OnArrivalAudioCD "Play audio CD"