build fix: no comphelper/profilezone.hxx in this branch
[LibreOffice.git] / dbaccess / source / ui / browser / sbagrid.src
blob375e58ba797a690b7fcfb54249ce935feb172d7f
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 #include "dbu_brw.hrc"
20 #include "dbaccess_helpid.hrc"
21 #include "browserids.hxx"
23 Menu RID_SBA_GRID_COLCTXMENU
25     ItemList =
26     {
27         MenuItem
28         {
29             Identifier = ID_BROWSER_COLATTRSET ;
30             HelpID = HID_BROWSER_COLUMNFORMAT ;
31             Text [ en-US ] = "Column ~Format..." ;
32         };
33         MenuItem
34         {
35             Identifier = ID_BROWSER_COLWIDTH ;
36             HelpID = HID_BROWSER_COLUMNWIDTH ;
37             Text [ en-US ] = "Column ~Width..." ;
38             HelpID = HID_BROWSER_COLUMNWIDTH;
39         };
40         MenuItem
41         {
42             Identifier = ID_BROWSER_COLUMNINFO ;
43             HelpID = HID_BROWSER_COLUMNINFO ;
44             Text [ en-US ] = "Copy Column D~escription";
45         };
46     };
49 Menu RID_SBA_GRID_ROWCTXMENU
51     ItemList =
52     {
53         MenuItem
54         {
55             Identifier = ID_BROWSER_TABLEATTR ;
56             HelpID = HID_BROWSER_TABLEFORMAT ;
57             Text [ en-US ] = "Table Format..." ;
58         };
59         MenuItem
60         {
61             Identifier = ID_BROWSER_ROWHEIGHT ;
62             HelpID = HID_BROWSER_ROWHEIGHT ;
63             Text [ en-US ] = "Row Height..." ;
64         };
65         MenuItem
66         {
67             Identifier = SID_COPY ;
68             Command = ".uno:Copy" ;
69             Text [ en-US ] = "~Copy" ;
70         };
71     };
74 String RID_STR_UNDO_MODIFY_RECORD
76     Text [ en-US ] = "Undo: Data Input";
79 String RID_STR_SAVE_CURRENT_RECORD
81     Text [ en-US ] = "Save current record";
84 String STR_QRY_TITLE
86     Text [ en-US ] = "Query #" ;
89 String STR_TBL_TITLE
91     Text [ en-US ] = "Table #" ;
94 String STR_VIEW_TITLE
96     Text [ en-US ] = "View #" ;
99 String STR_NAME_ALREADY_EXISTS
101     Text [ en-US ] = "The name \"#\" already exists.";
104 String STR_NO_COLUMNNAME_MATCHING
106     Text [ en-US ] = "No matching column names were found.";
109 String STR_ERROR_OCCURRED_WHILE_COPYING
111     Text [ en-US ] = "An error occurred. Do you want to continue copying?";
114 String STR_DATASOURCE_GRIDCONTROL_NAME
116     Text [ en-US ] = "Data source table view";
119 String STR_DATASOURCE_GRIDCONTROL_DESC
121     Text [ en-US ] = "Shows the selected table or query.";
124 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */