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