WorkspacesResources.Designer.cs 60.0 KB
Newer Older
P
Pilchie 已提交
1 2 3
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
4
//     Runtime Version:4.0.30319.42000
P
Pilchie 已提交
5 6 7 8 9 10 11 12
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Microsoft.CodeAnalysis {
    using System;
13
    using System.Reflection;
P
Pilchie 已提交
14 15 16 17 18 19 20 21 22
    
    
    /// <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.
23
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
P
Pilchie 已提交
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class WorkspacesResources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal WorkspacesResources() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
43
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.WorkspacesResources", typeof(WorkspacesResources).GetTypeInfo().Assembly);
P
Pilchie 已提交
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
                    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)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
64 65 66 67 68 69 70 71 72
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; encountered an error and has been disabled..
        /// </summary>
        internal static string _0_encountered_an_error_and_has_been_disabled {
            get {
                return ResourceManager.GetString("_0_encountered_an_error_and_has_been_disabled", resourceCulture);
            }
        }
        
73
        /// <summary>
74
        ///   Looks up a localized string similar to &apos;{0}&apos; is already part of the workspace..
75
        /// </summary>
76
        internal static string _0_is_already_part_of_the_workspace {
77
            get {
78
                return ResourceManager.GetString("_0_is_already_part_of_the_workspace", resourceCulture);
79 80 81
            }
        }
        
82
        /// <summary>
83
        ///   Looks up a localized string similar to {0} is already present..
84
        /// </summary>
85
        internal static string _0_is_already_present {
86
            get {
87
                return ResourceManager.GetString("_0_is_already_present", resourceCulture);
88 89 90
            }
        }
        
91
        /// <summary>
92
        ///   Looks up a localized string similar to &apos;{0}&apos; is already referenced..
93
        /// </summary>
94
        internal static string _0_is_already_referenced {
95
            get {
96
                return ResourceManager.GetString("_0_is_already_referenced", resourceCulture);
97 98 99
            }
        }
        
P
Pilchie 已提交
100
        /// <summary>
101
        ///   Looks up a localized string similar to &apos;{0}&apos; is not open..
102
        /// </summary>
103
        internal static string _0_is_not_open {
104
            get {
105
                return ResourceManager.GetString("_0_is_not_open", resourceCulture);
106 107 108 109
            }
        }
        
        /// <summary>
110
        ///   Looks up a localized string similar to &apos;{0}&apos; is not part of the workspace..
111
        /// </summary>
112
        internal static string _0_is_not_part_of_the_workspace {
113
            get {
114
                return ResourceManager.GetString("_0_is_not_part_of_the_workspace", resourceCulture);
115 116 117 118
            }
        }
        
        /// <summary>
119
        ///   Looks up a localized string similar to {0} is not present..
120
        /// </summary>
121
        internal static string _0_is_not_present {
122
            get {
123
                return ResourceManager.GetString("_0_is_not_present", resourceCulture);
124 125 126 127
            }
        }
        
        /// <summary>
128
        ///   Looks up a localized string similar to &apos;{0}&apos; is not referenced..
129
        /// </summary>
130
        internal static string _0_is_not_referenced {
131
            get {
132
                return ResourceManager.GetString("_0_is_not_referenced", resourceCulture);
133 134 135 136
            }
        }
        
        /// <summary>
137
        ///   Looks up a localized string similar to {0} is still open..
138
        /// </summary>
139
        internal static string _0_is_still_open {
140
            get {
141
                return ResourceManager.GetString("_0_is_still_open", resourceCulture);
142 143 144 145
            }
        }
        
        /// <summary>
146
        ///   Looks up a localized string similar to &quot;{0}&quot; must be a non-null and non-empty string..
P
Pilchie 已提交
147
        /// </summary>
148
        internal static string _0_must_be_a_non_null_and_non_empty_string {
P
Pilchie 已提交
149
            get {
150
                return ResourceManager.GetString("_0_must_be_a_non_null_and_non_empty_string", resourceCulture);
P
Pilchie 已提交
151 152 153
            }
        }
        
154
        /// <summary>
155
        ///   Looks up a localized string similar to &apos;{0}&apos; returned an uninitialized ImmutableArray.
156
        /// </summary>
157
        internal static string _0_returned_an_uninitialized_ImmutableArray {
158
            get {
159
                return ResourceManager.GetString("_0_returned_an_uninitialized_ImmutableArray", resourceCulture);
160 161 162
            }
        }
        
163
        /// <summary>
164
        ///   Looks up a localized string similar to {0} still contains open documents..
165
        /// </summary>
166
        internal static string _0_still_contains_open_documents {
167
            get {
168
                return ResourceManager.GetString("_0_still_contains_open_documents", resourceCulture);
169 170 171 172
            }
        }
        
        /// <summary>
173
        ///   Looks up a localized string similar to A language name cannot be specified for this option..
174
        /// </summary>
175
        internal static string A_language_name_cannot_be_specified_for_this_option {
176
            get {
177
                return ResourceManager.GetString("A_language_name_cannot_be_specified_for_this_option", resourceCulture);
178 179 180
            }
        }
        
P
Pilchie 已提交
181
        /// <summary>
182
        ///   Looks up a localized string similar to A language name must be specified for this option..
P
Pilchie 已提交
183
        /// </summary>
184
        internal static string A_language_name_must_be_specified_for_this_option {
P
Pilchie 已提交
185
            get {
186
                return ResourceManager.GetString("A_language_name_must_be_specified_for_this_option", resourceCulture);
P
Pilchie 已提交
187 188 189
            }
        }
        
190
        /// <summary>
191
        ///   Looks up a localized string similar to Absolute path expected..
192
        /// </summary>
193
        internal static string Absolute_path_expected {
194
            get {
195
                return ResourceManager.GetString("Absolute_path_expected", resourceCulture);
196 197 198
            }
        }
        
199 200 201 202 203 204 205 206 207
        /// <summary>
        ///   Looks up a localized string similar to Abstract Method.
        /// </summary>
        internal static string Abstract_Method {
            get {
                return ResourceManager.GetString("Abstract_Method", resourceCulture);
            }
        }
        
P
Pilchie 已提交
208
        /// <summary>
209
        ///   Looks up a localized string similar to Add braces to &apos;{0}&apos; statement..
P
Pilchie 已提交
210
        /// </summary>
211
        internal static string Add_braces_to_0_statement {
P
Pilchie 已提交
212
            get {
213
                return ResourceManager.GetString("Add_braces_to_0_statement", resourceCulture);
P
Pilchie 已提交
214 215 216
            }
        }
        
217
        /// <summary>
218
        ///   Looks up a localized string similar to Added:.
219
        /// </summary>
220
        internal static string Added_colon {
221
            get {
222
                return ResourceManager.GetString("Added_colon", resourceCulture);
223 224 225 226
            }
        }
        
        /// <summary>
227
        ///   Looks up a localized string similar to Adding additional documents is not supported..
228
        /// </summary>
229
        internal static string Adding_additional_documents_is_not_supported {
230
            get {
231
                return ResourceManager.GetString("Adding_additional_documents_is_not_supported", resourceCulture);
232 233 234
            }
        }
        
235
        /// <summary>
236
        ///   Looks up a localized string similar to Adding analyzer references is not supported..
237
        /// </summary>
238
        internal static string Adding_analyzer_references_is_not_supported {
239
            get {
240
                return ResourceManager.GetString("Adding_analyzer_references_is_not_supported", resourceCulture);
241 242 243
            }
        }
        
P
Pilchie 已提交
244
        /// <summary>
245
        ///   Looks up a localized string similar to Adding documents is not supported..
P
Pilchie 已提交
246
        /// </summary>
247
        internal static string Adding_documents_is_not_supported {
P
Pilchie 已提交
248
            get {
249
                return ResourceManager.GetString("Adding_documents_is_not_supported", resourceCulture);
P
Pilchie 已提交
250 251 252 253
            }
        }
        
        /// <summary>
254
        ///   Looks up a localized string similar to Adding metadata references is not supported..
P
Pilchie 已提交
255
        /// </summary>
256
        internal static string Adding_metadata_references_is_not_supported {
P
Pilchie 已提交
257
            get {
258
                return ResourceManager.GetString("Adding_metadata_references_is_not_supported", resourceCulture);
P
Pilchie 已提交
259 260 261 262 263 264
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Adding project reference from &apos;{0}&apos; to &apos;{1}&apos; will cause a circular reference..
        /// </summary>
265
        internal static string Adding_project_reference_from_0_to_1_will_cause_a_circular_reference {
P
Pilchie 已提交
266
            get {
267
                return ResourceManager.GetString("Adding_project_reference_from_0_to_1_will_cause_a_circular_reference", resourceCulture);
P
Pilchie 已提交
268 269 270
            }
        }
        
271
        /// <summary>
272
        ///   Looks up a localized string similar to Adding project references is not supported..
273
        /// </summary>
274
        internal static string Adding_project_references_is_not_supported {
275
            get {
276
                return ResourceManager.GetString("Adding_project_references_is_not_supported", resourceCulture);
277 278 279
            }
        }
        
280
        /// <summary>
281
        ///   Looks up a localized string similar to Adding projects is not supported..
282
        /// </summary>
283
        internal static string Adding_projects_is_not_supported {
284
            get {
285
                return ResourceManager.GetString("Adding_projects_is_not_supported", resourceCulture);
286 287 288
            }
        }
        
289
        /// <summary>
290
        ///   Looks up a localized string similar to After:.
291
        /// </summary>
292
        internal static string After_colon {
293
            get {
294
                return ResourceManager.GetString("After_colon", resourceCulture);
295 296 297
            }
        }
        
298
        /// <summary>
299
        ///   Looks up a localized string similar to An element with the same key but a different value already exists..
300
        /// </summary>
301
        internal static string An_element_with_the_same_key_but_a_different_value_already_exists {
302
            get {
303
                return ResourceManager.GetString("An_element_with_the_same_key_but_a_different_value_already_exists", resourceCulture);
304 305 306
            }
        }
        
307
        /// <summary>
308
        ///   Looks up a localized string similar to An error occurred while reading the specified configuration file: {0}.
309
        /// </summary>
310
        internal static string An_error_occurred_while_reading_the_specified_configuration_file_colon_0 {
311
            get {
312
                return ResourceManager.GetString("An_error_occurred_while_reading_the_specified_configuration_file_colon_0", resourceCulture);
313 314 315
            }
        }
        
P
Pilchie 已提交
316
        /// <summary>
317
        ///   Looks up a localized string similar to Arrays with more than one dimension cannot be serialized..
P
Pilchie 已提交
318
        /// </summary>
319
        internal static string Arrays_with_more_than_one_dimension_cannot_be_serialized {
P
Pilchie 已提交
320
            get {
321
                return ResourceManager.GetString("Arrays_with_more_than_one_dimension_cannot_be_serialized", resourceCulture);
P
Pilchie 已提交
322 323 324
            }
        }
        
325 326 327 328 329 330 331 332 333
        /// <summary>
        ///   Looks up a localized string similar to Async Method.
        /// </summary>
        internal static string Async_Method {
            get {
                return ResourceManager.GetString("Async_Method", resourceCulture);
            }
        }
        
P
Pilchie 已提交
334
        /// <summary>
335
        ///   Looks up a localized string similar to At least one diagnostic must be supplied..
P
Pilchie 已提交
336
        /// </summary>
337
        internal static string At_least_one_diagnostic_must_be_supplied {
P
Pilchie 已提交
338
            get {
339
                return ResourceManager.GetString("At_least_one_diagnostic_must_be_supplied", resourceCulture);
P
Pilchie 已提交
340 341 342 343
            }
        }
        
        /// <summary>
344
        ///   Looks up a localized string similar to Before:.
P
Pilchie 已提交
345
        /// </summary>
346
        internal static string Before_colon {
P
Pilchie 已提交
347
            get {
348
                return ResourceManager.GetString("Before_colon", resourceCulture);
P
Pilchie 已提交
349 350 351
            }
        }
        
352 353 354 355 356 357 358 359 360
        /// <summary>
        ///   Looks up a localized string similar to Begins with I.
        /// </summary>
        internal static string Begins_with_I {
            get {
                return ResourceManager.GetString("Begins_with_I", resourceCulture);
            }
        }
        
361
        /// <summary>
362
        ///   Looks up a localized string similar to Can&apos;t resolve analyzer reference: &apos;{0}&apos;..
363
        /// </summary>
364
        internal static string Can_t_resolve_analyzer_reference_colon_0 {
365
            get {
366
                return ResourceManager.GetString("Can_t_resolve_analyzer_reference_colon_0", resourceCulture);
367 368 369 370
            }
        }
        
        /// <summary>
371
        ///   Looks up a localized string similar to Can&apos;t resolve metadata reference: &apos;{0}&apos;..
372
        /// </summary>
373
        internal static string Can_t_resolve_metadata_reference_colon_0 {
374
            get {
375
                return ResourceManager.GetString("Can_t_resolve_metadata_reference_colon_0", resourceCulture);
376 377 378 379
            }
        }
        
        /// <summary>
M
Matt Warren 已提交
380
        ///   Looks up a localized string similar to Cannot deserialize type &apos;{0}&apos;..
381
        /// </summary>
M
Matt Warren 已提交
382
        internal static string Cannot_deserialize_type_0 {
383
            get {
M
Matt Warren 已提交
384
                return ResourceManager.GetString("Cannot_deserialize_type_0", resourceCulture);
P
Pilchie 已提交
385 386 387 388
            }
        }
        
        /// <summary>
389
        ///   Looks up a localized string similar to Cannot generate code for unsupported operator &apos;{0}&apos;.
P
Pilchie 已提交
390
        /// </summary>
391
        internal static string Cannot_generate_code_for_unsupported_operator_0 {
P
Pilchie 已提交
392
            get {
393
                return ResourceManager.GetString("Cannot_generate_code_for_unsupported_operator_0", resourceCulture);
P
Pilchie 已提交
394 395 396 397
            }
        }
        
        /// <summary>
398
        ///   Looks up a localized string similar to Cannot open project &apos;{0}&apos; because the file extension &apos;{1}&apos; is not associated with a language..
P
Pilchie 已提交
399
        /// </summary>
400
        internal static string Cannot_open_project_0_because_the_file_extension_1_is_not_associated_with_a_language {
P
Pilchie 已提交
401
            get {
402 403
                return ResourceManager.GetString("Cannot_open_project_0_because_the_file_extension_1_is_not_associated_with_a_langu" +
                        "age", resourceCulture);
P
Pilchie 已提交
404 405 406 407
            }
        }
        
        /// <summary>
408
        ///   Looks up a localized string similar to Cannot open project &apos;{0}&apos; because the language &apos;{1}&apos; is not supported..
P
Pilchie 已提交
409
        /// </summary>
410
        internal static string Cannot_open_project_0_because_the_language_1_is_not_supported {
P
Pilchie 已提交
411
            get {
412
                return ResourceManager.GetString("Cannot_open_project_0_because_the_language_1_is_not_supported", resourceCulture);
P
Pilchie 已提交
413 414 415
            }
        }
        
M
Matt Warren 已提交
416 417 418 419 420 421 422 423 424
        /// <summary>
        ///   Looks up a localized string similar to Cannot serialize type &apos;{0}&apos;..
        /// </summary>
        internal static string Cannot_serialize_type_0 {
            get {
                return ResourceManager.GetString("Cannot_serialize_type_0", resourceCulture);
            }
        }
        
P
Pilchie 已提交
425
        /// <summary>
426
        ///   Looks up a localized string similar to Cast is redundant..
P
Pilchie 已提交
427
        /// </summary>
428
        internal static string Cast_is_redundant {
P
Pilchie 已提交
429
            get {
430
                return ResourceManager.GetString("Cast_is_redundant", resourceCulture);
P
Pilchie 已提交
431 432 433 434
            }
        }
        
        /// <summary>
435
        ///   Looks up a localized string similar to Changing additional documents is not supported..
P
Pilchie 已提交
436
        /// </summary>
437
        internal static string Changing_additional_documents_is_not_supported {
P
Pilchie 已提交
438
            get {
439
                return ResourceManager.GetString("Changing_additional_documents_is_not_supported", resourceCulture);
P
Pilchie 已提交
440 441 442 443
            }
        }
        
        /// <summary>
444
        ///   Looks up a localized string similar to Changing compilation options is not supported..
P
Pilchie 已提交
445
        /// </summary>
446
        internal static string Changing_compilation_options_is_not_supported {
P
Pilchie 已提交
447
            get {
448
                return ResourceManager.GetString("Changing_compilation_options_is_not_supported", resourceCulture);
P
Pilchie 已提交
449 450 451
            }
        }
        
M
Matt Warren 已提交
452 453 454 455 456 457 458 459 460
        /// <summary>
        ///   Looks up a localized string similar to Changing document properties is not supported.
        /// </summary>
        internal static string Changing_document_property_is_not_supported {
            get {
                return ResourceManager.GetString("Changing_document_property_is_not_supported", resourceCulture);
            }
        }
        
P
Pilchie 已提交
461
        /// <summary>
462
        ///   Looks up a localized string similar to Changing documents is not supported..
P
Pilchie 已提交
463
        /// </summary>
464
        internal static string Changing_documents_is_not_supported {
P
Pilchie 已提交
465
            get {
466
                return ResourceManager.GetString("Changing_documents_is_not_supported", resourceCulture);
P
Pilchie 已提交
467 468 469
            }
        }
        
470
        /// <summary>
471
        ///   Looks up a localized string similar to Changing parse options is not supported..
472
        /// </summary>
473
        internal static string Changing_parse_options_is_not_supported {
474
            get {
475
                return ResourceManager.GetString("Changing_parse_options_is_not_supported", resourceCulture);
476 477 478
            }
        }
        
479
        /// <summary>
480
        ///   Looks up a localized string similar to Changing project properties is not supported..
481
        /// </summary>
482
        internal static string Changing_project_properties_is_not_supported {
483
            get {
484
                return ResourceManager.GetString("Changing_project_properties_is_not_supported", resourceCulture);
485 486 487
            }
        }
        
488 489 490 491 492 493 494 495 496
        /// <summary>
        ///   Looks up a localized string similar to Class.
        /// </summary>
        internal static string Class {
            get {
                return ResourceManager.GetString("Class", resourceCulture);
            }
        }
        
P
Pilchie 已提交
497
        /// <summary>
498
        ///   Looks up a localized string similar to Could not find location to generation symbol into..
P
Pilchie 已提交
499
        /// </summary>
500
        internal static string Could_not_find_location_to_generation_symbol_into {
P
Pilchie 已提交
501
            get {
502
                return ResourceManager.GetString("Could_not_find_location_to_generation_symbol_into", resourceCulture);
P
Pilchie 已提交
503 504 505
            }
        }
        
506
        /// <summary>
507
        ///   Looks up a localized string similar to Cycle detected in extensions.
508
        /// </summary>
509
        internal static string Cycle_detected_in_extensions {
510
            get {
511
                return ResourceManager.GetString("Cycle_detected_in_extensions", resourceCulture);
512 513
            }
        }
514
        
515 516 517 518 519 520 521 522
        /// <summary>
        ///   Looks up a localized string similar to Delegate.
        /// </summary>
        internal static string Delegate {
            get {
                return ResourceManager.GetString("Delegate", resourceCulture);
            }
        }
523
        
M
Matt Warren 已提交
524 525 526 527 528 529 530 531 532
        /// <summary>
        ///   Looks up a localized string similar to Deserialization reader for &apos;{0}&apos; read incorrect number of values..
        /// </summary>
        internal static string Deserialization_reader_for_0_read_incorrect_number_of_values {
            get {
                return ResourceManager.GetString("Deserialization_reader_for_0_read_incorrect_number_of_values", resourceCulture);
            }
        }
        
533
        /// <summary>
534
        ///   Looks up a localized string similar to Destination location was from a different tree..
535
        /// </summary>
536
        internal static string Destination_location_was_from_a_different_tree {
537
            get {
538
                return ResourceManager.GetString("Destination_location_was_from_a_different_tree", resourceCulture);
539 540 541 542
            }
        }
        
        /// <summary>
543
        ///   Looks up a localized string similar to Destination location was not in source..
544
        /// </summary>
545
        internal static string Destination_location_was_not_in_source {
546
            get {
547
                return ResourceManager.GetString("Destination_location_was_not_in_source", resourceCulture);
548 549 550 551
            }
        }
        
        /// <summary>
552
        ///   Looks up a localized string similar to Destination type must be a {0}, {1} or {2}, but given one is {3}..
553
        /// </summary>
554
        internal static string Destination_type_must_be_a_0_1_or_2_but_given_one_is_3 {
555
            get {
556
                return ResourceManager.GetString("Destination_type_must_be_a_0_1_or_2_but_given_one_is_3", resourceCulture);
557 558 559
            }
        }
        
560
        /// <summary>
561
        ///   Looks up a localized string similar to Destination type must be a {0}, but given one is {1}..
562
        /// </summary>
563
        internal static string Destination_type_must_be_a_0_but_given_one_is_1 {
564
            get {
565
                return ResourceManager.GetString("Destination_type_must_be_a_0_but_given_one_is_1", resourceCulture);
566 567 568
            }
        }
        
P
Pilchie 已提交
569
        /// <summary>
570
        ///   Looks up a localized string similar to Destination type must be a {0} or a {1}, but given one is {2}..
P
Pilchie 已提交
571
        /// </summary>
572
        internal static string Destination_type_must_be_a_0_or_a_1_but_given_one_is_2 {
P
Pilchie 已提交
573
            get {
574
                return ResourceManager.GetString("Destination_type_must_be_a_0_or_a_1_but_given_one_is_2", resourceCulture);
P
Pilchie 已提交
575 576 577 578
            }
        }
        
        /// <summary>
579
        ///   Looks up a localized string similar to Diagnostic must have span &apos;{0}&apos;.
P
Pilchie 已提交
580
        /// </summary>
581
        internal static string Diagnostic_must_have_span_0 {
P
Pilchie 已提交
582
            get {
583
                return ResourceManager.GetString("Diagnostic_must_have_span_0", resourceCulture);
P
Pilchie 已提交
584 585 586 587
            }
        }
        
        /// <summary>
588
        ///   Looks up a localized string similar to Documentation comment id must start with E, F, M, N, P or T.
P
Pilchie 已提交
589
        /// </summary>
590
        internal static string Documentation_comment_id_must_start_with_E_F_M_N_P_or_T {
P
Pilchie 已提交
591
            get {
592
                return ResourceManager.GetString("Documentation_comment_id_must_start_with_E_F_M_N_P_or_T", resourceCulture);
P
Pilchie 已提交
593 594 595 596
            }
        }
        
        /// <summary>
597
        ///   Looks up a localized string similar to Duplicate source file &apos;{0}&apos; in project &apos;{1}&apos;.
P
Pilchie 已提交
598
        /// </summary>
599
        internal static string Duplicate_source_file_0_in_project_1 {
P
Pilchie 已提交
600
            get {
601
                return ResourceManager.GetString("Duplicate_source_file_0_in_project_1", resourceCulture);
P
Pilchie 已提交
602 603 604
            }
        }
        
605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622
        /// <summary>
        ///   Looks up a localized string similar to Enable.
        /// </summary>
        internal static string Enable {
            get {
                return ResourceManager.GetString("Enable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Enable and ignore future errors.
        /// </summary>
        internal static string Enable_and_ignore_future_errors {
            get {
                return ResourceManager.GetString("Enable_and_ignore_future_errors", resourceCulture);
            }
        }
        
623 624 625 626 627 628 629 630 631
        /// <summary>
        ///   Looks up a localized string similar to Enum.
        /// </summary>
        internal static string Enum {
            get {
                return ResourceManager.GetString("Enum", resourceCulture);
            }
        }
        
632 633 634 635 636 637 638 639 640
        /// <summary>
        ///   Looks up a localized string similar to Error.
        /// </summary>
        internal static string Error {
            get {
                return ResourceManager.GetString("Error", resourceCulture);
            }
        }
        
641 642 643 644 645 646 647 648 649
        /// <summary>
        ///   Looks up a localized string similar to Event.
        /// </summary>
        internal static string Event {
            get {
                return ResourceManager.GetString("Event", resourceCulture);
            }
        }
        
P
Pilchie 已提交
650
        /// <summary>
651
        ///   Looks up a localized string similar to Exceptions:.
P
Pilchie 已提交
652
        /// </summary>
653
        internal static string Exceptions_colon {
P
Pilchie 已提交
654
            get {
655
                return ResourceManager.GetString("Exceptions_colon", resourceCulture);
P
Pilchie 已提交
656 657 658 659
            }
        }
        
        /// <summary>
660
        ///   Looks up a localized string similar to Expected {0}..
P
Pilchie 已提交
661
        /// </summary>
662
        internal static string Expected_0 {
P
Pilchie 已提交
663
            get {
664
                return ResourceManager.GetString("Expected_0", resourceCulture);
P
Pilchie 已提交
665 666 667 668
            }
        }
        
        /// <summary>
669
        ///   Looks up a localized string similar to Expected {0} line..
P
Pilchie 已提交
670
        /// </summary>
671
        internal static string Expected_0_line {
P
Pilchie 已提交
672
            get {
673
                return ResourceManager.GetString("Expected_0_line", resourceCulture);
P
Pilchie 已提交
674 675 676 677
            }
        }
        
        /// <summary>
678
        ///   Looks up a localized string similar to Expected end-of-file..
P
Pilchie 已提交
679
        /// </summary>
680
        internal static string Expected_end_of_file {
P
Pilchie 已提交
681
            get {
682
                return ResourceManager.GetString("Expected_end_of_file", resourceCulture);
P
Pilchie 已提交
683 684 685 686
            }
        }
        
        /// <summary>
687
        ///   Looks up a localized string similar to Expected header: &quot;{0}&quot;..
P
Pilchie 已提交
688
        /// </summary>
689
        internal static string Expected_header_colon_0 {
P
Pilchie 已提交
690
            get {
691
                return ResourceManager.GetString("Expected_header_colon_0", resourceCulture);
P
Pilchie 已提交
692 693 694 695
            }
        }
        
        /// <summary>
696
        ///   Looks up a localized string similar to Failure.
P
Pilchie 已提交
697
        /// </summary>
698
        internal static string Failure {
P
Pilchie 已提交
699
            get {
700
                return ResourceManager.GetString("Failure", resourceCulture);
P
Pilchie 已提交
701 702 703
            }
        }
        
704 705 706 707 708 709 710 711 712
        /// <summary>
        ///   Looks up a localized string similar to File &apos;{0}&apos; size of {1} exceeds maximum allowed size of {2}.
        /// </summary>
        internal static string File_0_size_of_1_exceeds_maximum_allowed_size_of_2 {
            get {
                return ResourceManager.GetString("File_0_size_of_1_exceeds_maximum_allowed_size_of_2", resourceCulture);
            }
        }
        
P
Pilchie 已提交
713
        /// <summary>
714
        ///   Looks up a localized string similar to File was externally modified: {0}..
P
Pilchie 已提交
715
        /// </summary>
716
        internal static string File_was_externally_modified_colon_0 {
P
Pilchie 已提交
717
            get {
718
                return ResourceManager.GetString("File_was_externally_modified_colon_0", resourceCulture);
P
Pilchie 已提交
719 720 721 722
            }
        }
        
        /// <summary>
723
        ///   Looks up a localized string similar to Fix all &apos;{0}&apos;.
P
Pilchie 已提交
724
        /// </summary>
725
        internal static string Fix_all_0 {
P
Pilchie 已提交
726
            get {
727
                return ResourceManager.GetString("Fix_all_0", resourceCulture);
P
Pilchie 已提交
728 729 730 731
            }
        }
        
        /// <summary>
732
        ///   Looks up a localized string similar to Fix all &apos;{0}&apos; in &apos;{1}&apos;.
P
Pilchie 已提交
733
        /// </summary>
734
        internal static string Fix_all_0_in_1 {
P
Pilchie 已提交
735
            get {
736
                return ResourceManager.GetString("Fix_all_0_in_1", resourceCulture);
P
Pilchie 已提交
737 738 739 740
            }
        }
        
        /// <summary>
741
        ///   Looks up a localized string similar to Fix all &apos;{0}&apos; in Solution.
P
Pilchie 已提交
742
        /// </summary>
743
        internal static string Fix_all_0_in_Solution {
P
Pilchie 已提交
744
            get {
745
                return ResourceManager.GetString("Fix_all_0_in_Solution", resourceCulture);
P
Pilchie 已提交
746 747 748
            }
        }
        
749 750 751 752 753 754 755 756 757
        /// <summary>
        ///   Looks up a localized string similar to Interface.
        /// </summary>
        internal static string Interface {
            get {
                return ResourceManager.GetString("Interface", resourceCulture);
            }
        }
        
758
        /// <summary>
759
        ///   Looks up a localized string similar to Invalid CodePage value: {0}.
760
        /// </summary>
761
        internal static string Invalid_CodePage_value_colon_0 {
762
            get {
763
                return ResourceManager.GetString("Invalid_CodePage_value_colon_0", resourceCulture);
764 765 766 767
            }
        }
        
        /// <summary>
768
        ///   Looks up a localized string similar to Invalid number of parameters for binary operator..
769
        /// </summary>
770
        internal static string Invalid_number_of_parameters_for_binary_operator {
771
            get {
772
                return ResourceManager.GetString("Invalid_number_of_parameters_for_binary_operator", resourceCulture);
773 774 775
            }
        }
        
P
Pilchie 已提交
776
        /// <summary>
777
        ///   Looks up a localized string similar to Invalid number of parameters for unary operator..
P
Pilchie 已提交
778
        /// </summary>
779
        internal static string Invalid_number_of_parameters_for_unary_operator {
P
Pilchie 已提交
780
            get {
781
                return ResourceManager.GetString("Invalid_number_of_parameters_for_unary_operator", resourceCulture);
P
Pilchie 已提交
782 783 784
            }
        }
        
785
        /// <summary>
786
        ///   Looks up a localized string similar to Invalid project block, expected &quot;=&quot; after Project..
787
        /// </summary>
788
        internal static string Invalid_project_block_expected_after_Project {
789
            get {
790
                return ResourceManager.GetString("Invalid_project_block_expected_after_Project", resourceCulture);
791 792 793
            }
        }
        
P
Pilchie 已提交
794
        /// <summary>
795
        ///   Looks up a localized string similar to Invalid project block, expected &quot;,&quot; after project name..
P
Pilchie 已提交
796
        /// </summary>
797
        internal static string Invalid_project_block_expected_after_project_name {
P
Pilchie 已提交
798
            get {
799
                return ResourceManager.GetString("Invalid_project_block_expected_after_project_name", resourceCulture);
P
Pilchie 已提交
800 801 802
            }
        }
        
803
        /// <summary>
804
        ///   Looks up a localized string similar to Invalid project block, expected &quot;,&quot; after project path..
805
        /// </summary>
806
        internal static string Invalid_project_block_expected_after_project_path {
807
            get {
808
                return ResourceManager.GetString("Invalid_project_block_expected_after_project_path", resourceCulture);
809 810 811
            }
        }
        
812
        /// <summary>
813
        ///   Looks up a localized string similar to Invalid project file path: &apos;{0}&apos;.
814
        /// </summary>
815
        internal static string Invalid_project_file_path_colon_0 {
816
            get {
817
                return ResourceManager.GetString("Invalid_project_file_path_colon_0", resourceCulture);
818 819 820
            }
        }
        
P
Pilchie 已提交
821
        /// <summary>
822
        ///   Looks up a localized string similar to Invalid solution file path: &apos;{0}&apos;.
P
Pilchie 已提交
823
        /// </summary>
824
        internal static string Invalid_solution_file_path_colon_0 {
P
Pilchie 已提交
825
            get {
826
                return ResourceManager.GetString("Invalid_solution_file_path_colon_0", resourceCulture);
P
Pilchie 已提交
827 828 829 830
            }
        }
        
        /// <summary>
831
        ///   Looks up a localized string similar to Label for node &apos;{0}&apos; is invalid, it must be within [0, {1})..
P
Pilchie 已提交
832
        /// </summary>
833
        internal static string Label_for_node_0_is_invalid_it_must_be_within_bracket_0_1 {
P
Pilchie 已提交
834
            get {
835
                return ResourceManager.GetString("Label_for_node_0_is_invalid_it_must_be_within_bracket_0_1", resourceCulture);
P
Pilchie 已提交
836 837 838 839
            }
        }
        
        /// <summary>
840
        ///   Looks up a localized string similar to Location must be null or from source..
P
Pilchie 已提交
841
        /// </summary>
842
        internal static string Location_must_be_null_or_from_source {
P
Pilchie 已提交
843
            get {
844
                return ResourceManager.GetString("Location_must_be_null_or_from_source", resourceCulture);
P
Pilchie 已提交
845 846 847 848
            }
        }
        
        /// <summary>
849
        ///   Looks up a localized string similar to Matching nodes &apos;{0}&apos; and &apos;{1}&apos; must have the same label..
P
Pilchie 已提交
850
        /// </summary>
851
        internal static string Matching_nodes_0_and_1_must_have_the_same_label {
P
Pilchie 已提交
852
            get {
853
                return ResourceManager.GetString("Matching_nodes_0_and_1_must_have_the_same_label", resourceCulture);
P
Pilchie 已提交
854 855 856 857
            }
        }
        
        /// <summary>
858
        ///   Looks up a localized string similar to Member access should be qualified..
P
Pilchie 已提交
859
        /// </summary>
860
        internal static string Member_access_should_be_qualified {
P
Pilchie 已提交
861
            get {
862
                return ResourceManager.GetString("Member_access_should_be_qualified", resourceCulture);
P
Pilchie 已提交
863 864 865 866
            }
        }
        
        /// <summary>
867
        ///   Looks up a localized string similar to Metadata is already referenced..
P
Pilchie 已提交
868
        /// </summary>
869
        internal static string Metadata_is_already_referenced {
P
Pilchie 已提交
870
            get {
871
                return ResourceManager.GetString("Metadata_is_already_referenced", resourceCulture);
P
Pilchie 已提交
872 873 874
            }
        }
        
875
        /// <summary>
876
        ///   Looks up a localized string similar to Metadata is not referenced..
877
        /// </summary>
878
        internal static string Metadata_is_not_referenced {
879
            get {
880
                return ResourceManager.GetString("Metadata_is_not_referenced", resourceCulture);
881 882 883
            }
        }
        
884 885 886 887 888 889 890 891 892
        /// <summary>
        ///   Looks up a localized string similar to Method.
        /// </summary>
        internal static string Method {
            get {
                return ResourceManager.GetString("Method", resourceCulture);
            }
        }
        
893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910
        /// <summary>
        ///   Looks up a localized string similar to Missing prefix: &apos;{0}&apos;.
        /// </summary>
        internal static string Missing_prefix_colon_0 {
            get {
                return ResourceManager.GetString("Missing_prefix_colon_0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing suffix: &apos;{0}&apos;.
        /// </summary>
        internal static string Missing_suffix_colon_0 {
            get {
                return ResourceManager.GetString("Missing_suffix_colon_0", resourceCulture);
            }
        }
        
P
Pilchie 已提交
911
        /// <summary>
912
        ///   Looks up a localized string similar to Name can be simplified..
P
Pilchie 已提交
913
        /// </summary>
914
        internal static string Name_can_be_simplified {
P
Pilchie 已提交
915
            get {
916 917 918 919 920 921 922 923 924 925
                return ResourceManager.GetString("Name_can_be_simplified", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No location provided to add statements to..
        /// </summary>
        internal static string No_location_provided_to_add_statements_to {
            get {
                return ResourceManager.GetString("No_location_provided_to_add_statements_to", resourceCulture);
P
Pilchie 已提交
926 927 928
            }
        }
        
929 930 931
        /// <summary>
        ///   Looks up a localized string similar to Node &apos;{0}&apos; must be contained in the new tree..
        /// </summary>
932
        internal static string Node_0_must_be_contained_in_the_new_tree {
933
            get {
934
                return ResourceManager.GetString("Node_0_must_be_contained_in_the_new_tree", resourceCulture);
935 936 937 938 939 940
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Node &apos;{0}&apos; must be contained in the old tree..
        /// </summary>
941
        internal static string Node_0_must_be_contained_in_the_old_tree {
942
            get {
943
                return ResourceManager.GetString("Node_0_must_be_contained_in_the_old_tree", resourceCulture);
944 945 946
            }
        }
        
947
        /// <summary>
948
        ///   Looks up a localized string similar to Node is of the wrong type..
949
        /// </summary>
950
        internal static string Node_is_of_the_wrong_type {
951
            get {
952
                return ResourceManager.GetString("Node_is_of_the_wrong_type", resourceCulture);
953 954 955
            }
        }
        
956
        /// <summary>
957
        ///   Looks up a localized string similar to Non-Field Members.
958
        /// </summary>
959
        internal static string Non_Field_Members {
960
            get {
961
                return ResourceManager.GetString("Non_Field_Members", resourceCulture);
962 963 964
            }
        }
        
965
        /// <summary>
966
        ///   Looks up a localized string similar to None.
967
        /// </summary>
968
        internal static string None {
969
            get {
970 971 972 973
                return ResourceManager.GetString("None", resourceCulture);
            }
        }
        
974
        /// <summary>
975
        ///   Looks up a localized string similar to Options did not come from Workspace.
976
        /// </summary>
977
        internal static string Options_did_not_come_from_Workspace {
978
            get {
979
                return ResourceManager.GetString("Options_did_not_come_from_Workspace", resourceCulture);
980 981 982
            }
        }
        
983 984 985 986 987 988 989 990 991
        /// <summary>
        ///   Looks up a localized string similar to Pascal Case.
        /// </summary>
        internal static string Pascal_Case {
            get {
                return ResourceManager.GetString("Pascal_Case", resourceCulture);
            }
        }
        
992
        /// <summary>
993
        ///   Looks up a localized string similar to Populate switch.
994
        /// </summary>
995
        internal static string Populate_switch {
996
            get {
997
                return ResourceManager.GetString("Populate_switch", resourceCulture);
998 999 1000
            }
        }
        
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027
        /// <summary>
        ///   Looks up a localized string similar to Private Method.
        /// </summary>
        internal static string Private_Method {
            get {
                return ResourceManager.GetString("Private_Method", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Private or Internal Field.
        /// </summary>
        internal static string Private_or_Internal_Field {
            get {
                return ResourceManager.GetString("Private_or_Internal_Field", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Private or Internal Static Field.
        /// </summary>
        internal static string Private_or_Internal_Static_Field {
            get {
                return ResourceManager.GetString("Private_or_Internal_Static_Field", resourceCulture);
            }
        }
        
1028
        /// <summary>
1029
        ///   Looks up a localized string similar to Project file not found: &apos;{0}&apos;.
1030
        /// </summary>
1031
        internal static string Project_file_not_found_colon_0 {
1032
            get {
1033
                return ResourceManager.GetString("Project_file_not_found_colon_0", resourceCulture);
1034 1035 1036
            }
        }
        
1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054
        /// <summary>
        ///   Looks up a localized string similar to Property.
        /// </summary>
        internal static string Property {
            get {
                return ResourceManager.GetString("Property", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Public or Protected Field.
        /// </summary>
        internal static string Public_or_Protected_Field {
            get {
                return ResourceManager.GetString("Public_or_Protected_Field", resourceCulture);
            }
        }
        
1055 1056 1057 1058 1059 1060 1061 1062 1063
        /// <summary>
        ///   Looks up a localized string similar to Refactoring Only.
        /// </summary>
        internal static string Refactoring_Only {
            get {
                return ResourceManager.GetString("Refactoring_Only", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1064
        /// <summary>
1065
        ///   Looks up a localized string similar to Removed:.
P
Pilchie 已提交
1066
        /// </summary>
1067
        internal static string Removed_colon {
P
Pilchie 已提交
1068
            get {
1069
                return ResourceManager.GetString("Removed_colon", resourceCulture);
P
Pilchie 已提交
1070 1071 1072
            }
        }
        
A
Abraham Hosch 已提交
1073
        /// <summary>
1074
        ///   Looks up a localized string similar to Removing additional documents is not supported..
A
Abraham Hosch 已提交
1075
        /// </summary>
1076
        internal static string Removing_additional_documents_is_not_supported {
A
Abraham Hosch 已提交
1077
            get {
1078
                return ResourceManager.GetString("Removing_additional_documents_is_not_supported", resourceCulture);
A
Abraham Hosch 已提交
1079 1080 1081
            }
        }
        
P
Pilchie 已提交
1082
        /// <summary>
1083
        ///   Looks up a localized string similar to Removing analyzer references is not supported..
P
Pilchie 已提交
1084
        /// </summary>
1085
        internal static string Removing_analyzer_references_is_not_supported {
P
Pilchie 已提交
1086
            get {
1087
                return ResourceManager.GetString("Removing_analyzer_references_is_not_supported", resourceCulture);
P
Pilchie 已提交
1088 1089 1090 1091
            }
        }
        
        /// <summary>
1092
        ///   Looks up a localized string similar to Removing documents is not supported..
P
Pilchie 已提交
1093
        /// </summary>
1094
        internal static string Removing_documents_is_not_supported {
P
Pilchie 已提交
1095
            get {
1096
                return ResourceManager.GetString("Removing_documents_is_not_supported", resourceCulture);
P
Pilchie 已提交
1097 1098 1099 1100
            }
        }
        
        /// <summary>
1101
        ///   Looks up a localized string similar to Removing metadata references is not supported..
P
Pilchie 已提交
1102
        /// </summary>
1103
        internal static string Removing_metadata_references_is_not_supported {
P
Pilchie 已提交
1104
            get {
1105
                return ResourceManager.GetString("Removing_metadata_references_is_not_supported", resourceCulture);
P
Pilchie 已提交
1106 1107 1108 1109
            }
        }
        
        /// <summary>
1110
        ///   Looks up a localized string similar to Removing project references is not supported..
P
Pilchie 已提交
1111
        /// </summary>
1112
        internal static string Removing_project_references_is_not_supported {
P
Pilchie 已提交
1113
            get {
1114
                return ResourceManager.GetString("Removing_project_references_is_not_supported", resourceCulture);
P
Pilchie 已提交
1115 1116 1117
            }
        }
        
1118
        /// <summary>
1119
        ///   Looks up a localized string similar to Removing projects is not supported..
1120
        /// </summary>
1121
        internal static string Removing_projects_is_not_supported {
1122
            get {
1123
                return ResourceManager.GetString("Removing_projects_is_not_supported", resourceCulture);
1124 1125 1126
            }
        }
        
P
Pilchie 已提交
1127
        /// <summary>
1128
        ///   Looks up a localized string similar to Service of type &apos;{0}&apos; is required to accomplish the task but is not available from the workspace..
P
Pilchie 已提交
1129
        /// </summary>
1130
        internal static string Service_of_type_0_is_required_to_accomplish_the_task_but_is_not_available_from_the_workspace {
P
Pilchie 已提交
1131
            get {
1132 1133
                return ResourceManager.GetString("Service_of_type_0_is_required_to_accomplish_the_task_but_is_not_available_from_th" +
                        "e_workspace", resourceCulture);
P
Pilchie 已提交
1134 1135 1136
            }
        }
        
J
Jonathon Marolf 已提交
1137 1138 1139 1140 1141 1142 1143 1144 1145
        /// <summary>
        ///   Looks up a localized string similar to Show Stack Trace.
        /// </summary>
        internal static string Show_Stack_Trace {
            get {
                return ResourceManager.GetString("Show_Stack_Trace", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1146
        /// <summary>
1147
        ///   Looks up a localized string similar to Solution file not found: &apos;{0}&apos;.
P
Pilchie 已提交
1148
        /// </summary>
1149
        internal static string Solution_file_not_found_colon_0 {
P
Pilchie 已提交
1150
            get {
1151
                return ResourceManager.GetString("Solution_file_not_found_colon_0", resourceCulture);
P
Pilchie 已提交
1152 1153 1154 1155
            }
        }
        
        /// <summary>
1156
        ///   Looks up a localized string similar to Specified path must be absolute..
P
Pilchie 已提交
1157
        /// </summary>
1158
        internal static string Specified_path_must_be_absolute {
P
Pilchie 已提交
1159
            get {
1160
                return ResourceManager.GetString("Specified_path_must_be_absolute", resourceCulture);
P
Pilchie 已提交
1161 1162 1163
            }
        }
        
1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181
        /// <summary>
        ///   Looks up a localized string similar to Static Field.
        /// </summary>
        internal static string Static_Field {
            get {
                return ResourceManager.GetString("Static_Field", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Static Method.
        /// </summary>
        internal static string Static_Method {
            get {
                return ResourceManager.GetString("Static_Method", resourceCulture);
            }
        }
        
1182 1183 1184 1185 1186 1187 1188 1189 1190
        /// <summary>
        ///   Looks up a localized string similar to Stream is too long..
        /// </summary>
        internal static string Stream_is_too_long {
            get {
                return ResourceManager.GetString("Stream_is_too_long", resourceCulture);
            }
        }
        
1191 1192 1193 1194 1195 1196 1197 1198 1199
        /// <summary>
        ///   Looks up a localized string similar to Struct.
        /// </summary>
        internal static string Struct {
            get {
                return ResourceManager.GetString("Struct", resourceCulture);
            }
        }
        
1200 1201 1202 1203 1204 1205 1206 1207 1208
        /// <summary>
        ///   Looks up a localized string similar to Suggestion.
        /// </summary>
        internal static string Suggestion {
            get {
                return ResourceManager.GetString("Suggestion", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1209
        /// <summary>
1210
        ///   Looks up a localized string similar to Supplied diagnostic cannot be null..
P
Pilchie 已提交
1211
        /// </summary>
1212
        internal static string Supplied_diagnostic_cannot_be_null {
P
Pilchie 已提交
1213
            get {
1214
                return ResourceManager.GetString("Supplied_diagnostic_cannot_be_null", resourceCulture);
P
Pilchie 已提交
1215 1216 1217 1218
            }
        }
        
        /// <summary>
1219
        ///   Looks up a localized string similar to Symbol &quot;{0}&quot; is not from source..
P
Pilchie 已提交
1220
        /// </summary>
1221
        internal static string Symbol_0_is_not_from_source {
P
Pilchie 已提交
1222
            get {
1223
                return ResourceManager.GetString("Symbol_0_is_not_from_source", resourceCulture);
P
Pilchie 已提交
1224 1225 1226
            }
        }
        
1227
        /// <summary>
1228
        ///   Looks up a localized string similar to Temporary storage cannot be written more than once..
1229
        /// </summary>
1230
        internal static string Temporary_storage_cannot_be_written_more_than_once {
1231
            get {
1232
                return ResourceManager.GetString("Temporary_storage_cannot_be_written_more_than_once", resourceCulture);
1233 1234 1235
            }
        }
        
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253
        /// <summary>
        ///   Looks up a localized string similar to The first word, &apos;{0}&apos;, must begin with a lower case character.
        /// </summary>
        internal static string The_first_word_0_must_begin_with_a_lower_case_character {
            get {
                return ResourceManager.GetString("The_first_word_0_must_begin_with_a_lower_case_character", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The first word, &apos;{0}&apos;, must begin with an upper case character.
        /// </summary>
        internal static string The_first_word_0_must_begin_with_an_upper_case_character {
            get {
                return ResourceManager.GetString("The_first_word_0_must_begin_with_an_upper_case_character", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1254
        /// <summary>
1255
        ///   Looks up a localized string similar to The language &apos;{0}&apos; is not supported..
1256
        /// </summary>
1257
        internal static string The_language_0_is_not_supported {
1258
            get {
1259
                return ResourceManager.GetString("The_language_0_is_not_supported", resourceCulture);
1260 1261 1262 1263
            }
        }
        
        /// <summary>
1264
        ///   Looks up a localized string similar to The member &apos;{0}&apos; is not declared within the declaration of the symbol..
1265
        /// </summary>
1266
        internal static string The_member_0_is_not_declared_within_the_declaration_of_the_symbol {
1267
            get {
1268
                return ResourceManager.GetString("The_member_0_is_not_declared_within_the_declaration_of_the_symbol", resourceCulture);
1269 1270 1271 1272
            }
        }
        
        /// <summary>
1273
        ///   Looks up a localized string similar to The node is not part of the tree..
1274
        /// </summary>
1275
        internal static string The_node_is_not_part_of_the_tree {
1276
            get {
1277
                return ResourceManager.GetString("The_node_is_not_part_of_the_tree", resourceCulture);
1278 1279 1280 1281
            }
        }
        
        /// <summary>
1282
        ///   Looks up a localized string similar to The position is not within the symbol&apos;s declaration.
1283
        /// </summary>
1284
        internal static string The_position_is_not_within_the_symbol_s_declaration {
1285
            get {
1286
                return ResourceManager.GetString("The_position_is_not_within_the_symbol_s_declaration", resourceCulture);
1287 1288 1289 1290
            }
        }
        
        /// <summary>
1291
        ///   Looks up a localized string similar to The project already references the target project..
1292
        /// </summary>
1293
        internal static string The_project_already_references_the_target_project {
1294
            get {
1295
                return ResourceManager.GetString("The_project_already_references_the_target_project", resourceCulture);
1296 1297 1298 1299
            }
        }
        
        /// <summary>
1300
        ///   Looks up a localized string similar to The project already transitively references the target project..
P
Pilchie 已提交
1301
        /// </summary>
1302
        internal static string The_project_already_transitively_references_the_target_project {
P
Pilchie 已提交
1303
            get {
1304
                return ResourceManager.GetString("The_project_already_transitively_references_the_target_project", resourceCulture);
P
Pilchie 已提交
1305 1306 1307 1308
            }
        }
        
        /// <summary>
1309
        ///   Looks up a localized string similar to The solution already contains the specified document..
P
Pilchie 已提交
1310
        /// </summary>
1311
        internal static string The_solution_already_contains_the_specified_document {
P
Pilchie 已提交
1312
            get {
1313
                return ResourceManager.GetString("The_solution_already_contains_the_specified_document", resourceCulture);
P
Pilchie 已提交
1314 1315 1316
            }
        }
        
1317
        /// <summary>
1318
        ///   Looks up a localized string similar to The solution already contains the specified project..
1319
        /// </summary>
1320
        internal static string The_solution_already_contains_the_specified_project {
1321
            get {
1322
                return ResourceManager.GetString("The_solution_already_contains_the_specified_project", resourceCulture);
1323 1324 1325
            }
        }
        
P
Pilchie 已提交
1326
        /// <summary>
1327
        ///   Looks up a localized string similar to The solution does not contain the specified document..
P
Pilchie 已提交
1328
        /// </summary>
1329
        internal static string The_solution_does_not_contain_the_specified_document {
P
Pilchie 已提交
1330
            get {
1331
                return ResourceManager.GetString("The_solution_does_not_contain_the_specified_document", resourceCulture);
P
Pilchie 已提交
1332 1333 1334 1335
            }
        }
        
        /// <summary>
1336
        ///   Looks up a localized string similar to The solution does not contain the specified project..
P
Pilchie 已提交
1337
        /// </summary>
1338
        internal static string The_solution_does_not_contain_the_specified_project {
P
Pilchie 已提交
1339
            get {
1340
                return ResourceManager.GetString("The_solution_does_not_contain_the_specified_project", resourceCulture);
P
Pilchie 已提交
1341 1342 1343
            }
        }
        
1344
        /// <summary>
1345
        ///   Looks up a localized string similar to The specified document is not a version of this document..
1346
        /// </summary>
1347
        internal static string The_specified_document_is_not_a_version_of_this_document {
1348
            get {
1349
                return ResourceManager.GetString("The_specified_document_is_not_a_version_of_this_document", resourceCulture);
1350 1351 1352
            }
        }
        
1353
        /// <summary>
1354
        ///   Looks up a localized string similar to The symbol &apos;{0}&apos; cannot be located within the current solution..
1355
        /// </summary>
1356
        internal static string The_symbol_0_cannot_be_located_within_the_current_solution {
1357
            get {
1358
                return ResourceManager.GetString("The_symbol_0_cannot_be_located_within_the_current_solution", resourceCulture);
1359 1360 1361
            }
        }
        
1362
        /// <summary>
M
Matt Warren 已提交
1363
        ///   Looks up a localized string similar to The type &apos;{0}&apos; is not understood by the serialization binder..
1364
        /// </summary>
M
Matt Warren 已提交
1365
        internal static string The_type_0_is_not_understood_by_the_serialization_binder {
1366
            get {
M
Matt Warren 已提交
1367
                return ResourceManager.GetString("The_type_0_is_not_understood_by_the_serialization_binder", resourceCulture);
1368 1369 1370
            }
        }
        
1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415
        /// <summary>
        ///   Looks up a localized string similar to These non-leading words must begin with a lowercase letter: {0}.
        /// </summary>
        internal static string These_non_leading_words_must_begin_with_a_lowercase_letter_colon_0 {
            get {
                return ResourceManager.GetString("These_non_leading_words_must_begin_with_a_lowercase_letter_colon_0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to These non-leading words must begin with an upper case letter: {0}.
        /// </summary>
        internal static string These_non_leading_words_must_begin_with_an_upper_case_letter_colon_0 {
            get {
                return ResourceManager.GetString("These_non_leading_words_must_begin_with_an_upper_case_letter_colon_0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to These words cannot contain lower case characters: {0}.
        /// </summary>
        internal static string These_words_cannot_contain_lower_case_characters_colon_0 {
            get {
                return ResourceManager.GetString("These_words_cannot_contain_lower_case_characters_colon_0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to These words cannot contain upper case characters: {0}.
        /// </summary>
        internal static string These_words_cannot_contain_upper_case_characters_colon_0 {
            get {
                return ResourceManager.GetString("These_words_cannot_contain_upper_case_characters_colon_0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to These words must begin with upper case characters: {0}.
        /// </summary>
        internal static string These_words_must_begin_with_upper_case_characters_colon_0 {
            get {
                return ResourceManager.GetString("These_words_must_begin_with_upper_case_characters_colon_0", resourceCulture);
            }
        }
        
1416
        /// <summary>
1417
        ///   Looks up a localized string similar to This submission already references another submission project..
1418
        /// </summary>
1419
        internal static string This_submission_already_references_another_submission_project {
1420
            get {
1421
                return ResourceManager.GetString("This_submission_already_references_another_submission_project", resourceCulture);
1422 1423 1424
            }
        }
        
P
Pilchie 已提交
1425
        /// <summary>
1426
        ///   Looks up a localized string similar to This workspace does not support opening and closing documents..
P
Pilchie 已提交
1427
        /// </summary>
1428
        internal static string This_workspace_does_not_support_opening_and_closing_documents {
P
Pilchie 已提交
1429
            get {
1430
                return ResourceManager.GetString("This_workspace_does_not_support_opening_and_closing_documents", resourceCulture);
P
Pilchie 已提交
1431 1432 1433
            }
        }
        
1434 1435 1436 1437 1438 1439 1440 1441 1442
        /// <summary>
        ///   Looks up a localized string similar to Types.
        /// </summary>
        internal static string Types {
            get {
                return ResourceManager.GetString("Types", resourceCulture);
            }
        }
        
1443
        /// <summary>
1444
        ///   Looks up a localized string similar to Unknown identifier..
1445
        /// </summary>
1446
        internal static string Unknown_identifier {
1447
            get {
1448
                return ResourceManager.GetString("Unknown_identifier", resourceCulture);
1449 1450 1451
            }
        }
        
P
Pilchie 已提交
1452
        /// <summary>
1453
        ///   Looks up a localized string similar to Unmerged change from project &apos;{0}&apos;.
P
Pilchie 已提交
1454
        /// </summary>
1455
        internal static string Unmerged_change_from_project_0 {
P
Pilchie 已提交
1456
            get {
1457
                return ResourceManager.GetString("Unmerged_change_from_project_0", resourceCulture);
P
Pilchie 已提交
1458 1459 1460 1461
            }
        }
        
        /// <summary>
1462
        ///   Looks up a localized string similar to Unrecognized language name..
P
Pilchie 已提交
1463
        /// </summary>
1464
        internal static string Unrecognized_language_name {
P
Pilchie 已提交
1465
            get {
1466
                return ResourceManager.GetString("Unrecognized_language_name", resourceCulture);
P
Pilchie 已提交
1467 1468 1469
            }
        }
        
1470 1471 1472
        /// <summary>
        ///   Looks up a localized string similar to Usage:.
        /// </summary>
1473
        internal static string Usage_colon {
1474
            get {
1475
                return ResourceManager.GetString("Usage_colon", resourceCulture);
1476 1477 1478
            }
        }
        
P
Pilchie 已提交
1479 1480 1481
        /// <summary>
        ///   Looks up a localized string similar to Value too large to be represented as a 30 bit unsigned integer..
        /// </summary>
1482
        internal static string Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer {
P
Pilchie 已提交
1483
            get {
1484
                return ResourceManager.GetString("Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer", resourceCulture);
P
Pilchie 已提交
1485 1486 1487
            }
        }
        
1488 1489 1490 1491 1492 1493 1494 1495 1496
        /// <summary>
        ///   Looks up a localized string similar to Variables captured:.
        /// </summary>
        internal static string Variables_captured_colon {
            get {
                return ResourceManager.GetString("Variables_captured_colon", resourceCulture);
            }
        }
        
1497 1498 1499 1500 1501 1502 1503 1504 1505
        /// <summary>
        ///   Looks up a localized string similar to Warning.
        /// </summary>
        internal static string Warning {
            get {
                return ResourceManager.GetString("Warning", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1506 1507 1508
        /// <summary>
        ///   Looks up a localized string similar to Workspace is not empty..
        /// </summary>
1509
        internal static string Workspace_is_not_empty {
1510
            get {
1511
                return ResourceManager.GetString("Workspace_is_not_empty", resourceCulture);
1512 1513
            }
        }
P
Pilchie 已提交
1514 1515
    }
}