]> git.street.me.uk Git - andy/viking.git/blame - win32/installer/translations/english.nsh
SF Features#120: Add Nautical Miles preference for distance units.
[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"
773eb66a
MA
28!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_SECTION_DESCRIPTION "Core Viking files and dlls"
29!insertmacro VIKING_MACRO_DEFAULT_STRING GTK_SECTION_DESCRIPTION "A multi-platform GUI toolkit, used by Viking"
30
31!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_SHORTCUTS_SECTION_DESCRIPTION "Shortcuts for starting Viking"
32!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_DESKTOP_SHORTCUT_DESC "Create a shortcut to Viking on the Desktop"
33!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_STARTMENU_SHORTCUT_DESC "Create a Start Menu entry for Viking"
93950f79 34!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_FILE_ASSOCIATION_DESC "Associate .vik files with Viking"
773eb66a
MA
35
36; Installer Finish Page
37!insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_FINISH_VISIT_WEB_SITE "Visit the Viking Web Page"
38
39; Viking Section Prompts and Texts
40!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."
41
42; Uninstall Section Prompts
43!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."
44!insertmacro VIKING_MACRO_DEFAULT_STRING un.VIKING_UNINSTALL_ERROR_2 "You do not have permission to uninstall this application."