fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / dbaccess / source / ui / browser / sbagrid.src
blob3e3531bd230c1d96b4295b536641340beaf261e9
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"
22 #include "toolbox.hrc"
23 #include <svx/globlmn.hrc>
25 Menu RID_SBA_GRID_COLCTXMENU
27     ItemList =
28     {
29         MenuItem
30         {
31             Identifier = ID_BROWSER_COLATTRSET ;
32             HelpID = HID_BROWSER_COLUMNFORMAT ;
33             Text [ en-US ] = "Column ~Format..." ;
34         };
35         MenuItem
36         {
37             MID_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             ITEM_EDIT_COPY
68         };
69     };
72 String RID_STR_UNDO_MODIFY_RECORD
74     Text [ en-US ] = "Undo: Data Input";
77 String RID_STR_SAVE_CURRENT_RECORD
79     Text [ en-US ] = "Save current record";
82 String STR_QRY_TITLE
84     Text [ en-US ] = "Query #" ;
87 String STR_TBL_TITLE
89     Text [ en-US ] = "Table #" ;
92 String STR_VIEW_TITLE
94     Text [ en-US ] = "View #" ;
97 String STR_NAME_ALREADY_EXISTS
99     Text [ en-US ] = "The name \"#\" already exists.";
102 String STR_NO_COLUMNNAME_MATCHING
104     Text [ en-US ] = "No matching column names were found.";
107 String STR_ERROR_OCCURRED_WHILE_COPYING
109     Text [ en-US ] = "An error occurred. Do you want to continue copying?";
112 String STR_DATASOURCE_GRIDCONTROL_NAME
114     Text [ en-US ] = "Data source table view";
117 String STR_DATASOURCE_GRIDCONTROL_DESC
119     Text [ en-US ] = "Shows the selected table or query.";
122 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */