* include/dataobject/Causedomain.php:
[dia.git] / installer / win32 / locale / english.nsh
bloba5664cbfacd2f62370319fda13707c6bbfbc55af
1 ;;
2 ;;  english.nsh
3 ;;
4 ;;  Default language strings for the Windows Dia NSIS installer.
5 ;;  Windows Code page: 1252
6 ;;
7 ;;  Version 2
8 ;;  Note: If translating this file, replace "!insertmacro DIA_MACRO_DEFAULT_STRING"
9 ;;  with "!define".
11 ; Make sure to update the DIA_MACRO_LANGUAGEFILE_END macro in
12 ; langmacros.nsh when updating this file
14 ; GTK+ was not found
15 !insertmacro DIA_MACRO_DEFAULT_STRING DIA_NO_GTK                        "Please install GTK+ version 2.6.0 or higher. It is available from dia-installer.sourceforge.net"
17 ; License Page
18 !insertmacro DIA_MACRO_DEFAULT_STRING DIA_LICENSE_BUTTON                "Next >"
19 !insertmacro DIA_MACRO_DEFAULT_STRING DIA_LICENSE_BOTTOM_TEXT           "$(^Name) is released under the GPL license. The license is provided here for information purposes only. $_CLICK"
21 ; Components Page
22 !insertmacro DIA_MACRO_DEFAULT_STRING DIA_SECTION_TITLE                 "Dia Diagram Editor (required)"
23 !insertmacro DIA_MACRO_DEFAULT_STRING TRANSLATIONS_SECTION_TITLE        "Translations"
24 !insertmacro DIA_MACRO_DEFAULT_STRING TRANSLATIONS_SECTION_DESCRIPTION  "Optional translations of the Dia user interface"
25 !insertmacro DIA_MACRO_DEFAULT_STRING DIA_SECTION_DESCRIPTION           "Core Dia files and dlls"
27 ; Installer Finish Page
28 !insertmacro DIA_MACRO_DEFAULT_STRING DIA_FINISH_VISIT_WEB_SITE         "Visit the Dia for Windows Web Page"
30 ; DIA Section Prompts and Texts
31 !insertmacro DIA_MACRO_DEFAULT_STRING DIA_UNINSTALL_DESC                "Dia (remove only)"
32 !insertmacro DIA_MACRO_DEFAULT_STRING DIA_PROMPT_WIPEOUT                "Your old Dia 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.$\rDia user settings will not be affected."
33 !insertmacro DIA_MACRO_DEFAULT_STRING DIA_PROMPT_DIR_EXISTS             "The installation directory you specified already exists. Any contents$\rwill be deleted. Would you like to continue?"
35 ; Uninstall Section Prompts
36 !insertmacro DIA_MACRO_DEFAULT_STRING un.DIA_UNINSTALL_ERROR_1          "The uninstaller could not find registry entries for Dia.$\rIt is likely that another user installed this application."
37 !insertmacro DIA_MACRO_DEFAULT_STRING un.DIA_UNINSTALL_ERROR_2          "You do not have permission to uninstall this application."
38 !insertmacro DIA_MACRO_DEFAULT_STRING un.DIA_UNINSTALLATION_WARNING     "This will completely delete $INSTDIR and all all subdirectories. Continue?"
39 !insertmacro DIA_MACRO_DEFAULT_STRING un.DIA_DOTDIA_WARNING             "This will completely delete $PROFILE\.dia and all subdirectories. Continue?"