forked from jwaliszko/ExpressiveAnnotations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResources.Designer.cs
More file actions
531 lines (471 loc) · 19 KB
/
Copy pathResources.Designer.cs
File metadata and controls
531 lines (471 loc) · 19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ExpressiveAnnotations.MvcWebSample {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ExpressiveAnnotations.MvcWebSample.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Age.
/// </summary>
public static string Age {
get {
return ResourceManager.GetString("Age", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Agree for contact.
/// </summary>
public static string AgreeForContact {
get {
return ResourceManager.GetString("AgreeForContact", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You have to authorize us to contact you..
/// </summary>
public static string AgreeForContactRequired {
get {
return ResourceManager.GetString("AgreeForContactRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Assertion for {0} field is not satisfied by the following logic: {1}.
/// </summary>
public static string AssertionNotSatisfied {
get {
return ResourceManager.GetString("AssertionNotSatisfied", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to I am aware of the possible risks.
/// </summary>
public static string AwareOfTheRisks {
get {
return ResourceManager.GetString("AwareOfTheRisks", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You are required to agree that you are aware of the risks of travel..
/// </summary>
public static string AwareOfTheRisksRequired {
get {
return ResourceManager.GetString("AwareOfTheRisksRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Blood type.
/// </summary>
public static string BloodType {
get {
return ResourceManager.GetString("BloodType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unknown blood type....
/// </summary>
public static string BloodTypeInvalid {
get {
return ResourceManager.GetString("BloodTypeInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Blood type is required if you do extreme sports, or if you do any type of sport and plan to go abroad..
/// </summary>
public static string BloodTypeRequired {
get {
return ResourceManager.GetString("BloodTypeRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Country.
/// </summary>
public static string Country {
get {
return ResourceManager.GetString("Country", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Only digits are accepted..
/// </summary>
public static string DigitsOnlyAccepted {
get {
return ResourceManager.GetString("DigitsOnlyAccepted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to E-mail.
/// </summary>
public static string Email {
get {
return ResourceManager.GetString("Email", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Provided e-mail address has invalid format..
/// </summary>
public static string EmailFormatInvalid {
get {
return ResourceManager.GetString("EmailFormatInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You do not enter any contact information. At least e-mail or phone should be provided..
/// </summary>
public static string EmailOrPhoneRequired {
get {
return ResourceManager.GetString("EmailOrPhoneRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Extreme.
/// </summary>
public static string Extreme {
get {
return ResourceManager.GetString("Extreme", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} field is required by the following logic: {1}.
/// </summary>
public static string FieldConditionallyRequired {
get {
return ResourceManager.GetString("FieldConditionallyRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} field is required..
/// </summary>
public static string FieldRequired {
get {
return ResourceManager.GetString("FieldRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Flight identifier.
/// </summary>
public static string FlightId {
get {
return ResourceManager.GetString("FlightId", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Provided flight identifier is invalid..
/// </summary>
public static string FlightIdentifierInvalid {
get {
return ResourceManager.GetString("FlightIdentifierInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to France.
/// </summary>
public static string France {
get {
return ResourceManager.GetString("France", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to We are afraid that going back to the past is not an option nowadays..
/// </summary>
public static string FutureDateRequired {
get {
return ResourceManager.GetString("FutureDateRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Germany.
/// </summary>
public static string Germany {
get {
return ResourceManager.GetString("Germany", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to I am going abroad.
/// </summary>
public static string GoAbroad {
get {
return ResourceManager.GetString("GoAbroad", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to High.
/// </summary>
public static string High {
get {
return ResourceManager.GetString("High", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Immediate contact.
/// </summary>
public static string ImmediateContact {
get {
return ResourceManager.GetString("ImmediateContact", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Shall we contact immidiately?.
/// </summary>
public static string ImmediateContactRequired {
get {
return ResourceManager.GetString("ImmediateContactRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Latest suggested return.
/// </summary>
public static string LatestSuggestedReturnDate {
get {
return ResourceManager.GetString("LatestSuggestedReturnDate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Low.
/// </summary>
public static string Low {
get {
return ResourceManager.GetString("Low", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Next country.
/// </summary>
public static string NextCountry {
get {
return ResourceManager.GetString("NextCountry", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No.
/// </summary>
public static string No {
get {
return ResourceManager.GetString("No", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The period of stay should be less than one year..
/// </summary>
public static string NoMoreThanAYear {
get {
return ResourceManager.GetString("NoMoreThanAYear", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to None.
/// </summary>
public static string None {
get {
return ResourceManager.GetString("None", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Normal.
/// </summary>
public static string Normal {
get {
return ResourceManager.GetString("Normal", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Other.
/// </summary>
public static string Other {
get {
return ResourceManager.GetString("Other", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Passport number.
/// </summary>
public static string PassportNumber {
get {
return ResourceManager.GetString("PassportNumber", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Phone.
/// </summary>
public static string Phone {
get {
return ResourceManager.GetString("Phone", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Poland.
/// </summary>
public static string Poland {
get {
return ResourceManager.GetString("Poland", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Political stability.
/// </summary>
public static string PoliticalStability {
get {
return ResourceManager.GetString("PoliticalStability", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Phone number should contain from 9 to 15 digits..
/// </summary>
public static string RangeViolated {
get {
return ResourceManager.GetString("RangeViolated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Reasons for such a long travel.
/// </summary>
public static string ReasonForLongTravel {
get {
return ResourceManager.GetString("ReasonForLongTravel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to If you plan to stay abroad longer than one month from now, write down your reasons..
/// </summary>
public static string ReasonForLongTravelRequired {
get {
return ResourceManager.GetString("ReasonForLongTravelRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Reasons for travel.
/// </summary>
public static string ReasonForTravel {
get {
return ResourceManager.GetString("ReasonForTravel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to If you plan to go abroad and you are between 25 and 55 or plan to visit the same foreign country twice, write down your reasons..
/// </summary>
public static string ReasonForTravelRequired {
get {
return ResourceManager.GetString("ReasonForTravelRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to If you are under 18, give us a reason of your travel no matter where you go..
/// </summary>
public static string ReasonForTravelRequiredForYouth {
get {
return ResourceManager.GetString("ReasonForTravelRequiredForYouth", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Return date.
/// </summary>
public static string ReturnDate {
get {
return ResourceManager.GetString("ReturnDate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sorry, it is not a question about John's cat nor Simon's cat..
/// </summary>
public static string SecretAnswerDetected {
get {
return ResourceManager.GetString("SecretAnswerDetected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Select a date.
/// </summary>
public static string SelectDate {
get {
return ResourceManager.GetString("SelectDate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to I agree for contact.
/// </summary>
public static string SpamAllowed {
get {
return ResourceManager.GetString("SpamAllowed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to I do not agree for contact.
/// </summary>
public static string SpamForbidden {
get {
return ResourceManager.GetString("SpamForbidden", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sports you like the most.
/// </summary>
public static string SportType {
get {
return ResourceManager.GetString("SportType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Uncertain.
/// </summary>
public static string Uncertain {
get {
return ResourceManager.GetString("Uncertain", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Yes.
/// </summary>
public static string Yes {
get {
return ResourceManager.GetString("Yes", resourceCulture);
}
}
}
}