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 .
20 #include "dbaccess_helpid.hrc"
21 #include "dbu_dlg.hrc"
22 #include "browserids.hxx"
24 String STR_DATABASE_TYPE_CHANGE
26 Text [ en-US ] = "Database properties" ;
29 String STR_PARENTTITLE_GENERAL
31 Text [ en-US ] = "Data Source Properties: #" ;
34 String STR_ERR_USE_CONNECT_TO
36 Text [ en-US ] = "Please choose 'Connect to an existing database' to connect to an existing database instead.";
39 String STR_COULD_NOT_LOAD_ODBC_LIB
41 Text [ en-US ] = "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available.";
44 String STR_UNSUPPORTED_DATASOURCE_TYPE
46 Text [ en-US ] = "This kind of data source is not supported on this platform.\nYou are allowed to change the settings, but you probably will not be able to connect to the database.";
49 String STR_AUTOTEXT_FIELD_SEP_NONE
51 Text[ en-US ] = "{None}";
54 String STR_AUTOTEXTSEPARATORLIST
56 Text = "\"\t34\t'\t39" ;
59 String STR_AUTOFIELDSEPARATORLIST
61 Text [ x-comment ] = "EM Dec 2002: 'Space' refers to what you get when you hit the space bar on your keyboard.";
62 Text [ en-US ] = ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32" ;
65 String STR_AUTODELIMITER_MISSING
67 Text[ en-US ] = "#1 must be set." ;
70 String STR_AUTODELIMITER_MUST_DIFFER
72 Text[ en-US ] = "#1 and #2 must be different." ;
75 String STR_AUTONO_WILDCARDS
77 Text[ en-US ] = "Wildcards such as ?,* are not allowed in #1." ;
80 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */