1*1fd72c3eSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*1fd72c3eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*1fd72c3eSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*1fd72c3eSAndrew Rist * distributed with this work for additional information 6*1fd72c3eSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*1fd72c3eSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*1fd72c3eSAndrew Rist * "License"); you may not use this file except in compliance 9*1fd72c3eSAndrew Rist * with the License. You may obtain a copy of the License at 10*1fd72c3eSAndrew Rist * 11*1fd72c3eSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*1fd72c3eSAndrew Rist * 13*1fd72c3eSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*1fd72c3eSAndrew Rist * software distributed under the License is distributed on an 15*1fd72c3eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*1fd72c3eSAndrew Rist * KIND, either express or implied. See the License for the 17*1fd72c3eSAndrew Rist * specific language governing permissions and limitations 18*1fd72c3eSAndrew Rist * under the License. 19*1fd72c3eSAndrew Rist * 20*1fd72c3eSAndrew Rist *************************************************************/ 21*1fd72c3eSAndrew Rist 22*1fd72c3eSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef _FRM_RESOURCE_HRC_ 25cdf0e10cSrcweir#include "frm_resource.hrc" 26cdf0e10cSrcweir#endif 27cdf0e10cSrcweir 28cdf0e10cSrcweir 29cdf0e10cSrcweirString RID_STR_XFORMS_NO_BINDING_EXPRESSION 30cdf0e10cSrcweir{ 31cdf0e10cSrcweir Text [ en-US ] = "Please enter a binding expression."; 32cdf0e10cSrcweir}; 33cdf0e10cSrcweir 34cdf0e10cSrcweirString RID_STR_XFORMS_INVALID_BINDING_EXPRESSION 35cdf0e10cSrcweir{ 36cdf0e10cSrcweir Text [ en-US ] = "This is an invalid binding expression."; 37cdf0e10cSrcweir}; 38cdf0e10cSrcweir 39cdf0e10cSrcweirString RID_STR_XFORMS_INVALID_VALUE 40cdf0e10cSrcweir{ 41cdf0e10cSrcweir Text [ en-US ] = "Value is invalid."; 42cdf0e10cSrcweir}; 43cdf0e10cSrcweir 44cdf0e10cSrcweirString RID_STR_XFORMS_REQUIRED 45cdf0e10cSrcweir{ 46cdf0e10cSrcweir Text [ en-US ] = "A value is required."; 47cdf0e10cSrcweir}; 48cdf0e10cSrcweir 49cdf0e10cSrcweirString RID_STR_XFORMS_INVALID_CONSTRAINT 50cdf0e10cSrcweir{ 51cdf0e10cSrcweir Text [ en-US ] = "The constraint '$1' not validated."; 52cdf0e10cSrcweir}; 53cdf0e10cSrcweir 54cdf0e10cSrcweirString RID_STR_XFORMS_VALUE_IS_NOT_A 55cdf0e10cSrcweir{ 56cdf0e10cSrcweir Text [ en-US ] = "The value is not of the type '$2'."; 57cdf0e10cSrcweir}; 58cdf0e10cSrcweir 59cdf0e10cSrcweirString RID_STR_XFORMS_VALUE_MAX_INCL 60cdf0e10cSrcweir{ 61cdf0e10cSrcweir Text [ en-US ] = "The value must be smaller than or equal to $2."; 62cdf0e10cSrcweir}; 63cdf0e10cSrcweir 64cdf0e10cSrcweirString RID_STR_XFORMS_VALUE_MAX_EXCL 65cdf0e10cSrcweir{ 66cdf0e10cSrcweir Text [ en-US ] = "The value must be smaller than $2."; 67cdf0e10cSrcweir}; 68cdf0e10cSrcweir 69cdf0e10cSrcweirString RID_STR_XFORMS_VALUE_MIN_INCL 70cdf0e10cSrcweir{ 71cdf0e10cSrcweir Text [ en-US ] = "The value must be greater than or equal to $2."; 72cdf0e10cSrcweir}; 73cdf0e10cSrcweir 74cdf0e10cSrcweirString RID_STR_XFORMS_VALUE_MIN_EXCL 75cdf0e10cSrcweir{ 76cdf0e10cSrcweir Text [ en-US ] = "The value must be greater than $2."; 77cdf0e10cSrcweir}; 78cdf0e10cSrcweir 79cdf0e10cSrcweirString RID_STR_XFORMS_VALUE_PATTERN 80cdf0e10cSrcweir{ 81cdf0e10cSrcweir Text [ en-US ] = "The value does not match the pattern '$2'."; 82cdf0e10cSrcweir}; 83cdf0e10cSrcweir 84cdf0e10cSrcweirString RID_STR_XFORMS_VALUE_TOTAL_DIGITS 85cdf0e10cSrcweir{ 86cdf0e10cSrcweir Text [ en-US ] = "$2 digits allowed at most."; 87cdf0e10cSrcweir}; 88cdf0e10cSrcweir 89cdf0e10cSrcweirString RID_STR_XFORMS_VALUE_FRACTION_DIGITS 90cdf0e10cSrcweir{ 91cdf0e10cSrcweir Text [ en-US ] = "$2 fraction digits allowed at most."; 92cdf0e10cSrcweir}; 93cdf0e10cSrcweir 94cdf0e10cSrcweirString RID_STR_XFORMS_VALUE_LENGTH 95cdf0e10cSrcweir{ 96cdf0e10cSrcweir Text [ en-US ] = "The string must be $2 characters long."; 97cdf0e10cSrcweir}; 98cdf0e10cSrcweir 99cdf0e10cSrcweirString RID_STR_XFORMS_VALUE_MIN_LENGTH 100cdf0e10cSrcweir{ 101cdf0e10cSrcweir Text [ en-US ] = "The string must be at least $2 characters long."; 102cdf0e10cSrcweir}; 103cdf0e10cSrcweir 104cdf0e10cSrcweirString RID_STR_XFORMS_VALUE_MAX_LENGTH 105cdf0e10cSrcweir{ 106cdf0e10cSrcweir Text [ en-US ] = "The string can only be $2 characters long at most."; 107cdf0e10cSrcweir}; 108cdf0e10cSrcweir 109cdf0e10cSrcweirString RID_STR_DATATYPE_STRING 110cdf0e10cSrcweir{ 111cdf0e10cSrcweir Text [ en-US ] = "String"; 112cdf0e10cSrcweir}; 113cdf0e10cSrcweir 114cdf0e10cSrcweirString RID_STR_DATATYPE_URL 115cdf0e10cSrcweir{ 116cdf0e10cSrcweir Text [ en-US ] = "Hyperlink"; 117cdf0e10cSrcweir}; 118cdf0e10cSrcweir 119cdf0e10cSrcweirString RID_STR_DATATYPE_BOOLEAN 120cdf0e10cSrcweir{ 121cdf0e10cSrcweir Text [ en-US ] = "True/False (Boolean)"; 122cdf0e10cSrcweir}; 123cdf0e10cSrcweir 124cdf0e10cSrcweirString RID_STR_DATATYPE_DECIMAL 125cdf0e10cSrcweir{ 126cdf0e10cSrcweir Text [ en-US ] = "Decimal"; 127cdf0e10cSrcweir}; 128cdf0e10cSrcweir 129cdf0e10cSrcweirString RID_STR_DATATYPE_FLOAT 130cdf0e10cSrcweir{ 131cdf0e10cSrcweir Text [ en-US ] = "Floating point"; 132cdf0e10cSrcweir}; 133cdf0e10cSrcweir 134cdf0e10cSrcweirString RID_STR_DATATYPE_DOUBLE 135cdf0e10cSrcweir{ 136cdf0e10cSrcweir Text [ en-US ] = "Double"; 137cdf0e10cSrcweir}; 138cdf0e10cSrcweir 139cdf0e10cSrcweirString RID_STR_DATATYPE_DATE 140cdf0e10cSrcweir{ 141cdf0e10cSrcweir Text [ en-US ] = "Date"; 142cdf0e10cSrcweir}; 143cdf0e10cSrcweir 144cdf0e10cSrcweirString RID_STR_DATATYPE_TIME 145cdf0e10cSrcweir{ 146cdf0e10cSrcweir Text [ en-US ] = "Time"; 147cdf0e10cSrcweir}; 148cdf0e10cSrcweir 149cdf0e10cSrcweirString RID_STR_DATATYPE_DATETIME 150cdf0e10cSrcweir{ 151cdf0e10cSrcweir Text [ en-US ] = "Date and Time"; 152cdf0e10cSrcweir}; 153cdf0e10cSrcweir 154cdf0e10cSrcweirString RID_STR_DATATYPE_YEARMONTH 155cdf0e10cSrcweir{ 156cdf0e10cSrcweir Text [ en-US ] = "Month and year"; 157cdf0e10cSrcweir}; 158cdf0e10cSrcweir 159cdf0e10cSrcweirString RID_STR_DATATYPE_YEAR 160cdf0e10cSrcweir{ 161cdf0e10cSrcweir Text [ en-US ] = "Year"; 162cdf0e10cSrcweir}; 163cdf0e10cSrcweir 164cdf0e10cSrcweirString RID_STR_DATATYPE_MONTHDAY 165cdf0e10cSrcweir{ 166cdf0e10cSrcweir Text [ en-US ] = "Month and day"; 167cdf0e10cSrcweir}; 168cdf0e10cSrcweir 169cdf0e10cSrcweirString RID_STR_DATATYPE_MONTH 170cdf0e10cSrcweir{ 171cdf0e10cSrcweir Text [ en-US ] = "Month"; 172cdf0e10cSrcweir}; 173cdf0e10cSrcweir 174cdf0e10cSrcweirString RID_STR_DATATYPE_DAY 175cdf0e10cSrcweir{ 176cdf0e10cSrcweir Text [ en-US ] = "Day"; 177cdf0e10cSrcweir}; 178cdf0e10cSrcweir 179cdf0e10cSrcweirString RID_STR_XFORMS_CANT_EVALUATE 180cdf0e10cSrcweir{ 181cdf0e10cSrcweir Text [ en-US ] = "Error during evaluation"; 182cdf0e10cSrcweir}; 183cdf0e10cSrcweir 184cdf0e10cSrcweirString RID_STR_XFORMS_PATTERN_DOESNT_MATCH 185cdf0e10cSrcweir{ 186cdf0e10cSrcweir Text [ en-US ] = "The string '$1' does not match the required regular expression '$2'."; 187cdf0e10cSrcweir}; 188cdf0e10cSrcweir 189cdf0e10cSrcweirString RID_STR_XFORMS_BINDING_UI_NAME 190cdf0e10cSrcweir{ 191cdf0e10cSrcweir Text [ en-US ] = "Binding" ; 192cdf0e10cSrcweir}; 193