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