diff src/win32/nsis/translations/english.nsh @ 7558:908343b14e70

[gaim-migrate @ 8172] Update for latest NSIS installer. Unattended installations are now possible. Users no longer need to click agree to get past GPL license committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 18 Nov 2003 22:17:56 +0000
parents f8f3c67f9456
children af9968dbdc70
line wrap: on
line diff
--- a/src/win32/nsis/translations/english.nsh	Tue Nov 18 21:01:34 2003 +0000
+++ b/src/win32/nsis/translations/english.nsh	Tue Nov 18 22:17:56 2003 +0000
@@ -4,10 +4,16 @@
 ;;  Default language strings for the Windows Gaim NSIS installer.
 ;;  Windows Code page: 1252
 ;;
+;;  Version 2
+;;
 
 ; Startup GTK+ check
 LangString GTK_INSTALLER_NEEDED			${LANG_ENGLISH} "The GTK+ runtime environment is either missing or needs to be upgraded.$\rPlease install v${GTK_VERSION} or higher of the GTK+ runtime"
 
+; License Page
+LangString GAIM_LICENSE_BUTTON			${LANG_ENGLISH} "Next >"
+LangString GAIM_LICENSE_BOTTOM_TEXT		${LANG_ENGLISH} "$(^Name) is released under the GPL license. The license is provided here for information purposes only. $_CLICK"
+
 ; Components Page
 LangString GAIM_SECTION_TITLE				${LANG_ENGLISH} "Gaim Instant Messaging Client (required)"
 LangString GTK_SECTION_TITLE				${LANG_ENGLISH} "GTK+ Runtime Environment (required)"
@@ -24,14 +30,12 @@
 LangString GTK_BLUECURVE_THEME_DESC			${LANG_ENGLISH} "The Bluecurve theme."
 LangString GTK_LIGHTHOUSEBLUE_THEME_DESC		${LANG_ENGLISH} "The Lighthouseblue theme."
 
-; Extra GTK+ Dir Selector Page
-LangString GTK_PAGE_TITLE				${LANG_ENGLISH} "Choose Install Location"
-LangString GTK_PAGE_SUBTITLE				${LANG_ENGLISH} "Choose the folder in which to install GTK+"
-LangString GTK_PAGE_INSTALL_MSG1			${LANG_ENGLISH} "Setup will install GTK+ in the following folder"
-LangString GTK_PAGE_INSTALL_MSG2			${LANG_ENGLISH} "To install in a different folder, click Browse and select another folder. Click Next to continue."
-LangString GTK_PAGE_UPGRADE_MSG1			${LANG_ENGLISH} "Setup will upgrade GTK+ found in the following folder"
+; GTK+ Directory Page
 LangString GTK_UPGRADE_PROMPT				${LANG_ENGLISH} "An old version of the GTK+ runtime was found. Do you wish to upgrade?$\rNote: Gaim may not work unless you do."
 
+; Installer Finish Page
+LangString GAIM_FINISH_VISIT_WEB_SITE			${LANG_ENGLISH} "Visit the Windows Gaim Web Page"
+
 ; Gaim Section Prompts and Texts
 LangString GAIM_UNINSTALL_DESC			${LANG_ENGLISH} "Gaim (remove only)"
 LangString GAIM_PROMPT_WIPEOUT			${LANG_ENGLISH} "Your old Gaim directory is about to be deleted. Would you like to continue?$\r$\rNote: Any non-standard plugins that you may have installed will be deleted.$\rGaim user settings will not be affected."