annotate src/win32/nsis/translations/english.nsh @ 6232:48022cc36114

[gaim-migrate @ 6725] Initial import committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 19 Jul 2003 18:26:53 +0000
parents
children ff7aa6acee95
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 ;;
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 ;; english.nsi
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.
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 ;; Code page: 1033
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6
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
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
9 LangString GTK_INSTALLER_NEEDED ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10 "The GTK+ runtime environment is either missing or needs to be upgraded.$\r \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
11 Please install v${GTK_VERSION} or higher of the GTK+ runtime"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
12
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13 ; Componants Page
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
14 LangString GAIM_SECTION_TITLE ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
15 "Gaim Instant Messenger (required)"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
16 LangString GTK_SECTION_TITLE ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
17 "GTK+ Rutime Environment (required)"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
18 LangString GTK_THEMES_SECTION_TITLE ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
19 "GTK+ Themes"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
20 LangString GTK_NOTHEME_SECTION_TITLE ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
21 "No Theme"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
22 LangString GTK_WIMP_SECTION_TITLE ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
23 "Wimp Theme"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
24 LangString GTK_BLUECURVE_SECTION_TITLE ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
25 "Bluecurve Theme"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
26 LangString GTK_LIGHTHOUSEBLUE_SECTION_TITLE ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
27 "Light House Blue Theme"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
28 LangString GAIM_SECTION_DESCRIPTION ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
29 "Core Gaim files and dlls"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
30 LangString GTK_SECTION_DESCRIPTION ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
31 "A multi-platform GUI toolkit, used by Gaim"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
32 LangString GTK_THEMES_SECTION_DESCRIPTION ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
33 "GTK+ Themes can change the look and feel of GTK+ applications."
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
34 LangString GTK_NO_THEME_DESC ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
35 "Don't install a GTK+ theme"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36 LangString GTK_WIMP_THEME_DESC ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
37 "GTK-Wimp (Windows impersonator) is a GTK theme that blends well into the Windows desktop environment."
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
38 LangString GTK_BLUECURVE_THEME_DESC ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
39 "The Bluecurve theme."
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40 LangString GTK_LIGHTHOUSEBLUE_THEME_DESC ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
41 "The Lighthouseblue theme."
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
42
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
43 ; Extra GTK+ Dir Selector Page
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44 LangString GTK_PAGE_TITLE ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
45 "Choose Install Location"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
46 LangString GTK_PAGE_SUBTITLE ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
47 "Choose the folder in which to install GTK+"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
48 LangString GTK_PAGE_INSTALL_MSG1 ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
49 "Setup will install GTK+ in the following folder"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
50 LangString GTK_PAGE_INSTALL_MSG2 ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
51 "To install in a different folder, click Browse and select \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
52 another folder. Click Next to continue."
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
53 LangString GTK_PAGE_UPGRADE_MSG1 ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
54 "Setup will upgrade GTK+ found in the following folder"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
55 LangString GTK_UPGRADE_PROMPT ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
56 "An old version of the GTK+ runtime was found. Do you wish to upgrade? $\r \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
57 Note: Gaim may not work unless you do."
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
58
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
59 ; Gaim Section Prompts and Texts
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
60 LangString GAIM_UNINSTALL_DESC ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
61 "Gaim (remove only)"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
62 LangString GAIM_PROMPT_WIPEOUT ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
63 "You're old Gaim directory is about to be deleted. Would you like to continue?$\r$\r \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
64 Note: Any non-standard plugins that you may have installed will be deleted. $\r \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
65 Gaim user settings will not be affected."
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
66 LangString GAIM_PROMPT_DIR_EXISTS ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
67 "The installation directory you specified already exists. Any contents $\r \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
68 it may have will be deleted. Would you like to continue?"
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
69
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
70 ; GTK+ Section Prompts
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
71 LangString GTK_INSTALL_ERROR ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
72 "Error installing GTK+ runtime."
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
73 LangString GTK_BAD_INSTALL_PATH ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
74 "The path you entered can not be accessed or created."
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
75
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
76 ; GTK+ Themes section
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
77 LangString GTK_NO_THEME_INSTALL_RIGHTS ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
78 "You do not have permission to install a GTK+ theme."
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
79
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
80 ; Uninstall Section Prompts
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
81 LangString un.GAIM_UNINSTALL_ERROR_1 ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
82 "The uninstaller could not find registry entries for Gaim.$\r \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
83 It is likely that another user installed this application."
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
84 LangString un.GAIM_UNINSTALL_ERROR_2 ${LANG_ENGLISH} \
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
85 "You do not have permission to uninstall this application."