comparison 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
comparison
equal deleted inserted replaced
7775:bd244c540e80 7776:1389574c5d9b
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 7 ;; Version 2
8 ;; 8 ;; Note: If translating this file, replace "!insertmacro GAIM_MACRO_DEFAULT_STRING"
9 ;; with "!define".
9 10
10 ; Make sure to update the GAIM_MACRO_LANGUAGEFILE_END macro in 11 ; Make sure to update the GAIM_MACRO_LANGUAGEFILE_END macro in
11 ; langmacros.nsh when updating this file 12 ; langmacros.nsh when updating this file
12 13
13 ; Startup GTK+ check 14 ; Startup GTK+ check
50 51
51 ; GTK+ Themes section 52 ; GTK+ Themes section
52 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_NO_THEME_INSTALL_RIGHTS "You do not have permission to install a GTK+ theme." 53 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_NO_THEME_INSTALL_RIGHTS "You do not have permission to install a GTK+ theme."
53 54
54 ; Uninstall Section Prompts 55 ; Uninstall Section Prompts
55 !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." 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."
56 !insertmacro GAIM_MACRO_DEFAULT_STRING un.GAIM_UNINSTALL_ERROR_2 "You do not have permission to uninstall this application." 57 !insertmacro GAIM_MACRO_DEFAULT_STRING un.GAIM_UNINSTALL_ERROR_2 "You do not have permission to uninstall this application."