Added LGPL standard comment, and copyright notices where necessary.
[wine] / programs / progman / En.rc
1 /*
2  * Program Manager
3  *
4  * Copyright 1996 Ulrich Schmid
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
20
21 #define LANGUAGE_ID                  En
22 #define LANGUAGE_NUMBER              0
23 #define LANGUAGE_MENU_ITEM           "&English"
24
25 /* Menu */
26
27 #define MENU_FILE                    "&File"
28 #define MENU_FILE_NEW                "&New..."
29 #define MENU_FILE_OPEN               "O&pen\tEnter"
30 #define MENU_FILE_MOVE               "&Move...\tF7"
31 #define MENU_FILE_COPY               "&Copy...\tF8"
32 #define MENU_FILE_DELETE             "&Delete\tEntf"
33 #define MENU_FILE_ATTRIBUTES         "&Attributes...\tAlt+Enter"
34 #define MENU_FILE_EXECUTE            "&Execute..."
35 #define MENU_FILE_EXIT               "E&xit Windows..."
36
37 #define MENU_OPTIONS                 "&Options"
38 #define MENU_OPTIONS_AUTO_ARRANGE    "&Arrange automatically"
39 #define MENU_OPTIONS_MIN_ON_RUN      "&Minimize on run"
40 #define MENU_OPTIONS_SAVE_SETTINGS   "&Save settings on exit"
41
42 #define MENU_WINDOWS                 "&Windows"
43 #define MENU_WINDOWS_OVERLAP         "&Overlapped\tShift+F5"
44 #define MENU_WINDOWS_SIDE_BY_SIDE    "&Side by side\tShift+F4"
45 #define MENU_WINDOWS_ARRANGE         "&Arrange Symbols"
46
47 #define MENU_LANGUAGE                "&Language"
48
49 #define MENU_HELP                    "&Help"
50 #define MENU_HELP_CONTENTS           "&Contents"
51 #define MENU_HELP_SEARCH             "&Search..."
52 #define MENU_HELP_HELP_ON_HELP       "&Help on Help"
53 #define MENU_HELP_TUTORIAL           "&Tutorial"
54
55 #define MENU_INFO                    "&Info..."
56 #define MENU_INFO_LICENSE            "&License"
57 #define MENU_INFO_NO_WARRANTY        "&NO WARRANTY"
58 #define MENU_INFO_ABOUT_WINE         "&About WINE"
59
60 /* Dialogs */
61
62 #define DIALOG_OK                    "OK"
63 #define DIALOG_CANCEL                "Cancel"
64 #define DIALOG_BROWSE                "&Browse"
65 #define DIALOG_HELP                  "&Help"
66
67 #define DIALOG_NEW_CAPTION           "New Program Object"
68 #define DIALOG_NEW_NEW               "New"
69 #define DIALOG_NEW_GROUP             "Program &group"
70 #define DIALOG_NEW_PROGRAM           "&Program"
71
72 #define DIALOG_MOVE_CAPTION          "Move Program"
73 #define DIALOG_MOVE_PROGRAM          "Move program:"
74 #define DIALOG_MOVE_FROM_GROUP       "From group:"
75 #define DIALOG_MOVE_TO_GROUP         "&To group:"
76
77 #define DIALOG_COPY_CAPTION          "Copy Program"
78 #define DIALOG_COPY_PROGRAM          "Copy program:"
79 #define DIALOG_COPY_FROM_GROUP       DIALOG_MOVE_FROM_GROUP
80 #define DIALOG_COPY_TO_GROUP         DIALOG_MOVE_TO_GROUP
81
82 #define DIALOG_GROUP_CAPTION         "Program Group Attributes"
83 #define DIALOG_GROUP_DESCRIPTION     "&Description:"
84 #define DIALOG_GROUP_FILE            "&Group file:"
85
86 #define DIALOG_PROGRAM_CAPTION       "Program Attributes"
87 #define DIALOG_PROGRAM_DESCRIPTION   DIALOG_GROUP_DESCRIPTION
88 #define DIALOG_PROGRAM_COMMAND_LINE  "&Command line:"
89 #define DIALOG_PROGRAM_DIRECTORY     "&Working directory:"
90 #define DIALOG_PROGRAM_HOT_KEY       "&Key combination:"
91 #define DIALOG_PROGRAM_SYMBOL        "As &Symbol"
92 #define DIALOG_PROGRAM_OTHER_SYMBOL  "&Other Symbol..."
93
94 #define DIALOG_SYMBOL_CAPTION        "Select Symbol"
95 #define DIALOG_SYMBOL_FILE           "&Filename:"
96 #define DIALOG_SYMBOL_CURRENT        "&Current Symbol:"
97
98 #define DIALOG_EXECUTE_CAPTION       "Execute Program"
99 #define DIALOG_EXECUTE_COMMAND_LINE  DIALOG_PROGRAM_COMMAND_LINE
100 #define DIALOG_EXECUTE_SYMBOL        DIALOG_PROGRAM_SYMBOL
101
102 /* Strings */
103
104 #define STRING_PROGRAM_MANAGER            "Program Manager"
105 #define STRING_ERROR                      "ERROR"
106 #define STRING_WARNING                    "WARNING"
107 #define STRING_INFO                       "Information"
108 #define STRING_DELETE                     "Delete"
109 #define STRING_DELETE_GROUP_s             "Delete group `%s' ?"
110 #define STRING_DELETE_PROGRAM_s           "Delete program `%s' ?"
111 #define STRING_NOT_IMPLEMENTED            "Not implemented"
112 #define STRING_FILE_READ_ERROR_s          "Error reading `%s'"
113 #define STRING_FILE_WRITE_ERROR_s         "Error writeing `%s'"
114
115 #define STRING_GRPFILE_READ_ERROR_s       "\
116 The group file `%s' cannot be opened.\n\
117 Should it be tried further on?"
118
119 #define STRING_OUT_OF_MEMORY              "Out of memory"
120 #define STRING_WINHELP_ERROR              "Help not available"
121 #define STRING_UNKNOWN_FEATURE_s          "Unknown feature in %s"
122 #define STRING_FILE_NOT_OVERWRITTEN_s     "File `%s' exists. Not overwritten."
123 #define STRING_SAVE_GROUP_AS_s            "Save group as `%s' to prevent overwriting original files"
124
125 #define STRING_NO_HOT_KEY                 "None"
126
127 #define STRING_ALL_FILES                  "All files (*.*)"
128 #define STRING_PROGRAMS                   "Programs"
129 #define STRING_LIBRARIES_DLL              "Libraries (*.dll)"
130 #define STRING_SYMBOL_FILES               "Symbol files"
131 #define STRING_SYMBOLS_ICO                "Symbols (*.ico)"
132
133 #include "Xx.rc"