xref: /trunk/main/dbaccess/source/ui/browser/sbagrid.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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#ifndef _DBU_BRW_HRC_
28#include "dbu_brw.hrc"
29#endif
30
31#ifndef _DBA_DBACCESS_HELPID_HRC_
32#include "dbaccess_helpid.hrc"
33#endif
34#ifndef DBACCESS_UI_BROWSER_ID_HXX
35#include "browserids.hxx"
36#endif
37#ifndef DBAUI_TOOLBOX_HXX
38#include "toolbox.hrc"
39#endif
40#ifndef _GLOBLMN_HRC
41#include <svx/globlmn.hrc>
42#endif
43
44Menu RID_SBA_GRID_COLCTXMENU
45{
46    ItemList =
47    {
48        MenuItem
49        {
50            Identifier = ID_BROWSER_COLATTRSET ;
51            HelpID = HID_BROWSER_COLUMNFORMAT ;
52            Text [ en-US ] = "Column ~Format..." ;
53        };
54        MenuItem
55        {
56            MID_COLUMN_WIDTH
57            HelpID = HID_BROWSER_COLUMNWIDTH;
58        };
59        MenuItem
60        {
61            Identifier = ID_BROWSER_COLUMNINFO ;
62            HelpID = HID_BROWSER_COLUMNINFO ;
63            Text [ en-US ] = "Copy Column D~escription";
64        };
65    };
66};
67
68Menu RID_SBA_GRID_ROWCTXMENU
69{
70    ItemList =
71    {
72        MenuItem
73        {
74            Identifier = ID_BROWSER_TABLEATTR ;
75            HelpID = HID_BROWSER_TABLEFORMAT ;
76            Text [ en-US ] = "Table Format..." ;
77        };
78        MenuItem
79        {
80            Identifier = ID_BROWSER_ROWHEIGHT ;
81            HelpID = HID_BROWSER_ROWHEIGHT ;
82            Text [ en-US ] = "Row Height..." ;
83        };
84        MenuItem
85        {
86            ITEM_EDIT_COPY
87        };
88    };
89};
90
91String RID_STR_UNDO_MODIFY_RECORD
92{
93    Text [ en-US ] = "Undo: Data Input";
94};
95
96String RID_STR_SAVE_CURRENT_RECORD
97{
98    Text [ en-US ] = "Save current record";
99};
100
101String STR_QRY_TITLE
102{
103    Text [ en-US ] = "Query #" ;
104};
105String STR_TBL_TITLE
106{
107    Text [ en-US ] = "Table #" ;
108};
109String STR_VIEW_TITLE
110{
111    Text [ en-US ] = "View #" ;
112};
113
114String STR_NAME_ALREADY_EXISTS
115{
116    Text [ en-US ] = "The name \"#\" already exists.";
117};
118
119
120String STR_NO_COLUMNNAME_MATCHING
121{
122    Text [ en-US ] = "No matching column names were found.";
123};
124
125String STR_ERROR_OCCURED_WHILE_COPYING
126{
127    Text [ en-US ] = "An error occurred. Do you want to continue copying?";
128};
129
130String STR_DATASOURCE_GRIDCONTROL_NAME
131{
132    Text [ en-US ] = "Data source table view";
133};
134
135String STR_DATASOURCE_GRIDCONTROL_DESC
136{
137    Text [ en-US ] = "Shows the selected table or query.";
138};
139
140