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"
22 #include "toolbox.hrc"
23 #include <svx/globlmn.hrc>
25 Menu RID_SBA_GRID_COLCTXMENU
31 Identifier = ID_BROWSER_COLATTRSET ;
32 HelpID = HID_BROWSER_COLUMNFORMAT ;
33 Text [ en-US ] = "Column ~Format..." ;
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..." ;
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";
84 Text [ en-US ] = "Query #" ;
89 Text [ en-US ] = "Table #" ;
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: */