EditorFeaturesResources.Designer.cs 81.6 KB
Newer Older
1 2 3
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
C
Charles Stoner 已提交
4
//     Runtime Version:4.0.30319.42000
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Microsoft.CodeAnalysis.Editor {
    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.
22
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
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
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class EditorFeaturesResources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal EditorFeaturesResources() {
        }
        
        /// <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)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.Editor.EditorFeaturesResources", typeof(EditorFeaturesResources).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)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
64
        ///   Looks up a localized string similar to {0} conflict(s) will be resolved.
65
        /// </summary>
66
        internal static string _0_conflict_s_will_be_resolved {
67
            get {
68
                return ResourceManager.GetString("_0_conflict_s_will_be_resolved", resourceCulture);
69 70 71
            }
        }
        
72 73 74 75 76 77 78 79 80
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; declarations.
        /// </summary>
        internal static string _0_declarations {
            get {
                return ResourceManager.GetString("_0_declarations", resourceCulture);
            }
        }
        
81
        /// <summary>
82
        ///   Looks up a localized string similar to &apos;{0}&apos; does not support the &apos;{1}&apos; operation. However, it may contain nested &apos;{2}&apos;s (see &apos;{2}.{3}&apos;) that support this operation..
83
        /// </summary>
84
        internal static string _0_does_not_support_the_1_operation_However_it_may_contain_nested_2_s_see_2_3_that_support_this_operation {
85
            get {
86 87
                return ResourceManager.GetString("_0_does_not_support_the_1_operation_However_it_may_contain_nested_2_s_see_2_3_tha" +
                        "t_support_this_operation", resourceCulture);
88 89 90
            }
        }
        
91 92 93 94 95 96 97 98 99
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; implementations.
        /// </summary>
        internal static string _0_implementations {
            get {
                return ResourceManager.GetString("_0_implementations", resourceCulture);
            }
        }
        
100
        /// <summary>
101
        ///   Looks up a localized string similar to {0} - (Line {1}).
102
        /// </summary>
103
        internal static string _0_Line_1 {
104
            get {
105
                return ResourceManager.GetString("_0_Line_1", resourceCulture);
106 107 108
            }
        }
        
109 110 111 112 113 114 115 116 117
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; references.
        /// </summary>
        internal static string _0_references {
            get {
                return ResourceManager.GetString("_0_references", resourceCulture);
            }
        }
        
118
        /// <summary>
119
        ///   Looks up a localized string similar to {0} unresolvable conflict(s).
120
        /// </summary>
121
        internal static string _0_unresolvable_conflict_s {
122
            get {
123
                return ResourceManager.GetString("_0_unresolvable_conflict_s", resourceCulture);
124 125 126 127
            }
        }
        
        /// <summary>
128
        ///   Looks up a localized string similar to Active Statement.
129
        /// </summary>
130
        internal static string Active_Statement {
131
            get {
132
                return ResourceManager.GetString("Active_Statement", resourceCulture);
133 134 135 136
            }
        }
        
        /// <summary>
137
        ///   Looks up a localized string similar to Adding &apos;{0}&apos; to &apos;{1}&apos; with content:.
138
        /// </summary>
139
        internal static string Adding_0_to_1_with_content_colon {
140
            get {
141
                return ResourceManager.GetString("Adding_0_to_1_with_content_colon", resourceCulture);
142 143 144 145
            }
        }
        
        /// <summary>
146
        ///   Looks up a localized string similar to Adding analyzer reference &apos;{0}&apos; to &apos;{1}&apos;.
147
        /// </summary>
148
        internal static string Adding_analyzer_reference_0_to_1 {
149
            get {
150
                return ResourceManager.GetString("Adding_analyzer_reference_0_to_1", resourceCulture);
151 152 153 154
            }
        }
        
        /// <summary>
155
        ///   Looks up a localized string similar to Adding project &apos;{0}&apos;.
156
        /// </summary>
157
        internal static string Adding_project_0 {
158
            get {
159
                return ResourceManager.GetString("Adding_project_0", resourceCulture);
160 161 162 163
            }
        }
        
        /// <summary>
164
        ///   Looks up a localized string similar to Adding reference &apos;{0}&apos; to &apos;{1}&apos;.
165
        /// </summary>
166
        internal static string Adding_reference_0_to_1 {
167
            get {
168
                return ResourceManager.GetString("Adding_reference_0_to_1", resourceCulture);
169 170 171 172
            }
        }
        
        /// <summary>
173
        ///   Looks up a localized string similar to Already tracking document with identical key.
174
        /// </summary>
175
        internal static string Already_tracking_document_with_identical_key {
176
            get {
177
                return ResourceManager.GetString("Already_tracking_document_with_identical_key", resourceCulture);
178 179 180 181
            }
        }
        
        /// <summary>
182
        ///   Looks up a localized string similar to An active inline rename session is still active. Complete it before starting a new one..
183
        /// </summary>
184
        internal static string An_active_inline_rename_session_is_still_active_Complete_it_before_starting_a_new_one {
185
            get {
186 187
                return ResourceManager.GetString("An_active_inline_rename_session_is_still_active_Complete_it_before_starting_a_new" +
                        "_one", resourceCulture);
188 189 190
            }
        }
        
191 192 193 194 195 196 197 198 199
        /// <summary>
        ///   Looks up a localized string similar to An inline rename session is active.
        /// </summary>
        internal static string An_inline_rename_session_is_active {
            get {
                return ResourceManager.GetString("An_inline_rename_session_is_active", resourceCulture);
            }
        }
        
200
        /// <summary>
201
        ///   Looks up a localized string similar to _Apply.
202
        /// </summary>
203
        internal static string Apply1 {
204
            get {
205
                return ResourceManager.GetString("Apply1", resourceCulture);
206 207 208 209
            }
        }
        
        /// <summary>
210
        ///   Looks up a localized string similar to Apply.
211
        /// </summary>
212
        internal static string Apply2 {
213
            get {
214
                return ResourceManager.GetString("Apply2", resourceCulture);
215 216 217 218
            }
        }
        
        /// <summary>
219
        ///   Looks up a localized string similar to Apply.
220
        /// </summary>
221
        internal static string Apply3 {
222
            get {
223
                return ResourceManager.GetString("Apply3", resourceCulture);
224 225 226 227
            }
        }
        
        /// <summary>
228
        ///   Looks up a localized string similar to Applying &quot;{0}&quot;....
229
        /// </summary>
230
        internal static string Applying_0 {
231
            get {
232
                return ResourceManager.GetString("Applying_0", resourceCulture);
233 234 235
            }
        }
        
236 237 238 239 240 241 242 243 244
        /// <summary>
        ///   Looks up a localized string similar to Applying changes.
        /// </summary>
        internal static string Applying_changes {
            get {
                return ResourceManager.GetString("Applying_changes", resourceCulture);
            }
        }
        
245
        /// <summary>
246
        ///   Looks up a localized string similar to Applying &quot;Encapsulate Field&quot; refactoring....
247
        /// </summary>
248
        internal static string Applying_Encapsulate_Field_refactoring {
249
            get {
250
                return ResourceManager.GetString("Applying_Encapsulate_Field_refactoring", resourceCulture);
251 252 253 254
            }
        }
        
        /// <summary>
255
        ///   Looks up a localized string similar to Applying &quot;Extract Method&quot; refactoring....
256
        /// </summary>
257
        internal static string Applying_Extract_Method_refactoring {
258
            get {
259
                return ResourceManager.GetString("Applying_Extract_Method_refactoring", resourceCulture);
260 261 262 263
            }
        }
        
        /// <summary>
264
        ///   Looks up a localized string similar to Automatic Formatting.
265
        /// </summary>
266
        internal static string Automatic_Formatting {
267
            get {
268
                return ResourceManager.GetString("Automatic_Formatting", resourceCulture);
269 270 271 272
            }
        }
        
        /// <summary>
273
        ///   Looks up a localized string similar to Automatic Line Ender.
274
        /// </summary>
275
        internal static string Automatic_Line_Ender {
276
            get {
277
                return ResourceManager.GetString("Automatic_Line_Ender", resourceCulture);
278 279 280 281
            }
        }
        
        /// <summary>
282
        ///   Looks up a localized string similar to Automatic Pair Completion.
283
        /// </summary>
284
        internal static string Automatic_Pair_Completion {
285
            get {
286
                return ResourceManager.GetString("Automatic_Pair_Completion", resourceCulture);
287 288 289 290
            }
        }
        
        /// <summary>
291
        ///   Looks up a localized string similar to Automatic Pair Completion End Point Marker Color.
292
        /// </summary>
293
        internal static string Automatic_Pair_Completion_End_Point_Marker_Color {
294
            get {
295
                return ResourceManager.GetString("Automatic_Pair_Completion_End_Point_Marker_Color", resourceCulture);
296 297 298 299
            }
        }
        
        /// <summary>
300
        ///   Looks up a localized string similar to Automatically completing....
301
        /// </summary>
302
        internal static string Automatically_completing {
303
            get {
304
                return ResourceManager.GetString("Automatically_completing", resourceCulture);
305 306 307
            }
        }
        
308
        /// <summary>
309
        ///   Looks up a localized string similar to Block Comment Editing.
310
        /// </summary>
311
        internal static string Block_Comment_Editing {
312
            get {
313
                return ResourceManager.GetString("Block_Comment_Editing", resourceCulture);
314 315 316
            }
        }
        
317
        /// <summary>
318
        ///   Looks up a localized string similar to Brace Completion.
319
        /// </summary>
320
        internal static string Brace_Completion {
321
            get {
322
                return ResourceManager.GetString("Brace_Completion", resourceCulture);
323 324 325 326
            }
        }
        
        /// <summary>
327
        ///   Looks up a localized string similar to Brace Matching.
328
        /// </summary>
329
        internal static string Brace_Matching {
330
            get {
331
                return ResourceManager.GetString("Brace_Matching", resourceCulture);
332 333 334 335
            }
        }
        
        /// <summary>
336
        ///   Looks up a localized string similar to Call Hierarchy.
337
        /// </summary>
338
        internal static string Call_Hierarchy {
339
            get {
340
                return ResourceManager.GetString("Call_Hierarchy", resourceCulture);
341 342 343 344
            }
        }
        
        /// <summary>
345
        ///   Looks up a localized string similar to Called In.
346
        /// </summary>
347
        internal static string Called_In {
348
            get {
349
                return ResourceManager.GetString("Called_In", resourceCulture);
350 351 352
            }
        }
        
353
        /// <summary>
354
        ///   Looks up a localized string similar to Calls To &apos;{0}&apos;.
355
        /// </summary>
356
        internal static string Calls_To_0 {
357
            get {
358
                return ResourceManager.GetString("Calls_To_0", resourceCulture);
359 360 361
            }
        }
        
362
        /// <summary>
363
        ///   Looks up a localized string similar to Calls To Base Member &apos;{0}&apos;.
364
        /// </summary>
365
        internal static string Calls_To_Base_Member_0 {
366
            get {
367
                return ResourceManager.GetString("Calls_To_Base_Member_0", resourceCulture);
368 369 370 371
            }
        }
        
        /// <summary>
372
        ///   Looks up a localized string similar to Calls To Interface Implementation &apos;{0}&apos;.
373
        /// </summary>
374
        internal static string Calls_To_Interface_Implementation_0 {
375
            get {
376
                return ResourceManager.GetString("Calls_To_Interface_Implementation_0", resourceCulture);
377 378 379 380
            }
        }
        
        /// <summary>
381
        ///   Looks up a localized string similar to Calls To Overrides.
382
        /// </summary>
383
        internal static string Calls_To_Overrides {
384
            get {
385
                return ResourceManager.GetString("Calls_To_Overrides", resourceCulture);
386 387 388 389
            }
        }
        
        /// <summary>
390
        ///   Looks up a localized string similar to Can&apos;t compare positions from different text snapshots.
391
        /// </summary>
392
        internal static string Can_t_compare_positions_from_different_text_snapshots {
393
            get {
394
                return ResourceManager.GetString("Can_t_compare_positions_from_different_text_snapshots", resourceCulture);
395 396 397 398
            }
        }
        
        /// <summary>
399
        ///   Looks up a localized string similar to Cancel.
400
        /// </summary>
401
        internal static string Cancel {
402
            get {
403
                return ResourceManager.GetString("Cancel", resourceCulture);
404 405 406 407
            }
        }
        
        /// <summary>
408
        ///   Looks up a localized string similar to Canceled..
409
        /// </summary>
410
        internal static string Canceled {
411
            get {
412
                return ResourceManager.GetString("Canceled", resourceCulture);
413 414 415 416
            }
        }
        
        /// <summary>
417
        ///   Looks up a localized string similar to Cannot apply operation while a rename session is active..
418
        /// </summary>
419
        internal static string Cannot_apply_operation_while_a_rename_session_is_active {
420
            get {
421
                return ResourceManager.GetString("Cannot_apply_operation_while_a_rename_session_is_active", resourceCulture);
422 423 424 425
            }
        }
        
        /// <summary>
426
        ///   Looks up a localized string similar to Cannot navigate to the symbol under the caret..
427
        /// </summary>
428
        internal static string Cannot_navigate_to_the_symbol_under_the_caret {
429
            get {
430
                return ResourceManager.GetString("Cannot_navigate_to_the_symbol_under_the_caret", resourceCulture);
431 432 433
            }
        }
        
C
Cheryl Borley 已提交
434 435 436 437 438 439 440 441 442
        /// <summary>
        ///   Looks up a localized string similar to Change configuration.
        /// </summary>
        internal static string Change_configuration {
            get {
                return ResourceManager.GetString("Change_configuration", resourceCulture);
            }
        }
        
443
        /// <summary>
444
        ///   Looks up a localized string similar to Change Signature.
445
        /// </summary>
446
        internal static string Change_Signature {
447
            get {
448
                return ResourceManager.GetString("Change_Signature", resourceCulture);
449 450 451 452
            }
        }
        
        /// <summary>
453
        ///   Looks up a localized string similar to Change Signature:.
454
        /// </summary>
455
        internal static string Change_Signature_colon {
456
            get {
457
                return ResourceManager.GetString("Change_Signature_colon", resourceCulture);
458 459 460 461
            }
        }
        
        /// <summary>
462
        ///   Looks up a localized string similar to Changes.
463
        /// </summary>
464
        internal static string Changes {
465
            get {
466
                return ResourceManager.GetString("Changes", resourceCulture);
467 468 469 470
            }
        }
        
        /// <summary>
471
        ///   Looks up a localized string similar to Changes the current prompt settings..
472
        /// </summary>
473
        internal static string Changes_the_current_prompt_settings {
474
            get {
475
                return ResourceManager.GetString("Changes_the_current_prompt_settings", resourceCulture);
476 477 478 479
            }
        }
        
        /// <summary>
480
        ///   Looks up a localized string similar to Changing project references for &apos;{0}&apos;.
481
        /// </summary>
482
        internal static string Changing_project_references_for_0 {
483
            get {
484
                return ResourceManager.GetString("Changing_project_references_for_0", resourceCulture);
485 486 487 488
            }
        }
        
        /// <summary>
489
        ///   Looks up a localized string similar to Class Parts.
490
        /// </summary>
491
        internal static string Class_Parts {
492
            get {
493
                return ResourceManager.GetString("Class_Parts", resourceCulture);
494 495 496
            }
        }
        
497
        /// <summary>
498
        ///   Looks up a localized string similar to Code cleanup is not configured.
499
        /// </summary>
500
        internal static string Code_cleanup_is_not_configured {
501
            get {
502
                return ResourceManager.GetString("Code_cleanup_is_not_configured", resourceCulture);
503 504 505
            }
        }
        
C
Carol Hu 已提交
506
        /// <summary>
507
        ///   Looks up a localized string similar to Code Completion.
C
Carol Hu 已提交
508
        /// </summary>
509
        internal static string Code_Completion {
C
Carol Hu 已提交
510
            get {
511
                return ResourceManager.GetString("Code_Completion", resourceCulture);
C
Carol Hu 已提交
512 513 514
            }
        }
        
515
        /// <summary>
516
        ///   Looks up a localized string similar to Comment Selection.
517
        /// </summary>
518
        internal static string Comment_Selection {
519
            get {
520
                return ResourceManager.GetString("Comment_Selection", resourceCulture);
521 522 523
            }
        }
        
524
        /// <summary>
525
        ///   Looks up a localized string similar to Comment/Uncomment Selection.
526
        /// </summary>
527
        internal static string Comment_Uncomment_Selection {
528
            get {
529
                return ResourceManager.GetString("Comment_Uncomment_Selection", resourceCulture);
530 531 532
            }
        }
        
533
        /// <summary>
534
        ///   Looks up a localized string similar to Commenting currently selected text....
535
        /// </summary>
536
        internal static string Commenting_currently_selected_text {
537
            get {
538
                return ResourceManager.GetString("Commenting_currently_selected_text", resourceCulture);
539 540 541 542
            }
        }
        
        /// <summary>
543
        ///   Looks up a localized string similar to Completing Tag.
544
        /// </summary>
545
        internal static string Completing_Tag {
546
            get {
547
                return ResourceManager.GetString("Completing_Tag", resourceCulture);
548 549 550 551
            }
        }
        
        /// <summary>
552
        ///   Looks up a localized string similar to Computing Call Hierarchy Information.
553
        /// </summary>
554
        internal static string Computing_Call_Hierarchy_Information {
555
            get {
556
                return ResourceManager.GetString("Computing_Call_Hierarchy_Information", resourceCulture);
557 558 559 560
            }
        }
        
        /// <summary>
561
        ///   Looks up a localized string similar to Computing Rename information....
562
        /// </summary>
563
        internal static string Computing_Rename_information {
564
            get {
565
                return ResourceManager.GetString("Computing_Rename_information", resourceCulture);
566 567 568
            }
        }
        
C
Carol Hu 已提交
569 570 571 572 573 574 575 576 577
        /// <summary>
        ///   Looks up a localized string similar to Configure it now.
        /// </summary>
        internal static string Configure_it_now {
            get {
                return ResourceManager.GetString("Configure_it_now", resourceCulture);
            }
        }
        
578
        /// <summary>
579
        ///   Looks up a localized string similar to Conflict.
580
        /// </summary>
581
        internal static string Conflict {
582
            get {
583
                return ResourceManager.GetString("Conflict", resourceCulture);
584 585 586 587
            }
        }
        
        /// <summary>
588
        ///   Looks up a localized string similar to Cursor must be on a member name..
589
        /// </summary>
590
        internal static string Cursor_must_be_on_a_member_name {
591
            get {
592
                return ResourceManager.GetString("Cursor_must_be_on_a_member_name", resourceCulture);
593 594 595 596
            }
        }
        
        /// <summary>
597
        ///   Looks up a localized string similar to Directly Called In.
598
        /// </summary>
599
        internal static string Directly_Called_In {
600
            get {
601
                return ResourceManager.GetString("Directly_Called_In", resourceCulture);
602 603 604 605
            }
        }
        
        /// <summary>
606
        ///   Looks up a localized string similar to Display conflict resolutions.
607
        /// </summary>
608
        internal static string Display_conflict_resolutions {
609
            get {
610
                return ResourceManager.GetString("Display_conflict_resolutions", resourceCulture);
611 612 613
            }
        }
        
C
Carol Hu 已提交
614 615 616 617 618 619 620 621 622
        /// <summary>
        ///   Looks up a localized string similar to Do not show this message again.
        /// </summary>
        internal static string Do_not_show_this_message_again {
            get {
                return ResourceManager.GetString("Do_not_show_this_message_again", resourceCulture);
            }
        }
        
623
        /// <summary>
624
        ///   Looks up a localized string similar to Do you still want to proceed? This may produce broken code..
625
        /// </summary>
626
        internal static string Do_you_still_want_to_proceed_This_may_produce_broken_code {
627
            get {
628
                return ResourceManager.GetString("Do_you_still_want_to_proceed_This_may_produce_broken_code", resourceCulture);
629 630 631 632
            }
        }
        
        /// <summary>
633
        ///   Looks up a localized string similar to document is not currently being tracked.
634
        /// </summary>
635
        internal static string document_is_not_currently_being_tracked {
636
            get {
637
                return ResourceManager.GetString("document_is_not_currently_being_tracked", resourceCulture);
638 639 640 641
            }
        }
        
        /// <summary>
642
        ///   Looks up a localized string similar to Document must be contained in the workspace that created this service.
643
        /// </summary>
644
        internal static string Document_must_be_contained_in_the_workspace_that_created_this_service {
645
            get {
646
                return ResourceManager.GetString("Document_must_be_contained_in_the_workspace_that_created_this_service", resourceCulture);
647 648 649 650
            }
        }
        
        /// <summary>
651
        ///   Looks up a localized string similar to Documentation Comment.
652
        /// </summary>
653
        internal static string Documentation_Comment {
654
            get {
655
                return ResourceManager.GetString("Documentation_Comment", resourceCulture);
656 657 658 659
            }
        }
        
        /// <summary>
660
        ///   Looks up a localized string similar to Encapsulate Field.
661
        /// </summary>
662
        internal static string Encapsulate_Field {
663
            get {
664
                return ResourceManager.GetString("Encapsulate_Field", resourceCulture);
665 666 667 668
            }
        }
        
        /// <summary>
669
        ///   Looks up a localized string similar to Encapsulate Field:.
670
        /// </summary>
671
        internal static string Encapsulate_Field_colon {
672
            get {
673
                return ResourceManager.GetString("Encapsulate_Field_colon", resourceCulture);
674 675 676 677
            }
        }
        
        /// <summary>
678
        ///   Looks up a localized string similar to Engine must be attached to an Interactive Window..
679
        /// </summary>
680
        internal static string Engine_must_be_attached_to_an_Interactive_Window {
681
            get {
682
                return ResourceManager.GetString("Engine_must_be_attached_to_an_Interactive_Window", resourceCulture);
683 684 685
            }
        }
        
686
        /// <summary>
687
        ///   Looks up a localized string similar to Execute In Interactive.
688
        /// </summary>
689
        internal static string Execute_In_Interactive {
690
            get {
691
                return ResourceManager.GetString("Execute_In_Interactive", resourceCulture);
692 693 694 695
            }
        }
        
        /// <summary>
696
        ///   Looks up a localized string similar to Extract Interface.
697
        /// </summary>
698
        internal static string Extract_Interface {
699
            get {
700
                return ResourceManager.GetString("Extract_Interface", resourceCulture);
701 702 703
            }
        }
        
704
        /// <summary>
705
        ///   Looks up a localized string similar to Extract Method.
706
        /// </summary>
707
        internal static string Extract_Method {
708
            get {
709
                return ResourceManager.GetString("Extract_Method", resourceCulture);
710 711 712 713
            }
        }
        
        /// <summary>
714
        ///   Looks up a localized string similar to Extract method encountered the following issues:.
715
        /// </summary>
716
        internal static string Extract_method_encountered_the_following_issues {
717
            get {
718
                return ResourceManager.GetString("Extract_method_encountered_the_following_issues", resourceCulture);
719 720 721
            }
        }
        
722 723 724 725 726 727 728 729 730
        /// <summary>
        ///   Looks up a localized string similar to Filter.
        /// </summary>
        internal static string Filter_image_element {
            get {
                return ResourceManager.GetString("Filter_image_element", resourceCulture);
            }
        }
        
731
        /// <summary>
732
        ///   Looks up a localized string similar to Find References.
733
        /// </summary>
734
        internal static string Find_References {
735
            get {
736
                return ResourceManager.GetString("Find_References", resourceCulture);
737 738 739 740
            }
        }
        
        /// <summary>
741
        ///   Looks up a localized string similar to Finding enclosing span....
742
        /// </summary>
743
        internal static string Finding_enclosing_span {
744
            get {
745
                return ResourceManager.GetString("Finding_enclosing_span", resourceCulture);
746 747 748 749
            }
        }
        
        /// <summary>
750
        ///   Looks up a localized string similar to Finding references....
751
        /// </summary>
752
        internal static string Finding_references {
753
            get {
754
                return ResourceManager.GetString("Finding_references", resourceCulture);
755 756 757
            }
        }
        
D
David Poeschl 已提交
758
        /// <summary>
759
        ///   Looks up a localized string similar to Finding references of &quot;{0}&quot;....
D
David Poeschl 已提交
760
        /// </summary>
761
        internal static string Finding_references_of_0 {
D
David Poeschl 已提交
762
            get {
763
                return ResourceManager.GetString("Finding_references_of_0", resourceCulture);
D
David Poeschl 已提交
764 765 766
            }
        }
        
767
        /// <summary>
768
        ///   Looks up a localized string similar to Finding span of next sibling....
769
        /// </summary>
770
        internal static string Finding_span_of_next_sibling {
771
            get {
772
                return ResourceManager.GetString("Finding_span_of_next_sibling", resourceCulture);
773 774 775 776
            }
        }
        
        /// <summary>
777
        ///   Looks up a localized string similar to Finding span of previous sibling....
778
        /// </summary>
779
        internal static string Finding_span_of_previous_sibling {
780
            get {
781
                return ResourceManager.GetString("Finding_span_of_previous_sibling", resourceCulture);
782 783 784 785
            }
        }
        
        /// <summary>
786
        ///   Looks up a localized string similar to Finding token to rename....
787
        /// </summary>
788
        internal static string Finding_token_to_rename {
789
            get {
790
                return ResourceManager.GetString("Finding_token_to_rename", resourceCulture);
791 792 793 794
            }
        }
        
        /// <summary>
795
        ///   Looks up a localized string similar to Finding word extent....
796
        /// </summary>
797
        internal static string Finding_word_extent {
798
            get {
799
                return ResourceManager.GetString("Finding_word_extent", resourceCulture);
800 801 802 803
            }
        }
        
        /// <summary>
804
        ///   Looks up a localized string similar to Fix all occurrences in.
805
        /// </summary>
806
        internal static string Fix_all_occurrences_in {
807
            get {
808
                return ResourceManager.GetString("Fix_all_occurrences_in", resourceCulture);
809 810 811 812
            }
        }
        
        /// <summary>
813
        ///   Looks up a localized string similar to Format Document.
814
        /// </summary>
815
        internal static string Format_Document {
816
            get {
817
                return ResourceManager.GetString("Format_Document", resourceCulture);
818 819 820
            }
        }
        
C
Cheryl Borley 已提交
821 822 823 824 825 826 827 828 829
        /// <summary>
        ///   Looks up a localized string similar to Format Document performed additional cleanup.
        /// </summary>
        internal static string Format_document_performed_additional_cleanup {
            get {
                return ResourceManager.GetString("Format_document_performed_additional_cleanup", resourceCulture);
            }
        }
        
830
        /// <summary>
831
        ///   Looks up a localized string similar to Format Paste.
832
        /// </summary>
833
        internal static string Format_Paste {
834
            get {
835
                return ResourceManager.GetString("Format_Paste", resourceCulture);
836 837 838 839
            }
        }
        
        /// <summary>
840
        ///   Looks up a localized string similar to Format Selection.
841
        /// </summary>
842
        internal static string Format_Selection {
843
            get {
844
                return ResourceManager.GetString("Format_Selection", resourceCulture);
845 846 847 848
            }
        }
        
        /// <summary>
849
        ///   Looks up a localized string similar to Format Token.
850
        /// </summary>
851
        internal static string Format_Token {
852
            get {
853
                return ResourceManager.GetString("Format_Token", resourceCulture);
854 855 856 857
            }
        }
        
        /// <summary>
858
        ///   Looks up a localized string similar to Formatting.
859
        /// </summary>
860
        internal static string Formatting {
861
            get {
862
                return ResourceManager.GetString("Formatting", resourceCulture);
863 864 865 866
            }
        }
        
        /// <summary>
867
        ///   Looks up a localized string similar to Formatting currently selected text....
868
        /// </summary>
869
        internal static string Formatting_currently_selected_text {
870
            get {
871
                return ResourceManager.GetString("Formatting_currently_selected_text", resourceCulture);
872 873 874 875
            }
        }
        
        /// <summary>
876
        ///   Looks up a localized string similar to Formatting document....
877
        /// </summary>
878
        internal static string Formatting_document {
879
            get {
880
                return ResourceManager.GetString("Formatting_document", resourceCulture);
881 882 883 884
            }
        }
        
        /// <summary>
885
        ///   Looks up a localized string similar to Formatting pasted text....
886
        /// </summary>
887
        internal static string Formatting_pasted_text {
888
            get {
889
                return ResourceManager.GetString("Formatting_pasted_text", resourceCulture);
890 891 892 893
            }
        }
        
        /// <summary>
894
        ///   Looks up a localized string similar to from metadata.
895
        /// </summary>
896
        internal static string from_metadata {
897
            get {
898
                return ResourceManager.GetString("from_metadata", resourceCulture);
899 900 901 902
            }
        }
        
        /// <summary>
903
        ///   Looks up a localized string similar to Given Workspace doesn&apos;t support Undo.
904
        /// </summary>
905
        internal static string Given_Workspace_doesn_t_support_Undo {
906
            get {
907
                return ResourceManager.GetString("Given_Workspace_doesn_t_support_Undo", resourceCulture);
908 909 910
            }
        }
        
911
        /// <summary>
912
        ///   Looks up a localized string similar to Go To Adjacent Member.
913
        /// </summary>
914
        internal static string Go_To_Adjacent_Member {
915
            get {
916
                return ResourceManager.GetString("Go_To_Adjacent_Member", resourceCulture);
917 918 919
            }
        }
        
920
        /// <summary>
921
        ///   Looks up a localized string similar to Go to Definition.
922
        /// </summary>
923
        internal static string Go_to_Definition {
924
            get {
925
                return ResourceManager.GetString("Go_to_Definition", resourceCulture);
926 927 928 929
            }
        }
        
        /// <summary>
930
        ///   Looks up a localized string similar to Go To Implementation.
931
        /// </summary>
932
        internal static string Go_To_Implementation {
933
            get {
934
                return ResourceManager.GetString("Go_To_Implementation", resourceCulture);
935 936 937 938
            }
        }
        
        /// <summary>
939
        ///   Looks up a localized string similar to Highlighted Definition.
940
        /// </summary>
941
        internal static string Highlighted_Definition {
942
            get {
943
                return ResourceManager.GetString("Highlighted_Definition", resourceCulture);
944 945 946 947
            }
        }
        
        /// <summary>
948
        ///   Looks up a localized string similar to Highlighted Written Reference.
949
        /// </summary>
950
        internal static string Highlighted_Written_Reference {
951
            get {
952
                return ResourceManager.GetString("Highlighted_Written_Reference", resourceCulture);
953 954 955 956
            }
        }
        
        /// <summary>
957
        ///   Looks up a localized string similar to Implemented By.
958
        /// </summary>
959
        internal static string Implemented_By {
960
            get {
961
                return ResourceManager.GetString("Implemented_By", resourceCulture);
962 963 964 965
            }
        }
        
        /// <summary>
966
        ///   Looks up a localized string similar to Implements.
967
        /// </summary>
968
        internal static string Implements_ {
969
            get {
970
                return ResourceManager.GetString("Implements_", resourceCulture);
971 972 973 974
            }
        }
        
        /// <summary>
975
        ///   Looks up a localized string similar to Implements &apos;{0}&apos;.
976
        /// </summary>
977
        internal static string Implements_0 {
978
            get {
979
                return ResourceManager.GetString("Implements_0", resourceCulture);
980 981 982 983
            }
        }
        
        /// <summary>
984
        ///   Looks up a localized string similar to Include _comments.
985
        /// </summary>
986
        internal static string Include_comments {
987
            get {
988
                return ResourceManager.GetString("Include_comments", resourceCulture);
989 990 991 992
            }
        }
        
        /// <summary>
993
        ///   Looks up a localized string similar to Include _overload(s).
994
        /// </summary>
995
        internal static string Include_overload_s {
996
            get {
997
                return ResourceManager.GetString("Include_overload_s", resourceCulture);
998 999 1000 1001
            }
        }
        
        /// <summary>
1002
        ///   Looks up a localized string similar to Include _strings.
1003
        /// </summary>
1004
        internal static string Include_strings {
1005
            get {
1006
                return ResourceManager.GetString("Include_strings", resourceCulture);
1007 1008 1009 1010
            }
        }
        
        /// <summary>
1011
        ///   Looks up a localized string similar to Indirectly Called In.
1012
        /// </summary>
1013
        internal static string Indirectly_Called_In {
1014
            get {
1015
                return ResourceManager.GetString("Indirectly_Called_In", resourceCulture);
1016 1017 1018 1019
            }
        }
        
        /// <summary>
1020
        ///   Looks up a localized string similar to Inherited By.
1021
        /// </summary>
1022
        internal static string Inherited_By {
1023
            get {
1024
                return ResourceManager.GetString("Inherited_By", resourceCulture);
1025 1026 1027 1028
            }
        }
        
        /// <summary>
1029
        ///   Looks up a localized string similar to Inherits.
1030
        /// </summary>
1031
        internal static string Inherits_ {
1032
            get {
1033
                return ResourceManager.GetString("Inherits_", resourceCulture);
1034 1035 1036 1037
            }
        }
        
        /// <summary>
1038
        ///   Looks up a localized string similar to Initializers.
1039
        /// </summary>
1040
        internal static string Initializers {
1041
            get {
1042
                return ResourceManager.GetString("Initializers", resourceCulture);
1043 1044 1045 1046
            }
        }
        
        /// <summary>
1047
        ///   Looks up a localized string similar to Inline Rename.
1048
        /// </summary>
1049
        internal static string Inline_Rename {
1050
            get {
1051
                return ResourceManager.GetString("Inline_Rename", resourceCulture);
1052 1053 1054
            }
        }
        
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081
        /// <summary>
        ///   Looks up a localized string similar to Inline Rename Conflict.
        /// </summary>
        internal static string Inline_Rename_Conflict {
            get {
                return ResourceManager.GetString("Inline_Rename_Conflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inline Rename Field Background and Border.
        /// </summary>
        internal static string Inline_Rename_Field_Background_and_Border {
            get {
                return ResourceManager.GetString("Inline_Rename_Field_Background_and_Border", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inline Rename Field Text.
        /// </summary>
        internal static string Inline_Rename_Field_Text {
            get {
                return ResourceManager.GetString("Inline_Rename_Field_Text", resourceCulture);
            }
        }
        
1082
        /// <summary>
1083
        ///   Looks up a localized string similar to Inline Rename Fixup.
1084
        /// </summary>
1085
        internal static string Inline_Rename_Fixup {
1086
            get {
1087
                return ResourceManager.GetString("Inline_Rename_Fixup", resourceCulture);
1088 1089 1090 1091
            }
        }
        
        /// <summary>
1092
        ///   Looks up a localized string similar to Inline Rename Resolved Conflict.
1093
        /// </summary>
1094
        internal static string Inline_Rename_Resolved_Conflict {
1095
            get {
1096
                return ResourceManager.GetString("Inline_Rename_Resolved_Conflict", resourceCulture);
1097 1098 1099 1100
            }
        }
        
        /// <summary>
1101
        ///   Looks up a localized string similar to Insert new line.
1102
        /// </summary>
1103
        internal static string Insert_new_line {
1104
            get {
1105
                return ResourceManager.GetString("Insert_new_line", resourceCulture);
1106 1107 1108 1109
            }
        }
        
        /// <summary>
1110
        ///   Looks up a localized string similar to Inserting documentation comment....
1111
        /// </summary>
1112
        internal static string Inserting_documentation_comment {
1113
            get {
1114
                return ResourceManager.GetString("Inserting_documentation_comment", resourceCulture);
1115 1116 1117 1118
            }
        }
        
        /// <summary>
1119
        ///   Looks up a localized string similar to IntelliSense.
1120
        /// </summary>
1121
        internal static string IntelliSense {
1122
            get {
1123
                return ResourceManager.GetString("IntelliSense", resourceCulture);
1124 1125 1126 1127
            }
        }
        
        /// <summary>
1128
        ///   Looks up a localized string similar to IntelliSense Commit Formatting.
1129
        /// </summary>
1130
        internal static string IntelliSense_Commit_Formatting {
1131
            get {
1132
                return ResourceManager.GetString("IntelliSense_Commit_Formatting", resourceCulture);
1133 1134 1135
            }
        }
        
1136
        /// <summary>
1137
        ///   Looks up a localized string similar to Interactive.
1138
        /// </summary>
1139
        internal static string Interactive {
1140
            get {
1141
                return ResourceManager.GetString("Interactive", resourceCulture);
1142 1143 1144
            }
        }
        
1145
        /// <summary>
1146
        ///   Looks up a localized string similar to Interface Parts.
1147
        /// </summary>
1148
        internal static string Interface_Parts {
1149
            get {
1150
                return ResourceManager.GetString("Interface_Parts", resourceCulture);
1151 1152 1153
            }
        }
        
T
Tomas Matousek 已提交
1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171
        /// <summary>
        ///   Looks up a localized string similar to Invalid assembly name.
        /// </summary>
        internal static string Invalid_assembly_name {
            get {
                return ResourceManager.GetString("Invalid_assembly_name", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid characters in assembly name.
        /// </summary>
        internal static string Invalid_characters_in_assembly_name {
            get {
                return ResourceManager.GetString("Invalid_characters_in_assembly_name", resourceCulture);
            }
        }
        
1172
        /// <summary>
1173
        ///   Looks up a localized string similar to Light bulb session is already dismissed..
1174
        /// </summary>
1175
        internal static string Light_bulb_session_is_already_dismissed {
1176
            get {
1177
                return ResourceManager.GetString("Light_bulb_session_is_already_dismissed", resourceCulture);
1178 1179 1180 1181
            }
        }
        
        /// <summary>
1182
        ///   Looks up a localized string similar to Loading Peek information....
1183
        /// </summary>
1184
        internal static string Loading_Peek_information {
1185
            get {
1186
                return ResourceManager.GetString("Loading_Peek_information", resourceCulture);
1187 1188 1189 1190
            }
        }
        
        /// <summary>
1191
        ///   Looks up a localized string similar to Locating implementations....
1192
        /// </summary>
1193
        internal static string Locating_implementations {
1194
            get {
1195
                return ResourceManager.GetString("Locating_implementations", resourceCulture);
1196 1197 1198 1199
            }
        }
        
        /// <summary>
1200
        ///   Looks up a localized string similar to Modify any highlighted location to begin renaming..
1201
        /// </summary>
1202
        internal static string Modify_any_highlighted_location_to_begin_renaming {
1203
            get {
1204
                return ResourceManager.GetString("Modify_any_highlighted_location_to_begin_renaming", resourceCulture);
1205 1206 1207
            }
        }
        
1208
        /// <summary>
1209
        ///   Looks up a localized string similar to Navigate To Highlighted Reference.
1210
        /// </summary>
1211
        internal static string Navigate_To_Highlight_Reference {
1212
            get {
1213
                return ResourceManager.GetString("Navigate_To_Highlight_Reference", resourceCulture);
1214 1215 1216
            }
        }
        
1217
        /// <summary>
1218
        ///   Looks up a localized string similar to Navigating....
1219
        /// </summary>
1220
        internal static string Navigating {
1221
            get {
1222
                return ResourceManager.GetString("Navigating", resourceCulture);
1223 1224 1225 1226
            }
        }
        
        /// <summary>
1227
        ///   Looks up a localized string similar to Navigating to definition....
1228
        /// </summary>
1229
        internal static string Navigating_to_definition {
1230
            get {
1231
                return ResourceManager.GetString("Navigating_to_definition", resourceCulture);
1232 1233 1234 1235
            }
        }
        
        /// <summary>
1236
        ///   Looks up a localized string similar to Navigation Bars.
1237
        /// </summary>
1238
        internal static string Navigation_Bars {
1239
            get {
1240
                return ResourceManager.GetString("Navigation_Bars", resourceCulture);
1241 1242 1243 1244
            }
        }
        
        /// <summary>
1245
        ///   Looks up a localized string similar to New name: {0}.
1246
        /// </summary>
1247
        internal static string New_name_colon_0 {
1248
            get {
1249
                return ResourceManager.GetString("New_name_colon_0", resourceCulture);
1250 1251 1252
            }
        }
        
1253
        /// <summary>
1254
        ///   Looks up a localized string similar to No derived types found..
1255
        /// </summary>
1256
        internal static string No_derived_types_found {
1257
            get {
1258
                return ResourceManager.GetString("No_derived_types_found", resourceCulture);
1259 1260 1261 1262
            }
        }
        
        /// <summary>
1263
        ///   Looks up a localized string similar to No implementations found..
1264
        /// </summary>
1265
        internal static string No_implementations_found {
1266
            get {
1267
                return ResourceManager.GetString("No_implementations_found", resourceCulture);
1268 1269 1270
            }
        }
        
1271
        /// <summary>
1272
        ///   Looks up a localized string similar to No information found..
1273
        /// </summary>
1274
        internal static string No_information_found {
1275
            get {
1276
                return ResourceManager.GetString("No_information_found", resourceCulture);
1277 1278 1279
            }
        }
        
1280
        /// <summary>
1281
        ///   Looks up a localized string similar to No references found..
1282
        /// </summary>
1283
        internal static string No_references_found {
1284
            get {
1285
                return ResourceManager.GetString("No_references_found", resourceCulture);
1286 1287 1288
            }
        }
        
1289
        /// <summary>
1290
        ///   Looks up a localized string similar to No usages found..
1291
        /// </summary>
1292
        internal static string No_usages_found {
1293
            get {
1294
                return ResourceManager.GetString("No_usages_found", resourceCulture);
1295 1296 1297 1298
            }
        }
        
        /// <summary>
1299
        ///   Looks up a localized string similar to Not a source error, line/column unavailable.
1300
        /// </summary>
1301
        internal static string Not_a_source_error_line_column_unavailable {
1302
            get {
1303
                return ResourceManager.GetString("Not_a_source_error_line_column_unavailable", resourceCulture);
1304 1305 1306 1307
            }
        }
        
        /// <summary>
1308
        ///   Looks up a localized string similar to Organize Document.
1309
        /// </summary>
1310
        internal static string Organize_Document {
1311
            get {
1312
                return ResourceManager.GetString("Organize_Document", resourceCulture);
1313 1314 1315 1316
            }
        }
        
        /// <summary>
1317
        ///   Looks up a localized string similar to Organizing document....
1318
        /// </summary>
1319
        internal static string Organizing_document {
1320
            get {
1321
                return ResourceManager.GetString("Organizing_document", resourceCulture);
1322 1323 1324
            }
        }
        
1325
        /// <summary>
1326
        ///   Looks up a localized string similar to Outlining.
1327
        /// </summary>
1328
        internal static string Outlining {
1329
            get {
1330
                return ResourceManager.GetString("Outlining", resourceCulture);
1331 1332 1333
            }
        }
        
1334
        /// <summary>
1335
        ///   Looks up a localized string similar to Overridden By.
1336
        /// </summary>
1337
        internal static string Overridden_By {
1338
            get {
1339
                return ResourceManager.GetString("Overridden_By", resourceCulture);
1340 1341 1342 1343
            }
        }
        
        /// <summary>
1344
        ///   Looks up a localized string similar to Overrides.
1345
        /// </summary>
1346
        internal static string Overrides_ {
1347
            get {
1348
                return ResourceManager.GetString("Overrides_", resourceCulture);
1349 1350 1351 1352
            }
        }
        
        /// <summary>
1353
        ///   Looks up a localized string similar to Paste.
1354
        /// </summary>
1355
        internal static string Paste {
1356
            get {
1357
                return ResourceManager.GetString("Paste", resourceCulture);
1358 1359 1360
            }
        }
        
1361 1362 1363 1364 1365 1366 1367 1368 1369
        /// <summary>
        ///   Looks up a localized string similar to Paste in Interactive.
        /// </summary>
        internal static string Paste_in_Interactive {
            get {
                return ResourceManager.GetString("Paste_in_Interactive", resourceCulture);
            }
        }
        
1370 1371 1372 1373 1374 1375 1376 1377 1378
        /// <summary>
        ///   Looks up a localized string similar to Paste Tracking.
        /// </summary>
        internal static string Paste_Tracking {
            get {
                return ResourceManager.GetString("Paste_Tracking", resourceCulture);
            }
        }
        
1379
        /// <summary>
1380
        ///   Looks up a localized string similar to Peek.
1381
        /// </summary>
1382
        internal static string Peek {
1383
            get {
1384
                return ResourceManager.GetString("Peek", resourceCulture);
1385 1386 1387
            }
        }
        
1388
        /// <summary>
1389
        ///   Looks up a localized string similar to Please resolve errors in your code before renaming this element..
1390
        /// </summary>
1391
        internal static string Please_resolve_errors_in_your_code_before_renaming_this_element {
1392
            get {
1393
                return ResourceManager.GetString("Please_resolve_errors_in_your_code_before_renaming_this_element", resourceCulture);
1394 1395 1396
            }
        }
        
1397
        /// <summary>
1398
        ///   Looks up a localized string similar to Please select the definition of the field to encapsulate..
1399
        /// </summary>
1400
        internal static string Please_select_the_definition_of_the_field_to_encapsulate {
1401
            get {
1402
                return ResourceManager.GetString("Please_select_the_definition_of_the_field_to_encapsulate", resourceCulture);
1403 1404 1405 1406
            }
        }
        
        /// <summary>
1407
        ///   Looks up a localized string similar to Preprocessor Text.
1408
        /// </summary>
1409
        internal static string Preprocessor_Text {
1410
            get {
1411
                return ResourceManager.GetString("Preprocessor_Text", resourceCulture);
1412 1413 1414 1415
            }
        }
        
        /// <summary>
1416
        ///   Looks up a localized string similar to Preview Changes.
1417
        /// </summary>
1418
        internal static string Preview_Changes {
1419
            get {
1420
                return ResourceManager.GetString("Preview_Changes", resourceCulture);
1421 1422 1423 1424
            }
        }
        
        /// <summary>
1425
        ///   Looks up a localized string similar to Preview Changes - {0}.
1426
        /// </summary>
1427
        internal static string Preview_Changes_0 {
1428
            get {
1429
                return ResourceManager.GetString("Preview_Changes_0", resourceCulture);
1430 1431 1432 1433
            }
        }
        
        /// <summary>
1434
        ///   Looks up a localized string similar to _Preview changes.
1435
        /// </summary>
1436
        internal static string Preview_changes1 {
1437
            get {
1438
                return ResourceManager.GetString("Preview_changes1", resourceCulture);
1439 1440 1441 1442
            }
        }
        
        /// <summary>
1443
        ///   Looks up a localized string similar to Preview changes.
1444
        /// </summary>
1445
        internal static string Preview_changes2 {
1446
            get {
1447
                return ResourceManager.GetString("Preview_changes2", resourceCulture);
1448 1449 1450 1451
            }
        }
        
        /// <summary>
1452
        ///   Looks up a localized string similar to Preview Code Changes:.
1453
        /// </summary>
1454
        internal static string Preview_Code_Changes_colon {
1455
            get {
1456
                return ResourceManager.GetString("Preview_Code_Changes_colon", resourceCulture);
1457 1458 1459 1460
            }
        }
        
        /// <summary>
1461
        ///   Looks up a localized string similar to Preview Warning.
1462
        /// </summary>
1463
        internal static string Preview_Warning {
1464
            get {
1465
                return ResourceManager.GetString("Preview_Warning", resourceCulture);
1466 1467 1468
            }
        }
        
1469
        /// <summary>
1470
        ///   Looks up a localized string similar to Punctuation.
1471
        /// </summary>
1472
        internal static string Punctuation {
1473
            get {
1474
                return ResourceManager.GetString("Punctuation", resourceCulture);
1475 1476 1477
            }
        }
        
1478
        /// <summary>
1479
        ///   Looks up a localized string similar to Referenced In.
1480
        /// </summary>
1481
        internal static string Referenced_In {
1482
            get {
1483
                return ResourceManager.GetString("Referenced_In", resourceCulture);
1484 1485 1486 1487
            }
        }
        
        /// <summary>
1488
        ///   Looks up a localized string similar to References To Field &apos;{0}&apos;.
1489
        /// </summary>
1490
        internal static string References_To_Field_0 {
1491
            get {
1492
                return ResourceManager.GetString("References_To_Field_0", resourceCulture);
1493 1494 1495
            }
        }
        
1496
        /// <summary>
1497
        ///   Looks up a localized string similar to Refreshing navigation bars....
1498
        /// </summary>
1499
        internal static string Refreshing_navigation_bars {
1500
            get {
1501
                return ResourceManager.GetString("Refreshing_navigation_bars", resourceCulture);
1502 1503 1504
            }
        }
        
1505
        /// <summary>
1506
        ///   Looks up a localized string similar to Removing &apos;{0}&apos; from &apos;{1}&apos; with content:.
1507
        /// </summary>
1508
        internal static string Removing_0_from_1_with_content_colon {
1509
            get {
1510
                return ResourceManager.GetString("Removing_0_from_1_with_content_colon", resourceCulture);
1511 1512 1513 1514
            }
        }
        
        /// <summary>
1515
        ///   Looks up a localized string similar to Removing analyzer reference &apos;{0}&apos; from &apos;{1}&apos;.
1516
        /// </summary>
1517
        internal static string Removing_analyzer_reference_0_from_1 {
1518
            get {
1519
                return ResourceManager.GetString("Removing_analyzer_reference_0_from_1", resourceCulture);
1520 1521 1522 1523
            }
        }
        
        /// <summary>
1524
        ///   Looks up a localized string similar to Removing project &apos;{0}&apos;.
1525
        /// </summary>
1526
        internal static string Removing_project_0 {
1527
            get {
1528
                return ResourceManager.GetString("Removing_project_0", resourceCulture);
1529 1530 1531 1532
            }
        }
        
        /// <summary>
1533
        ///   Looks up a localized string similar to Removing reference &apos;{0}&apos; from &apos;{1}&apos;.
1534
        /// </summary>
1535
        internal static string Removing_reference_0_from_1 {
1536
            get {
1537
                return ResourceManager.GetString("Removing_reference_0_from_1", resourceCulture);
1538 1539 1540 1541
            }
        }
        
        /// <summary>
1542
        ///   Looks up a localized string similar to Rename.
1543
        /// </summary>
1544
        internal static string Rename {
1545
            get {
1546
                return ResourceManager.GetString("Rename", resourceCulture);
1547 1548 1549 1550
            }
        }
        
        /// <summary>
1551
        ///   Looks up a localized string similar to Rename &apos;{0}&apos; to &apos;{1}&apos;.
1552
        /// </summary>
1553
        internal static string Rename_0_to_1 {
1554
            get {
1555
                return ResourceManager.GetString("Rename_0_to_1", resourceCulture);
1556 1557 1558 1559
            }
        }
        
        /// <summary>
1560
        ///   Looks up a localized string similar to Rename &apos;{0}&apos; to &apos;{1}&apos;:.
1561
        /// </summary>
1562
        internal static string Rename_0_to_1_colon {
1563
            get {
1564
                return ResourceManager.GetString("Rename_0_to_1_colon", resourceCulture);
1565 1566 1567 1568
            }
        }
        
        /// <summary>
1569
        ///   Looks up a localized string similar to Rename: {0}.
1570
        /// </summary>
1571
        internal static string Rename_colon_0 {
1572
            get {
1573
                return ResourceManager.GetString("Rename_colon_0", resourceCulture);
1574 1575 1576 1577
            }
        }
        
        /// <summary>
1578
        ///   Looks up a localized string similar to Rename operation was cancelled or is not valid.
1579
        /// </summary>
1580
        internal static string Rename_operation_was_cancelled_or_is_not_valid {
1581
            get {
1582
                return ResourceManager.GetString("Rename_operation_was_cancelled_or_is_not_valid", resourceCulture);
1583 1584 1585 1586
            }
        }
        
        /// <summary>
1587
        ///   Looks up a localized string similar to Rename operation was not properly completed. Some file might not have been updated..
1588
        /// </summary>
1589
        internal static string Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated {
1590
            get {
1591 1592
                return ResourceManager.GetString("Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated" +
                        "", resourceCulture);
1593 1594 1595 1596
            }
        }
        
        /// <summary>
1597
        ///   Looks up a localized string similar to Rename Symbol.
1598
        /// </summary>
1599
        internal static string Rename_Symbol {
1600
            get {
1601
                return ResourceManager.GetString("Rename_Symbol", resourceCulture);
1602 1603 1604 1605
            }
        }
        
        /// <summary>
1606
        ///   Looks up a localized string similar to Rename Tracking.
1607
        /// </summary>
1608
        internal static string Rename_Tracking {
1609
            get {
1610
                return ResourceManager.GetString("Rename_Tracking", resourceCulture);
1611 1612 1613
            }
        }
        
1614
        /// <summary>
1615
        ///   Looks up a localized string similar to Rename Tracking Cancellation.
1616
        /// </summary>
1617
        internal static string Rename_Tracking_Cancellation {
1618
            get {
1619
                return ResourceManager.GetString("Rename_Tracking_Cancellation", resourceCulture);
1620 1621 1622
            }
        }
        
1623
        /// <summary>
1624
        ///   Looks up a localized string similar to Rename will update {0} references in 1 file..
1625
        /// </summary>
1626
        internal static string Rename_will_update_0_references_in_1_file {
1627
            get {
1628
                return ResourceManager.GetString("Rename_will_update_0_references_in_1_file", resourceCulture);
1629 1630 1631 1632
            }
        }
        
        /// <summary>
1633
        ///   Looks up a localized string similar to Rename will update {0} references in {1} files..
1634
        /// </summary>
1635
        internal static string Rename_will_update_0_references_in_1_files {
1636
            get {
1637
                return ResourceManager.GetString("Rename_will_update_0_references_in_1_files", resourceCulture);
1638 1639 1640 1641
            }
        }
        
        /// <summary>
1642
        ///   Looks up a localized string similar to Rename will update 1 reference in 1 file..
1643
        /// </summary>
1644
        internal static string Rename_will_update_1_reference_in_1_file {
1645
            get {
1646
                return ResourceManager.GetString("Rename_will_update_1_reference_in_1_file", resourceCulture);
1647 1648 1649 1650
            }
        }
        
        /// <summary>
1651
        ///   Looks up a localized string similar to Renaming anonymous type members is not yet supported..
1652
        /// </summary>
1653
        internal static string Renaming_anonymous_type_members_is_not_yet_supported {
1654
            get {
1655
                return ResourceManager.GetString("Renaming_anonymous_type_members_is_not_yet_supported", resourceCulture);
1656 1657 1658 1659
            }
        }
        
        /// <summary>
1660
        ///   Looks up a localized string similar to Rude Edit.
1661
        /// </summary>
1662
        internal static string Rude_Edit {
1663
            get {
1664
                return ResourceManager.GetString("Rude_Edit", resourceCulture);
1665 1666 1667 1668
            }
        }
        
        /// <summary>
1669
        ///   Looks up a localized string similar to Searching....
1670
        /// </summary>
1671
        internal static string Searching {
1672
            get {
1673
                return ResourceManager.GetString("Searching", resourceCulture);
1674 1675 1676
            }
        }
        
1677
        /// <summary>
1678
        ///   Looks up a localized string similar to Signature Help.
1679
        /// </summary>
1680
        internal static string Signature_Help {
1681
            get {
1682
                return ResourceManager.GetString("Signature_Help", resourceCulture);
1683 1684 1685
            }
        }
        
1686
        /// <summary>
1687
        ///   Looks up a localized string similar to Smart Indenting.
1688
        /// </summary>
1689
        internal static string Smart_Indenting {
1690
            get {
1691
                return ResourceManager.GetString("Smart_Indenting", resourceCulture);
1692 1693 1694
            }
        }
        
1695
        /// <summary>
1696
        ///   Looks up a localized string similar to Smart Token Formatter.
1697
        /// </summary>
1698
        internal static string Smart_Token_Formatter {
1699
            get {
1700
                return ResourceManager.GetString("Smart_Token_Formatter", resourceCulture);
1701 1702 1703
            }
        }
        
1704
        /// <summary>
1705
        ///   Looks up a localized string similar to Start Rename.
1706
        /// </summary>
1707
        internal static string Start_Rename {
1708
            get {
1709
                return ResourceManager.GetString("Start_Rename", resourceCulture);
1710 1711 1712 1713
            }
        }
        
        /// <summary>
1714 1715 1716 1717 1718 1719 1720 1721 1722
        ///   Looks up a localized string similar to String - Escape Character.
        /// </summary>
        internal static string String_Escape_Character {
            get {
                return ResourceManager.GetString("String_Escape_Character", resourceCulture);
            }
        }
        
        /// <summary>
1723
        ///   Looks up a localized string similar to String - Verbatim.
1724
        /// </summary>
1725
        internal static string String_Verbatim {
1726
            get {
1727
                return ResourceManager.GetString("String_Verbatim", resourceCulture);
1728 1729 1730 1731
            }
        }
        
        /// <summary>
1732
        ///   Looks up a localized string similar to Struct Parts.
1733
        /// </summary>
1734
        internal static string Struct_Parts {
1735
            get {
1736
                return ResourceManager.GetString("Struct_Parts", resourceCulture);
1737 1738 1739
            }
        }
        
C
CyrusNajmabadi 已提交
1740 1741 1742 1743 1744 1745 1746 1747 1748
        /// <summary>
        ///   Looks up a localized string similar to Suggestion ellipses (…).
        /// </summary>
        internal static string Suggestion_ellipses {
            get {
                return ResourceManager.GetString("Suggestion_ellipses", resourceCulture);
            }
        }
        
1749
        /// <summary>
1750
        ///   Looks up a localized string similar to &apos;symbol&apos; cannot be a namespace..
1751
        /// </summary>
1752
        internal static string symbol_cannot_be_a_namespace {
1753
            get {
1754
                return ResourceManager.GetString("symbol_cannot_be_a_namespace", resourceCulture);
1755 1756 1757 1758
            }
        }
        
        /// <summary>
1759
        ///   Looks up a localized string similar to Text Buffer Change.
1760
        /// </summary>
1761
        internal static string Text_Buffer_Change {
1762
            get {
1763
                return ResourceManager.GetString("Text_Buffer_Change", resourceCulture);
1764 1765 1766 1767
            }
        }
        
        /// <summary>
1768
        ///   Looks up a localized string similar to Text Navigation.
1769
        /// </summary>
1770
        internal static string Text_Navigation {
1771
            get {
1772
                return ResourceManager.GetString("Text_Navigation", resourceCulture);
1773 1774 1775 1776
            }
        }
        
        /// <summary>
1777
        ///   Looks up a localized string similar to The buffer is not part of a workspace..
1778
        /// </summary>
1779
        internal static string The_buffer_is_not_part_of_a_workspace {
1780
            get {
1781
                return ResourceManager.GetString("The_buffer_is_not_part_of_a_workspace", resourceCulture);
1782 1783 1784 1785
            }
        }
        
        /// <summary>
1786
        ///   Looks up a localized string similar to The definition of the object is hidden..
1787
        /// </summary>
1788
        internal static string The_definition_of_the_object_is_hidden {
1789
            get {
1790
                return ResourceManager.GetString("The_definition_of_the_object_is_hidden", resourceCulture);
1791 1792 1793 1794
            }
        }
        
        /// <summary>
1795
        ///   Looks up a localized string similar to The new name is not a valid identifier..
1796
        /// </summary>
1797
        internal static string The_new_name_is_not_a_valid_identifier {
1798
            get {
1799
                return ResourceManager.GetString("The_new_name_is_not_a_valid_identifier", resourceCulture);
1800 1801 1802 1803
            }
        }
        
        /// <summary>
1804
        ///   Looks up a localized string similar to The rename tracking session was cancelled and is no longer available..
1805
        /// </summary>
1806
        internal static string The_rename_tracking_session_was_cancelled_and_is_no_longer_available {
1807
            get {
1808
                return ResourceManager.GetString("The_rename_tracking_session_was_cancelled_and_is_no_longer_available", resourceCulture);
1809 1810 1811 1812
            }
        }
        
        /// <summary>
1813
        ///   Looks up a localized string similar to The symbol has no implementations..
1814
        /// </summary>
1815
        internal static string The_symbol_has_no_implementations {
1816
            get {
1817
                return ResourceManager.GetString("The_symbol_has_no_implementations", resourceCulture);
1818 1819 1820 1821
            }
        }
        
        /// <summary>
1822
        ///   Looks up a localized string similar to The token is not contained in the workspace..
1823
        /// </summary>
1824
        internal static string The_token_is_not_contained_in_the_workspace {
1825
            get {
1826
                return ResourceManager.GetString("The_token_is_not_contained_in_the_workspace", resourceCulture);
1827 1828 1829 1830
            }
        }
        
        /// <summary>
1831
        ///   Looks up a localized string similar to The transaction is already complete..
1832
        /// </summary>
1833
        internal static string The_transaction_is_already_complete {
1834
            get {
1835
                return ResourceManager.GetString("The_transaction_is_already_complete", resourceCulture);
1836 1837 1838 1839
            }
        }
        
        /// <summary>
1840
        ///   Looks up a localized string similar to The triggerSpan is not included in the given workspace..
1841
        /// </summary>
1842
        internal static string The_triggerSpan_is_not_included_in_the_given_workspace {
1843
            get {
1844
                return ResourceManager.GetString("The_triggerSpan_is_not_included_in_the_given_workspace", resourceCulture);
1845 1846 1847 1848
            }
        }
        
        /// <summary>
1849
        ///   Looks up a localized string similar to This session has already been dismissed..
1850
        /// </summary>
1851
        internal static string This_session_has_already_been_dismissed {
1852
            get {
1853
                return ResourceManager.GetString("This_session_has_already_been_dismissed", resourceCulture);
1854 1855 1856 1857
            }
        }
        
        /// <summary>
1858
        ///   Looks up a localized string similar to Type Parts.
1859
        /// </summary>
1860
        internal static string Type_Parts {
1861
            get {
1862
                return ResourceManager.GetString("Type_Parts", resourceCulture);
1863 1864 1865 1866
            }
        }
        
        /// <summary>
1867
        ///   Looks up a localized string similar to Uncomment Selection.
1868
        /// </summary>
1869
        internal static string Uncomment_Selection {
1870
            get {
1871
                return ResourceManager.GetString("Uncomment_Selection", resourceCulture);
1872 1873 1874 1875
            }
        }
        
        /// <summary>
1876
        ///   Looks up a localized string similar to Uncommenting currently selected text....
1877
        /// </summary>
1878
        internal static string Uncommenting_currently_selected_text {
1879
            get {
1880
                return ResourceManager.GetString("Uncommenting_currently_selected_text", resourceCulture);
1881 1882 1883 1884
            }
        }
        
        /// <summary>
1885
        ///   Looks up a localized string similar to Unexpected text: &apos;{0}&apos;.
1886
        /// </summary>
1887
        internal static string Unexpected_text_colon_0 {
1888
            get {
1889
                return ResourceManager.GetString("Unexpected_text_colon_0", resourceCulture);
1890 1891 1892
            }
        }
        
1893
        /// <summary>
1894
        ///   Looks up a localized string similar to Unnecessary Code.
1895
        /// </summary>
1896
        internal static string Unnecessary_Code {
1897
            get {
1898
                return ResourceManager.GetString("Unnecessary_Code", resourceCulture);
1899 1900 1901 1902
            }
        }
        
        /// <summary>
1903
        ///   Looks up a localized string similar to Updating files....
1904
        /// </summary>
1905
        internal static string Updating_files {
1906
            get {
1907
                return ResourceManager.GetString("Updating_files", resourceCulture);
1908 1909 1910 1911
            }
        }
        
        /// <summary>
1912
        ///   Looks up a localized string similar to User Types - Classes.
1913
        /// </summary>
1914
        internal static string User_Types_Classes {
1915
            get {
1916
                return ResourceManager.GetString("User_Types_Classes", resourceCulture);
1917 1918 1919
            }
        }
        
1920
        /// <summary>
1921
        ///   Looks up a localized string similar to User Types - Delegates.
1922
        /// </summary>
1923
        internal static string User_Types_Delegates {
1924
            get {
1925
                return ResourceManager.GetString("User_Types_Delegates", resourceCulture);
1926 1927 1928 1929
            }
        }
        
        /// <summary>
1930
        ///   Looks up a localized string similar to User Types - Enums.
1931
        /// </summary>
1932
        internal static string User_Types_Enums {
1933
            get {
1934
                return ResourceManager.GetString("User_Types_Enums", resourceCulture);
1935 1936 1937 1938
            }
        }
        
        /// <summary>
1939
        ///   Looks up a localized string similar to User Types - Interfaces.
1940
        /// </summary>
1941
        internal static string User_Types_Interfaces {
1942
            get {
1943
                return ResourceManager.GetString("User_Types_Interfaces", resourceCulture);
1944 1945 1946 1947
            }
        }
        
        /// <summary>
1948
        ///   Looks up a localized string similar to User Types - Modules.
1949
        /// </summary>
1950
        internal static string User_Types_Modules {
1951
            get {
1952
                return ResourceManager.GetString("User_Types_Modules", resourceCulture);
1953 1954 1955 1956
            }
        }
        
        /// <summary>
1957
        ///   Looks up a localized string similar to User Types - Structures.
1958
        /// </summary>
1959
        internal static string User_Types_Structures {
1960
            get {
1961
                return ResourceManager.GetString("User_Types_Structures", resourceCulture);
1962 1963
            }
        }
C
Carol Hu 已提交
1964
        
1965
        /// <summary>
1966
        ///   Looks up a localized string similar to User Types - Type Parameters.
1967
        /// </summary>
C
Carol Hu 已提交
1968 1969
        internal static string User_Types_Type_Parameters {
            get {
1970
                return ResourceManager.GetString("User_Types_Type_Parameters", resourceCulture);
1971 1972
            }
        }
C
Carol Hu 已提交
1973
        
1974
        /// <summary>
1975
        ///   Looks up a localized string similar to VB XML Literals - Attribute Name.
1976
        /// </summary>
1977
        internal static string VB_XML_Literals_Attribute_Name {
1978
            get {
1979
                return ResourceManager.GetString("VB_XML_Literals_Attribute_Name", resourceCulture);
1980 1981 1982 1983
            }
        }
        
        /// <summary>
1984
        ///   Looks up a localized string similar to VB XML Literals - Attribute Quotes.
1985
        /// </summary>
1986
        internal static string VB_XML_Literals_Attribute_Quotes {
1987
            get {
1988
                return ResourceManager.GetString("VB_XML_Literals_Attribute_Quotes", resourceCulture);
1989 1990 1991 1992
            }
        }
        
        /// <summary>
1993
        ///   Looks up a localized string similar to VB XML Literals - Attribute Value.
1994
        /// </summary>
1995
        internal static string VB_XML_Literals_Attribute_Value {
1996
            get {
1997
                return ResourceManager.GetString("VB_XML_Literals_Attribute_Value", resourceCulture);
1998
            }
1999 2000 2001
        }
        
        /// <summary>
2002
        ///   Looks up a localized string similar to VB XML Literals - CData Section.
2003
        /// </summary>
2004
        internal static string VB_XML_Literals_CData_Section {
2005
            get {
2006
                return ResourceManager.GetString("VB_XML_Literals_CData_Section", resourceCulture);
2007
            }
2008 2009 2010
        }
        
        /// <summary>
2011
        ///   Looks up a localized string similar to VB XML Literals - Comment.
2012
        /// </summary>
2013
        internal static string VB_XML_Literals_Comment {
2014
            get {
2015
                return ResourceManager.GetString("VB_XML_Literals_Comment", resourceCulture);
2016 2017 2018 2019
            }
        }
        
        /// <summary>
2020
        ///   Looks up a localized string similar to VB XML Literals - Delimiter.
2021
        /// </summary>
2022
        internal static string VB_XML_Literals_Delimiter {
2023
            get {
2024
                return ResourceManager.GetString("VB_XML_Literals_Delimiter", resourceCulture);
2025 2026 2027 2028
            }
        }
        
        /// <summary>
2029
        ///   Looks up a localized string similar to VB XML Literals - Embedded Expression.
2030
        /// </summary>
2031
        internal static string VB_XML_Literals_Embedded_Expression {
2032
            get {
2033
                return ResourceManager.GetString("VB_XML_Literals_Embedded_Expression", resourceCulture);
2034 2035 2036 2037
            }
        }
        
        /// <summary>
2038
        ///   Looks up a localized string similar to VB XML Literals - Entity Reference.
2039
        /// </summary>
2040
        internal static string VB_XML_Literals_Entity_Reference {
2041
            get {
2042
                return ResourceManager.GetString("VB_XML_Literals_Entity_Reference", resourceCulture);
2043 2044 2045
            }
        }
        
2046
        /// <summary>
2047
        ///   Looks up a localized string similar to VB XML Literals - Name.
2048
        /// </summary>
2049
        internal static string VB_XML_Literals_Name {
2050
            get {
2051
                return ResourceManager.GetString("VB_XML_Literals_Name", resourceCulture);
2052 2053 2054
            }
        }
        
2055
        /// <summary>
2056
        ///   Looks up a localized string similar to VB XML Literals - Processing Instruction.
2057
        /// </summary>
2058
        internal static string VB_XML_Literals_Processing_Instruction {
2059
            get {
2060
                return ResourceManager.GetString("VB_XML_Literals_Processing_Instruction", resourceCulture);
2061 2062 2063
            }
        }
        
2064
        /// <summary>
2065
        ///   Looks up a localized string similar to VB XML Literals - Text.
2066
        /// </summary>
2067
        internal static string VB_XML_Literals_Text {
2068
            get {
2069
                return ResourceManager.GetString("VB_XML_Literals_Text", resourceCulture);
2070 2071 2072
            }
        }
        
2073 2074 2075 2076 2077 2078 2079 2080 2081
        /// <summary>
        ///   Looks up a localized string similar to Warning.
        /// </summary>
        internal static string Warning_image_element {
            get {
                return ResourceManager.GetString("Warning_image_element", resourceCulture);
            }
        }
        
2082
        /// <summary>
2083
        ///   Looks up a localized string similar to We can fix the error by not making struct &quot;out/ref&quot; parameter(s).
2084
        ///Do you want to proceed?.
2085
        /// </summary>
2086
        internal static string We_can_fix_the_error_by_not_making_struct_out_ref_parameter_s_Do_you_want_to_proceed {
2087
            get {
2088 2089
                return ResourceManager.GetString("We_can_fix_the_error_by_not_making_struct_out_ref_parameter_s_Do_you_want_to_proc" +
                        "eed", resourceCulture);
2090 2091 2092 2093
            }
        }
        
        /// <summary>
2094
        ///   Looks up a localized string similar to XML Doc Comments - Attribute Name.
2095
        /// </summary>
2096
        internal static string XML_Doc_Comments_Attribute_Name {
2097
            get {
2098
                return ResourceManager.GetString("XML_Doc_Comments_Attribute_Name", resourceCulture);
2099 2100 2101 2102
            }
        }
        
        /// <summary>
2103
        ///   Looks up a localized string similar to XML Doc Comments - Attribute Quotes.
2104
        /// </summary>
2105
        internal static string XML_Doc_Comments_Attribute_Quotes {
2106
            get {
2107
                return ResourceManager.GetString("XML_Doc_Comments_Attribute_Quotes", resourceCulture);
2108 2109 2110 2111
            }
        }
        
        /// <summary>
2112
        ///   Looks up a localized string similar to XML Doc Comments - Attribute Value.
2113
        /// </summary>
2114
        internal static string XML_Doc_Comments_Attribute_Value {
2115
            get {
2116
                return ResourceManager.GetString("XML_Doc_Comments_Attribute_Value", resourceCulture);
2117 2118 2119 2120
            }
        }
        
        /// <summary>
2121
        ///   Looks up a localized string similar to XML Doc Comments - CData Section.
2122
        /// </summary>
2123
        internal static string XML_Doc_Comments_CData_Section {
2124
            get {
2125
                return ResourceManager.GetString("XML_Doc_Comments_CData_Section", resourceCulture);
2126 2127 2128 2129
            }
        }
        
        /// <summary>
2130
        ///   Looks up a localized string similar to XML Doc Comments - Comment.
2131
        /// </summary>
2132
        internal static string XML_Doc_Comments_Comment {
2133
            get {
2134
                return ResourceManager.GetString("XML_Doc_Comments_Comment", resourceCulture);
2135 2136 2137 2138
            }
        }
        
        /// <summary>
2139
        ///   Looks up a localized string similar to XML Doc Comments - Delimiter.
2140
        /// </summary>
2141
        internal static string XML_Doc_Comments_Delimiter {
2142
            get {
2143
                return ResourceManager.GetString("XML_Doc_Comments_Delimiter", resourceCulture);
2144 2145 2146 2147
            }
        }
        
        /// <summary>
2148
        ///   Looks up a localized string similar to XML Doc Comments - Entity Reference.
2149
        /// </summary>
2150
        internal static string XML_Doc_Comments_Entity_Reference {
2151
            get {
2152
                return ResourceManager.GetString("XML_Doc_Comments_Entity_Reference", resourceCulture);
2153 2154 2155 2156
            }
        }
        
        /// <summary>
2157
        ///   Looks up a localized string similar to XML Doc Comments - Name.
2158
        /// </summary>
2159
        internal static string XML_Doc_Comments_Name {
2160
            get {
2161
                return ResourceManager.GetString("XML_Doc_Comments_Name", resourceCulture);
2162 2163 2164 2165
            }
        }
        
        /// <summary>
2166
        ///   Looks up a localized string similar to XML Doc Comments - Processing Instruction.
2167
        /// </summary>
2168
        internal static string XML_Doc_Comments_Processing_Instruction {
2169
            get {
2170
                return ResourceManager.GetString("XML_Doc_Comments_Processing_Instruction", resourceCulture);
2171 2172 2173 2174
            }
        }
        
        /// <summary>
2175
        ///   Looks up a localized string similar to XML Doc Comments - Text.
2176
        /// </summary>
2177
        internal static string XML_Doc_Comments_Text {
2178
            get {
2179
                return ResourceManager.GetString("XML_Doc_Comments_Text", resourceCulture);
2180 2181 2182 2183 2184 2185
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to XML End Tag Completion.
        /// </summary>
2186
        internal static string XML_End_Tag_Completion {
2187
            get {
2188
                return ResourceManager.GetString("XML_End_Tag_Completion", resourceCulture);
2189 2190 2191 2192 2193 2194
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot rename elements from previous submissions..
        /// </summary>
2195
        internal static string You_cannot_rename_elements_from_previous_submissions {
2196
            get {
2197
                return ResourceManager.GetString("You_cannot_rename_elements_from_previous_submissions", resourceCulture);
2198 2199 2200 2201 2202 2203
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot rename elements that are defined in metadata..
        /// </summary>
2204
        internal static string You_cannot_rename_elements_that_are_defined_in_metadata {
2205
            get {
2206
                return ResourceManager.GetString("You_cannot_rename_elements_that_are_defined_in_metadata", resourceCulture);
2207 2208 2209 2210 2211 2212
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot rename operators..
        /// </summary>
2213
        internal static string You_cannot_rename_operators {
2214
            get {
2215
                return ResourceManager.GetString("You_cannot_rename_operators", resourceCulture);
2216 2217 2218 2219 2220 2221
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot rename this element..
        /// </summary>
2222
        internal static string You_cannot_rename_this_element {
2223
            get {
2224
                return ResourceManager.GetString("You_cannot_rename_this_element", resourceCulture);
2225 2226 2227 2228 2229 2230
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You must rename an identifier..
        /// </summary>
2231
        internal static string You_must_rename_an_identifier {
2232
            get {
2233
                return ResourceManager.GetString("You_must_rename_an_identifier", resourceCulture);
2234 2235 2236 2237
            }
        }
    }
}