Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / dbaccess / source / ui / querydesign / querydlg.src
blob14d2718155aa9d844cb58d86bb202b2242b5bdd9
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  */
19 #include "dbu_qry.hrc"
20 #include "dbaccess_helpid.hrc"
22 String STR_JOIN_TYPE_HINT
24     Text [ en-US ] = "Please note that some databases may not support this join type.";
27 String STR_QUERY_INNER_JOIN
29     Text [ en-US ] = "Includes only records for which the contents of the related fields of both tables are identical.";
32 String STR_QUERY_LEFTRIGHT_JOIN
34     Text [ en-US ] = "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching.";
37 String STR_QUERY_FULL_JOIN
39     Text [ en-US ] = "Contains ALL records from '%1' and from '%2'.";
42 String STR_QUERY_CROSS_JOIN
44     Text [ en-US ] = "Contains the Cartesian product of ALL records from '%1' and from '%2'.";
47 String STR_QUERY_NATURAL_JOIN
49     Text [ en-US ] = "Contains only one column for each pair of equally-named columns from '%1' and from '%2'.";
52 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */