Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / source / ui / browser / sbagrid.src
blobb3fd77757364b1bb71dc9e5b112fcdfe2ff31412
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
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
44 Menu RID_SBA_GRID_COLCTXMENU
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     };
68 Menu RID_SBA_GRID_ROWCTXMENU
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     };
91 String RID_STR_UNDO_MODIFY_RECORD
93     Text [ en-US ] = "Undo: Data Input";
96 String RID_STR_SAVE_CURRENT_RECORD
98     Text [ en-US ] = "Save current record";
101 String STR_QRY_TITLE
103     Text [ en-US ] = "Query #" ;
106 String STR_TBL_TITLE
108     Text [ en-US ] = "Table #" ;
111 String STR_VIEW_TITLE
113     Text [ en-US ] = "View #" ;
116 String STR_NAME_ALREADY_EXISTS
118     Text [ en-US ] = "The name \"#\" already exists.";
122 String STR_NO_COLUMNNAME_MATCHING
124     Text [ en-US ] = "No matching column names were found.";
127 String STR_ERROR_OCCURRED_WHILE_COPYING
129     Text [ en-US ] = "An error occurred. Do you want to continue copying?";
132 String STR_DATASOURCE_GRIDCONTROL_NAME
134     Text [ en-US ] = "Data source table view";
137 String STR_DATASOURCE_GRIDCONTROL_DESC
139     Text [ en-US ] = "Shows the selected table or query.";