Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / forms / source / resource / xforms.src
blobb878f21c7ed8e72baff8451cebc83c24bf11eac7
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"
22 String RID_STR_XFORMS_NO_BINDING_EXPRESSION
24     Text [ en-US ] = "Please enter a binding expression.";
27 String RID_STR_XFORMS_INVALID_BINDING_EXPRESSION
29     Text [ en-US ] = "This is an invalid binding expression.";
32 String RID_STR_XFORMS_INVALID_VALUE
34     Text [ en-US ] = "Value is invalid.";
37 String RID_STR_XFORMS_REQUIRED
39     Text [ en-US ] = "A value is required.";
42 String RID_STR_XFORMS_INVALID_CONSTRAINT
44     Text [ en-US ] = "The constraint '$1' not validated.";
47 String RID_STR_XFORMS_VALUE_IS_NOT_A
49     Text [ en-US ] = "The value is not of the type '$2'.";
52 String RID_STR_XFORMS_VALUE_MAX_INCL
54     Text [ en-US ] = "The value must be smaller than or equal to $2.";
57 String RID_STR_XFORMS_VALUE_MAX_EXCL
59     Text [ en-US ] = "The value must be smaller than $2.";
62 String RID_STR_XFORMS_VALUE_MIN_INCL
64     Text [ en-US ] = "The value must be greater than or equal to $2.";
67 String RID_STR_XFORMS_VALUE_MIN_EXCL
69     Text [ en-US ] = "The value must be greater than $2.";
72 String RID_STR_XFORMS_VALUE_PATTERN
74     Text [ en-US ] = "The value does not match the pattern '$2'.";
77 String RID_STR_XFORMS_VALUE_TOTAL_DIGITS
79     Text [ en-US ] = "$2 digits allowed at most.";
82 String RID_STR_XFORMS_VALUE_FRACTION_DIGITS
84     Text [ en-US ] = "$2 fraction digits allowed at most.";
87 String RID_STR_XFORMS_VALUE_LENGTH
89     Text [ en-US ] = "The string must be $2 characters long.";
92 String RID_STR_XFORMS_VALUE_MIN_LENGTH
94     Text [ en-US ] = "The string must be at least $2 characters long.";
97 String RID_STR_XFORMS_VALUE_MAX_LENGTH
99     Text [ en-US ] = "The string can only be $2 characters long at most.";
102 String RID_STR_DATATYPE_STRING
104     Text [ en-US ] = "String";
107 String RID_STR_DATATYPE_URL
109     Text [ en-US ] = "Hyperlink";
112 String RID_STR_DATATYPE_BOOLEAN
114     Text [ en-US ] = "True/False (Boolean)";
117 String RID_STR_DATATYPE_DECIMAL
119     Text [ en-US ] = "Decimal";
122 String RID_STR_DATATYPE_FLOAT
124     Text [ en-US ] = "Floating point";
127 String RID_STR_DATATYPE_DOUBLE
129     Text [ en-US ] = "Double";
132 String RID_STR_DATATYPE_DATE
134     Text [ en-US ] = "Date";
137 String RID_STR_DATATYPE_TIME
139     Text [ en-US ] = "Time";
142 String RID_STR_DATATYPE_DATETIME
144     Text [ en-US ] = "Date and Time";
147 String RID_STR_DATATYPE_YEARMONTH
149     Text [ en-US ] = "Month and year";
152 String RID_STR_DATATYPE_YEAR
154     Text [ en-US ] = "Year";
157 String RID_STR_DATATYPE_MONTHDAY
159     Text [ en-US ] = "Month and day";
162 String RID_STR_DATATYPE_MONTH
164     Text [ en-US ] = "Month";
167 String RID_STR_DATATYPE_DAY
169     Text [ en-US ] = "Day";
172 String RID_STR_XFORMS_CANT_EVALUATE
174     Text [ en-US ] = "Error during evaluation";
177 String RID_STR_XFORMS_PATTERN_DOESNT_MATCH
179     Text [ en-US ] = "The string '$1' does not match the required regular expression '$2'.";
182 String RID_STR_XFORMS_BINDING_UI_NAME
184     Text [ en-US ] = "Binding" ;
187 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */