-
Notifications
You must be signed in to change notification settings - Fork 124
/
Resources.Designer.cs
756 lines (671 loc) · 27 KB
/
Resources.Designer.cs
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
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// 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 Address format should start from 'Street' prefix..
/// </summary>
public static string AddressDetailsFormatInvalid {
get {
return ResourceManager.GetString("AddressDetailsFormatInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Provide more characters than '{StreetPrefix}' prefix only....
/// </summary>
public static string AddressDetailsTooShort {
get {
return ResourceManager.GetString("AddressDetailsTooShort", resourceCulture);
}
}
/// <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 China.
/// </summary>
public static string China {
get {
return ResourceManager.GetString("China", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Comment.
/// </summary>
public static string Comment {
get {
return ResourceManager.GetString("Comment", 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 Assertion for {0} field is not satisfied - text '{コメント}' is too short..
/// </summary>
public static string CustomizedAssertThatDefaultError {
get {
return ResourceManager.GetString("CustomizedAssertThatDefaultError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} field is conditionally required..
/// </summary>
public static string CustomizedRequiredIfDefaultError {
get {
return ResourceManager.GetString("CustomizedRequiredIfDefaultError", 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 Donation [USD].
/// </summary>
public static string Donation {
get {
return ResourceManager.GetString("Donation", 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 Home address.
/// </summary>
public static string HomeAddress {
get {
return ResourceManager.GetString("HomeAddress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ID.
/// </summary>
public static string ID {
get {
return ResourceManager.GetString("ID", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Identification.
/// </summary>
public static string Identification {
get {
return ResourceManager.GetString("Identification", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Identification value.
/// </summary>
public static string IdentificationValue {
get {
return ResourceManager.GetString("IdentificationValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ID number invalid (3 letters and 6 digits expected).
/// </summary>
public static string IDNumberInvalid {
get {
return ResourceManager.GetString("IDNumberInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ID number missing.
/// </summary>
public static string IDNumberMissing {
get {
return ResourceManager.GetString("IDNumberMissing", 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 Israel.
/// </summary>
public static string Israel {
get {
return ResourceManager.GetString("Israel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Japan.
/// </summary>
public static string Japan {
get {
return ResourceManager.GetString("Japan", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Just a few characters more....
/// </summary>
public static string JustAFewCharsMore {
get {
return ResourceManager.GetString("JustAFewCharsMore", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Known languages.
/// </summary>
public static string KnownLanguages {
get {
return ResourceManager.GetString("KnownLanguages", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to More than one language must be known..
/// </summary>
public static string LanguagesSelectionInsufficient {
get {
return ResourceManager.GetString("LanguagesSelectionInsufficient", 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 The period of stay should be at least a week..
/// </summary>
public static string MoreThanAWeekRequired {
get {
return ResourceManager.GetString("MoreThanAWeekRequired", 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 a 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 More separate donations are required: if {GoAbroad:N} field is checked - at least 3, otherwise - at least 2..
/// </summary>
public static string NotEnoughDonations {
get {
return ResourceManager.GetString("NotEnoughDonations", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Office address.
/// </summary>
public static string OfficeAddress {
get {
return ResourceManager.GetString("OfficeAddress", 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.
/// </summary>
public static string Passport {
get {
return ResourceManager.GetString("Passport", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Passport number invalid (2 letters and 7 digits expected).
/// </summary>
public static string PassportNumberInvalid {
get {
return ResourceManager.GetString("PassportNumberInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Passport number missing.
/// </summary>
public static string PassportNumberMissing {
get {
return ResourceManager.GetString("PassportNumberMissing", 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 (indicated {Age} in {Age:N} field, yes - {Age:N} {Age}), give us a reason of your travel no matter where you go (BTW. {Country}... nice choice)..
/// </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 currency..
/// </summary>
public static string SelectCurrency {
get {
return ResourceManager.GetString("SelectCurrency", 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 Street.
/// </summary>
public static string StreetPrefix {
get {
return ResourceManager.GetString("StreetPrefix", 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);
}
}
}
}