]> git.street.me.uk Git - andy/viking.git/blob - win32/installer/translations/english.nsh
Merge branch 'master' into GPSD-API-v5
[andy/viking.git] / win32 / installer / translations / english.nsh
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"
27 !insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_SECTION_DESCRIPTION             "Core Viking files and dlls"
28 !insertmacro VIKING_MACRO_DEFAULT_STRING GTK_SECTION_DESCRIPTION                "A multi-platform GUI toolkit, used by Viking"
29
30 !insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_SHORTCUTS_SECTION_DESCRIPTION   "Shortcuts for starting Viking"
31 !insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_DESKTOP_SHORTCUT_DESC           "Create a shortcut to Viking on the Desktop"
32 !insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_STARTMENU_SHORTCUT_DESC         "Create a Start Menu entry for Viking"
33
34 ; Installer Finish Page
35 !insertmacro VIKING_MACRO_DEFAULT_STRING VIKING_FINISH_VISIT_WEB_SITE           "Visit the Viking Web Page"
36
37 ; Viking Section Prompts and Texts
38 !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."
39
40 ; Uninstall Section Prompts
41 !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."
42 !insertmacro VIKING_MACRO_DEFAULT_STRING un.VIKING_UNINSTALL_ERROR_2            "You do not have permission to uninstall this application."