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