build fix: no comphelper/profilezone.hxx in this branch
[LibreOffice.git] / vcl / source / src / helptext.src
blob7620c8f21404fbeb13dff53d4048aaf96017f45c
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <svids.hrc>
22 String SV_HELPTEXT_CLOSE
24     Text [ en-US ] = "Close";
26 String SV_HELPTEXT_CLOSEDOCUMENT
28     Text [ en-US ] = "Close Document";
30 String SV_HELPTEXT_MINIMIZE
32     Text [ en-US ] = "Minimize";
35 String SV_HELPTEXT_MAXIMIZE
37     Text [ en-US ] = "Maximize";
40 String SV_HELPTEXT_RESTORE
42     Text [ en-US ] = "Restore";
45 String SV_HELPTEXT_ROLLDOWN
47     Text [ en-US ] = "Drop down";
50 String SV_HELPTEXT_ROLLUP
52     Text [ en-US ] = "Roll up";
55 String SV_HELPTEXT_HELP
57     Text [ en-US ] = "Help";
60 String SV_HELPTEXT_ALWAYSVISIBLE
62     Text [ en-US ] = "Always visible";
65 String SV_HELPTEXT_FADEIN
67     Text [ en-US ] = "Show";
70 String SV_HELPTEXT_FADEOUT
72     Text [ en-US ] = "Hide";
75 String SV_HELPTEXT_SPLITFLOATING
77     Text [ en-US ] = "Floating";
80 String SV_HELPTEXT_SPLITFIXED
82     Text [ en-US ] = "Stick";
85 String SV_SHORTCUT_HELP
87     Text [ en-US ] = "Help" ;
90 String SV_SHORTCUT_CONTEXTHELP
92     Text [ en-US ] = "Context Help";
95 String SV_SHORTCUT_ACTIVEHELP
97     Text [ en-US ] = "Extended Tips";
100 String SV_SHORTCUT_DOCKUNDOCK
102     Text [ en-US ] = "Dock/Undock Windows";
105 String SV_SHORTCUT_NEXTSUBWINDOW
107     Text [ en-US ] = "To Next Toolbar/Window";
110 String SV_SHORTCUT_PREVSUBWINDOW
112     Text [ en-US ] = "To Previous Toolbar/Window";
115 String SV_SHORTCUT_TODOCUMENT
117     Text [ en-US ] = "To Document";
120 String SV_SHORTCUT_MENUBAR
122     Text [ en-US ] = "To Menu Bar";
125 String SV_SHORTCUT_SPLITTER
127     Text [ en-US ] = "Split window separator" ;
130 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */