bump product version to 4.1.6.2
[LibreOffice.git] / forms / source / resource / xforms.src
blobe223e619ac5df065b5d8bdcb471fb569664c15ca
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  */
20 #include "frm_resource.hrc"
23 String RID_STR_XFORMS_NO_BINDING_EXPRESSION
25     Text [ en-US ] = "Please enter a binding expression.";
28 String RID_STR_XFORMS_INVALID_BINDING_EXPRESSION
30     Text [ en-US ] = "This is an invalid binding expression.";
33 String RID_STR_XFORMS_INVALID_VALUE
35     Text [ en-US ] = "Value is invalid.";
38 String RID_STR_XFORMS_REQUIRED
40     Text [ en-US ] = "A value is required.";
43 String RID_STR_XFORMS_INVALID_CONSTRAINT
45     Text [ en-US ] = "The constraint '$1' not validated.";
48 String RID_STR_XFORMS_VALUE_IS_NOT_A
50     Text [ en-US ] = "The value is not of the type '$2'.";
53 String RID_STR_XFORMS_VALUE_MAX_INCL
55     Text [ en-US ] = "The value must be smaller than or equal to $2.";
58 String RID_STR_XFORMS_VALUE_MAX_EXCL
60     Text [ en-US ] = "The value must be smaller than $2.";
63 String RID_STR_XFORMS_VALUE_MIN_INCL
65     Text [ en-US ] = "The value must be greater than or equal to $2.";
68 String RID_STR_XFORMS_VALUE_MIN_EXCL
70     Text [ en-US ] = "The value must be greater than $2.";
73 String RID_STR_XFORMS_VALUE_PATTERN
75     Text [ en-US ] = "The value does not match the pattern '$2'.";
78 String RID_STR_XFORMS_VALUE_TOTAL_DIGITS
80     Text [ en-US ] = "$2 digits allowed at most.";
83 String RID_STR_XFORMS_VALUE_FRACTION_DIGITS
85     Text [ en-US ] = "$2 fraction digits allowed at most.";
88 String RID_STR_XFORMS_VALUE_LENGTH
90     Text [ en-US ] = "The string must be $2 characters long.";
93 String RID_STR_XFORMS_VALUE_MIN_LENGTH
95     Text [ en-US ] = "The string must be at least $2 characters long.";
98 String RID_STR_XFORMS_VALUE_MAX_LENGTH
100     Text [ en-US ] = "The string can only be $2 characters long at most.";
103 String RID_STR_DATATYPE_STRING
105     Text [ en-US ] = "String";
108 String RID_STR_DATATYPE_URL
110     Text [ en-US ] = "Hyperlink";
113 String RID_STR_DATATYPE_BOOLEAN
115     Text [ en-US ] = "True/False (Boolean)";
118 String RID_STR_DATATYPE_DECIMAL
120     Text [ en-US ] = "Decimal";
123 String RID_STR_DATATYPE_FLOAT
125     Text [ en-US ] = "Floating point";
128 String RID_STR_DATATYPE_DOUBLE
130     Text [ en-US ] = "Double";
133 String RID_STR_DATATYPE_DATE
135     Text [ en-US ] = "Date";
138 String RID_STR_DATATYPE_TIME
140     Text [ en-US ] = "Time";
143 String RID_STR_DATATYPE_DATETIME
145     Text [ en-US ] = "Date and Time";
148 String RID_STR_DATATYPE_YEARMONTH
150     Text [ en-US ] = "Month and year";
153 String RID_STR_DATATYPE_YEAR
155     Text [ en-US ] = "Year";
158 String RID_STR_DATATYPE_MONTHDAY
160     Text [ en-US ] = "Month and day";
163 String RID_STR_DATATYPE_MONTH
165     Text [ en-US ] = "Month";
168 String RID_STR_DATATYPE_DAY
170     Text [ en-US ] = "Day";
173 String RID_STR_XFORMS_CANT_EVALUATE
175     Text [ en-US ] = "Error during evaluation";
178 String RID_STR_XFORMS_PATTERN_DOESNT_MATCH
180     Text [ en-US ] = "The string '$1' does not match the required regular expression '$2'.";
183 String RID_STR_XFORMS_BINDING_UI_NAME
185     Text [ en-US ] = "Binding" ;
188 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */