merge the formfield patch from ooo-build
[ooovba.git] / dbaccess / source / ui / browser / sbagrid.src
blobb99bfba2948017a4dc919a1115965d988e245439
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: sbagrid.src,v $
10  * $Revision: 1.58 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef _DBU_BRW_HRC_
31 #include "dbu_brw.hrc"
32 #endif
34 #ifndef _DBA_DBACCESS_HELPID_HRC_
35 #include "dbaccess_helpid.hrc"
36 #endif
37 #ifndef DBACCESS_UI_BROWSER_ID_HXX
38 #include "browserids.hxx"
39 #endif
40 #ifndef DBAUI_TOOLBOX_HXX
41 #include "toolbox.hrc"
42 #endif
43 #ifndef _GLOBLMN_HRC
44 #include <svx/globlmn.hrc>
45 #endif
47 Menu RID_SBA_GRID_COLCTXMENU
49     ItemList =
50     {
51         MenuItem
52         {
53             Identifier = ID_BROWSER_COLATTRSET ;
54             HelpID = HID_BROWSER_COLUMNFORMAT ;
55             Text [ en-US ] = "Column ~Format..." ;
56         };
57         MenuItem
58         {
59             MID_COLUMN_WIDTH
60             HelpID = HID_BROWSER_COLUMNWIDTH;
61         };
62         MenuItem
63         {
64             Identifier = ID_BROWSER_COLUMNINFO ;
65             HelpID = HID_BROWSER_COLUMNINFO ;
66             Text [ en-US ] = "Copy Column D~escription";
67         };
68     };
71 Menu RID_SBA_GRID_ROWCTXMENU
73     ItemList =
74     {
75         MenuItem
76         {
77             Identifier = ID_BROWSER_TABLEATTR ;
78             HelpID = HID_BROWSER_TABLEFORMAT ;
79             Text [ en-US ] = "Table Format..." ;
80         };
81         MenuItem
82         {
83             Identifier = ID_BROWSER_ROWHEIGHT ;
84             HelpID = HID_BROWSER_ROWHEIGHT ;
85             Text [ en-US ] = "Row Height..." ;
86         };
87         MenuItem\r
88         {\r
89             ITEM_EDIT_COPY\r
90         };
91     };
94 String RID_STR_UNDO_MODIFY_RECORD
96     Text [ en-US ] = "Undo: Data Input";
99 String RID_STR_SAVE_CURRENT_RECORD
101     Text [ en-US ] = "Save current record";
104 String STR_QRY_TITLE
106     Text [ en-US ] = "Query #" ;
108 String STR_TBL_TITLE
110     Text [ en-US ] = "Table #" ;
112 String STR_VIEW_TITLE
114     Text [ en-US ] = "View #" ;
117 String STR_NAME_ALREADY_EXISTS
119     Text [ en-US ] = "The name \"#\" already exists.";
123 String STR_NO_COLUMNNAME_MATCHING
125     Text [ en-US ] = "No matching column names were found.";
128 String STR_ERROR_OCCURED_WHILE_COPYING
130     Text [ en-US ] = "An error occurred. Do you want to continue copying?";
133 String STR_DATASOURCE_GRIDCONTROL_NAME
135     Text [ en-US ] = "Data source table view";
138 String STR_DATASOURCE_GRIDCONTROL_DESC
140     Text [ en-US ] = "Shows the selected table or query.";