var loom = window['loom'] || {};
loom.messages = {
lang: "en",
"loom.format.number": /^-?(((\d{1,3})(\,\d{3})*)|(\d+))(\.\d+)?$/i,
"loom.conversion.dateFailed": "The value of ${propertyName} is not a valid date ",
"loom.conversion.keyFailed": "The value of ${propertyName} is not a valid key",
"loom.conversion.malformedJSON": "Error parsing ${propertyName} at (${e.location.lineNr}, ${e.location.columnNr}): ${e.message} - Full JSON object follows: ${value}",
"loom.conversion.numberFailed": "The value of ${propertyName} is not a valid number ",
"loom.conversion.timeFailed": "The value of ${propertyName} is not a valid time ",
"loom.demo": "Loom demo",
"loom.demoHome": "Loom demo",
"loom.doc": "Loom doc",
"loom.format.date": "dd/MM/yyyy",
"loom.format.dateTime": "dd/MM/yyyy HH:mm",
"loom.format.dayFirstChar": "S M T W T F S",
"loom.format.dayNames": "Sunday Monday Tuesday Wednesday Thursday Friday Saturday",
"loom.format.decimal": "#,###.##",
"loom.format.decimalSeparator": ".",
"loom.format.future": "in ${amount} ${unitName}",
"loom.format.future.seconds": "in less than one minute",
"loom.format.groupingSeparator": ",",
"loom.format.jsDate": "%d/%m/%Y",
"loom.format.jsDateTime": "%d/%m/%Y %H:%M",
"loom.format.monthNames": "January February March April May June July August September October November December",
"loom.format.past": "${amount} ${unitName} ago",
"loom.format.past.seconds": "less than one minute ago",
"loom.format.shortDayNames": "Sun Mon Tue Wed Thu Fri Sat",
"loom.format.shortMonthNames": "Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec",
"loom.format.singularTimeUnitNames": "year month week day hour minute second",
"loom.format.timeUnitNames": "years months weeks days hours minutes seconds",
"loom.format.useGrouping": "false",
"loom.home": "Loom home",
"loom.javadoc": "Loom javadoc",
"loom.ui.calendar.exactMinutes": "Exact minutes:",
"loom.ui.calendar.firstDayInWeek": "0",
"loom.ui.calendar.selectDate": "Select date",
"loom.ui.calendar.timeTitle": "Time",
"loom.ui.calendar.today": "Today",
"loom.validation.dateMaxFailed": "The value of ${propertyName} is bigger than the maximum allowed (${validator.maxValue.date})",
"loom.validation.dateMinFailed": "The value of ${propertyName} is smaller than the minimum allowed (${validator.minValue.date})",
"loom.validation.emailFailed": "The value of ${propertyName} is not valid",
"loom.validation.fileExtensionFailed": "'${filename}' has an unrecognized file extension. Valid file formats are: ${validFormats}",
"loom.validation.fileNameFailed": "The file name of '${filename}' is not a valid file name.",
"loom.validation.fileSizeTooLarge": "'${filename}' is too big. Maximum file size is ${maxFileSize / 1024} KB",
"loom.validation.generic": "The value of ${propertyName} is not valid",
"loom.validation.imageFormatFailed": "'${filename}' contains an unrecognized image format${currentFormat}. Valid image formats are: ${validFormats}",
"loom.validation.imageMaxFailed": "'${filename}' is bigger (${width}x${height}) than the maximum allowed ${maxWidth}x${maxHeight}",
"loom.validation.imageMinFailed": "'${filename}' is smaller (${width}x${height}) than the minimum allowed ${minWidth}x${minHeight}",
"loom.validation.maskFailed": "The value of ${propertyName} does not conform with the expected format",
"loom.validation.maxLengthFailed": "The value of ${propertyName} is longer (${length}) than the maximum allowed value of ${validator.maxLength} ",
"loom.validation.minLengthFailed": "The value of ${propertyName} is shorter (${length}) than the minimum allowed value of ${validator.minLength} ",
"loom.validation.numberMaxFailed": "The value of ${propertyName} is bigger than the maximum allowed (${validator.maxValue})",
"loom.validation.numberMinFailed": "The value of ${propertyName} is smaller than the minimum allowed (${validator.minValue})",
"loom.validation.precisionFailed": "The value of ${propertyName} has more digits than the maximum allowed (${validator.precision})",
"loom.validation.requiredCollectionFailed": "${propertyName} cannot be empty",
"loom.validation.requiredFailed": "${propertyName} is required",
"loom.validation.scaleFailed": "The value of ${propertyName}: ${value} has more decimal digits than the maximum allowed (${validator.scale})",
"loom.validation.singleUseTokenFailed": "Cannot process the request. Either the request has been submitted more than once or the user session has expired.",
"loom.validation.unlimited": "(unlimited)"
}

