xref: /AOO41X/main/vcl/source/src/helptext.src (revision 9a32b390fa5b4e951d2c33d1d5d173f781e03aec)
17bbdf254SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
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
10cdf0e10cSrcweir *
117bbdf254SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
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.
19cdf0e10cSrcweir *
207bbdf254SAndrew Rist *************************************************************/
217bbdf254SAndrew Rist
227bbdf254SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#define _SV_HELPTEXT_SRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include <svids.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweirString SV_HELPTEXT_CLOSE
29cdf0e10cSrcweir{
30cdf0e10cSrcweir	Text [ en-US ] = "Close" ;
31cdf0e10cSrcweir};
32cdf0e10cSrcweirString SV_HELPTEXT_CLOSEDOCUMENT
33cdf0e10cSrcweir{
34cdf0e10cSrcweir	Text [ en-US ] = "Close Document" ;
35cdf0e10cSrcweir};
36cdf0e10cSrcweirString SV_HELPTEXT_MINIMIZE
37cdf0e10cSrcweir{
38cdf0e10cSrcweir	Text [ en-US ] = "Minimize" ;
39cdf0e10cSrcweir};
40cdf0e10cSrcweir
41cdf0e10cSrcweirString SV_HELPTEXT_MAXIMIZE
42cdf0e10cSrcweir{
43cdf0e10cSrcweir	Text [ en-US ] = "Maximize" ;
44cdf0e10cSrcweir};
45cdf0e10cSrcweir
46cdf0e10cSrcweirString SV_HELPTEXT_RESTORE
47cdf0e10cSrcweir{
48cdf0e10cSrcweir	Text [ en-US ] = "Restore" ;
49cdf0e10cSrcweir};
50cdf0e10cSrcweir
51cdf0e10cSrcweirString SV_HELPTEXT_ROLLDOWN
52cdf0e10cSrcweir{
53cdf0e10cSrcweir	Text [ en-US ] = "Drop down" ;
54cdf0e10cSrcweir};
55cdf0e10cSrcweir
56cdf0e10cSrcweirString SV_HELPTEXT_ROLLUP
57cdf0e10cSrcweir{
58cdf0e10cSrcweir	Text [ en-US ] = "Roll up" ;
59cdf0e10cSrcweir};
60cdf0e10cSrcweir
61cdf0e10cSrcweirString SV_HELPTEXT_HELP
62cdf0e10cSrcweir{
63cdf0e10cSrcweir	Text [ en-US ] = "Help" ;
64cdf0e10cSrcweir};
65cdf0e10cSrcweir
66cdf0e10cSrcweirString SV_HELPTEXT_ALWAYSVISIBLE
67cdf0e10cSrcweir{
68cdf0e10cSrcweir	Text [ en-US ] = "Always visible" ;
69cdf0e10cSrcweir};
70cdf0e10cSrcweir
71cdf0e10cSrcweirString SV_HELPTEXT_FADEIN
72cdf0e10cSrcweir{
73cdf0e10cSrcweir	Text [ en-US ] = "Show" ;
74cdf0e10cSrcweir};
75cdf0e10cSrcweir
76cdf0e10cSrcweirString SV_HELPTEXT_FADEOUT
77cdf0e10cSrcweir{
78cdf0e10cSrcweir	Text [ en-US ] = "Hide" ;
79cdf0e10cSrcweir};
80cdf0e10cSrcweir
81cdf0e10cSrcweirString SV_HELPTEXT_SPLITFLOATING
82cdf0e10cSrcweir{
83cdf0e10cSrcweir	Text [ en-US ] = "Floating" ;
84cdf0e10cSrcweir};
85cdf0e10cSrcweir
86cdf0e10cSrcweirString SV_HELPTEXT_SPLITFIXED
87cdf0e10cSrcweir{
88cdf0e10cSrcweir	Text [ en-US ] = "Stick" ;
89cdf0e10cSrcweir};
90cdf0e10cSrcweir
91cdf0e10cSrcweirString SV_SHORTCUT_HELP
92cdf0e10cSrcweir{
93cdf0e10cSrcweir	Text [ en-US ] = "Help" ;
94cdf0e10cSrcweir};
95cdf0e10cSrcweir
96cdf0e10cSrcweirString SV_SHORTCUT_CONTEXTHELP
97cdf0e10cSrcweir{
98cdf0e10cSrcweir	Text [ en-US ] = "Context Help" ;
99cdf0e10cSrcweir};
100cdf0e10cSrcweir
101cdf0e10cSrcweirString SV_SHORTCUT_ACTIVEHELP
102cdf0e10cSrcweir{
103cdf0e10cSrcweir	Text [ en-US ] = "Extended Tips" ;
104cdf0e10cSrcweir};
105cdf0e10cSrcweir
106cdf0e10cSrcweirString SV_SHORTCUT_DOCKUNDOCK
107cdf0e10cSrcweir{
108cdf0e10cSrcweir	Text [ en-US ] = "Dock/Undock Windows" ;
109cdf0e10cSrcweir};
110cdf0e10cSrcweir
111cdf0e10cSrcweirString SV_SHORTCUT_NEXTSUBWINDOW
112cdf0e10cSrcweir{
113cdf0e10cSrcweir	Text [ en-US ] = "To Next Toolbar/Window" ;
114cdf0e10cSrcweir};
115cdf0e10cSrcweir
116cdf0e10cSrcweirString SV_SHORTCUT_PREVSUBWINDOW
117cdf0e10cSrcweir{
118cdf0e10cSrcweir	Text [ en-US ] = "To Previous Toolbar/Window" ;
119cdf0e10cSrcweir};
120cdf0e10cSrcweir
121cdf0e10cSrcweirString SV_SHORTCUT_TODOCUMENT
122cdf0e10cSrcweir{
123cdf0e10cSrcweir	Text [ en-US ] = "To Document" ;
124cdf0e10cSrcweir};
125cdf0e10cSrcweir
126cdf0e10cSrcweirString SV_SHORTCUT_MENUBAR
127cdf0e10cSrcweir{
128cdf0e10cSrcweir	Text [ en-US ] = "To Menu Bar" ;
129cdf0e10cSrcweir};
130cdf0e10cSrcweir
131cdf0e10cSrcweirString SV_SHORTCUT_SPLITTER
132cdf0e10cSrcweir{
133cdf0e10cSrcweir	Text [ en-US ] = "Split window separator" ;
134cdf0e10cSrcweir};
135cdf0e10cSrcweir
136*9a32b390Smseidel// ********************************************************************** EOF
137