merge the formfield patch from ooo-build
[ooovba.git] / connectivity / source / resource / conn_error_message.src
blobb4c7380c1a6727b6aef83e82a7c629eb63e47ca9
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: conn_error_message.src,v $
10  * $Revision: 1.4 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 // note: the resource IDs of the strings herein *must* correspond to the
32 // com::sun::star::sdb::ErrorCondition values.
34 // For a given error condition value n, the message string must have ID
35 // <code>256 + 2*n</code>, and the SQL state string (if applicable) must
36 // have ID <code>256 + 2*n + 1</code>.
38 // The messages must be localized, the SQL states must *not*.
40 // ROW_SET_OPERATION_VETOED = 100
41 String 256 + 2*100 + 0
43     Text [ en-US ] = "The record operation has been vetoed.";
46 // PARSER_CYCLIC_SUB_QUERIES = 200
47 String 256 + 2*200 + 0
49     Text [ en-US ] = "The statement contains a cyclic reference to one or more sub queries.";
52 // DB_OBJECT_NAME_WITH_SLASHES = 300
53 String 256 + 2*300 + 0
55     Text [ en-US ] = "The name must not contain any slashes ('/').";
58 // DB_INVALID_SQL_NAME = 301
59 String 256 + 2*301 + 0
61     Text [ en-US ] = "$1$ is no SQL conform identifier.";
64 // DB_QUERY_NAME_WITH_QUOTES = 302
65 String 256 + 2*302 + 0
67     Text [ en-US ] = "Query names must not contain quote characters.";
70 // DB_OBJECT_NAME_IS_USED = 303
71 String 256 + 2*303 + 0
73     Text [ en-US ] = "The name '$1$' is already in use in the database.";
76 // DB_NOT_CONNECTED = 304
77 String 256 + 2*304 + 0
79     Text [ en-US ] = "No connection to the database exists.";
82 String 256 + 2*304 + 1
84     Text = "08003";
87 String 256 + 2*500 + 0
89     Text [ en-US ] = "No $1$ exists.";
92 // DATA_CANNOT_SELECT_UNFILTERED = 550
93 String 256 + 2*550 + 0
95     Text [ en-US ] = "Unable to display the complete table content. Please apply a filter.";
98 String 256 + 2*550 + 1
100     Text = "IM001";