fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / dbaccess / source / ui / dlg / ConnectionPage.src
blob77078c5cc3d50faf7d2963a3cb1009f93fa22df7
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  */
20 #include "dbaccess_helpid.hrc"
21 #include "dbu_dlg.hrc"
23 String STR_CONNECTION_TEST
25     Text [ en-US ] = "Connection Test";
28 String STR_CONNECTION_SUCCESS
30     Text [ en-US ] = "The connection was established successfully.";
33 String STR_CONNECTION_NO_SUCCESS
35     Text [ en-US ] = "The connection could not be established.";
38 String STR_JDBCDRIVER_SUCCESS
40     Text [ en-US ] = "The JDBC driver was loaded successfully.";
43 String STR_JDBCDRIVER_NO_SUCCESS
45     Text [ en-US ] = "The JDBC driver could not be loaded.";
48 String STR_MSACCESS_FILTERNAME
50     Text [ en-US ] = "MS Access file";
53 String STR_MSACCESS_2007_FILTERNAME
55     Text [ en-US ] = "MS Access 2007 file";
58 String STR_FIREBIRD_FILTERNAME
60     Text [ en-US ] = "Firebird Database";
63 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */