winhttp/tests: Initialize a variant with a known value.
[wine/multimedia.git] / programs / wineconsole / wineconsole.rc
blob020a4d94942f5c0fc1e795111c95815a1dd638fc
1 /*
2  * Copyright 2001 Eric Pouech
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
19 #include "wineconsole_res.h"
21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
23 STRINGTABLE
24 BEGIN
25 IDS_EDIT,               "&Edit"
26 IDS_DEFAULT,            "Set &Defaults"
27 IDS_PROPERTIES,         "&Properties"
28 IDS_MARK,               "&Mark"
29 IDS_COPY,               "&Copy"
30 IDS_PASTE,              "&Paste"
31 IDS_SELECTALL,          "&Select all"
32 IDS_SCROLL,             "Sc&roll"
33 IDS_SEARCH,             "S&earch"
34 IDS_FNT_DISPLAY,        "Each character is %ld pixels wide on %ld pixels high"
35 IDS_FNT_PREVIEW,        "This is a test"
36 IDS_DLG_TIT_DEFAULT,    "Setup - Default settings"
37 IDS_DLG_TIT_CURRENT,    "Setup - Current settings"
38 IDS_DLG_TIT_ERROR,      "Configuration error"
39 IDS_DLG_ERR_SBWINSIZE,  "Screen buffer size must be greater or equal to the window's one"
41 IDS_CMD_INVALID_EVENT_ID   "wineconsole: Couldn't parse event id\n"
42 IDS_CMD_INVALID_BACKEND    "wineconsole: Invalid backend\n"
43 IDS_CMD_INVALID_OPTION     "wineconsole: Unrecognized command line option\n"
44 IDS_CMD_ABOUT              "Starts a program in a Wine console\n"
45 IDS_CMD_LAUNCH_FAILED      "wineconsole: Starting program %s failed.\n"\
46                            "The command is invalid.\n"
48 IDS_USAGE_HEADER           "\nUsage:\n  wineconsole [options] <command>\n\nOptions:\n"
49 IDS_USAGE_BACKEND          "  --backend={user|curses}  Choosing user will spawn a new window, curses will\n"\
50                            "                            try to setup the current terminal as a Wine console\n"
51 IDS_USAGE_COMMAND          "  <command>                 The Wine program to launch in the console\n"
52 IDS_USAGE_FOOTER           "\nExample:\n  wineconsole cmd\nStarts the Wine command prompt in a Wine console\n\n"
54 END