81 lines
2.4 KiB
Plaintext
81 lines
2.4 KiB
Plaintext
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
*/
|
|
|
|
#include "dbaccess_helpid.hrc"
|
|
#include "dbu_dlg.hrc"
|
|
#include "browserids.hxx"
|
|
|
|
String STR_DATABASE_TYPE_CHANGE
|
|
{
|
|
Text [ en-US ] = "Database properties" ;
|
|
};
|
|
|
|
String STR_PARENTTITLE_GENERAL
|
|
{
|
|
Text [ en-US ] = "Data Source Properties: #" ;
|
|
};
|
|
|
|
String STR_ERR_USE_CONNECT_TO
|
|
{
|
|
Text [ en-US ] = "Please choose 'Connect to an existing database' to connect to an existing database instead.";
|
|
};
|
|
|
|
String STR_COULD_NOT_LOAD_ODBC_LIB
|
|
{
|
|
Text [ en-US ] = "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available.";
|
|
};
|
|
|
|
String STR_UNSUPPORTED_DATASOURCE_TYPE
|
|
{
|
|
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.";
|
|
};
|
|
|
|
String STR_AUTOTEXT_FIELD_SEP_NONE
|
|
{
|
|
Text[ en-US ] = "{None}";
|
|
};
|
|
|
|
String STR_AUTOTEXTSEPARATORLIST
|
|
{
|
|
Text = "\"\t34\t'\t39" ;
|
|
};
|
|
|
|
String STR_AUTOFIELDSEPARATORLIST
|
|
{
|
|
Text [ x-comment ] = "EM Dec 2002: 'Space' refers to what you get when you hit the space bar on your keyboard.";
|
|
Text [ en-US ] = ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32" ;
|
|
};
|
|
|
|
String STR_AUTODELIMITER_MISSING
|
|
{
|
|
Text[ en-US ] = "#1 must be set." ;
|
|
};
|
|
|
|
String STR_AUTODELIMITER_MUST_DIFFER
|
|
{
|
|
Text[ en-US ] = "#1 and #2 must be different." ;
|
|
};
|
|
|
|
String STR_AUTONO_WILDCARDS
|
|
{
|
|
Text[ en-US ] = "Wildcards such as ?,* are not allowed in #1." ;
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|