bump product version to 4.1.6.2
[LibreOffice.git] / dbaccess / source / ui / inc / toolbox_tmpl.hrc
blob37362731f57ceaeb91265ee150ff44353531b008
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  */
19 #ifndef DBAUI_TOOLBOX_HXX
20 #define DBAUI_TOOLBOX_HXX
22 #define MID_SBA_QRY_REFRESH \
23     Identifier = ID_BROWSER_REFRESH ; \
24     Text [ en-US ] = "Refresh"; \
27 #define MID_NEW_VIEW_DESIGN \
28     Identifier = ID_NEW_VIEW_DESIGN;    \
29     HelpId = HID_BROWSER_VIEW_CREATE_DESIGN ; \
30     Text [ en-US ] = "New ~View Design" ; \
33 #define MID_NEW_TABLE_DESIGN \
34     Identifier = ID_NEW_TABLE_DESIGN;   \
35     HelpId = HID_BROWSER_TABLE_CREATE_DESIGN ; \
36     Text [ en-US ] = "New ~Table Design" ;\
39 #define MID_QUERY_WIZARD    \
40     Identifier = ID_NEW_QUERY_WIZARD;   \
41     HelpId = HID_BROWSER_QUERY_WIZARD ; \
42     Text[ en-US ] = "Query AutoPilot...";   \
45 #define MID_QUERY_NEW_DESIGN    \
46     Identifier = ID_NEW_QUERY_DESIGN;   \
47     HelpId = HID_BROWSER_QUERY_CREATE_DESIGN ; \
48     Text [ en-US ] = "New ~Query (Design View)" ; \
51 #define MID_QUERY_EDIT_DESIGN   \
52     Identifier = ID_EDIT_QUERY_DESIGN;  \
53     HelpId = HID_BROWSER_QUERY_EDIT ; \
54     Text [ en-US ] = "~Edit Query" ; \
57 #define MID_QUERY_NEW_SQL   \
58     Identifier = ID_NEW_QUERY_SQL;  \
59     HelpId = HID_BROWSER_QUERY_CREATE_TEXT ; \
60     Text [ en-US ] = "New Query (~SQL View)" ; \
63 #define MID_DBUI_QUERY_EDIT_JOINCONNECTION                                    \
64     Identifier = ID_QUERY_EDIT_JOINCONNECTION;                                \
65     HelpId = HID_QUERY_EDIT_JOINCONNECTION ;                                    \
66     Text [ en-US ] = "Edit..."; \
69 #define MID_COLUMN_WIDTH\
70     Identifier = ID_BROWSER_COLWIDTH ;\
71     HelpID = HID_BROWSER_COLUMNWIDTH ;\
72     Text [ en-US ] = "Column ~Width..." ;\
75 #define MID_DOCUMENT_CREATE_REPWIZ\
76     Identifier = ID_DOCUMENT_CREATE_REPWIZ ;\
77     HelpID = HID_DOCUMENT_CREATE_REPWIZ ;\
78     Text [ en-US ] = "Report Wizard...";    \
81 #define MID_DOCUMENT_NEW_AUTOPILOT                              \
82     Identifier = SID_DB_FORM_NEW_PILOT;                             \
83     HelpID = SID_DB_FORM_NEW_PILOT ;\
84     Text [ en-US ] = "Form AutoPilot...";   \
87 #endif // DBAUI_TOOLBOX_HXX
89 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */