1
//------------------------------------------------------------------------------
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50727.1433
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
{
16 /// A strongly-typed resource class, for looking up localized strings, etc.
18 // This class was auto-generated by the StronglyTypedResourceBuilder
19 // class via a tool like ResGen or Visual Studio.
20 // To add or remove a member, edit your .ResX file then rerun ResGen
21 // with the /str option, or rebuild your VS project.
22 [global::System
.CodeDom
.Compiler
.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
23 [global::System
.Diagnostics
.DebuggerNonUserCodeAttribute()]
24 [global::System
.Runtime
.CompilerServices
.CompilerGeneratedAttribute()]
25 internal class Messages
{
27 private static global::System
.Resources
.ResourceManager resourceMan
;
29 private static global::System
.Globalization
.CultureInfo resourceCulture
;
31 [global::System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
36 /// Returns the cached ResourceManager instance used by this class.
38 [global::System
.ComponentModel
.EditorBrowsableAttribute(global::System
.ComponentModel
.EditorBrowsableState
.Advanced
)]
39 internal static global::System
.Resources
.ResourceManager ResourceManager
{
41 if (object.ReferenceEquals(resourceMan
, null)) {
42 global::System
.Resources
.ResourceManager temp
= new global::System
.Resources
.ResourceManager("Castle.Components.Validator.Messages", typeof(Messages
).Assembly
);
50 /// Overrides the current thread's CurrentUICulture property for all
51 /// resource lookups using this strongly typed resource class.
53 [global::System
.ComponentModel
.EditorBrowsableAttribute(global::System
.ComponentModel
.EditorBrowsableState
.Advanced
)]
54 internal static global::System
.Globalization
.CultureInfo Culture
{
56 return resourceCulture
;
59 resourceCulture
= value;
64 /// Looks up a localized string similar to Collection must not be empty.
66 internal static string collection_not_empty
{
68 return ResourceManager
.GetString("collection_not_empty", resourceCulture
);
73 /// 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..
75 internal static string credit_card_invalid
{
77 return ResourceManager
.GetString("credit_card_invalid", resourceCulture
);
82 /// Looks up a localized string similar to Please enter a valid date.
84 internal static string date_invalid
{
86 return ResourceManager
.GetString("date_invalid", resourceCulture
);
91 /// Looks up a localized string similar to Please enter a valid decimal in this field.
93 internal static string decimal_invalid
{
95 return ResourceManager
.GetString("decimal_invalid", resourceCulture
);
100 /// Looks up a localized string similar to Please enter a valid double in this field.
102 internal static string double_invalid
{
104 return ResourceManager
.GetString("double_invalid", resourceCulture
);
109 /// Looks up a localized string similar to Please enter a valid email address. For example fred@domain.com.
111 internal static string email
{
113 return ResourceManager
.GetString("email", resourceCulture
);
118 /// Looks up a localized string similar to Field must be {0} characters long.
120 internal static string exactlength
{
122 return ResourceManager
.GetString("exactlength", resourceCulture
);
127 /// Looks up a localized string similar to Field has an invalid content.
129 internal static string generic_invalid
{
131 return ResourceManager
.GetString("generic_invalid", resourceCulture
);
136 /// Looks up a localized string similar to At least one of the values in ({0}) should not be empty.
138 internal static string group_not_empty_invalid
{
140 return ResourceManager
.GetString("group_not_empty_invalid", resourceCulture
);
145 /// Looks up a localized string similar to , .
147 internal static string group_not_empty_seperator
{
149 return ResourceManager
.GetString("group_not_empty_seperator", resourceCulture
);
154 /// Looks up a localized string similar to Please enter a valid integer in this field.
156 internal static string integer_invalid
{
158 return ResourceManager
.GetString("integer_invalid", resourceCulture
);
163 /// Looks up a localized string similar to This is a required field.
165 internal static string isrequired
{
167 return ResourceManager
.GetString("isrequired", resourceCulture
);
172 /// Looks up a localized string similar to Field must be between {0} and {1} characters long.
174 internal static string length_invalidrange
{
176 return ResourceManager
.GetString("length_invalidrange", resourceCulture
);
181 /// Looks up a localized string similar to Field must be less than {0} characters long.
183 internal static string length_toolong
{
185 return ResourceManager
.GetString("length_toolong", resourceCulture
);
190 /// Looks up a localized string similar to Field must be at least {0} characters long.
192 internal static string length_tooshort
{
194 return ResourceManager
.GetString("length_tooshort", resourceCulture
);
199 /// Looks up a localized string similar to Fields should not match.
201 internal static string not_same_as_invalid
{
203 return ResourceManager
.GetString("not_same_as_invalid", resourceCulture
);
208 /// Looks up a localized string similar to Field must not equals '{0}'.
210 internal static string not_same_value_invalid
{
212 return ResourceManager
.GetString("not_same_value_invalid", resourceCulture
);
217 /// Looks up a localized string similar to Field must be between {0} and {1}.
219 internal static string range_invalid
{
221 return ResourceManager
.GetString("range_invalid", resourceCulture
);
226 /// Looks up a localized string similar to Field must be less than or equal to {0}.
228 internal static string range_toohigh
{
230 return ResourceManager
.GetString("range_toohigh", resourceCulture
);
235 /// Looks up a localized string similar to Field must be between {0} and {1}.
237 internal static string range_toohighorlow
{
239 return ResourceManager
.GetString("range_toohighorlow", resourceCulture
);
244 /// Looks up a localized string similar to Field must be greater than or equal to {0}.
246 internal static string range_toolow
{
248 return ResourceManager
.GetString("range_toolow", resourceCulture
);
253 /// Looks up a localized string similar to Fields do not match.
255 internal static string same_as_invalid
{
257 return ResourceManager
.GetString("same_as_invalid", resourceCulture
);
262 /// Looks up a localized string similar to Field must be within a given set of values..
264 internal static string set_invalid
{
266 return ResourceManager
.GetString("set_invalid", resourceCulture
);
271 /// Looks up a localized string similar to Field value is invalid (not a valid single).
273 internal static string single_invalid
{
275 return ResourceManager
.GetString("single_invalid", resourceCulture
);
280 /// Looks up a localized string similar to Field value is invalid (not a valid time).
282 internal static string time_invalid
{
284 return ResourceManager
.GetString("time_invalid", resourceCulture
);