comparison 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
comparison
equal deleted inserted replaced
7557:859ebaacc37b 7558:908343b14e70
2 ;; english.nsh 2 ;; english.nsh
3 ;; 3 ;;
4 ;; Default language strings for the Windows Gaim NSIS installer. 4 ;; Default language strings for the Windows Gaim NSIS installer.
5 ;; Windows Code page: 1252 5 ;; Windows Code page: 1252
6 ;; 6 ;;
7 ;; Version 2
8 ;;
7 9
8 ; Startup GTK+ check 10 ; Startup GTK+ check
9 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" 11 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"
12
13 ; License Page
14 LangString GAIM_LICENSE_BUTTON ${LANG_ENGLISH} "Next >"
15 LangString GAIM_LICENSE_BOTTOM_TEXT ${LANG_ENGLISH} "$(^Name) is released under the GPL license. The license is provided here for information purposes only. $_CLICK"
10 16
11 ; Components Page 17 ; Components Page
12 LangString GAIM_SECTION_TITLE ${LANG_ENGLISH} "Gaim Instant Messaging Client (required)" 18 LangString GAIM_SECTION_TITLE ${LANG_ENGLISH} "Gaim Instant Messaging Client (required)"
13 LangString GTK_SECTION_TITLE ${LANG_ENGLISH} "GTK+ Runtime Environment (required)" 19 LangString GTK_SECTION_TITLE ${LANG_ENGLISH} "GTK+ Runtime Environment (required)"
14 LangString GTK_THEMES_SECTION_TITLE ${LANG_ENGLISH} "GTK+ Themes" 20 LangString GTK_THEMES_SECTION_TITLE ${LANG_ENGLISH} "GTK+ Themes"
22 LangString GTK_NO_THEME_DESC ${LANG_ENGLISH} "Don't install a GTK+ theme" 28 LangString GTK_NO_THEME_DESC ${LANG_ENGLISH} "Don't install a GTK+ theme"
23 LangString GTK_WIMP_THEME_DESC ${LANG_ENGLISH} "GTK-Wimp (Windows impersonator) is a GTK theme that blends well into the Windows desktop environment." 29 LangString GTK_WIMP_THEME_DESC ${LANG_ENGLISH} "GTK-Wimp (Windows impersonator) is a GTK theme that blends well into the Windows desktop environment."
24 LangString GTK_BLUECURVE_THEME_DESC ${LANG_ENGLISH} "The Bluecurve theme." 30 LangString GTK_BLUECURVE_THEME_DESC ${LANG_ENGLISH} "The Bluecurve theme."
25 LangString GTK_LIGHTHOUSEBLUE_THEME_DESC ${LANG_ENGLISH} "The Lighthouseblue theme." 31 LangString GTK_LIGHTHOUSEBLUE_THEME_DESC ${LANG_ENGLISH} "The Lighthouseblue theme."
26 32
27 ; Extra GTK+ Dir Selector Page 33 ; GTK+ Directory Page
28 LangString GTK_PAGE_TITLE ${LANG_ENGLISH} "Choose Install Location"
29 LangString GTK_PAGE_SUBTITLE ${LANG_ENGLISH} "Choose the folder in which to install GTK+"
30 LangString GTK_PAGE_INSTALL_MSG1 ${LANG_ENGLISH} "Setup will install GTK+ in the following folder"
31 LangString GTK_PAGE_INSTALL_MSG2 ${LANG_ENGLISH} "To install in a different folder, click Browse and select another folder. Click Next to continue."
32 LangString GTK_PAGE_UPGRADE_MSG1 ${LANG_ENGLISH} "Setup will upgrade GTK+ found in the following folder"
33 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." 34 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."
35
36 ; Installer Finish Page
37 LangString GAIM_FINISH_VISIT_WEB_SITE ${LANG_ENGLISH} "Visit the Windows Gaim Web Page"
34 38
35 ; Gaim Section Prompts and Texts 39 ; Gaim Section Prompts and Texts
36 LangString GAIM_UNINSTALL_DESC ${LANG_ENGLISH} "Gaim (remove only)" 40 LangString GAIM_UNINSTALL_DESC ${LANG_ENGLISH} "Gaim (remove only)"
37 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." 41 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."
38 LangString GAIM_PROMPT_DIR_EXISTS ${LANG_ENGLISH} "The installation directory you specified already exists. Any contents$\rwill be deleted. Would you like to continue?" 42 LangString GAIM_PROMPT_DIR_EXISTS ${LANG_ENGLISH} "The installation directory you specified already exists. Any contents$\rwill be deleted. Would you like to continue?"