xref: /aoo42x/main/vcl/source/src/helptext.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#define _SV_HELPTEXT_SRC
29
30#include <svids.hrc>
31
32String SV_HELPTEXT_CLOSE
33{
34	Text [ en-US ] = "Close";
35};
36String SV_HELPTEXT_CLOSEDOCUMENT
37{
38	Text [ en-US ] = "Close Document";
39};
40String SV_HELPTEXT_MINIMIZE
41{
42	Text [ en-US ] = "Minimize";
43};
44
45String SV_HELPTEXT_MAXIMIZE
46{
47	Text [ en-US ] = "Maximize";
48};
49
50String SV_HELPTEXT_RESTORE
51{
52	Text [ en-US ] = "Restore";
53};
54
55String SV_HELPTEXT_ROLLDOWN
56{
57	Text [ en-US ] = "Drop down";
58};
59
60String SV_HELPTEXT_ROLLUP
61{
62	Text [ en-US ] = "Roll up";
63};
64
65String SV_HELPTEXT_HELP
66{
67	Text [ en-US ] = "Help";
68};
69
70String SV_HELPTEXT_ALWAYSVISIBLE
71{
72	Text [ en-US ] = "Always visible";
73};
74
75String SV_HELPTEXT_FADEIN
76{
77	Text [ en-US ] = "Show";
78};
79
80String SV_HELPTEXT_FADEOUT
81{
82	Text [ en-US ] = "Hide";
83};
84
85String SV_HELPTEXT_SPLITFLOATING
86{
87	Text [ en-US ] = "Floating";
88};
89
90String SV_HELPTEXT_SPLITFIXED
91{
92	Text [ en-US ] = "Stick";
93};
94
95String SV_SHORTCUT_HELP
96{
97	Text [ en-US ] = "Help" ;
98};
99
100String SV_SHORTCUT_CONTEXTHELP
101{
102	Text [ en-US ] = "Context Help";
103};
104
105String SV_SHORTCUT_ACTIVEHELP
106{
107	Text [ en-US ] = "Extended Tips";
108};
109
110String SV_SHORTCUT_DOCKUNDOCK
111{
112	Text [ en-US ] = "Dock/Undock Windows";
113};
114
115String SV_SHORTCUT_NEXTSUBWINDOW
116{
117	Text [ en-US ] = "To Next Toolbar/Window";
118};
119
120String SV_SHORTCUT_PREVSUBWINDOW
121{
122	Text [ en-US ] = "To Previous Toolbar/Window";
123};
124
125String SV_SHORTCUT_TODOCUMENT
126{
127	Text [ en-US ] = "To Document";
128};
129
130String SV_SHORTCUT_MENUBAR
131{
132	Text [ en-US ] = "To Menu Bar";
133};
134
135String SV_SHORTCUT_SPLITTER
136{
137	Text [ en-US ] = "Split window separator" ;
138};
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162