installer patch by xhmikosr (2)

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5026 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2012-05-30 11:42:53 +00:00
parent c3c2e079c0
commit 4bb5290d4f
2 changed files with 56 additions and 39 deletions
+39 -22
View File
@@ -1,6 +1,6 @@
;* Process Hacker 2 - Installer custom messages
;*
;* Copyright (C) 2010-2011 XhmikosR
;* Copyright (C) 2010-2012 XhmikosR
;*
;* This file is part of Process Hacker.
;*
@@ -19,25 +19,42 @@
[CustomMessages]
;sm=Start Menu, tsk=Task, com=Comment, msg=Message
;sm=Start Menu, tsk=Task, com=Comment, msg=Message, comp=Component
;English
en.msg_SetupIsRunningWarning =Process Hacker Setup is already running!
en.msg_DeleteLogSettings =Do you also want to delete Process Hacker's settings?%n%nIf you plan on reinstalling Process Hacker you do not have to delete them.
en.msg_ServiceManager =The service manager is not available.
en.tsk_AllUsers =For all users
en.tsk_CreateKPHService =Install KProcessHacker as a service
en.tsk_CurrentUser =For the current user only
en.tsk_DeleteKPHService =Delete KProcessHacker service
en.tsk_Other =Other tasks:
en.tsk_RemoveStartup =Remove Process Hacker from Windows startup
en.tsk_ResetSettings =Reset Process Hacker settings
en.tsk_RestoreTaskmgr =Restore Windows task manager
en.tsk_SetDefaultTaskmgr =Set Process Hacker as the default task manager for Windows
en.tsk_StartupDescr =Start Process Hacker on system startup
en.tsk_StartupDescrMin =Minimized on system tray
en.tsk_Startup =Startup options:
en.run_ViewChangelog =View Changelog
en.run_VisitWebsite =Visit Process Hacker Website
en.sm_Changelog =Changelog
en.sm_com_Changelog =Process Hacker Changelog
en.sm_Help =Help and Support
en.comp_Main_App =Main application
en.comp_PE_Viewer =PE Viewer
en.comp_Plugins =Plugins
en.comp_DotNetTools =.NET Tools
en.comp_ExtendedNotifications =Extended Notifications
en.comp_ExtendedServices =Extended Services
en.comp_ExtendedTools =Extended Tools
en.comp_NetworkTools =Network Tools
en.comp_OnlineChecks =Online Checks
en.comp_SbieSupport =Sandboxie Support
en.comp_ToolStatus =Toolbar and Status Bar
en.comp_Updater =Updater
en.comp_UserNotes =User Notes
en.comp_WindowExplorer =Window Explorer
en.msg_SetupIsRunningWarning =Process Hacker Setup is already running!
en.msg_DeleteLogSettings =Do you also want to delete Process Hacker's settings?%n%nIf you plan on reinstalling Process Hacker you do not have to delete them.
en.msg_ServiceManager =The service manager is not available.
en.tsk_AllUsers =For all users
en.tsk_CreateKPHService =Install KProcessHacker as a service
en.tsk_CurrentUser =For the current user only
en.tsk_DeleteKPHService =Delete KProcessHacker service
en.tsk_Other =Other tasks:
en.tsk_RemoveStartup =Remove Process Hacker from Windows startup
en.tsk_ResetSettings =Reset Process Hacker settings
en.tsk_RestoreTaskmgr =Restore Windows task manager
en.tsk_SetDefaultTaskmgr =Set Process Hacker as the default task manager for Windows
en.tsk_StartupDescr =Start Process Hacker on system startup
en.tsk_StartupDescrMin =Minimized on system tray
en.tsk_Startup =Startup options:
en.tsk_full =Full installation
en.tsk_minimal =Minimal installation
en.tsk_custom =Custom installation
en.run_ViewChangelog =View Changelog
en.run_VisitWebsite =Visit Process Hacker Website
en.sm_Changelog =Changelog
en.sm_com_Changelog =Process Hacker Changelog
en.sm_Help =Help and Support
@@ -106,26 +106,26 @@ SetupWindowTitle=Setup - Process Hacker
[Types]
Name: full; Description: Full installation
Name: minimal; Description: Minimal installation
Name: custom; Description: Custom installation; Flags: iscustom
Name: full; Description: {cm:tsk_full}
Name: minimal; Description: {cm:tsk_minimal}
Name: custom; Description: {cm:tsk_custom}; Flags: iscustom
[Components]
Name: main; Description: Main application; Types: full minimal custom; Flags: fixed
Name: peview; Description: PE Viewer; Types: full minimal custom; Flags: disablenouninstallwarning
Name: plugins; Description: Plugins; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\dotnettools; Description: .NET Tools; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\extendednotifications; Description: Extended Notifications; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\extendedservices; Description: Extended Services; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\extendedtools; Description: Extended Tools; Types: full custom; Flags: disablenouninstallwarning; MinVersion: 6.00
Name: plugins\networktools; Description: Network Tools; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\onlinechecks; Description: Online Checks; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\sbiesupport; Description: Sandboxie Support; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\toolstatus; Description: Toolbar and Status Bar; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\updater; Description: Updater; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\usernotes; Description: User Notes; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\windowexplorer; Description: Window Explorer; Types: full custom; Flags: disablenouninstallwarning
Name: main; Description: {cm:comp_Main_App}; Types: full minimal custom; Flags: fixed
Name: peview; Description: {cm:comp_PE_Viewer}; Types: full minimal custom; Flags: disablenouninstallwarning
Name: plugins; Description: {cm:comp_Plugins}; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\dotnettools; Description: {cm:comp_DotNetTools}; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\extendednotifications; Description: {cm:comp_ExtendedNotifications}; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\extendedservices; Description: {cm:comp_ExtendedServices}; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\extendedtools; Description: {cm:comp_ExtendedTools}; Types: full custom; Flags: disablenouninstallwarning; MinVersion: 6.0
Name: plugins\networktools; Description: {cm:comp_NetworkTools}; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\onlinechecks; Description: {cm:comp_OnlineChecks}; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\sbiesupport; Description: {cm:comp_SbieSupport}; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\toolstatus; Description: {cm:comp_ToolStatus}; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\updater; Description: {cm:comp_Updater}; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\usernotes; Description: {cm:comp_UserNotes}; Types: full custom; Flags: disablenouninstallwarning
Name: plugins\windowexplorer; Description: {cm:comp_WindowExplorer}; Types: full custom; Flags: disablenouninstallwarning
[Tasks]