]> git.street.me.uk Git - andy/viking.git/blame - win32/installer/translations/english.nsh
Merge pull request #32 from davidedelvento/installnotes
[andy/viking.git] / win32 / installer / translations / english.nsh
CommitLineData
773eb66a
MA
1;;
2;; english.nsh
3;;
4;; Default language strings for the Windows Viking NSIS installer.
5;; Windows Code page: 1252
6;;
7;; Version 3
8;; Note: If translating this file, replace '!insertmacro VIKING_MACRO_DEFAULT_STRING'
9;; with '!define'.
10
11; Make sure to update the VIKING_MACRO_LANGUAGEFILE_END macro in
12; langmacros.nsh when updating this file
13
14; Startup Checks
15!insertmacro VIKING_MACRO_DEFAULT_STRING INSTALLER_IS_RUNNING "The installer is already running."
16!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_IS_RUNNING "An instance of Viking is currently running. Please exit Viking and try again."
17
18; License Page
19!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_LICENSE_BUTTON "Next >"
20!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_LICENSE_BOTTOM_TEXT "$(^Name) is released under the GNU General Public License (GPL). The license is provided here for information purposes only. $_CLICK"
21
22; Components Page
23!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_SECTION_TITLE "Viking GPS data editor and analyzer (required)"
24!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_SHORTCUTS_SECTION_TITLE "Shortcuts"
25!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_DESKTOP_SHORTCUT_SECTION_TITLE "Desktop"
26!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_STARTMENU_SHORTCUT_SECTION_TITLE "Start Menu"
93950f79 27!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_FILE_ASSOCIATION_SECTION_TITLE "File association"
c1b746db 28!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_GPSBABEL_SECTION_TITLE "GPSBabel 1.5.2"
773eb66a
MA
29!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_SECTION_DESCRIPTION "Core Viking files and dlls"
30!insertmacro VIKING_MACRO_DEFAULT_STRING GTK_SECTION_DESCRIPTION "A multi-platform GUI toolkit, used by Viking"
31
32!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_SHORTCUTS_SECTION_DESCRIPTION "Shortcuts for starting Viking"
33!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_DESKTOP_SHORTCUT_DESC "Create a shortcut to Viking on the Desktop"
34!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_STARTMENU_SHORTCUT_DESC "Create a Start Menu entry for Viking"
c6311c82 35!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_FILE_ASSOCIATION_DESC "Associate .gpx files with Viking"
f570ee2b 36!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_INSTALL_GPSBABEL_DESC "Install GPSBabel Program"
773eb66a
MA
37
38; Installer Finish Page
39!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_FINISH_VISIT_WEB_SITE "Visit the Viking Web Page"
40
41; Viking Section Prompts and Texts
42!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_PROMPT_CONTINUE_WITHOUT_UNINSTALL "Unable to uninstall the currently installed version of Viking. The new version will be installed without removing the currently installed version."
43
44; Uninstall Section Prompts
45!insertmacro VIKING_MACRO_DEFAULT_STRING un.VIKING_UNINSTALL_ERROR_1 "The uninstaller could not find registry entries for Viking.$\rIt is likely that another user installed this application."
46!insertmacro VIKING_MACRO_DEFAULT_STRING un.VIKING_UNINSTALL_ERROR_2 "You do not have permission to uninstall this application."
68648226
RN
47
48!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_UNINSTALL_COMMENTS "GPS data editor and analyser"