1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
19 #include "dbu_brw.hrc"
20 #include "dbaccess_helpid.hrc"
21 #include "browserids.hxx"
23 Menu RID_SBA_GRID_COLCTXMENU
29 Identifier = ID_BROWSER_COLATTRSET ;
30 HelpID = HID_BROWSER_COLUMNFORMAT ;
31 Text [ en-US ] = "Column ~Format..." ;
35 Identifier = ID_BROWSER_COLWIDTH ;
36 HelpID = HID_BROWSER_COLUMNWIDTH ;
37 Text [ en-US ] = "Column ~Width..." ;
38 HelpID = HID_BROWSER_COLUMNWIDTH;
42 Identifier = ID_BROWSER_COLUMNINFO ;
43 HelpID = HID_BROWSER_COLUMNINFO ;
44 Text [ en-US ] = "Copy Column D~escription";
49 Menu RID_SBA_GRID_ROWCTXMENU
55 Identifier = ID_BROWSER_TABLEATTR ;
56 HelpID = HID_BROWSER_TABLEFORMAT ;
57 Text [ en-US ] = "Table Format..." ;
61 Identifier = ID_BROWSER_ROWHEIGHT ;
62 HelpID = HID_BROWSER_ROWHEIGHT ;
63 Text [ en-US ] = "Row Height..." ;
67 Identifier = SID_COPY ;
68 Command = ".uno:Copy" ;
69 Text [ en-US ] = "~Copy" ;
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";
86 Text [ en-US ] = "Query #" ;
91 Text [ en-US ] = "Table #" ;
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: */