1
//------------------------------------------------------------------------------
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50727.42
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
9 //------------------------------------------------------------------------------
11 namespace Castle
.Components
.Validator
13 using System
.CodeDom
.Compiler
;
14 using System
.ComponentModel
;
15 using System
.Diagnostics
;
16 using System
.Diagnostics
.CodeAnalysis
;
17 using System
.Globalization
;
18 using System
.Resources
;
19 using System
.Runtime
.CompilerServices
;
22 /// A strongly-typed resource class, for looking up localized strings, etc.
24 // This class was auto-generated by the StronglyTypedResourceBuilder
25 // class via a tool like ResGen or Visual Studio.
26 // To add or remove a member, edit your .ResX file then rerun ResGen
27 // with the /str option, or rebuild your VS project.
28 [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
29 [DebuggerNonUserCode()]
31 internal class Messages
33 private static ResourceManager resourceMan
;
35 private static CultureInfo resourceCulture
;
37 [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
43 /// Returns the cached ResourceManager instance used by this class.
45 [EditorBrowsable(EditorBrowsableState
.Advanced
)]
46 internal static ResourceManager ResourceManager
50 if (ReferenceEquals(resourceMan
, null))
52 ResourceManager temp
= new ResourceManager("Castle.Components.Validator.Messages", typeof(Messages
).Assembly
);
60 /// Overrides the current thread's CurrentUICulture property for all
61 /// resource lookups using this strongly typed resource class.
63 [EditorBrowsable(EditorBrowsableState
.Advanced
)]
64 internal static CultureInfo Culture
66 get { return resourceCulture; }
67 set { resourceCulture = value; }
71 /// Looks up a localized string similar to Collection must not be empty.
73 internal static string collection_not_empty
75 get { return ResourceManager.GetString("collection_not_empty", resourceCulture); }
79 /// Looks up a localized string similar to Please enter a valid date.
81 internal static string date_invalid
83 get { return ResourceManager.GetString("date_invalid", resourceCulture); }
87 /// Looks up a localized string similar to Please enter a valid decimal in this field.
89 internal static string decimal_invalid
91 get { return ResourceManager.GetString("decimal_invalid", resourceCulture); }
95 /// Looks up a localized string similar to Please enter a valid double in this field.
97 internal static string double_invalid
99 get { return ResourceManager.GetString("double_invalid", resourceCulture); }
103 /// Looks up a localized string similar to Please enter a valid email address. For example fred@domain.com.
105 internal static string email
107 get { return ResourceManager.GetString("email", resourceCulture); }
111 /// Looks up a localized string similar to Field must be {0} characters long.
113 internal static string exactlength
115 get { return ResourceManager.GetString("exactlength", resourceCulture); }
119 /// Looks up a localized string similar to Field has an invalid content.
121 internal static string generic_invalid
123 get { return ResourceManager.GetString("generic_invalid", resourceCulture); }
127 /// Looks up a localized string similar to At least one of the values in ({0}) should not be empty.
129 internal static string group_not_empty_invalid
131 get { return ResourceManager.GetString("group_not_empty_invalid", resourceCulture); }
135 /// Looks up a localized string similar to , .
137 internal static string group_not_empty_seperator
139 get { return ResourceManager.GetString("group_not_empty_seperator", resourceCulture); }
143 /// Looks up a localized string similar to Please enter a valid integer in this field.
145 internal static string integer_invalid
147 get { return ResourceManager.GetString("integer_invalid", resourceCulture); }
151 /// Looks up a localized string similar to This is a required field.
153 internal static string isrequired
155 get { return ResourceManager.GetString("isrequired", resourceCulture); }
159 /// Looks up a localized string similar to Field must be between {0} and {1} characters long.
161 internal static string length_invalidrange
163 get { return ResourceManager.GetString("length_invalidrange", resourceCulture); }
167 /// Looks up a localized string similar to Field must be less than {0} characters long.
169 internal static string length_toolong
171 get { return ResourceManager.GetString("length_toolong", resourceCulture); }
175 /// Looks up a localized string similar to Field must be more than {0} characters long.
177 internal static string length_tooshort
179 get { return ResourceManager.GetString("length_tooshort", resourceCulture); }
183 /// Looks up a localized string similar to Field must not equals '{0}'.
185 internal static string not_same_as_invalid
187 get { return ResourceManager.GetString("not_same_as_invalid", resourceCulture); }
191 /// Looks up a localized string similar to Field must be between {0} and {1}.
193 internal static string range_invalid
195 get { return ResourceManager.GetString("range_invalid", resourceCulture); }
199 /// Looks up a localized string similar to Field must be less than or equal to {0}.
201 internal static string range_toohigh
203 get { return ResourceManager.GetString("range_toohigh", resourceCulture); }
207 /// Looks up a localized string similar to Field must be between {0} and {1}.
209 internal static string range_toohighorlow
211 get { return ResourceManager.GetString("range_toohighorlow", resourceCulture); }
215 /// Looks up a localized string similar to Field must be greater than or equal to {0}.
217 internal static string range_toolow
219 get { return ResourceManager.GetString("range_toolow", resourceCulture); }
223 /// Looks up a localized string similar to Fields do not match.
225 internal static string same_as_invalid
227 get { return ResourceManager.GetString("same_as_invalid", resourceCulture); }
231 /// Looks up a localized string similar to Field value is invalid (not a valid single).
233 internal static string single_invalid
235 get { return ResourceManager.GetString("single_invalid", resourceCulture); }
239 /// Looks up a localized string similar to Field value is invalid (not a valid time).
241 internal static string time_invalid
243 get { return ResourceManager.GetString("time_invalid", resourceCulture); }
246 /// Looks up a localized string similar to Field must be within a given set of values..
248 internal static string set_invalid
250 get { return ResourceManager.GetString("set_invalid", resourceCulture); }
254 /// Looks up a localized string similar to Field value does not appear to be a valid credit card number, or is of an unsupported type..
256 internal static string credit_card_invalid
258 get { return ResourceManager.GetString("credit_card_invalid", resourceCulture); }