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