xref: /trunk/main/vcl/source/src/helptext.src (revision 31d35622ee258902b338f9bfdfb2a2ed84b7bb6c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22#define _SV_HELPTEXT_SRC
23
24#include <svids.hrc>
25
26String SV_HELPTEXT_CLOSE
27{
28    Text [ en-US ] = "Close" ;
29};
30String SV_HELPTEXT_CLOSEDOCUMENT
31{
32    Text [ en-US ] = "Close Document" ;
33};
34String SV_HELPTEXT_MINIMIZE
35{
36    Text [ en-US ] = "Minimize" ;
37};
38
39String SV_HELPTEXT_MAXIMIZE
40{
41    Text [ en-US ] = "Maximize" ;
42};
43
44String SV_HELPTEXT_RESTORE
45{
46    Text [ en-US ] = "Restore" ;
47};
48
49String SV_HELPTEXT_ROLLDOWN
50{
51    Text [ en-US ] = "Drop down" ;
52};
53
54String SV_HELPTEXT_ROLLUP
55{
56    Text [ en-US ] = "Roll up" ;
57};
58
59String SV_HELPTEXT_HELP
60{
61    Text [ en-US ] = "Help" ;
62};
63
64String SV_HELPTEXT_ALWAYSVISIBLE
65{
66    Text [ en-US ] = "Always visible" ;
67};
68
69String SV_HELPTEXT_FADEIN
70{
71    Text [ en-US ] = "Show" ;
72};
73
74String SV_HELPTEXT_FADEOUT
75{
76    Text [ en-US ] = "Hide" ;
77};
78
79String SV_HELPTEXT_SPLITFLOATING
80{
81    Text [ en-US ] = "Floating" ;
82};
83
84String SV_HELPTEXT_SPLITFIXED
85{
86    Text [ en-US ] = "Stick" ;
87};
88
89String SV_SHORTCUT_HELP
90{
91    Text [ en-US ] = "Help" ;
92};
93
94String SV_SHORTCUT_CONTEXTHELP
95{
96    Text [ en-US ] = "Context Help" ;
97};
98
99String SV_SHORTCUT_ACTIVEHELP
100{
101    Text [ en-US ] = "Extended Tips" ;
102};
103
104String SV_SHORTCUT_DOCKUNDOCK
105{
106    Text [ en-US ] = "Dock/Undock Windows" ;
107};
108
109String SV_SHORTCUT_NEXTSUBWINDOW
110{
111    Text [ en-US ] = "To Next Toolbar/Window" ;
112};
113
114String SV_SHORTCUT_PREVSUBWINDOW
115{
116    Text [ en-US ] = "To Previous Toolbar/Window" ;
117};
118
119String SV_SHORTCUT_TODOCUMENT
120{
121    Text [ en-US ] = "To Document" ;
122};
123
124String SV_SHORTCUT_MENUBAR
125{
126    Text [ en-US ] = "To Menu Bar" ;
127};
128
129String SV_SHORTCUT_SPLITTER
130{
131    Text [ en-US ] = "Split window separator" ;
132};
133
134// ********************************************************************** EOF
135