xref: /aoo41x/main/forms/source/resource/strings.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef _FRM_RESOURCE_HRC_
29#include "frm_resource.hrc"
30#endif
31
32String RID_BASELISTBOX_ERROR_FILLLIST
33{
34	Text [ en-US ] = "The contents of a combo box or list field could not be determined.";
35};
36
37String RID_STR_IMPORT_GRAPHIC
38{
39	Text [ en-US ] = "Insert graphics" ;
40};
41
42String RID_STR_CONTROL_SUBSTITUTED_NAME
43{
44	Text [ en-US ] = "substituted";
45};
46
47String RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN
48{
49	Text [ en-US ] = "An error occurred while this control was being loaded. It was therefore replaced with a placeholder.";
50};
51
52String RID_STR_READERROR
53{
54	Text [ en-US ] = "Error reading data from database" ;
55};
56
57String RID_STR_CONNECTERROR
58{
59	Text [ en-US ] = "Connection failed" ;
60};
61
62String RID_ERR_LOADING_FORM
63{
64	Text [ en-US ] = "The data content could not be loaded.";
65};
66
67String RID_ERR_REFRESHING_FORM
68{
69	Text [ en-US ] = "The data content could not be updated";
70};
71
72String RID_STR_ERR_INSERTRECORD
73{
74	Text [ en-US ] = "Error inserting the new record";
75};
76
77String RID_STR_ERR_UPDATERECORD
78{
79	Text [ en-US ] = "Error updating the current record";
80};
81
82String RID_STR_ERR_DELETERECORD
83{
84	Text [ en-US ] = "Error deleting the current record";
85};
86
87String RID_STR_ERR_DELETERECORDS
88{
89	Text [ en-US ] = "Error deleting the specified records";
90};
91
92String RID_STR_NEED_NON_NULL_OBJECT
93{
94	Text [ en-US ] = "The object cannot be NULL.";
95};
96
97String RID_STR_OPEN_GRAPHICS
98{
99	Text [ en-US ] = "Insert graphics from...";
100};
101
102String RID_STR_CLEAR_GRAPHICS
103{
104	Text [ en-US ] = "Remove graphics";
105};
106
107
108String RID_STR_INVALIDSTREAM
109{
110    Text [ en-US ] = "The given stream is invalid.";
111};
112
113String RID_STR_SYNTAXERROR
114{
115	Text [ en-US ] = "Syntax error in query expression" ;
116};
117
118String RID_STR_INCOMPATIBLE_TYPES
119{
120    Text [ en-US ] = "The value types supported by the binding cannot be used for exchanging data with this control.";
121};
122
123String RID_STR_LABEL_RECORD
124{
125    Text [ en-US ] = "Record";
126};
127
128String RID_STR_INVALID_VALIDATOR
129{
130    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.";
131};
132
133String RID_STR_LABEL_OF
134{
135    Text [ en-US ] = "of";
136};
137
138String RID_STR_QUERY_SAVE_MODIFIED_ROW
139{
140	Text [ en-US ] = "The content of the current form has been modified.\nDo you want to save your changes?";
141};
142String RID_STR_COULD_NOT_SET_ORDER
143{
144	Text [ en-US ] = "Error setting the sort criteria";
145};
146String RID_STR_COULD_NOT_SET_FILTER
147{
148	Text [ en-US ] = "Error setting the filter criteria";
149};
150String RID_STR_FEATURE_REQUIRES_PARAMETERS
151{
152    Text [ en-US ] = "To execute this function, parameters are needed.";
153};
154String RID_STR_FEATURE_NOT_EXECUTABLE
155{
156    Text [ en-US ] = "This function cannot be executed, but is only for status queries.";
157};
158String RID_STR_FEATURE_UNKNOWN
159{
160    Text [ en-US ] = "Unknown function.";
161};
162