1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#ifndef _DBU_CONTROL_HRC_
25#include "dbu_control.hrc"
26#endif
27#ifndef _DBAUI_TABLETREE_HRC_
28#include "tabletree.hrc"
29#endif
30#include "browserids.hxx"
31
32
33Menu MENU_TABLETREE_POPUP
34{
35	ItemList =
36	{
37		MenuItem
38		{
39			Identifier = MID_SORT_ASCENDING;
40			Text [ en-US ] = "Sort Ascending";
41		};
42		MenuItem
43		{
44			Identifier = MID_SORT_DECENDING;
45			Text [ en-US ] = "Sort Descending";
46		};
47	};
48};
49
50String STR_COULDNOTCREATE_DRIVERMANAGER
51{
52	Text [ en-US ] = "Cannot connect to the SDBC driver manager (#servicename#).";
53};
54
55String STR_NOREGISTEREDDRIVER
56{
57	Text [ en-US ] = "A driver is not registered for the URL #connurl#.";
58};
59
60String STR_COULDNOTCONNECT
61{
62	Text [ en-US ] = "No connection could be established for the URL #connurl#.";
63};
64String STR_COULDNOTCONNECT_PLEASECHECK
65{
66	Text [ en-US ] = "Please check the current settings, for example user name and password.";
67};
68String STR_NOTABLEINFO
69{
70	Text [ en-US ] = "Successfully connected, but information about database tables is not available.";
71};
72String STR_ALL_TABLES
73{
74	Text [ en-US ] = "All tables";
75};
76String STR_ALL_VIEWS
77{
78	Text [ en-US ] = "All views";
79};
80String STR_ALL_TABLES_AND_VIEWS
81{
82	Text [ en-US ] = "All tables and views";
83};
84
85