annotate src/win32/nsis/translations/english.nsh @ 6258:918a1d4d46e1

[gaim-migrate @ 6754] Zoltan Sutto updated the hu.po committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 21 Jul 2003 23:43:40 +0000
parents 6bbb306431ab
children f8f3c67f9456
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 ;;
6248
eda6284633ff [gaim-migrate @ 6742]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6234
diff changeset
2 ;; english.nsh
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 ;;
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 ;; Default language strings for the Windows Gaim NSIS installer.
6248
eda6284633ff [gaim-migrate @ 6742]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6234
diff changeset
5 ;; Windows Code page: 1252
6234
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
6 ;;
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
7
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
8 ; Startup GTK+ check
6234
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
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"
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10
6248
eda6284633ff [gaim-migrate @ 6742]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6234
diff changeset
11 ; Components Page
6258
918a1d4d46e1 [gaim-migrate @ 6754]
Luke Schierer <lschiere@pidgin.im>
parents: 6253
diff changeset
12 LangString GAIM_SECTION_TITLE ${LANG_ENGLISH} "Gaim Instant Messenging (required)"
6248
eda6284633ff [gaim-migrate @ 6742]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6234
diff changeset
13 LangString GTK_SECTION_TITLE ${LANG_ENGLISH} "GTK+ Runtime Environment (required)"
6234
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
14 LangString GTK_THEMES_SECTION_TITLE ${LANG_ENGLISH} "GTK+ Themes"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
15 LangString GTK_NOTHEME_SECTION_TITLE ${LANG_ENGLISH} "No Theme"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
16 LangString GTK_WIMP_SECTION_TITLE ${LANG_ENGLISH} "Wimp Theme"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
17 LangString GTK_BLUECURVE_SECTION_TITLE ${LANG_ENGLISH} "Bluecurve Theme"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
18 LangString GTK_LIGHTHOUSEBLUE_SECTION_TITLE ${LANG_ENGLISH} "Light House Blue Theme"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
19 LangString GAIM_SECTION_DESCRIPTION ${LANG_ENGLISH} "Core Gaim files and dlls"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
20 LangString GTK_SECTION_DESCRIPTION ${LANG_ENGLISH} "A multi-platform GUI toolkit, used by Gaim"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
21 LangString GTK_THEMES_SECTION_DESCRIPTION ${LANG_ENGLISH} "GTK+ Themes can change the look and feel of GTK+ applications."
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
22 LangString GTK_NO_THEME_DESC ${LANG_ENGLISH} "Don't install a GTK+ theme"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
23 LangString GTK_WIMP_THEME_DESC ${LANG_ENGLISH} "GTK-Wimp (Windows impersonator) is a GTK theme that blends well into the Windows desktop environment."
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
24 LangString GTK_BLUECURVE_THEME_DESC ${LANG_ENGLISH} "The Bluecurve theme."
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
25 LangString GTK_LIGHTHOUSEBLUE_THEME_DESC ${LANG_ENGLISH} "The Lighthouseblue theme."
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
26
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
27 ; Extra GTK+ Dir Selector Page
6234
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
28 LangString GTK_PAGE_TITLE ${LANG_ENGLISH} "Choose Install Location"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
29 LangString GTK_PAGE_SUBTITLE ${LANG_ENGLISH} "Choose the folder in which to install GTK+"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
30 LangString GTK_PAGE_INSTALL_MSG1 ${LANG_ENGLISH} "Setup will install GTK+ in the following folder"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
31 LangString GTK_PAGE_INSTALL_MSG2 ${LANG_ENGLISH} "To install in a different folder, click Browse and select another folder. Click Next to continue."
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
32 LangString GTK_PAGE_UPGRADE_MSG1 ${LANG_ENGLISH} "Setup will upgrade GTK+ found in the following folder"
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
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."
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
34
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
35 ; Gaim Section Prompts and Texts
6234
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
36 LangString GAIM_UNINSTALL_DESC ${LANG_ENGLISH} "Gaim (remove only)"
6253
6bbb306431ab [gaim-migrate @ 6749]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6248
diff changeset
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."
6234
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
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?"
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
39
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40 ; GTK+ Section Prompts
6234
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
41 LangString GTK_INSTALL_ERROR ${LANG_ENGLISH} "Error installing GTK+ runtime."
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
42 LangString GTK_BAD_INSTALL_PATH ${LANG_ENGLISH} "The path you entered can not be accessed or created."
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
43
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44 ; GTK+ Themes section
6234
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
45 LangString GTK_NO_THEME_INSTALL_RIGHTS ${LANG_ENGLISH} "You do not have permission to install a GTK+ theme."
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
46
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
47 ; Uninstall Section Prompts
6234
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
48 LangString un.GAIM_UNINSTALL_ERROR_1 ${LANG_ENGLISH} "The uninstaller could not find registry entries for Gaim.$\rIt is likely that another user installed this application."
ff7aa6acee95 [gaim-migrate @ 6727]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6232
diff changeset
49 LangString un.GAIM_UNINSTALL_ERROR_2 ${LANG_ENGLISH} "You do not have permission to uninstall this application."