update dev300-m58
[ooovba.git] / forms / source / resource / xforms.src
blob9959ebf0a65d057a7eae8510991dcc28e52fc1a4
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: xforms.src,v $
10  * $Revision: 1.7 $
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
36 String RID_STR_XFORMS_NO_BINDING_EXPRESSION
38     Text [ en-US ] = "Please enter a binding expression.";
41 String RID_STR_XFORMS_INVALID_BINDING_EXPRESSION
43     Text [ en-US ] = "This is an invalid binding expression.";
46 String RID_STR_XFORMS_INVALID_VALUE
48     Text [ en-US ] = "Value is invalid.";
51 String RID_STR_XFORMS_REQUIRED
53     Text [ en-US ] = "A value is required.";
56 String RID_STR_XFORMS_INVALID_CONSTRAINT
58     Text [ en-US ] = "The constraint '$1' not validated.";
61 String RID_STR_XFORMS_VALUE_IS_NOT_A
63     Text [ en-US ] = "The value is not of the type '$2'.";
66 String RID_STR_XFORMS_VALUE_MAX_INCL
68     Text [ en-US ] = "The value must be smaller than or equal to $2.";
71 String RID_STR_XFORMS_VALUE_MAX_EXCL
73     Text [ en-US ] = "The value must be smaller than $2.";
76 String RID_STR_XFORMS_VALUE_MIN_INCL
78     Text [ en-US ] = "The value must be greater than or equal to $2.";
81 String RID_STR_XFORMS_VALUE_MIN_EXCL
83     Text [ en-US ] = "The value must be greater than $2.";
86 String RID_STR_XFORMS_VALUE_PATTERN
88     Text [ en-US ] = "The value does not match the pattern '$2'.";
91 String RID_STR_XFORMS_VALUE_TOTAL_DIGITS
93     Text [ en-US ] = "$2 digits allowed at most.";
96 String RID_STR_XFORMS_VALUE_FRACTION_DIGITS
98     Text [ en-US ] = "$2 fraction digits allowed at most.";
101 String RID_STR_XFORMS_VALUE_LENGTH
103     Text [ en-US ] = "The string must be $2 characters long.";
106 String RID_STR_XFORMS_VALUE_MIN_LENGTH
108     Text [ en-US ] = "The string must be at least $2 characters long.";
111 String RID_STR_XFORMS_VALUE_MAX_LENGTH
113     Text [ en-US ] = "The string can only be $2 characters long at most.";
116 String RID_STR_DATATYPE_STRING
118     Text [ en-US ] = "String";
121 String RID_STR_DATATYPE_URL
123     Text [ en-US ] = "Hyperlink";
126 String RID_STR_DATATYPE_BOOLEAN
128     Text [ en-US ] = "True/False (Boolean)";
131 String RID_STR_DATATYPE_DECIMAL
133     Text [ en-US ] = "Decimal";
136 String RID_STR_DATATYPE_FLOAT
138     Text [ en-US ] = "Floating point";
141 String RID_STR_DATATYPE_DOUBLE
143     Text [ en-US ] = "Double";
146 String RID_STR_DATATYPE_DATE
148     Text [ en-US ] = "Date";
151 String RID_STR_DATATYPE_TIME
153     Text [ en-US ] = "Time";
156 String RID_STR_DATATYPE_DATETIME
158     Text [ en-US ] = "Date and Time";
161 String RID_STR_DATATYPE_YEARMONTH
163     Text [ en-US ] = "Month and year";
166 String RID_STR_DATATYPE_YEAR
168     Text [ en-US ] = "Year";
171 String RID_STR_DATATYPE_MONTHDAY
173     Text [ en-US ] = "Month and day";
176 String RID_STR_DATATYPE_MONTH
178     Text [ en-US ] = "Month";
181 String RID_STR_DATATYPE_DAY
183     Text [ en-US ] = "Day";
186 String RID_STR_XFORMS_CANT_EVALUATE
188     Text [ en-US ] = "Error during evaluation";
191 String RID_STR_XFORMS_PATTERN_DOESNT_MATCH
193     Text [ en-US ] = "The string '$1' does not match the required regular expression '$2'.";
196 String RID_STR_XFORMS_BINDING_UI_NAME
198     Text [ en-US ] = "Binding" ;