#define STR_CAPTION_DISPLAY "XLaunch - Display settings" #define STR_MULTIWINDOW "Multiple windows" #define STR_FULLSCREEN "Fullscreen" #define STR_WINDOWED "One window" #define STR_NODECORATION "One window without titlebar" #define STR_DISPLAY_DESC "Display number" #define STR_ABOUT "About XLaunch" #define STR_CAPTION_CLIENTS "XLaunch - Session type" #define STR_CLIENT_NONE "Start no client" #define STR_CLIENT_NONE_DESC "This will just start Xming. You will be able to start X clients later." #define STR_CLIENT "Start a program" #define STR_CLIENT_DESC "This will start a local or remote program which will connect to Xming. You will be able to start X clients later too. Remote programs are started using PuTTY/SSH." #define STR_XDMCP "Open session via XDMCP" #define STR_XDMCP_DESC "This will start a remote XDMCP session. Starting X clients later is limited. This option is not available with the ""Multiple windows"" mode." #define STR_CAPTION_PROGRAM "XLaunch - Start program" #define STR_CLIENT_PROGRAM_DESC "Start program" #define STR_FORCE_RUN "Force run" #define STR_CLIENT_LOCAL "Run Local" #define STR_CLIENT_GROUP "Run Remote" #define STR_CLIENT_REMOTE_PUTTY "Using PuTTY (plink.exe)" #define STR_CLIENT_REMOTE_SSH "Using SSH (ssh.exe)" #define STR_COMPRESS "With compression" #define STR_CLIENT_HOST_DESC "Connect to computer" #define STR_CLIENT_USER_DESC "Login as user" #define STR_CLIENT_PASSWORD_DESC "Password (leave blank if using PuTTY pageant)" #define STR_CAPTION_XDMCP "XLaunch - XDMCP settings" #define STR_XDMCP_QUERY "Connect to host" #define STR_XDMCP_INDIRECT "Use indirect connect" #define STR_XDMCP_BROADCAST "Search for hosts (broadcast)" #define STR_XDMCP_GROUP "XDMCP host chooser" #define STR_RESET "Reset" #define STR_XPING "XPing" #define STR_XDMCP_QUERY_DESC "Some XDMCP servers must be configured to allow remote connections. Please check the documentation about configuring XDMCP servers." #define STR_CAPTION_FINDER "XLaunch - Finder" #define STR_FINDER_GROUP "Hosts found by XPing" #define STR_CAPTION_CLIPBOARD "XLaunch - Additional parameters" #define STR_CLIPBOARD "Clipboard" #define STR_CLIPBOARD_DESC "Start the integrated clipboard manager" #define STR_NO_ACCESS_CONTROL "No Access Control" #define STR_NO_ACCESS_CONTROL_DESC "Disable Server Access Control" #define STR_EXTRA_PARAMS_DESC "Additional parameters for Xming" #define STR_EXTRA_SSH_DESC "Additional parameters for PuTTY or SSH" #define STR_FONT_SERVER_DESC "Remote font server (if any)" #define STR_IPV6 "IPv6" #define STR_IPV6_DESC "Enable listening on inet6" #define STR_WGL "Beta AIGLX" #define STR_WGL_DESC "Accelerated OpenGL with WGL" #define STR_CAPTION_FINISH "XLaunch - Finish configuration" #define STR_FINISH_DESC "Click Finish to start Xming." #define STR_FINISH_SAVE_DESC "You may also 'Save configuration' for reuse (see Help for reuse options)." #define STR_FINISH_SAVE "Save configuration" #define STR_SAVEPASSWORD "Include PuTTY Password as insecure clear text" #define STR_DISPLAY_TITLE "Select display settings" #define STR_DISPLAY_SUBTITLE "Choose how Xming displays programs." #define STR_CLIENTS_TITLE "Select how to start Xming" #define STR_CLIENTS_SUBTITLE "Choose session type and whether a client is started immediately." #define STR_PROGRAM_TITLE "Enter or choose one X client to Run Local or Run Remote" #define STR_PROGRAM_SUBTITLE "The program chooser can be populated by adding Program1=""a"" to Program10=""j"" to a config.xlaunch file." #define STR_XDMCP_TITLE "Configure a remote XDMCP connection" #define STR_XDMCP_SUBTITLE "Enter or search for a host with a display manager configured to allow a remote X session." #define STR_FINISH_TITLE "Configuration complete" #define STR_FINISH_SUBTITLE "Choose whether to save your settings to an XML file." #define STR_CLIPBOARD_TITLE "Specify parameter settings" #define STR_CLIPBOARD_SUBTITLE "Enter clipboard, remote font server, and all other parameters. Note: Changes to an existing server are ignored if using ForceRun." #define STR_PASSWORD_TITLE "Re-enter PuTTY Password for this saved configuration" #define STR_PASSWORD_SUBTITLE "This .xlaunch configuration file was saved after a PuTTY Password had been entered. The password is not normally stored." #define STR_FINDER_TITLE "List of responding XDMCP hosts on this network" #define STR_FINDER_SUBTITLE "Select one and Finish if you want to try and simply connect now. Use XLaunch fully to set more parameters and save configurations." #define STR_SAVE_TITLE "Save configuration" #define STR_SAVE_FILETITLE "Filename" #define STR_SAVE_FILTER "XLaunch Files (*.xlaunch)%*.xlaunch%%" #define STR_FILEPATH_TITLE "XLaunch Run Remote needs to find this file" #define STR_PUTTYPATH_FILTER "PuTTY File (plink.exe)%plink.exe%%" #define STR_SSHPATH_FILTER "SSH File (ssh.exe)%ssh.exe%%" STRINGTABLE BEGIN IDS_DISPLAY_TITLE STR_DISPLAY_TITLE IDS_DISPLAY_SUBTITLE STR_DISPLAY_SUBTITLE IDS_CLIENTS_TITLE STR_CLIENTS_TITLE IDS_CLIENTS_SUBTITLE STR_CLIENTS_SUBTITLE IDS_PROGRAM_TITLE STR_PROGRAM_TITLE IDS_PROGRAM_SUBTITLE STR_PROGRAM_SUBTITLE IDS_XDMCP_TITLE STR_XDMCP_TITLE IDS_XDMCP_SUBTITLE STR_XDMCP_SUBTITLE IDS_FINISH_TITLE STR_FINISH_TITLE IDS_FINISH_SUBTITLE STR_FINISH_SUBTITLE IDS_CLIPBOARD_TITLE STR_CLIPBOARD_TITLE IDS_CLIPBOARD_SUBTITLE STR_CLIPBOARD_SUBTITLE IDS_PASSWORD_TITLE STR_PASSWORD_TITLE IDS_PASSWORD_SUBTITLE STR_PASSWORD_SUBTITLE IDS_SAVE_TITLE STR_SAVE_TITLE IDS_SAVE_FILETITLE STR_SAVE_FILETITLE IDS_SAVE_FILTER STR_SAVE_FILTER IDS_FILEPATH_TITLE STR_FILEPATH_TITLE IDS_PUTTYPATH_FILTER STR_PUTTYPATH_FILTER IDS_SSHPATH_FILTER STR_SSHPATH_FILTER IDS_FINDER_TITLE STR_FINDER_TITLE IDS_FINDER_SUBTITLE STR_FINDER_SUBTITLE IDS_UNKNOWN_OPTION "XLaunch Error 'Unknown option or missing filename'" IDS_CANNOT_RUN "XLaunch Error 'Cannot run .xlaunch file'" IDS_CANNOT_VALIDATE "XLaunch Error 'Cannot validate .xlaunch file'" IDS_CANNOT_LOAD "XLaunch Error 'Cannot load .xlaunch file'" IDS_WRONG_OPTIONS "XLaunch Error 'Wrong options'" IDS_USAGE "Usage:\nXLaunch\nXLaunch -find\nXLaunch -load 'filename'\nXLaunch -run 'filename'\nXLaunch -validate 'filename'" IDS_PROGRAM_START_FAIL "XLaunch Error 'Program start failure'" IDS_OPEN_FAIL "XLaunch Error 'Failed to open server'" IDS_REENTER_PASS "Re-enter PuTTY Password" IDS_MSXML4_MESS "XLaunch requires version 6 or 4 MSXML for validation to function correctly." IDS_MSXML4_CAP "XLaunch Warning 'Cannot validate .xlaunch files without version 6 or 4 MSXML'" IDS_MSXML34_MESS "XLaunch requires version 6, 4 or 3 MSXML for its configuration file to function." IDS_CANNOT_OPEN "XLaunch Error 'Cannot open or save .xlaunch file'" IDS_MSXML4_CACHE "XLaunch requires version 6 or 4 MSXML for its schema cache to function." IDS_SCHEMA_MESS "XLaunch requires the correct XML schema definition file 'XLaunch.xsd' in the same directory.\nA .xlaunch file will load or save, but no validation can be performed." IDS_SCHEMA_CAP "XLaunch Warning 'Cannot validate .xlaunch files without the correct schema definition file'" IDS_INVALID_MESS "File %s\n cannot be loaded as it is invalid at...\nLine\t : %d\nCharacter : %d\nDescription : %s" IDS_INVALID_CAP "XLaunch Error 'Invalid .xlaunch file'" IDS_TRY_SAVE_MESS "File %s\n%s\nTry 'Save configuration' to repair the .xlaunch file." IDS_TRY_SAVE_CAP "XLaunch Warning 'Invalid .xlaunch file'" IDS_PASS_ENTRY_MESS "This .xlaunch configuration file was saved after a PuTTY Password had been entered.\nFor security the password was not stored and so will now have to be entered again.\nClick OK to start XLaunch loaded with all your other saved settings." IDS_PASS_ENTRY_CAP "XLaunch Warning 'Password Entry Required'" IDS_START_POP_MESS "The configuration file contains no remote Host to access and/or no Program to run." IDS_START_POP_CAP "XLaunch Warning 'Nowhere to access or nothing to run'" IDS_XDMCP_ABORT_MESS "No XDMCP host or invalid hostname." IDS_XDMCP_ABORT_CAP "XLaunch Aborting" IDS_FINDER_ABORT_MESS "No XDMCP hosts found with BROADCAST." IDS_FINDER_ABORT_CAP "XLaunch Information 'The Finder found no hosts'" IDS_NOIPV6_MESS "IPv6 selected but cannot create sockets for it. The server will now start but will not be listening on inet6." IDS_NOIPV6_CAP "Listening on inet6 will not be available" IDS_ABOUT_CAP "About XLaunch" IDS_ABOUT_MESS " XLaunch %s\n\251 2005-2012 Colin Harrison" END