strings.rc revision 706f2543
1/* 2 * Copyright (c) 2005 Alexander Gottwald 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 * and/or sell copies of the Software, and to permit persons to whom the 9 * Software is furnished to do so, subject to the following conditions: 10 * 11 * The above copyright notice and this permission notice shall be included in 12 * all copies or substantial portions of the Software. 13 * 14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17 * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20 * DEALINGS IN THE SOFTWARE. 21 * 22 * Except as contained in this notice, the name(s) of the above copyright 23 * holders shall not be used in advertising or otherwise to promote the sale, 24 * use or other dealings in this Software without prior written authorization. 25 */ 26 27#define STR_CAPTION_DISPLAY "Display settings" 28#define STR_MULTIWINDOW "Multiple windows" 29#define STR_FULLSCREEN "Fullscreen" 30#define STR_WINDOWED "One large window" 31#define STR_NODECORATION "One window without titlebar" 32#define STR_DISPLAY_DESC "Display number" 33 34#define STR_CAPTION_CLIENTS "Client startup" 35#define STR_CLIENT_NONE "Start no client" 36#define STR_CLIENT_NONE_DESC "This will just start the xserver. You will be able to start local clients later." 37#define STR_CLIENT "Start a program" 38#define STR_CLIENT_DESC "This will start a local or remote program which will connect to the xserver. You will be able to start local clients later too. Remote programs are started using SSH." 39#define STR_XDMCP "Open session via XDMCP" 40#define STR_XDMCP_DESC "This will start a remote XDMCP session. Starting local clients later is limited. This option is not available with the ""Multiple windows"" mode." 41 42#define STR_CAPTION_PROGRAM "Start program" 43#define STR_CLIENT_PROGRAM_DESC "Start program" 44#define STR_CLIENT_LOCAL "Start program on this computer" 45#define STR_CLIENT_REMOTE "Start program on remote computer" 46#define STR_CLIENT_PROTOCOL_DESC "Connect using" 47#define STR_CLIENT_HOST_DESC "Connect to computer" 48#define STR_CLIENT_USER_DESC "Login as user" 49 50 51#define STR_CAPTION_XDMCP "XDMCP settings" 52#define STR_XDMCP_QUERY "Connect to host" 53#define STR_XDMCP_INDIRECT "Use indirect connect" 54#define STR_XDMCP_BROADCAST "Search for hosts (broadcast)" 55#define STR_XDMCP_QUERY_DESC "Some XDMCP servers must be configured to allow remote connections. Please check the documentation about configuring XDMCP servers." 56 57 58#define STR_CAPTION_FONTPATH "Fontpath settings" 59 60#define STR_CAPTION_CLIPBOARD "Clipboard settings" 61#define STR_CLIPBOARD "Clipboard" 62#define STR_CLIPBOARD_DESC "Start the integrated clipboard manager" 63#define STR_EXTRA_PARAMS_DESC "Additional parameters for Xming" 64 65#define STR_CAPTION_FINISH "Finish configuration" 66#define STR_FINISH_DESC "Configuration is complete. Clish Finish to start Xming." 67#define STR_FINISH_SAVE_DESC "You may also save the configuration for later use." 68#define STR_FINISH_SAVE "Save configuration" 69 70#define STR_DISPLAY_TITLE "Select display settings" 71#define STR_DISPLAY_SUBTITLE "Choose how Xming display programs" 72#define STR_CLIENTS_TITLE "Select how to start clients" 73#define STR_CLIENTS_SUBTITLE "" 74#define STR_PROGRAM_TITLE "Specify the program to start" 75#define STR_PROGRAM_SUBTITLE "" 76#define STR_XDMCP_TITLE "Configure a remote XDMCP connection" 77#define STR_XDMCP_SUBTITLE "" 78#define STR_FONTPATH_TITLE "Define font locations" 79#define STR_FONTPATH_SUBTITLE "" 80#define STR_FINISH_TITLE "Configuration complete" 81#define STR_FINISH_SUBTITLE "" 82#define STR_CLIPBOARD_TITLE "Clipboard settings" 83#define STR_CLIPBOARD_SUBTITLE "" 84 85#define STR_SAVE_TITLE "Save configuration" 86#define STR_SAVE_FILETITLE "Filename" 87#define STR_SAVE_FILTER "Xlaunch Files (*.xlaunch)%*.xlaunch%%" 88 89STRINGTABLE 90BEGIN 91 IDS_DISPLAY_TITLE STR_DISPLAY_TITLE 92 IDS_DISPLAY_SUBTITLE STR_DISPLAY_SUBTITLE 93 IDS_CLIENTS_TITLE STR_CLIENTS_TITLE 94 IDS_CLIENTS_SUBTITLE STR_CLIENTS_SUBTITLE 95 IDS_PROGRAM_TITLE STR_PROGRAM_TITLE 96 IDS_PROGRAM_SUBTITLE STR_PROGRAM_SUBTITLE 97 IDS_XDMCP_TITLE STR_XDMCP_TITLE 98 IDS_XDMCP_SUBTITLE STR_XDMCP_SUBTITLE 99 IDS_FONTPATH_TITLE STR_FONTPATH_TITLE 100 IDS_FONTPATH_SUBTITLE STR_FONTPATH_SUBTITLE 101 IDS_FINISH_TITLE STR_FINISH_TITLE 102 IDS_FINISH_SUBTITLE STR_FINISH_SUBTITLE 103 IDS_CLIPBOARD_TITLE STR_CLIPBOARD_TITLE 104 IDS_CLIPBOARD_SUBTITLE STR_CLIPBOARD_SUBTITLE 105 IDS_SAVE_TITLE STR_SAVE_TITLE 106 IDS_SAVE_FILETITLE STR_SAVE_FILETITLE 107 IDS_SAVE_FILTER STR_SAVE_FILTER 108END 109