home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / nsis-2.46-setup.exe / Contrib / Language files / English.nsh < prev    next >
Encoding:
Text File  |  2009-05-14  |  7.6 KB  |  130 lines

  1. ;Language: English (1033)
  2. ;By Joost Verburg
  3.  
  4. !insertmacro LANGFILE "English" "English"
  5.  
  6. !ifdef MUI_WELCOMEPAGE
  7.   ${LangFileString} MUI_TEXT_WELCOME_INFO_TITLE "Welcome to the $(^NameDA) Setup Wizard"
  8.   ${LangFileString} MUI_TEXT_WELCOME_INFO_TEXT "This wizard 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"
  9. !endif
  10.  
  11. !ifdef MUI_UNWELCOMEPAGE
  12.   ${LangFileString} MUI_UNTEXT_WELCOME_INFO_TITLE "Welcome to the $(^NameDA) Uninstall Wizard"
  13.   ${LangFileString} MUI_UNTEXT_WELCOME_INFO_TEXT "This wizard 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"
  14. !endif
  15.  
  16. !ifdef MUI_LICENSEPAGE
  17.   ${LangFileString} MUI_TEXT_LICENSE_TITLE "License Agreement"
  18.   ${LangFileString} MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^NameDA)."
  19.   ${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)."
  20.   ${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"
  21.   ${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"
  22. !endif
  23.  
  24. !ifdef MUI_UNLICENSEPAGE
  25.   ${LangFileString} MUI_UNTEXT_LICENSE_TITLE "License Agreement"
  26.   ${LangFileString} MUI_UNTEXT_LICENSE_SUBTITLE "Please review the license terms before uninstalling $(^NameDA)."
  27.   ${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)."
  28.   ${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"
  29.   ${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"
  30. !endif
  31.  
  32. !ifdef MUI_LICENSEPAGE | MUI_UNLICENSEPAGE
  33.   ${LangFileString} MUI_INNERTEXT_LICENSE_TOP "Press Page Down to see the rest of the agreement."
  34. !endif
  35.  
  36. !ifdef MUI_COMPONENTSPAGE
  37.   ${LangFileString} MUI_TEXT_COMPONENTS_TITLE "Choose Components"
  38.   ${LangFileString} MUI_TEXT_COMPONENTS_SUBTITLE "Choose which features of $(^NameDA) you want to install."
  39. !endif
  40.  
  41. !ifdef MUI_UNCOMPONENTSPAGE
  42.   ${LangFileString} MUI_UNTEXT_COMPONENTS_TITLE "Choose Components"
  43.   ${LangFileString} MUI_UNTEXT_COMPONENTS_SUBTITLE "Choose which features of $(^NameDA) you want to uninstall."
  44. !endif
  45.  
  46. !ifdef MUI_COMPONENTSPAGE | MUI_UNCOMPONENTSPAGE
  47.   ${LangFileString} MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE "Description"
  48.   !ifndef NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
  49.     ${LangFileString} MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Position your mouse over a component to see its description."
  50.   !else
  51.     ${LangFileString} MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Position your mouse over a component to see its description."
  52.   !endif
  53. !endif
  54.  
  55. !ifdef MUI_DIRECTORYPAGE
  56.   ${LangFileString} MUI_TEXT_DIRECTORY_TITLE "Choose Install Location"
  57.   ${LangFileString} MUI_TEXT_DIRECTORY_SUBTITLE "Choose the folder in which to install $(^NameDA)."
  58. !endif
  59.  
  60. !ifdef MUI_UNDIRECTORYPAGE
  61.   ${LangFileString} MUI_UNTEXT_DIRECTORY_TITLE "Choose Uninstall Location"
  62.   ${LangFileString} MUI_UNTEXT_DIRECTORY_SUBTITLE "Choose the folder from which to uninstall $(^NameDA)."
  63. !endif
  64.  
  65. !ifdef MUI_INSTFILESPAGE
  66.   ${LangFileString} MUI_TEXT_INSTALLING_TITLE "Installing"
  67.   ${LangFileString} MUI_TEXT_INSTALLING_SUBTITLE "Please wait while $(^NameDA) is being installed."
  68.   ${LangFileString} MUI_TEXT_FINISH_TITLE "Installation Complete"
  69.   ${LangFileString} MUI_TEXT_FINISH_SUBTITLE "Setup was completed successfully."
  70.   ${LangFileString} MUI_TEXT_ABORT_TITLE "Installation Aborted"
  71.   ${LangFileString} MUI_TEXT_ABORT_SUBTITLE "Setup was not completed successfully."
  72. !endif
  73.  
  74. !ifdef MUI_UNINSTFILESPAGE
  75.   ${LangFileString} MUI_UNTEXT_UNINSTALLING_TITLE "Uninstalling"
  76.   ${LangFileString} MUI_UNTEXT_UNINSTALLING_SUBTITLE "Please wait while $(^NameDA) is being uninstalled."
  77.   ${LangFileString} MUI_UNTEXT_FINISH_TITLE "Uninstallation Complete"
  78.   ${LangFileString} MUI_UNTEXT_FINISH_SUBTITLE "Uninstall was completed successfully."
  79.   ${LangFileString} MUI_UNTEXT_ABORT_TITLE "Uninstallation Aborted"
  80.   ${LangFileString} MUI_UNTEXT_ABORT_SUBTITLE "Uninstall was not completed successfully."
  81. !endif
  82.  
  83. !ifdef MUI_FINISHPAGE
  84.   ${LangFileString} MUI_TEXT_FINISH_INFO_TITLE "Completing the $(^NameDA) Setup Wizard"
  85.   ${LangFileString} MUI_TEXT_FINISH_INFO_TEXT "$(^NameDA) has been installed on your computer.$\r$\n$\r$\nClick Finish to close this wizard."
  86.   ${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?"
  87. !endif
  88.  
  89. !ifdef MUI_UNFINISHPAGE
  90.   ${LangFileString} MUI_UNTEXT_FINISH_INFO_TITLE "Completing the $(^NameDA) Uninstall Wizard"
  91.   ${LangFileString} MUI_UNTEXT_FINISH_INFO_TEXT "$(^NameDA) has been uninstalled from your computer.$\r$\n$\r$\nClick Finish to close this wizard."
  92.   ${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?"
  93. !endif
  94.  
  95. !ifdef MUI_FINISHPAGE | MUI_UNFINISHPAGE
  96.   ${LangFileString} MUI_TEXT_FINISH_REBOOTNOW "Reboot now"
  97.   ${LangFileString} MUI_TEXT_FINISH_REBOOTLATER "I want to manually reboot later"
  98.   ${LangFileString} MUI_TEXT_FINISH_RUN "&Run $(^NameDA)"
  99.   ${LangFileString} MUI_TEXT_FINISH_SHOWREADME "&Show Readme"
  100.   ${LangFileString} MUI_BUTTONTEXT_FINISH "&Finish"  
  101. !endif
  102.  
  103. !ifdef MUI_STARTMENUPAGE
  104.   ${LangFileString} MUI_TEXT_STARTMENU_TITLE "Choose Start Menu Folder"
  105.   ${LangFileString} MUI_TEXT_STARTMENU_SUBTITLE "Choose a Start Menu folder for the $(^NameDA) shortcuts."
  106.   ${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."
  107.   ${LangFileString} MUI_INNERTEXT_STARTMENU_CHECKBOX "Do not create shortcuts"
  108. !endif
  109.  
  110. !ifdef MUI_UNCONFIRMPAGE
  111.   ${LangFileString} MUI_UNTEXT_CONFIRM_TITLE "Uninstall $(^NameDA)"
  112.   ${LangFileString} MUI_UNTEXT_CONFIRM_SUBTITLE "Remove $(^NameDA) from your computer."
  113. !endif
  114.  
  115. !ifdef MUI_ABORTWARNING
  116.   ${LangFileString} MUI_TEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Setup?"
  117. !endif
  118.  
  119. !ifdef MUI_UNABORTWARNING
  120.   ${LangFileString} MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Uninstall?"
  121. !endif
  122.  
  123. !ifdef MULTIUSER_INSTALLMODEPAGE
  124.   ${LangFileString} MULTIUSER_TEXT_INSTALLMODE_TITLE "Choose Users"
  125.   ${LangFileString} MULTIUSER_TEXT_INSTALLMODE_SUBTITLE "Choose for which users you want to install $(^NameDA)."
  126.   ${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_TOP "Select whether you want to install $(^NameDA) for yourself only or for all users of this computer. $(^ClickNext)"
  127.   ${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_ALLUSERS "Install for anyone using this computer"
  128.   ${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_CURRENTUSER "Install just for me"
  129. !endif
  130.