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 "dbaccess_helpid.hrc"
20 #include "dbu_brw.hrc"
21 #include "browserids.hxx"
22 #include <svx/globlmn.hrc>
23 #include "toolbox.hrc"
25 String STR_QUERY_BRW_DELETE_ROWS
27 Text[ en-US ] = "Do you want to delete the selected data?" ;
30 String RID_STR_DATABROWSER_FILTERED
32 Text [ en-US ] = "(filtered)" ;
35 String SBA_BROWSER_SETTING_ORDER
37 Text [ en-US ] = "Error setting the sort criteria";
40 String SBA_BROWSER_SETTING_FILTER
42 Text [ en-US ] = "Error setting the filter criteria";
45 String RID_STR_CONNECTION_LOST
47 Text [ en-US ] = "Connection lost";
50 String RID_STR_QUERIES_CONTAINER
52 Text [ en-US ] = "Queries";
55 String RID_STR_TABLES_CONTAINER
57 Text [ en-US ] = "Tables";
60 #define MID_EDIT_DATABASE \
61 Identifier = ID_TREE_EDIT_DATABASE ; \
62 HelpId = HID_BROWSER_EDIT_DATABASE; \
63 Text [ en-US ] = "Edit ~Database File..." ;\
65 #define MID_ADMINISTRATE \
66 Identifier = ID_TREE_ADMINISTRATE ; \
67 HelpId = HID_BROWSER_ADMINISTRATE; \
68 Text [ en-US ] = "Registered databases ..." ;\
70 #define MID_CLOSECONN \
71 Identifier = ID_TREE_CLOSE_CONN ; \
72 HelpId = HID_BROWSER_CLOSECONN ; \
73 Text [ en-US ] = "Disco~nnect" ; \
75 Menu MENU_BROWSER_DEFAULTCONTEXT
91 MenuItem { ITEM_EDIT_COPY };
103 String STR_TITLE_CONFIRM_DELETION
105 Text [ en-US ] = "Confirm Deletion" ;
108 String STR_QUERY_DELETE_TABLE
110 Text [ en-US ] = "Do you want to delete the table '%1'?" ;
113 String STR_QUERY_CONNECTION_LOST
115 Text [ en-US ] = "The connection to the database has been lost. Do you want to reconnect?" ;
118 String STR_OPENTABLES_WARNINGS
120 Text [ en-US ] = "Warnings encountered";
123 String STR_OPENTABLES_WARNINGS_DETAILS
125 Text [ en-US ] = "While retrieving the tables, warnings were reported by the database connection.";
128 String STR_CONNECTING_DATASOURCE
130 Text [ en-US ] = "Connecting to \"$name$\" ...";
133 String STR_LOADING_QUERY
135 Text [ en-US ] = "Loading query $name$ ...";
138 String STR_LOADING_TABLE
140 Text [ en-US ] = "Loading table $name$ ...";
143 String STR_NO_TABLE_FORMAT_INSIDE
145 Text [ en-US ] = "No table format could be found." ;
148 String STR_COULDNOTCONNECT_DATASOURCE
150 Text [ en-US ] = "The connection to the data source \"$name$\" could not be established.";
153 Menu RID_MENU_REFRESH_DATA
160 Command = ".uno:Refresh";
164 Identifier = ID_BROWSER_REFRESH_REBUILD;
165 Command = ".uno:DBRebuildData";
166 Text [ en-US ] = "Rebuild";
171 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */