Contrib/ExperienceUI/Language Files/English.nsh
changeset 0 d5ce4c64ef88
child 2 ccebbad46f6a
equal deleted inserted replaced
-1:000000000000 0:d5ce4c64ef88
       
     1 ;NSIS ExperienceUI - Language File
       
     2 ;Compatible with ExperienceUI 1.09ß
       
     3 
       
     4 ;Language: English (1033)
       
     5 ;By dandaman32
       
     6 
       
     7 ;--------------------------------
       
     8 
       
     9 !insertmacro XPUI_LANGUAGEFILE_BEGIN "English"
       
    10 
       
    11 ; Use only ASCII characters (if this is not possible, use the English name)
       
    12 !insertmacro XPUI_UNSET XPUI_LANGNAME
       
    13 !insertmacro XPUI_DEFAULT XPUI_LANGNAME "English"
       
    14 
       
    15 ; BUTTONS
       
    16 !insertmacro XPUI_DEFAULT XPUI_BUTTONTEXT_NEXT   Next
       
    17 !insertmacro XPUI_DEFAULT XPUI_BUTTONTEXT_BACK   Back
       
    18 !insertmacro XPUI_DEFAULT XPUI_BUTTONTEXT_CANCEL Cancel
       
    19 !insertmacro XPUI_DEFAULT XPUI_BUTTONTEXT_CLOSE  Close
       
    20 
       
    21 !insertmacro XPUI_DEFAULT XPUI_ABORTWARNING_TEXT "You are about to quit setup.$\n$\nIf you quit now, $(^Name) will not be installed.$\n$\nDo you want to continue?"
       
    22 
       
    23 ; +---------+
       
    24 ; | INSTALL |
       
    25 ; +---------+
       
    26 
       
    27 ; WELCOME PAGE
       
    28 !insertmacro XPUI_DEFAULT XPUI_WELCOMEPAGE_TEXT_TOP "Welcome to the $(^Name) Setup Wizard"
       
    29 !insertmacro XPUI_DEFAULT XPUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of $(^Name).\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"
       
    30 !insertmacro XPUI_DEFAULT XPUI_WELCOMEPAGE_TITLE "Welcome"
       
    31 !insertmacro XPUI_DEFAULT XPUI_WELCOMEPAGE_SUBTITLE "Welcome to $(^Name) Setup."
       
    32 !insertmacro XPUI_DEFAULT XPUI_WELCOMEPAGE_CAPTION " "
       
    33 
       
    34 !insertmacro XPUI_DEFAULT XPUI_UNWELCOMEPAGE_TEXT_TOP "Welcome to the $(^Name) Uninstall Wizard"
       
    35 !insertmacro XPUI_DEFAULT XPUI_UNWELCOMEPAGE_TEXT "This wizard will guide you through the uninstallation of $(^Name).\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"
       
    36 !insertmacro XPUI_DEFAULT XPUI_UNWELCOMEPAGE_TITLE "Welcome"
       
    37 !insertmacro XPUI_DEFAULT XPUI_UNWELCOMEPAGE_SUBTITLE "Welcome to the $(^Name) Uninstall Wizard."
       
    38 !insertmacro XPUI_DEFAULT XPUI_UNWELCOMEPAGE_CAPTION " "
       
    39 
       
    40 ; WELCOME PAGE STYLE 2
       
    41 !insertmacro XPUI_DEFAULT XPUI_WELCOMEPAGE2_TEXT_TOP "Welcome to the NSIS Setup Wizard for $(^Name)."
       
    42 !insertmacro XPUI_DEFAULT XPUI_WELCOMEPAGE2_TEXT "Welcome to $(^Name) Setup.  This will install $(^Name) on your computer."
       
    43 !insertmacro XPUI_DEFAULT XPUI_WELCOMEPAGE2_TITLE "Welcome"
       
    44 !insertmacro XPUI_DEFAULT XPUI_WELCOMEPAGE2_SUBTITLE "Welcome to $(^Name) Setup."
       
    45 !insertmacro XPUI_DEFAULT XPUI_WELCOMEPAGE2_CAPTION " "
       
    46 
       
    47 !insertmacro XPUI_DEFAULT XPUI_UNWELCOMEPAGE2_TEXT_TOP "Welcome to the NSIS Uninstall Wizard for $(^Name)."
       
    48 !insertmacro XPUI_DEFAULT XPUI_UNWELCOMEPAGE2_TEXT "Welcome to $(^Name) Setup.  This will uninstall $(^Name) from your computer."
       
    49 !insertmacro XPUI_DEFAULT XPUI_UNWELCOMEPAGE2_TITLE "Welcome"
       
    50 !insertmacro XPUI_DEFAULT XPUI_UNWELCOMEPAGE2_SUBTITLE "Welcome to the $(^Name) Uninstaller."
       
    51 !insertmacro XPUI_DEFAULT XPUI_UNWELCOMEPAGE2_CAPTION " "
       
    52 
       
    53 ; LICENSE PAGE
       
    54 !insertmacro XPUI_DEFAULT XPUI_LICENSEPAGE_CAPTION ": License Agreement"
       
    55 !insertmacro XPUI_DEFAULT XPUI_LICENSEPAGE_RADIOBUTTONS_TEXT_ACCEPT "I agree to the above terms and conditions"
       
    56 !insertmacro XPUI_DEFAULT XPUI_LICENSEPAGE_RADIOBUTTONS_TEXT_DECLINE "I do not agree to the above terms and conditions"
       
    57 !insertmacro XPUI_DEFAULT XPUI_LICENSEPAGE_TEXT_CHECKBOX "I agree to the above terms and conditions"
       
    58 !insertmacro XPUI_DEFAULT XPUI_LICENSEPAGE_SUBTITLE "Please review the license terms before installing $(^Name)."
       
    59 !insertmacro XPUI_DEFAULT XPUI_LICENSEPAGE_TITLE "License Agreement"
       
    60 !insertmacro XPUI_DEFAULT XPUI_LICENSEPAGE_TEXT_TOP "Press Page Down to see the rest of the agreement."
       
    61 !ifndef XPUI_LICENSEPAGE_RADIOBUTTONS
       
    62   !ifndef XPUI_LICENSEPAGE_CHECKBOX
       
    63     !insertmacro XPUI_DEFAULT XPUI_LICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to install $(^Name)."
       
    64   !endif
       
    65 !endif
       
    66 !ifndef XPUI_LICENSEPAGE_RADIOBUTTONS
       
    67   !ifdef XPUI_LICENSEPAGE_CHECKBOX
       
    68     !insertmacro XPUI_DEFAULT XPUI_LICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, check the box below. You must accept the agreement to install $(^Name)."
       
    69   !endif
       
    70 !endif
       
    71 !ifdef XPUI_LICENSEPAGE_RADIOBUTTONS
       
    72   !ifndef XPUI_LICENSEPAGE_CHECKBOX
       
    73     !insertmacro XPUI_DEFAULT XPUI_LICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, select the first option above. You must accept the agreement to install $(^Name)."
       
    74   !endif
       
    75 !endif
       
    76 
       
    77 !insertmacro XPUI_DEFAULT XPUI_UNLICENSEPAGE_CAPTION ": License Agreement"
       
    78 !insertmacro XPUI_DEFAULT XPUI_UNLICENSEPAGE_RADIOBUTTONS_TEXT_ACCEPT "I agree to the above terms and conditions"
       
    79 !insertmacro XPUI_DEFAULT XPUI_UNLICENSEPAGE_RADIOBUTTONS_TEXT_DECLINE "I do not agree to the above terms and conditions"
       
    80 !insertmacro XPUI_DEFAULT XPUI_UNLICENSEPAGE_TEXT_CHECKBOX "I agree to the above terms and conditions"
       
    81 !insertmacro XPUI_DEFAULT XPUI_UNLICENSEPAGE_SUBTITLE "Please review the license terms before uninstalling $(^Name)."
       
    82 !insertmacro XPUI_DEFAULT XPUI_UNLICENSEPAGE_TITLE "License Agreement"
       
    83 !insertmacro XPUI_DEFAULT XPUI_UNLICENSEPAGE_TEXT_TOP "Press Page Down to see the rest of the agreement."
       
    84 !ifndef XPUI_UNLICENSEPAGE_RADIOBUTTONS
       
    85   !ifndef XPUI_UNLICENSEPAGE_CHECKBOX
       
    86     !insertmacro XPUI_DEFAULT XPUI_UNLICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to uninstall $(^Name)."
       
    87   !endif
       
    88 !endif
       
    89 !ifndef XPUI_UNLICENSEPAGE_RADIOBUTTONS
       
    90   !ifdef XPUI_UNLICENSEPAGE_CHECKBOX
       
    91     !insertmacro XPUI_DEFAULT XPUI_UNLICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, check the box below. You must accept the agreement to uninstall $(^Name)."
       
    92   !endif
       
    93 !endif
       
    94 !ifdef XPUI_UNLICENSEPAGE_RADIOBUTTONS
       
    95   !ifndef XPUI_UNLICENSEPAGE_CHECKBOX
       
    96     !insertmacro XPUI_DEFAULT XPUI_UNLICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, select the first option above. You must accept the agreement to uninstall $(^Name)."
       
    97   !endif
       
    98 !endif
       
    99 
       
   100 ; COMPONENTS PAGE
       
   101 !insertmacro XPUI_DEFAULT XPUI_COMPONENTSPAGE_CAPTION ": Select Components"
       
   102 !insertmacro XPUI_DEFAULT XPUI_COMPONENTSPAGE_SUBTITLE "Choose which components of $(^Name) should be installed."
       
   103 !insertmacro XPUI_DEFAULT XPUI_COMPONENTSPAGE_TITLE "Choose Components"
       
   104 !insertmacro XPUI_DEFAULT XPUI_COMPONENTSPAGE_TEXT_DESCRIPTION_TITLE "Description"
       
   105 !insertmacro XPUI_DEFAULT XPUI_COMPONENTSPAGE_TEXT_DESCRIPTION_INFO  "Hover your mouse over a component to see its description"
       
   106 
       
   107 !insertmacro XPUI_DEFAULT XPUI_UNCOMPONENTSPAGE_CAPTION ": Select Components"
       
   108 !insertmacro XPUI_DEFAULT XPUI_UNCOMPONENTSPAGE_SUBTITLE "Choose which components of $(^Name) should be uninstalled."
       
   109 !insertmacro XPUI_DEFAULT XPUI_UNCOMPONENTSPAGE_TITLE "Choose Components"
       
   110 !insertmacro XPUI_DEFAULT XPUI_UNCOMPONENTSPAGE_TEXT_DESCRIPTION_TITLE "Description"
       
   111 !insertmacro XPUI_DEFAULT XPUI_UNCOMPONENTSPAGE_TEXT_DESCRIPTION_INFO  "Hover your mouse over a component to see its description"
       
   112 
       
   113 ; DIRECTORY PAGE
       
   114 !insertmacro XPUI_DEFAULT XPUI_DIRECTORYPAGE_CAPTION ": Select Installation Folder"
       
   115 !insertmacro XPUI_DEFAULT XPUI_DIRECTORYPAGE_TEXT_TOP "Setup will install $(^Name) in the following folder.$\r$\n$\r$\nTo install in the default folder, leave the text below as-is.  To install in a different folder, enter one below, or click Browse. $_CLICK"
       
   116 !insertmacro XPUI_DEFAULT XPUI_DIRECTORYPAGE_TEXT_DESTINATION "Installation Directory"
       
   117 !insertmacro XPUI_DEFAULT XPUI_DIRECTORYPAGE_TEXT_BROWSE "Browse"
       
   118 !insertmacro XPUI_DEFAULT XPUI_DIRECTORYPAGE_TEXT_BROWSEDIALOG "Please select a folder:"
       
   119 !insertmacro XPUI_DEFAULT XPUI_DIRECTORYPAGE_TITLE "Choose Install Location"
       
   120 !insertmacro XPUI_DEFAULT XPUI_DIRECTORYPAGE_SUBTITLE "Choose the folder in which to install $(^Name)."
       
   121 
       
   122 !insertmacro XPUI_DEFAULT XPUI_UNDIRECTORYPAGE_CAPTION ": Select Installation Folder"
       
   123 !insertmacro XPUI_DEFAULT XPUI_UNDIRECTORYPAGE_TEXT_TOP "Setup will uninstall $(^Name) from the following folder.$\r$\n$\r$\nTo uninstall from this folder, click Next.  To uninstall from a different folder, enter one below, or click Browse."
       
   124 !insertmacro XPUI_DEFAULT XPUI_UNDIRECTORYPAGE_TEXT_DESTINATION "Installation Directory"
       
   125 !insertmacro XPUI_DEFAULT XPUI_UNDIRECTORYPAGE_TEXT_BROWSE "Browse"
       
   126 !insertmacro XPUI_DEFAULT XPUI_UNDIRECTORYPAGE_TEXT_BROWSEDIALOG "Please select a folder:"
       
   127 !insertmacro XPUI_DEFAULT XPUI_UNDIRECTORYPAGE_TITLE "Choose Install Location"
       
   128 !insertmacro XPUI_DEFAULT XPUI_UNDIRECTORYPAGE_SUBTITLE "Choose the folder from which to uninstall $(^Name)."
       
   129 
       
   130 ; START MENU PAGE
       
   131 !insertmacro XPUI_DEFAULT XPUI_STARTMENUPAGE_CAPTION    ": Start Menu Folder"
       
   132 !insertmacro XPUI_DEFAULT XPUI_STARTMENUPAGE_TITLE      "Select Start Menu Folder"
       
   133 !insertmacro XPUI_DEFAULT XPUI_STARTMENUPAGE_SUBTITLE   "Select the folder in which to create Start Menu shortcuts to $(^Name):"
       
   134 !insertmacro XPUI_DEFAULT XPUI_STARTMENUPAGE_TEXT       "Select the Start Menu folder in which to create shortcuts to $(^Name):"
       
   135 !insertmacro XPUI_DEFAULT XPUI_STARTMENUPAGE_CHECKBOX   "Don't create a start menu folder"
       
   136 
       
   137 !insertmacro XPUI_DEFAULT XPUI_UNSTARTMENUPAGE_CAPTION  ": Start Menu Folder"
       
   138 !insertmacro XPUI_DEFAULT XPUI_UNSTARTMENUPAGE_TITLE    "Select Start Menu Folder"
       
   139 !insertmacro XPUI_DEFAULT XPUI_UNSTARTMENUPAGE_SUBTITLE "Select the folder from which to remove Start Menu shortcuts:"
       
   140 !insertmacro XPUI_DEFAULT XPUI_UNSTARTMENUPAGE_TEXT     "Select the Start Menu folder from which to remove shortcuts:"
       
   141 !insertmacro XPUI_DEFAULT XPUI_UNSTARTMENUPAGE_CHECKBOX "Don't remove the Start Menu folder"
       
   142 
       
   143 ; INSTALL CONFIRM PAGE
       
   144 !insertmacro XPUI_DEFAULT XPUI_INSTCONFIRMPAGE_CAPTION ": Confirm Installation"
       
   145 !insertmacro XPUI_DEFAULT XPUI_INSTCONFIRMPAGE_SUBTITLE "Setup has finished gathering information and is ready to install $(^Name)."
       
   146 !insertmacro XPUI_DEFAULT XPUI_INSTCONFIRMPAGE_TITLE "Confirm Installation"
       
   147 !insertmacro XPUI_DEFAULT XPUI_INSTCONFIRMPAGE_TEXT_TOP "Setup is ready to install $(^Name) on your computer."
       
   148 !insertmacro XPUI_DEFAULT XPUI_INSTCONFIRMPAGE_TEXT_BOTTOM "$_CLICK"
       
   149 
       
   150 !insertmacro XPUI_DEFAULT XPUI_UNINSTCONFIRMPAGE_CAPTION ": Confirm Installation"
       
   151 !insertmacro XPUI_DEFAULT XPUI_UNINSTCONFIRMPAGE_SUBTITLE "Setup has finished gathering information and is ready to uninstall $(^Name)."
       
   152 !insertmacro XPUI_DEFAULT XPUI_UNINSTCONFIRMPAGE_TITLE "Confirm Uninstallation"
       
   153 !insertmacro XPUI_DEFAULT XPUI_UNINSTCONFIRMPAGE_TEXT_TOP "Setup is ready to uninstall $(^Name) from your computer."
       
   154 !insertmacro XPUI_DEFAULT XPUI_UNINSTCONFIRMPAGE_TEXT_BOTTOM "Click Next to continue."
       
   155 
       
   156 ; INSTFILES PAGE
       
   157 !insertmacro XPUI_DEFAULT XPUI_INSTFILESPAGE_CAPTION ": Copying Files"
       
   158 !insertmacro XPUI_DEFAULT XPUI_INSTFILESPAGE_SUBTITLE "Please wait while $(^Name) is being installed."
       
   159 !insertmacro XPUI_DEFAULT XPUI_INSTFILESPAGE_TITLE "Installing"
       
   160 !insertmacro XPUI_DEFAULT XPUI_INSTFILESPAGE_DONE_TITLE "Installation Complete"
       
   161 !insertmacro XPUI_DEFAULT XPUI_INSTFILESPAGE_DONE_SUBTITLE "All of the components of $(^Name) were successfully copied to your computer."
       
   162 
       
   163 !insertmacro XPUI_DEFAULT XPUI_UNINSTFILESPAGE_CAPTION ": Uninstalling Files"
       
   164 !insertmacro XPUI_DEFAULT XPUI_UNINSTFILESPAGE_SUBTITLE "Please wait while $(^Name) is being uninstalled."
       
   165 !insertmacro XPUI_DEFAULT XPUI_UNINSTFILESPAGE_TITLE "Uninstalling"
       
   166 !insertmacro XPUI_DEFAULT XPUI_UNINSTFILESPAGE_DONE_TITLE "Uninstallation Complete"
       
   167 !insertmacro XPUI_DEFAULT XPUI_UNINSTFILESPAGE_DONE_SUBTITLE "All of the components of $(^Name) were successfully removed from your computer."
       
   168 
       
   169 !insertmacro XPUI_DEFAULT XPUI_INSTFILESPAGE_FAIL_TITLE "Installation Incomplete"
       
   170 !insertmacro XPUI_DEFAULT XPUI_INSTFILESPAGE_FAIL_SUBTITLE "$(^Name) Setup was not completed successfully."
       
   171 !insertmacro XPUI_DEFAULT XPUI_UNINSTFILESPAGE_FAIL_TITLE "Uninstallation Incomplete"
       
   172 !insertmacro XPUI_DEFAULT XPUI_UNINSTFILESPAGE_FAIL_SUBTITLE "$(^Name) Setup was not completed successfully."
       
   173 
       
   174 ; INSTALL SUCCESS PAGE
       
   175 !insertmacro XPUI_DEFAULT XPUI_INSTSUCCESSPAGE_CAPTION ": Installation Successful"
       
   176 !insertmacro XPUI_DEFAULT XPUI_INSTSUCCESSPAGE_SUBTITLE "Setup has successfully installed $(^Name) on your computer."
       
   177 !insertmacro XPUI_DEFAULT XPUI_INSTSUCCESSPAGE_TITLE "Installation Complete"
       
   178 !insertmacro XPUI_DEFAULT XPUI_INSTSUCCESSPAGE_TEXT_TOP    "$(^Name) has been successfully installed."
       
   179 !insertmacro XPUI_DEFAULT XPUI_INSTSUCCESSPAGE_TEXT_BOTTOM "Click Close to exit."
       
   180 
       
   181 !insertmacro XPUI_DEFAULT XPUI_UNINSTSUCCESSPAGE_CAPTION ": Uninstallation Successful"
       
   182 !insertmacro XPUI_DEFAULT XPUI_UNINSTSUCCESSPAGE_SUBTITLE "Setup has successfully uninstalled $(^Name) from your computer."
       
   183 !insertmacro XPUI_DEFAULT XPUI_UNINSTSUCCESSPAGE_TITLE "Uninstallation Complete"
       
   184 !insertmacro XPUI_DEFAULT XPUI_UNINSTSUCCESSPAGE_TEXT_TOP    "$(^Name) has been successfully uninstalled."
       
   185 !insertmacro XPUI_DEFAULT XPUI_UNINSTSUCCESSPAGE_TEXT_BOTTOM "Click Close to exit."
       
   186 
       
   187 ; FINISH PAGE
       
   188 
       
   189 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_TITLE "Installation Complete"
       
   190 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_SUBTITLE "Setup has successfully installed $(^Name) on your computer."
       
   191 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_CAPTION ": Installation Complete"
       
   192 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_TEXT_TOP "Completing the $(^Name) Setup Wizard"
       
   193 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_TEXT_TOP_ALT "NSIS Setup Wizard Complete"
       
   194 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_TEXT_RUN "Setup has successfully installed $(^Name) on your computer.\r\n\r\nWhich actions do you want to perform?"
       
   195 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_TEXT_REBOOT "Setup has finished copying files to your computer.\r\n\r\nTo finish the installation, you must restart your computer.  Do you want to restart your computer now?"
       
   196 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_TEXT "Setup has successfully installed $(^Name) on your computer.\r\n\r\nPlease click $(XPUI_BUTTONTEXT_CLOSE) to exit Setup."
       
   197 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_CHECKBOX_RUN "Run $(^Name) now"
       
   198 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_CHECKBOX_DOCS "View the documentation for $(^Name)"
       
   199 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_RADIOBUTTON_REBOOT "Yes, restart my computer now."
       
   200 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_RADIOBUTTON_NOREBOOT "No, I will restart my computer later."
       
   201 !insertmacro XPUI_DEFAULT XPUI_FINISHPAGE_REBOOT_MESSAGEBOX "Setup is about to reboot your computer.$\r$\n$\r$\nPlease save and close all open files and documents, and click OK to reboot your computer."
       
   202 
       
   203 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_TITLE "Uninstall Complete"
       
   204 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_SUBTITLE "Setup has successfully uninstalled $(^Name) from your computer."
       
   205 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_CAPTION ": Uninstall Complete"
       
   206 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_TEXT_TOP "Completing the $(^Name) Setup Wizard"
       
   207 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_TEXT_TOP_ALT "NSIS Setup Wizard Complete"
       
   208 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_TEXT_REBOOT "Setup has finished copying files to your computer.\r\n\r\nTo finish the uninstallation, you must restart your computer.  Do you want to restart your computer now?"
       
   209 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_TEXT_RUN "Setup has successfully uninstalled $(^Name) from your computer.\r\n\r\nWhich actions do you want to perform?"
       
   210 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_TEXT "Setup has successfully uninstalled $(^Name) from your computer.\r\n\r\nPlease click $(XPUI_BUTTONTEXT_CLOSE) to exit Setup."
       
   211 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_RADIOBUTTON_REBOOT "Yes, restart my computer now."
       
   212 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_RADIOBUTTON_NOREBOOT "No, I will restart my computer later."
       
   213 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_CHECKBOX_RUN "${XPUI_FINISHPAGE_CHECKBOX_RUN}"
       
   214 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_CHECKBOX_DOCS "${XPUI_FINISHPAGE_CHECKBOX_DOCS}"
       
   215 !insertmacro XPUI_DEFAULT XPUI_UNFINISHPAGE_REBOOT_MESSAGEBOX "${XPUI_FINISHPAGE_REBOOT_MESSAGEBOX}"
       
   216 
       
   217 ; ABORT PAGE
       
   218 !insertmacro XPUI_DEFAULT XPUI_ABORTPAGE_TEXT_TOP "NSIS Setup Wizard Complete"
       
   219 !insertmacro XPUI_DEFAULT XPUI_ABORTPAGE_TEXT "The wizard was interrupted before $(^Name) could be completely installed.\r\n\r\nYour system has not been modified.  To install this program at a later time, please run this\r\nwizard again.\r\n\r\n\r\n\r\n\r\nPlease click Close to exit the Setup Wizard."
       
   220 !insertmacro XPUI_DEFAULT XPUI_ABORTPAGE_TITLE "Installation Incomplete"
       
   221 !insertmacro XPUI_DEFAULT XPUI_ABORTPAGE_SUBTITLE "$(^Name) Setup was not completed successfully."
       
   222 !insertmacro XPUI_DEFAULT XPUI_ABORTPAGE_CAPTION ": Setup Cancelled"
       
   223 
       
   224 !insertmacro XPUI_DEFAULT XPUI_UNABORTPAGE_TEXT_TOP "NSIS Uninstall Wizard Complete"
       
   225 !insertmacro XPUI_DEFAULT XPUI_UNABORTPAGE_TEXT "The wizard was interrupted before $(^Name) could be completely uninstalled.\r\n\r\nYour system has not been modified.  To uninstall this program at a later time, please run this wizard again.\r\n\r\n\r\n\r\n\r\nPlease click Close to exit the Setup Wizard."
       
   226 !insertmacro XPUI_DEFAULT XPUI_UNABORTPAGE_TITLE "Uninstallation Incomplete"
       
   227 !insertmacro XPUI_DEFAULT XPUI_UNABORTPAGE_SUBTITLE "$(^Name) Setup was not completed successfully."
       
   228 !insertmacro XPUI_DEFAULT XPUI_UNABORTPAGE_CAPTION ": Setup Cancelled"
       
   229 
       
   230 ; +-----------+
       
   231 ; | UNINSTALL |
       
   232 ; +-----------+
       
   233 
       
   234 ; MOST OF THE UNINSTALL PAGES ARE TAKEN CARE OF USING THE PAGE MODE SYSTEM
       
   235 ; THE XPUI CONFIRM, UNINSTFILES, AND SUCCESS PAGES USE THE PAGE MODE SYSTEM,
       
   236 ; BUT THE NSIS-STYLE UNINSTALL CONFIRM PAGE SIMPLY USES A NON-PAGE-MODE METHOD.
       
   237 
       
   238 ; UNINST CONFIRM PAGE (NSIS)
       
   239 !insertmacro XPUI_DEFAULT XPUI_UNINSTCONFIRMPAGE_NSIS_CAPTION ": Confirm Uninstall"
       
   240 !insertmacro XPUI_DEFAULT XPUI_UNINSTCONFIRMPAGE_NSIS_SUBTITLE "Remove $(^Name) from your computer"
       
   241 !insertmacro XPUI_DEFAULT XPUI_UNINSTCONFIRMPAGE_NSIS_TITLE "Uninstall $(^Name)"
       
   242 !insertmacro XPUI_DEFAULT XPUI_UNINSTCONFIRMPAGE_NSIS_TEXT_TOP "$(^Name) will be uninstalled from the following folder.  Click Uninstall to start the uninstallation."
       
   243 !insertmacro XPUI_DEFAULT XPUI_UNINSTCONFIRMPAGE_NSIS_TEXT_FOLDER "Uninstalling from:"
       
   244 
       
   245 !insertmacro XPUI_LANGUAGEFILE_END