annotate src/win32/nsis/translations/english.nsh @ 7776:1389574c5d9b

[gaim-migrate @ 8421] Note added committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 06 Dec 2003 20:02:59 +0000
parents 6300424eafbf
children 08251403c871
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 ;;
7558
908343b14e70 [gaim-migrate @ 8172]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6259
diff changeset
7 ;; Version 2
7776
1389574c5d9b [gaim-migrate @ 8421]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7572
diff changeset
8 ;; Note: If translating this file, replace "!insertmacro GAIM_MACRO_DEFAULT_STRING"
1389574c5d9b [gaim-migrate @ 8421]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7572
diff changeset
9 ;; with "!define".
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
11 ; Make sure to update the GAIM_MACRO_LANGUAGEFILE_END macro in
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
12 ; langmacros.nsh when updating this file
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
13
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
14 ; Startup GTK+ check
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
15 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_INSTALLER_NEEDED "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
16
7558
908343b14e70 [gaim-migrate @ 8172]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6259
diff changeset
17 ; License Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
18 !insertmacro GAIM_MACRO_DEFAULT_STRING GAIM_LICENSE_BUTTON "Next >"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
19 !insertmacro GAIM_MACRO_DEFAULT_STRING GAIM_LICENSE_BOTTOM_TEXT "$(^Name) is released under the GPL license. The license is provided here for information purposes only. $_CLICK"
7558
908343b14e70 [gaim-migrate @ 8172]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6259
diff changeset
20
6248
eda6284633ff [gaim-migrate @ 6742]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6234
diff changeset
21 ; Components Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
22 !insertmacro GAIM_MACRO_DEFAULT_STRING GAIM_SECTION_TITLE "Gaim Instant Messaging Client (required)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
23 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_SECTION_TITLE "GTK+ Runtime Environment (required)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
24 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_THEMES_SECTION_TITLE "GTK+ Themes"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
25 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_NOTHEME_SECTION_TITLE "No Theme"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
26 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_WIMP_SECTION_TITLE "Wimp Theme"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
27 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_BLUECURVE_SECTION_TITLE "Bluecurve Theme"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
28 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue Theme"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
29 !insertmacro GAIM_MACRO_DEFAULT_STRING GAIM_SECTION_DESCRIPTION "Core Gaim files and dlls"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
30 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_SECTION_DESCRIPTION "A multi-platform GUI toolkit, used by Gaim"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
31 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_THEMES_SECTION_DESCRIPTION "GTK+ Themes can change the look and feel of GTK+ applications."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
32 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_NO_THEME_DESC "Don't install a GTK+ theme"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
33 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_WIMP_THEME_DESC "GTK-Wimp (Windows impersonator) is a GTK theme that blends well into the Windows desktop environment."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
34 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_BLUECURVE_THEME_DESC "The Bluecurve theme."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
35 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_LIGHTHOUSEBLUE_THEME_DESC "The Lighthouseblue theme."
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36
7558
908343b14e70 [gaim-migrate @ 8172]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6259
diff changeset
37 ; GTK+ Directory Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
38 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_UPGRADE_PROMPT "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
39
7558
908343b14e70 [gaim-migrate @ 8172]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6259
diff changeset
40 ; Installer Finish Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
41 !insertmacro GAIM_MACRO_DEFAULT_STRING GAIM_FINISH_VISIT_WEB_SITE "Visit the Windows Gaim Web Page"
7558
908343b14e70 [gaim-migrate @ 8172]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6259
diff changeset
42
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
43 ; Gaim Section Prompts and Texts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
44 !insertmacro GAIM_MACRO_DEFAULT_STRING GAIM_UNINSTALL_DESC "Gaim (remove only)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
45 !insertmacro GAIM_MACRO_DEFAULT_STRING GAIM_PROMPT_WIPEOUT "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."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
46 !insertmacro GAIM_MACRO_DEFAULT_STRING GAIM_PROMPT_DIR_EXISTS "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
47
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
48 ; GTK+ Section Prompts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
49 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_INSTALL_ERROR "Error installing GTK+ runtime."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
50 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_BAD_INSTALL_PATH "The path you entered can not be accessed or created."
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
51
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
52 ; GTK+ Themes section
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7560
diff changeset
53 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_NO_THEME_INSTALL_RIGHTS "You do not have permission to install a GTK+ theme."
6232
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
54
48022cc36114 [gaim-migrate @ 6725]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
55 ; Uninstall Section Prompts
7776
1389574c5d9b [gaim-migrate @ 8421]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7572
diff changeset
56 !insertmacro GAIM_MACRO_DEFAULT_STRING un.GAIM_UNINSTALL_ERROR_1 "The uninstaller could not find registry entries for Gaim.$\rIt is likely that another user installed this application."
1389574c5d9b [gaim-migrate @ 8421]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7572
diff changeset
57 !insertmacro GAIM_MACRO_DEFAULT_STRING un.GAIM_UNINSTALL_ERROR_2 "You do not have permission to uninstall this application."