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