English.nsh 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. ;Language: English (1033)
  2. ;By Joost Verburg
  3. !insertmacro LANGFILE "English" = "English" =
  4. !ifdef MUI_WELCOMEPAGE
  5. ${LangFileString} MUI_TEXT_WELCOME_INFO_TITLE "Welcome to $(^NameDA) Setup"
  6. ${LangFileString} MUI_TEXT_WELCOME_INFO_TEXT "Setup will guide you through the installation of $(^NameDA).$\r$\n$\r$\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.$\r$\n$\r$\n$_CLICK"
  7. !endif
  8. !ifdef MUI_UNWELCOMEPAGE
  9. ${LangFileString} MUI_UNTEXT_WELCOME_INFO_TITLE "Welcome to $(^NameDA) Uninstall"
  10. ${LangFileString} MUI_UNTEXT_WELCOME_INFO_TEXT "Setup will guide you through the uninstallation of $(^NameDA).$\r$\n$\r$\nBefore starting the uninstallation, make sure $(^NameDA) is not running.$\r$\n$\r$\n$_CLICK"
  11. !endif
  12. !ifdef MUI_LICENSEPAGE
  13. ${LangFileString} MUI_TEXT_LICENSE_TITLE "License Agreement"
  14. ${LangFileString} MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^NameDA)."
  15. ${LangFileString} MUI_INNERTEXT_LICENSE_BOTTOM "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to install $(^NameDA)."
  16. ${LangFileString} MUI_INNERTEXT_LICENSE_BOTTOM_CHECKBOX "If you accept the terms of the agreement, click the check box below. You must accept the agreement to install $(^NameDA). $_CLICK"
  17. ${LangFileString} MUI_INNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS "If you accept the terms of the agreement, select the first option below. You must accept the agreement to install $(^NameDA). $_CLICK"
  18. !endif
  19. !ifdef MUI_UNLICENSEPAGE
  20. ${LangFileString} MUI_UNTEXT_LICENSE_TITLE "License Agreement"
  21. ${LangFileString} MUI_UNTEXT_LICENSE_SUBTITLE "Please review the license terms before uninstalling $(^NameDA)."
  22. ${LangFileString} MUI_UNINNERTEXT_LICENSE_BOTTOM "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to uninstall $(^NameDA)."
  23. ${LangFileString} MUI_UNINNERTEXT_LICENSE_BOTTOM_CHECKBOX "If you accept the terms of the agreement, click the check box below. You must accept the agreement to uninstall $(^NameDA). $_CLICK"
  24. ${LangFileString} MUI_UNINNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS "If you accept the terms of the agreement, select the first option below. You must accept the agreement to uninstall $(^NameDA). $_CLICK"
  25. !endif
  26. !ifdef MUI_LICENSEPAGE | MUI_UNLICENSEPAGE
  27. ${LangFileString} MUI_INNERTEXT_LICENSE_TOP "Press Page Down to see the rest of the agreement."
  28. !endif
  29. !ifdef MUI_COMPONENTSPAGE
  30. ${LangFileString} MUI_TEXT_COMPONENTS_TITLE "Choose Components"
  31. ${LangFileString} MUI_TEXT_COMPONENTS_SUBTITLE "Choose which features of $(^NameDA) you want to install."
  32. !endif
  33. !ifdef MUI_UNCOMPONENTSPAGE
  34. ${LangFileString} MUI_UNTEXT_COMPONENTS_TITLE "Choose Components"
  35. ${LangFileString} MUI_UNTEXT_COMPONENTS_SUBTITLE "Choose which features of $(^NameDA) you want to uninstall."
  36. !endif
  37. !ifdef MUI_COMPONENTSPAGE | MUI_UNCOMPONENTSPAGE
  38. ${LangFileString} MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE "Description"
  39. !ifndef NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
  40. ${LangFileString} MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Position your mouse over a component to see its description."
  41. !else
  42. ${LangFileString} MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Select a component to see its description."
  43. !endif
  44. !endif
  45. !ifdef MUI_DIRECTORYPAGE
  46. ${LangFileString} MUI_TEXT_DIRECTORY_TITLE "Choose Install Location"
  47. ${LangFileString} MUI_TEXT_DIRECTORY_SUBTITLE "Choose the folder in which to install $(^NameDA)."
  48. !endif
  49. !ifdef MUI_UNDIRECTORYPAGE
  50. ${LangFileString} MUI_UNTEXT_DIRECTORY_TITLE "Choose Uninstall Location"
  51. ${LangFileString} MUI_UNTEXT_DIRECTORY_SUBTITLE "Choose the folder from which to uninstall $(^NameDA)."
  52. !endif
  53. !ifdef MUI_INSTFILESPAGE
  54. ${LangFileString} MUI_TEXT_INSTALLING_TITLE "Installing"
  55. ${LangFileString} MUI_TEXT_INSTALLING_SUBTITLE "Please wait while $(^NameDA) is being installed."
  56. ${LangFileString} MUI_TEXT_FINISH_TITLE "Installation Complete"
  57. ${LangFileString} MUI_TEXT_FINISH_SUBTITLE "Setup was completed successfully."
  58. ${LangFileString} MUI_TEXT_ABORT_TITLE "Installation Aborted"
  59. ${LangFileString} MUI_TEXT_ABORT_SUBTITLE "Setup was not completed successfully."
  60. !endif
  61. !ifdef MUI_UNINSTFILESPAGE
  62. ${LangFileString} MUI_UNTEXT_UNINSTALLING_TITLE "Uninstalling"
  63. ${LangFileString} MUI_UNTEXT_UNINSTALLING_SUBTITLE "Please wait while $(^NameDA) is being uninstalled."
  64. ${LangFileString} MUI_UNTEXT_FINISH_TITLE "Uninstallation Complete"
  65. ${LangFileString} MUI_UNTEXT_FINISH_SUBTITLE "Uninstall was completed successfully."
  66. ${LangFileString} MUI_UNTEXT_ABORT_TITLE "Uninstallation Aborted"
  67. ${LangFileString} MUI_UNTEXT_ABORT_SUBTITLE "Uninstall was not completed successfully."
  68. !endif
  69. !ifdef MUI_FINISHPAGE
  70. ${LangFileString} MUI_TEXT_FINISH_INFO_TITLE "Completing $(^NameDA) Setup"
  71. ${LangFileString} MUI_TEXT_FINISH_INFO_TEXT "$(^NameDA) has been installed on your computer.$\r$\n$\r$\nClick Finish to close Setup."
  72. ${LangFileString} MUI_TEXT_FINISH_INFO_REBOOT "Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?"
  73. !endif
  74. !ifdef MUI_UNFINISHPAGE
  75. ${LangFileString} MUI_UNTEXT_FINISH_INFO_TITLE "Completing $(^NameDA) Uninstall"
  76. ${LangFileString} MUI_UNTEXT_FINISH_INFO_TEXT "$(^NameDA) has been uninstalled from your computer.$\r$\n$\r$\nClick Finish to close Setup."
  77. ${LangFileString} MUI_UNTEXT_FINISH_INFO_REBOOT "Your computer must be restarted in order to complete the uninstallation of $(^NameDA). Do you want to reboot now?"
  78. !endif
  79. !ifdef MUI_FINISHPAGE | MUI_UNFINISHPAGE
  80. ${LangFileString} MUI_TEXT_FINISH_REBOOTNOW "Reboot now"
  81. ${LangFileString} MUI_TEXT_FINISH_REBOOTLATER "I want to manually reboot later"
  82. ${LangFileString} MUI_TEXT_FINISH_RUN "&Run $(^NameDA)"
  83. ${LangFileString} MUI_TEXT_FINISH_SHOWREADME "&Show Readme"
  84. ${LangFileString} MUI_BUTTONTEXT_FINISH "&Finish"
  85. !endif
  86. !ifdef MUI_STARTMENUPAGE
  87. ${LangFileString} MUI_TEXT_STARTMENU_TITLE "Choose Start Menu Folder"
  88. ${LangFileString} MUI_TEXT_STARTMENU_SUBTITLE "Choose a Start Menu folder for the $(^NameDA) shortcuts."
  89. ${LangFileString} MUI_INNERTEXT_STARTMENU_TOP "Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
  90. ${LangFileString} MUI_INNERTEXT_STARTMENU_CHECKBOX "Do not create shortcuts"
  91. !endif
  92. !ifdef MUI_UNCONFIRMPAGE
  93. ${LangFileString} MUI_UNTEXT_CONFIRM_TITLE "Uninstall $(^NameDA)"
  94. ${LangFileString} MUI_UNTEXT_CONFIRM_SUBTITLE "Remove $(^NameDA) from your computer."
  95. !endif
  96. !ifdef MUI_ABORTWARNING
  97. ${LangFileString} MUI_TEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Setup?"
  98. !endif
  99. !ifdef MUI_UNABORTWARNING
  100. ${LangFileString} MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Uninstall?"
  101. !endif
  102. !ifdef MULTIUSER_INSTALLMODEPAGE
  103. ${LangFileString} MULTIUSER_TEXT_INSTALLMODE_TITLE "Choose Users"
  104. ${LangFileString} MULTIUSER_TEXT_INSTALLMODE_SUBTITLE "Choose for which users you want to install $(^NameDA)."
  105. ${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_TOP "Select whether you want to install $(^NameDA) for yourself only or for all users of this computer. $(^ClickNext)"
  106. ${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_ALLUSERS "Install for anyone using this computer"
  107. ${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_CURRENTUSER "Install just for me"
  108. !endif