fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / dbaccess / source / ui / uno / copytablewizard.src
blob4d5a09b6cf011def5ade5738f1822a8855e11c2b
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 "dbu_uno.hrc"
22 String STR_CTW_NO_VIEWS_SUPPORT
24     Text [ en-US ] = "The destination database does not support views.";
27 String STR_CTW_NO_PRIMARY_KEY_SUPPORT
29     Text [ en-US ] = "The destination database does not support primary keys.";
32 String STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR
34     Text [ en-US ] = "no data access descriptor found, or no data access descriptor able to provide all necessary information";
37 String STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT
39     Text [ en-US ] = "Only tables and queries are supported at the moment.";
42 String STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS
44     Text [ en-US ] = "The copy source's result set must support bookmarks.";
47 String STR_CTW_UNSUPPORTED_COLUMN_TYPE
49     Text [ en-US ] = "Unsupported source column type ($type$) at column position $pos$.";
52 String STR_CTW_ILLEGAL_PARAMETER_COUNT
54     Text [ en-US ] = "Illegal number of initialization parameters.";
57 String STR_CTW_ERROR_DURING_INITIALIZATION
59     Text [ en-US ] = "An error occurred during initialization.";
62 String STR_CTW_ERROR_UNSUPPORTED_SETTING
64     Text [ en-US ] = "Unsupported setting in the copy source descriptor: $name$.";
67 String STR_CTW_ERROR_NO_QUERY
69     Text [ en-US ] = "To copy a query, your connection must be able to provide queries.";
72 String STR_CTW_ERROR_INVALID_INTERACTIONHANDLER
74     Text [ en-US ] = "The given interaction handler is invalid.";
77 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */