merge the formfield patch from ooo-build
[ooovba.git] / forms / source / resource / strings.src
blob1dc2754c9fc335d53177fa557d253246347ba516
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: strings.src,v $
10  * $Revision: 1.49 $
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 #ifndef _FRM_RESOURCE_HRC_
32 #include "frm_resource.hrc"
33 #endif
35 String RID_BASELISTBOX_ERROR_FILLLIST
37     Text [ en-US ] = "The contents of a combo box or list field could not be determined.";
40 String RID_STR_IMPORT_GRAPHIC
42     Text [ en-US ] = "Insert graphics" ;
45 String RID_STR_CONTROL_SUBSTITUTED_NAME
47     Text [ en-US ] = "substituted";
50 String RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN
52     Text [ en-US ] = "An error occurred while this control was being loaded. It was therefore replaced with a placeholder.";
55 String RID_STR_READERROR
57     Text [ en-US ] = "Error reading data from database" ;
60 String RID_STR_CONNECTERROR
62     Text [ en-US ] = "Connection failed" ;
65 String RID_ERR_LOADING_FORM
67     Text [ en-US ] = "The data content could not be loaded.";
70 String RID_ERR_REFRESHING_FORM
72     Text [ en-US ] = "The data content could not be updated";
75 String RID_STR_ERR_INSERTRECORD
77     Text [ en-US ] = "Error inserting the new record";
80 String RID_STR_ERR_UPDATERECORD
82     Text [ en-US ] = "Error updating the current record";
85 String RID_STR_ERR_DELETERECORD
87     Text [ en-US ] = "Error deleting the current record";
90 String RID_STR_ERR_DELETERECORDS
92     Text [ en-US ] = "Error deleting the specified records";
95 String RID_STR_NEED_NON_NULL_OBJECT
97     Text [ en-US ] = "The object cannot be NULL.";
100 String RID_STR_OPEN_GRAPHICS
102     Text [ en-US ] = "Insert graphics from...";
105 String RID_STR_CLEAR_GRAPHICS
107     Text [ en-US ] = "Remove graphics";
111 String RID_STR_INVALIDSTREAM
113     Text [ en-US ] = "The given stream is invalid.";
116 String RID_STR_SYNTAXERROR
118     Text [ en-US ] = "Syntax error in query expression" ;
121 String RID_STR_INCOMPATIBLE_TYPES
123     Text [ en-US ] = "The value types supported by the binding cannot be used for exchanging data with this control.";
126 String RID_STR_LABEL_RECORD
128     Text [ en-US ] = "Record";
131 String RID_STR_INVALID_VALIDATOR
133     Text [ en-US ] = "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator.";
136 String RID_STR_LABEL_OF
138     Text [ en-US ] = "of";
141 String RID_STR_QUERY_SAVE_MODIFIED_ROW
143     Text [ en-US ] = "The content of the current form has been modified.\nDo you want to save your changes?";
145 String RID_STR_COULD_NOT_SET_ORDER
147     Text [ en-US ] = "Error setting the sort criteria";
149 String RID_STR_COULD_NOT_SET_FILTER
151     Text [ en-US ] = "Error setting the filter criteria";
153 String RID_STR_FEATURE_REQUIRES_PARAMETERS
155     Text [ en-US ] = "To execute this function, parameters are needed.";
157 String RID_STR_FEATURE_NOT_EXECUTABLE
159     Text [ en-US ] = "This function cannot be executed, but is only for status queries.";
161 String RID_STR_FEATURE_UNKNOWN
163     Text [ en-US ] = "Unknown function.";