blob: 22b6d7144cc6f50645ea4ba85645cd95aae255c0 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
# NLS file for JFace Data Binding
###############################################################################
Yes=Yes
yes=yes
No=No
no=no
True=True
true=true
False=False
false=false
and=and
or=or
Examples=Examples
ValueBinding_ErrorWhileSettingValue=An error occurred while setting the value.
Validate_BooleanHelp=Please type "Yes", "No", "True", or "False"
Validate_ConversionToPrimitive="Null object values can not be converted to primitives."
Validate_ConversionFromClassToPrimitive="Wrong object type to convert to primitive."
Validate_CharacterHelp=Please type a character
Validate_NoChangeAllowedHelp=Changes are not allowed in this field
Validate_NumberOutOfRangeError=Please enter a value between [{0}] and [{1}] and with a similar format.
Validate_NumberParseError=Invalid character for value [{0}] at position [{1}] character [{2}].
Validate_NumberParseErrorNoCharacter=Missing character for value [{0}] at position [{1}].
Validate_RangeStart=Please enter a number between
Validate_Like=Please enter a number like
Validate_Number_Examples= 1.234, 256E-15, 42
IndexOutOfRange=Index out of Range.
MultipleProblems=Multiple Problems.
DateFormat_DateTime=dd.MM.yyyy HH:mm:ss.SSS Z
DateFormat_Time=HH:mm:ss.SSS
#ValueDelimiter should be used to separate multiple values that are stored in one key
ValueDelimiter=,
#Values must be separated by ValueDelimiter
TrueStringValues=yes,true
FalseStringValues=no,false