comparison org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/messages.properties @ 78:0a55d2d5a946

Added file for databinding
author Frank Benoit <benoit@tionex.de>
date Tue, 14 Apr 2009 11:35:29 +0200
parents
children
comparison
equal deleted inserted replaced
76:f05e6e8b2f2d 78:0a55d2d5a946
1 ###############################################################################
2 # Copyright (c) 2000, 2008 IBM Corporation and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 #
8 # Contributors:
9 # IBM Corporation - initial API and implementation
10 ###############################################################################
11 # NLS file for JFace Data Binding
12 ###############################################################################
13 ## Uneeded value
14 #
15 #Yes=Yes
16 #yes=yes
17 #No=No
18 #no=no
19 #True=True
20 #true=true
21 #False=False
22 #false=false
23 #and=and
24 #or=or
25 #Validate_BooleanHelp=Please type "Yes", "No", "True", or "False"
26 #
27 #Validate_RangeStart=Please enter a number between
28 #Validate_Like=Please enter a number like
29 #
30 ###############
31
32 IndexOutOfRange=Index out of Range.
33 MultipleProblems=Multiple Problems.
34
35 ValueBinding_ErrorWhileSettingValue=An error occurred while setting the value.
36 DateFormat_DateTime=dd.MM.yyyy HH:mm:ss.SSS Z
37 DateFormat_Time=HH:mm:ss.SSS
38
39 #ValueDelimiter should be used to separate multiple values that are stored in one key
40 ValueDelimiter=,
41
42 #Values must be separated by ValueDelimiter
43 TrueStringValues=yes,true
44 FalseStringValues=no,false
45
46 Validate_NumberOutOfRangeError=Please enter a value between [{0}] and [{1}] and with a similar format.
47 Validate_NumberParseError=Invalid character for value [{0}] at position [{1}] character [{2}].
48 Validate_NumberParseErrorNoCharacter=Missing character for value [{0}] at position [{1}].
49
50 Validate_ConversionToPrimitive="Null object values can not be converted to primitives."
51 Validate_ConversionFromClassToPrimitive="Wrong object type to convert to primitive."
52
53 Validate_NoChangeAllowedHelp=Changes are not allowed in this field
54 Validate_CharacterHelp=Please type a character
55
56 Examples=Examples