~ubuntu-branches/ubuntu/lucid/mono/lucid

« back to all changes in this revision

Viewing changes to mcs/class/System.Web.Mvc/System.Web.Mvc/Resources/MvcResources.Designer.cs

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2009-07-30 19:35:10 UTC
  • mto: (5.2.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090730193510-cdttfvqokq2kmdvh
Tags: upstream-2.4.2.3+dfsg
ImportĀ upstreamĀ versionĀ 2.4.2.3+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ļ»æ//------------------------------------------------------------------------------
 
2
// <auto-generated>
 
3
//     This code was generated by a tool.
 
4
//     Runtime Version:2.0.50727.3053
 
5
//
 
6
//     Changes to this file may cause incorrect behavior and will be lost if
 
7
//     the code is regenerated.
 
8
// </auto-generated>
 
9
//------------------------------------------------------------------------------
 
10
 
 
11
namespace System.Web.Mvc.Resources {
 
12
    using System;
 
13
    
 
14
    
 
15
    /// <summary>
 
16
    ///   A strongly-typed resource class, for looking up localized strings, etc.
 
17
    /// </summary>
 
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 MvcResources {
 
26
        
 
27
        private static global::System.Resources.ResourceManager resourceMan;
 
28
        
 
29
        private static global::System.Globalization.CultureInfo resourceCulture;
 
30
        
 
31
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
 
32
        internal MvcResources() {
 
33
        }
 
34
        
 
35
        /// <summary>
 
36
        ///   Returns the cached ResourceManager instance used by this class.
 
37
        /// </summary>
 
38
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
 
39
        internal static global::System.Resources.ResourceManager ResourceManager {
 
40
            get {
 
41
                if (object.ReferenceEquals(resourceMan, null)) {
 
42
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Mvc.Resources.MvcResources", typeof(MvcResources).Assembly);
 
43
                    resourceMan = temp;
 
44
                }
 
45
                return resourceMan;
 
46
            }
 
47
        }
 
48
        
 
49
        /// <summary>
 
50
        ///   Overrides the current thread's CurrentUICulture property for all
 
51
        ///   resource lookups using this strongly typed resource class.
 
52
        /// </summary>
 
53
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
 
54
        internal static global::System.Globalization.CultureInfo Culture {
 
55
            get {
 
56
                return resourceCulture;
 
57
            }
 
58
            set {
 
59
                resourceCulture = value;
 
60
            }
 
61
        }
 
62
        
 
63
        /// <summary>
 
64
        ///   Looks up a localized string similar to The current request for action &apos;{0}&apos; on controller type &apos;{1}&apos; is ambiguous between the following action methods:{2}.
 
65
        /// </summary>
 
66
        internal static string ActionMethodSelector_AmbiguousMatch {
 
67
            get {
 
68
                return ResourceManager.GetString("ActionMethodSelector_AmbiguousMatch", resourceCulture);
 
69
            }
 
70
        }
 
71
        
 
72
        /// <summary>
 
73
        ///   Looks up a localized string similar to {0} on type {1}.
 
74
        /// </summary>
 
75
        internal static string ActionMethodSelector_AmbiguousMatchType {
 
76
            get {
 
77
                return ResourceManager.GetString("ActionMethodSelector_AmbiguousMatchType", resourceCulture);
 
78
            }
 
79
        }
 
80
        
 
81
        /// <summary>
 
82
        ///   Looks up a localized string similar to No route in the route table matches the supplied values..
 
83
        /// </summary>
 
84
        internal static string ActionRedirectResult_NoRouteMatched {
 
85
            get {
 
86
                return ResourceManager.GetString("ActionRedirectResult_NoRouteMatched", resourceCulture);
 
87
            }
 
88
        }
 
89
        
 
90
        /// <summary>
 
91
        ///   Looks up a localized string similar to A required anti-forgery token was not supplied or was invalid..
 
92
        /// </summary>
 
93
        internal static string AntiForgeryToken_ValidationFailed {
 
94
            get {
 
95
                return ResourceManager.GetString("AntiForgeryToken_ValidationFailed", resourceCulture);
 
96
            }
 
97
        }
 
98
        
 
99
        /// <summary>
 
100
        ///   Looks up a localized string similar to The value &apos;{0}&apos; is outside the valid range of the enumeration type &apos;{1}&apos;..
 
101
        /// </summary>
 
102
        internal static string Common_InvalidEnumValue {
 
103
            get {
 
104
                return ResourceManager.GetString("Common_InvalidEnumValue", resourceCulture);
 
105
            }
 
106
        }
 
107
        
 
108
        /// <summary>
 
109
        ///   Looks up a localized string similar to Value cannot be null or empty..
 
110
        /// </summary>
 
111
        internal static string Common_NullOrEmpty {
 
112
            get {
 
113
                return ResourceManager.GetString("Common_NullOrEmpty", resourceCulture);
 
114
            }
 
115
        }
 
116
        
 
117
        /// <summary>
 
118
        ///   Looks up a localized string similar to The partial view &apos;{0}&apos; could not be found. The following locations were searched:{1}.
 
119
        /// </summary>
 
120
        internal static string Common_PartialViewNotFound {
 
121
            get {
 
122
                return ResourceManager.GetString("Common_PartialViewNotFound", resourceCulture);
 
123
            }
 
124
        }
 
125
        
 
126
        /// <summary>
 
127
        ///   Looks up a localized string similar to The property &apos;{0}&apos; cannot be null or empty..
 
128
        /// </summary>
 
129
        internal static string Common_PropertyCannotBeNullOrEmpty {
 
130
            get {
 
131
                return ResourceManager.GetString("Common_PropertyCannotBeNullOrEmpty", resourceCulture);
 
132
            }
 
133
        }
 
134
        
 
135
        /// <summary>
 
136
        ///   Looks up a localized string similar to The value &apos;{0}&apos; is invalid..
 
137
        /// </summary>
 
138
        internal static string Common_ValueNotValidForProperty {
 
139
            get {
 
140
                return ResourceManager.GetString("Common_ValueNotValidForProperty", resourceCulture);
 
141
            }
 
142
        }
 
143
        
 
144
        /// <summary>
 
145
        ///   Looks up a localized string similar to The view &apos;{0}&apos; or its master could not be found. The following locations were searched:{1}.
 
146
        /// </summary>
 
147
        internal static string Common_ViewNotFound {
 
148
            get {
 
149
                return ResourceManager.GetString("Common_ViewNotFound", resourceCulture);
 
150
            }
 
151
        }
 
152
        
 
153
        /// <summary>
 
154
        ///   Looks up a localized string similar to A public action method &apos;{0}&apos; could not be found on controller &apos;{1}&apos;..
 
155
        /// </summary>
 
156
        internal static string Controller_UnknownAction {
 
157
            get {
 
158
                return ResourceManager.GetString("Controller_UnknownAction", resourceCulture);
 
159
            }
 
160
        }
 
161
        
 
162
        /// <summary>
 
163
        ///   Looks up a localized string similar to The model of type &apos;{0}&apos; was not successfully updated..
 
164
        /// </summary>
 
165
        internal static string Controller_UpdateModel_UpdateUnsuccessful {
 
166
            get {
 
167
                return ResourceManager.GetString("Controller_UpdateModel_UpdateUnsuccessful", resourceCulture);
 
168
            }
 
169
        }
 
170
        
 
171
        /// <summary>
 
172
        ///   Looks up a localized string similar to There was an error creating the IControllerFactory &apos;{0}&apos;. Check that it has a public parameterless constructor..
 
173
        /// </summary>
 
174
        internal static string ControllerBuilder_ErrorCreatingControllerFactory {
 
175
            get {
 
176
                return ResourceManager.GetString("ControllerBuilder_ErrorCreatingControllerFactory", resourceCulture);
 
177
            }
 
178
        }
 
179
        
 
180
        /// <summary>
 
181
        ///   Looks up a localized string similar to The IControllerFactory &apos;{0}&apos; did not return a controller for a controller named &apos;{1}&apos;..
 
182
        /// </summary>
 
183
        internal static string ControllerBuilder_FactoryReturnedNull {
 
184
            get {
 
185
                return ResourceManager.GetString("ControllerBuilder_FactoryReturnedNull", resourceCulture);
 
186
            }
 
187
        }
 
188
        
 
189
        /// <summary>
 
190
        ///   Looks up a localized string similar to The controller factory type &apos;{0}&apos; must implement the IControllerFactory interface..
 
191
        /// </summary>
 
192
        internal static string ControllerBuilder_MissingIControllerFactory {
 
193
            get {
 
194
                return ResourceManager.GetString("ControllerBuilder_MissingIControllerFactory", resourceCulture);
 
195
            }
 
196
        }
 
197
        
 
198
        /// <summary>
 
199
        ///   Looks up a localized string similar to The controller name &apos;{0}&apos; is ambiguous between the following types:{1}.
 
200
        /// </summary>
 
201
        internal static string DefaultControllerFactory_ControllerNameAmbiguous {
 
202
            get {
 
203
                return ResourceManager.GetString("DefaultControllerFactory_ControllerNameAmbiguous", resourceCulture);
 
204
            }
 
205
        }
 
206
        
 
207
        /// <summary>
 
208
        ///   Looks up a localized string similar to An error occurred while creating a controller of type &apos;{0}&apos;. If the controller doesn&apos;t have a controller factory, ensure that it has a parameterless public constructor..
 
209
        /// </summary>
 
210
        internal static string DefaultControllerFactory_ErrorCreatingController {
 
211
            get {
 
212
                return ResourceManager.GetString("DefaultControllerFactory_ErrorCreatingController", resourceCulture);
 
213
            }
 
214
        }
 
215
        
 
216
        /// <summary>
 
217
        ///   Looks up a localized string similar to The controller for path &apos;{0}&apos; could not be found or it does not implement IController..
 
218
        /// </summary>
 
219
        internal static string DefaultControllerFactory_NoControllerFound {
 
220
            get {
 
221
                return ResourceManager.GetString("DefaultControllerFactory_NoControllerFound", resourceCulture);
 
222
            }
 
223
        }
 
224
        
 
225
        /// <summary>
 
226
        ///   Looks up a localized string similar to The controller type &apos;{0}&apos; must implement IController..
 
227
        /// </summary>
 
228
        internal static string DefaultControllerFactory_TypeDoesNotSubclassControllerBase {
 
229
            get {
 
230
                return ResourceManager.GetString("DefaultControllerFactory_TypeDoesNotSubclassControllerBase", resourceCulture);
 
231
            }
 
232
        }
 
233
        
 
234
        /// <summary>
 
235
        ///   Looks up a localized string similar to A value is required..
 
236
        /// </summary>
 
237
        internal static string DefaultModelBinder_ValueRequired {
 
238
            get {
 
239
                return ResourceManager.GetString("DefaultModelBinder_ValueRequired", resourceCulture);
 
240
            }
 
241
        }
 
242
        
 
243
        /// <summary>
 
244
        ///   Looks up a localized string similar to The total number of ticks for the TimeSpan must be greater than 0..
 
245
        /// </summary>
 
246
        internal static string DefaultViewLocationCache_NegativeTimeSpan {
 
247
            get {
 
248
                return ResourceManager.GetString("DefaultViewLocationCache_NegativeTimeSpan", resourceCulture);
 
249
            }
 
250
        }
 
251
        
 
252
        /// <summary>
 
253
        ///   Looks up a localized string similar to The type &apos;{0}&apos; does not inherit from Exception..
 
254
        /// </summary>
 
255
        internal static string ExceptionViewAttribute_NonExceptionType {
 
256
            get {
 
257
                return ResourceManager.GetString("ExceptionViewAttribute_NonExceptionType", resourceCulture);
 
258
            }
 
259
        }
 
260
        
 
261
        /// <summary>
 
262
        ///   Looks up a localized string similar to Order must be greater than or equal to -1..
 
263
        /// </summary>
 
264
        internal static string FilterAttribute_OrderOutOfRange {
 
265
            get {
 
266
                return ResourceManager.GetString("FilterAttribute_OrderOutOfRange", resourceCulture);
 
267
            }
 
268
        }
 
269
        
 
270
        /// <summary>
 
271
        ///   Looks up a localized string similar to There is no ViewData item with the key &apos;{0}&apos; of type &apos;{1}&apos;..
 
272
        /// </summary>
 
273
        internal static string HtmlHelper_MissingSelectData {
 
274
            get {
 
275
                return ResourceManager.GetString("HtmlHelper_MissingSelectData", resourceCulture);
 
276
            }
 
277
        }
 
278
        
 
279
        /// <summary>
 
280
        ///   Looks up a localized string similar to The value must be greater than or equal to zero..
 
281
        /// </summary>
 
282
        internal static string HtmlHelper_TextAreaParameterOutOfRange {
 
283
            get {
 
284
                return ResourceManager.GetString("HtmlHelper_TextAreaParameterOutOfRange", resourceCulture);
 
285
            }
 
286
        }
 
287
        
 
288
        /// <summary>
 
289
        ///   Looks up a localized string similar to The ViewData item with the key &apos;{0}&apos; is of type &apos;{1}&apos; but needs to be of type &apos;{2}&apos;..
 
290
        /// </summary>
 
291
        internal static string HtmlHelper_WrongSelectDataType {
 
292
            get {
 
293
                return ResourceManager.GetString("HtmlHelper_WrongSelectDataType", resourceCulture);
 
294
            }
 
295
        }
 
296
        
 
297
        /// <summary>
 
298
        ///   Looks up a localized string similar to There was an error creating the IModelBinder &apos;{0}&apos;. Check that it has a public parameterless constructor..
 
299
        /// </summary>
 
300
        internal static string ModelBinderAttribute_ErrorCreatingModelBinder {
 
301
            get {
 
302
                return ResourceManager.GetString("ModelBinderAttribute_ErrorCreatingModelBinder", resourceCulture);
 
303
            }
 
304
        }
 
305
        
 
306
        /// <summary>
 
307
        ///   Looks up a localized string similar to The type &apos;{0}&apos; does not implement the IModelBinder interface..
 
308
        /// </summary>
 
309
        internal static string ModelBinderAttribute_TypeNotIModelBinder {
 
310
            get {
 
311
                return ResourceManager.GetString("ModelBinderAttribute_TypeNotIModelBinder", resourceCulture);
 
312
            }
 
313
        }
 
314
        
 
315
        /// <summary>
 
316
        ///   Looks up a localized string similar to The type &apos;{0}&apos; contains multiple attributes inheriting from CustomModelBinderAttribute..
 
317
        /// </summary>
 
318
        internal static string ModelBinderDictionary_MultipleAttributes {
 
319
            get {
 
320
                return ResourceManager.GetString("ModelBinderDictionary_MultipleAttributes", resourceCulture);
 
321
            }
 
322
        }
 
323
        
 
324
        /// <summary>
 
325
        ///   Looks up a localized string similar to Cannot create a descriptor for instance method &apos;{0}&apos; on type &apos;{1}&apos; since the type does not subclass ControllerBase..
 
326
        /// </summary>
 
327
        internal static string ReflectedActionDescriptor_CannotCallInstanceMethodOnNonControllerType {
 
328
            get {
 
329
                return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallInstanceMethodOnNonControllerType", resourceCulture);
 
330
            }
 
331
        }
 
332
        
 
333
        /// <summary>
 
334
        ///   Looks up a localized string similar to Cannot call action method &apos;{0}&apos; on controller &apos;{1}&apos; since the parameter &apos;{2}&apos; is passed by reference..
 
335
        /// </summary>
 
336
        internal static string ReflectedActionDescriptor_CannotCallMethodsWithOutOrRefParameters {
 
337
            get {
 
338
                return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallMethodsWithOutOrRefParameters", resourceCulture);
 
339
            }
 
340
        }
 
341
        
 
342
        /// <summary>
 
343
        ///   Looks up a localized string similar to Cannot call action method &apos;{0}&apos; on controller &apos;{1}&apos; since it is a generic method..
 
344
        /// </summary>
 
345
        internal static string ReflectedActionDescriptor_CannotCallOpenGenericMethods {
 
346
            get {
 
347
                return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallOpenGenericMethods", resourceCulture);
 
348
            }
 
349
        }
 
350
        
 
351
        /// <summary>
 
352
        ///   Looks up a localized string similar to The parameters dictionary contains a null entry for parameter &apos;{0}&apos; of non-nullable type &apos;{1}&apos; for method &apos;{2}&apos; in &apos;{3}&apos;. To make a parameter optional its type should be either a reference type or a Nullable type..
 
353
        /// </summary>
 
354
        internal static string ReflectedActionDescriptor_ParameterCannotBeNull {
 
355
            get {
 
356
                return ResourceManager.GetString("ReflectedActionDescriptor_ParameterCannotBeNull", resourceCulture);
 
357
            }
 
358
        }
 
359
        
 
360
        /// <summary>
 
361
        ///   Looks up a localized string similar to The parameters dictionary does not contain an entry for parameter &apos;{0}&apos; of type &apos;{1}&apos; for method &apos;{2}&apos; in &apos;{3}&apos;. The dictionary must contain an entry for each parameter, even parameters with null values..
 
362
        /// </summary>
 
363
        internal static string ReflectedActionDescriptor_ParameterNotInDictionary {
 
364
            get {
 
365
                return ResourceManager.GetString("ReflectedActionDescriptor_ParameterNotInDictionary", resourceCulture);
 
366
            }
 
367
        }
 
368
        
 
369
        /// <summary>
 
370
        ///   Looks up a localized string similar to The parameters dictionary contains an invalid entry for parameter &apos;{0}&apos; for method &apos;{1}&apos; in &apos;{2}&apos;. The dictionary contains a value of type &apos;{3}&apos;, but the parameter requires a value of type &apos;{4}&apos;..
 
371
        /// </summary>
 
372
        internal static string ReflectedActionDescriptor_ParameterValueHasWrongType {
 
373
            get {
 
374
                return ResourceManager.GetString("ReflectedActionDescriptor_ParameterValueHasWrongType", resourceCulture);
 
375
            }
 
376
        }
 
377
        
 
378
        /// <summary>
 
379
        ///   Looks up a localized string similar to The parameter &apos;{0}&apos; on method &apos;{1}&apos; contains multiple attributes inheriting from CustomModelBinderAttribute..
 
380
        /// </summary>
 
381
        internal static string ReflectedParameterBindingInfo_MultipleConverterAttributes {
 
382
            get {
 
383
                return ResourceManager.GetString("ReflectedParameterBindingInfo_MultipleConverterAttributes", resourceCulture);
 
384
            }
 
385
        }
 
386
        
 
387
        /// <summary>
 
388
        ///   Looks up a localized string similar to The SessionStateTempDataProvider requires SessionState to be enabled..
 
389
        /// </summary>
 
390
        internal static string SessionStateTempDataProvider_SessionStateDisabled {
 
391
            get {
 
392
                return ResourceManager.GetString("SessionStateTempDataProvider_SessionStateDisabled", resourceCulture);
 
393
            }
 
394
        }
 
395
        
 
396
        /// <summary>
 
397
        ///   Looks up a localized string similar to The parameter conversion from type &apos;{0}&apos; to type &apos;{1}&apos; failed. See the inner exception for more information..
 
398
        /// </summary>
 
399
        internal static string ValueProviderResult_ConversionThrew {
 
400
            get {
 
401
                return ResourceManager.GetString("ValueProviderResult_ConversionThrew", resourceCulture);
 
402
            }
 
403
        }
 
404
        
 
405
        /// <summary>
 
406
        ///   Looks up a localized string similar to The parameter conversion from type &apos;{0}&apos; to type &apos;{1}&apos; failed because no TypeConverter can convert between these types..
 
407
        /// </summary>
 
408
        internal static string ValueProviderResult_NoConverterExists {
 
409
            get {
 
410
                return ResourceManager.GetString("ValueProviderResult_NoConverterExists", resourceCulture);
 
411
            }
 
412
        }
 
413
        
 
414
        /// <summary>
 
415
        ///   Looks up a localized string similar to The model item passed into the dictionary is of type &apos;{0}&apos; but this dictionary requires a model item of type &apos;{1}&apos;..
 
416
        /// </summary>
 
417
        internal static string ViewDataDictionary_WrongTModelType {
 
418
            get {
 
419
                return ResourceManager.GetString("ViewDataDictionary_WrongTModelType", resourceCulture);
 
420
            }
 
421
        }
 
422
        
 
423
        /// <summary>
 
424
        ///   Looks up a localized string similar to A ViewMasterPage can only be used with content pages that derive from ViewPage or ViewPage&lt;TViewItem&gt;..
 
425
        /// </summary>
 
426
        internal static string ViewMasterPage_RequiresViewPage {
 
427
            get {
 
428
                return ResourceManager.GetString("ViewMasterPage_RequiresViewPage", resourceCulture);
 
429
            }
 
430
        }
 
431
        
 
432
        /// <summary>
 
433
        ///   Looks up a localized string similar to The ViewUserControl &apos;{0}&apos; cannot find an IViewDataContainer. The ViewUserControl must be inside a ViewPage, ViewMasterPage, or another ViewUserControl..
 
434
        /// </summary>
 
435
        internal static string ViewUserControl_RequiresViewDataProvider {
 
436
            get {
 
437
                return ResourceManager.GetString("ViewUserControl_RequiresViewDataProvider", resourceCulture);
 
438
            }
 
439
        }
 
440
        
 
441
        /// <summary>
 
442
        ///   Looks up a localized string similar to A ViewUserControl can only be used inside pages that derive from ViewPage or ViewPage&lt;TViewItem&gt;..
 
443
        /// </summary>
 
444
        internal static string ViewUserControl_RequiresViewPage {
 
445
            get {
 
446
                return ResourceManager.GetString("ViewUserControl_RequiresViewPage", resourceCulture);
 
447
            }
 
448
        }
 
449
        
 
450
        /// <summary>
 
451
        ///   Looks up a localized string similar to A master name cannot be specified when the view is a ViewUserControl..
 
452
        /// </summary>
 
453
        internal static string WebFormViewEngine_UserControlCannotHaveMaster {
 
454
            get {
 
455
                return ResourceManager.GetString("WebFormViewEngine_UserControlCannotHaveMaster", resourceCulture);
 
456
            }
 
457
        }
 
458
        
 
459
        /// <summary>
 
460
        ///   Looks up a localized string similar to The view found at &apos;{0}&apos; could not be created..
 
461
        /// </summary>
 
462
        internal static string WebFormViewEngine_ViewCouldNotBeCreated {
 
463
            get {
 
464
                return ResourceManager.GetString("WebFormViewEngine_ViewCouldNotBeCreated", resourceCulture);
 
465
            }
 
466
        }
 
467
        
 
468
        /// <summary>
 
469
        ///   Looks up a localized string similar to The view at &apos;{0}&apos; must derive from ViewPage, ViewPage&lt;TViewData&gt;, ViewUserControl, or ViewUserControl&lt;TViewData&gt;..
 
470
        /// </summary>
 
471
        internal static string WebFormViewEngine_WrongViewBase {
 
472
            get {
 
473
                return ResourceManager.GetString("WebFormViewEngine_WrongViewBase", resourceCulture);
 
474
            }
 
475
        }
 
476
    }
 
477
}