EditorFeaturesResources.resx 35.8 KB
Newer Older
1 2
<?xml version="1.0" encoding="utf-8"?>
<root>
3 4 5
  <!-- 
    Microsoft ResX Schema 
    
6
    Version 2.0
7 8 9 10
    
    The primary goals of this format is to allow a simple XML format 
    that is mostly human readable. The generation and parsing of the 
    various data types are done through the TypeConverter classes 
11
    associated with the data types.
12
    
13
    Example:
14
    
15 16 17 18 19 20 21 22 23 24 25 26 27 28
    ... ado.net/XML headers & schema ...
    <resheader name="resmimetype">text/microsoft-resx</resheader>
    <resheader name="version">2.0</resheader>
    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
        <value>[base64 mime encoded serialized .NET Framework object]</value>
    </data>
    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
        <comment>This is a comment</comment>
    </data>
29 30
                
    There are any number of "resheader" rows that contain simple 
31
    name/value pairs.
32 33 34 35 36
    
    Each data row contains a name, and value. The row also contains a 
    type or mimetype. Type corresponds to a .NET class that support 
    text/value conversion through the TypeConverter architecture. 
    Classes that don't support this are serialized and stored with the 
37
    mimetype set.
38 39 40
    
    The mimetype is used for serialized objects, and tells the 
    ResXResourceReader how to depersist the object. This is currently not 
41
    extensible. For a given mimetype the value must be set accordingly:
42 43 44
    
    Note - application/x-microsoft.net.object.binary.base64 is the format 
    that the ResXResourceWriter will generate, however the reader can 
45
    read any of the formats listed below.
46
    
47
    mimetype: application/x-microsoft.net.object.binary.base64
48
    value   : The object must be serialized with 
49 50
            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
            : and then encoded with base64 encoding.
51
    
52
    mimetype: application/x-microsoft.net.object.soap.base64
53
    value   : The object must be serialized with 
54 55 56 57
            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
            : and then encoded with base64 encoding.

    mimetype: application/x-microsoft.net.object.bytearray.base64
58
    value   : The object must be serialized into a byte array 
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
            : using a System.ComponentModel.TypeConverter
            : and then encoded with base64 encoding.
    -->
  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    <xsd:element name="root" msdata:IsDataSet="true">
      <xsd:complexType>
        <xsd:choice maxOccurs="unbounded">
          <xsd:element name="metadata">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" />
              </xsd:sequence>
              <xsd:attribute name="name" use="required" type="xsd:string" />
              <xsd:attribute name="type" type="xsd:string" />
              <xsd:attribute name="mimetype" type="xsd:string" />
              <xsd:attribute ref="xml:space" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="assembly">
            <xsd:complexType>
              <xsd:attribute name="alias" type="xsd:string" />
              <xsd:attribute name="name" type="xsd:string" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="data">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
              <xsd:attribute ref="xml:space" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="resheader">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" use="required" />
            </xsd:complexType>
          </xsd:element>
        </xsd:choice>
      </xsd:complexType>
    </xsd:element>
  </xsd:schema>
  <resheader name="resmimetype">
    <value>text/microsoft-resx</value>
  </resheader>
  <resheader name="version">
    <value>2.0</value>
  </resheader>
  <resheader name="reader">
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <resheader name="writer">
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
120
  <data name="Preprocessor_Text" xml:space="preserve">
121 122
    <value>Preprocessor Text</value>
  </data>
123
  <data name="Punctuation" xml:space="preserve">
124 125
    <value>Punctuation</value>
  </data>
126
  <data name="User_Types_Classes" xml:space="preserve">
127 128
    <value>User Types - Classes</value>
  </data>
129
  <data name="User_Types_Delegates" xml:space="preserve">
130 131
    <value>User Types - Delegates</value>
  </data>
132
  <data name="User_Types_Enums" xml:space="preserve">
133 134
    <value>User Types - Enums</value>
  </data>
135
  <data name="User_Types_Interfaces" xml:space="preserve">
136 137
    <value>User Types - Interfaces</value>
  </data>
138
  <data name="User_Types_Structures" xml:space="preserve">
139 140
    <value>User Types - Structures</value>
  </data>
141
  <data name="User_Types_Type_Parameters" xml:space="preserve">
142 143
    <value>User Types - Type Parameters</value>
  </data>
144
  <data name="String_Verbatim" xml:space="preserve">
145 146
    <value>String - Verbatim</value>
  </data>
147
  <data name="XML_Doc_Comments_Attribute_Name" xml:space="preserve">
148 149
    <value>XML Doc Comments - Attribute Name</value>
  </data>
150
  <data name="XML_Doc_Comments_CData_Section" xml:space="preserve">
151 152
    <value>XML Doc Comments - CData Section</value>
  </data>
153
  <data name="XML_Doc_Comments_Text" xml:space="preserve">
154 155
    <value>XML Doc Comments - Text</value>
  </data>
156
  <data name="XML_Doc_Comments_Delimiter" xml:space="preserve">
157 158
    <value>XML Doc Comments - Delimiter</value>
  </data>
159
  <data name="XML_Doc_Comments_Comment" xml:space="preserve">
160 161
    <value>XML Doc Comments - Comment</value>
  </data>
162
  <data name="User_Types_Modules" xml:space="preserve">
163 164
    <value>User Types - Modules</value>
  </data>
165
  <data name="VB_XML_Literals_Attribute_Name" xml:space="preserve">
166 167
    <value>VB XML Literals - Attribute Name</value>
  </data>
168
  <data name="VB_XML_Literals_Attribute_Quotes" xml:space="preserve">
169 170
    <value>VB XML Literals - Attribute Quotes</value>
  </data>
171
  <data name="VB_XML_Literals_Attribute_Value" xml:space="preserve">
172 173
    <value>VB XML Literals - Attribute Value</value>
  </data>
174
  <data name="VB_XML_Literals_CData_Section" xml:space="preserve">
175 176
    <value>VB XML Literals - CData Section</value>
  </data>
177
  <data name="VB_XML_Literals_Comment" xml:space="preserve">
178 179
    <value>VB XML Literals - Comment</value>
  </data>
180
  <data name="VB_XML_Literals_Delimiter" xml:space="preserve">
181 182
    <value>VB XML Literals - Delimiter</value>
  </data>
183
  <data name="VB_XML_Literals_Embedded_Expression" xml:space="preserve">
184 185
    <value>VB XML Literals - Embedded Expression</value>
  </data>
186
  <data name="VB_XML_Literals_Entity_Reference" xml:space="preserve">
187 188
    <value>VB XML Literals - Entity Reference</value>
  </data>
189
  <data name="VB_XML_Literals_Name" xml:space="preserve">
190 191
    <value>VB XML Literals - Name</value>
  </data>
192
  <data name="VB_XML_Literals_Processing_Instruction" xml:space="preserve">
193 194
    <value>VB XML Literals - Processing Instruction</value>
  </data>
195
  <data name="VB_XML_Literals_Text" xml:space="preserve">
196 197
    <value>VB XML Literals - Text</value>
  </data>
198
  <data name="XML_Doc_Comments_Attribute_Quotes" xml:space="preserve">
199 200
    <value>XML Doc Comments - Attribute Quotes</value>
  </data>
201
  <data name="XML_Doc_Comments_Attribute_Value" xml:space="preserve">
202 203
    <value>XML Doc Comments - Attribute Value</value>
  </data>
204
  <data name="Unnecessary_Code" xml:space="preserve">
205 206
    <value>Unnecessary Code</value>
  </data>
207
  <data name="Rude_Edit" xml:space="preserve">
208 209
    <value>Rude Edit</value>
  </data>
210
  <data name="Rename_will_update_1_reference_in_1_file" xml:space="preserve">
211
    <value>Rename will update 1 reference in 1 file.</value>
212
  </data>
213
  <data name="Rename_will_update_0_references_in_1_file" xml:space="preserve">
214
    <value>Rename will update {0} references in 1 file.</value>
215
  </data>
216
  <data name="Rename_will_update_0_references_in_1_files" xml:space="preserve">
217
    <value>Rename will update {0} references in {1} files.</value>
218
  </data>
219
  <data name="_0_conflict_s_will_be_resolved" xml:space="preserve">
220 221
    <value>{0} conflict(s) will be resolved</value>
  </data>
222
  <data name="_0_unresolvable_conflict_s" xml:space="preserve">
223 224
    <value>{0} unresolvable conflict(s)</value>
  </data>
225
  <data name="Applying_0" xml:space="preserve">
226 227
    <value>Applying "{0}"...</value>
  </data>
228
  <data name="Adding_0_to_1_with_content_colon" xml:space="preserve">
229 230
    <value>Adding '{0}' to '{1}' with content:</value>
  </data>
231
  <data name="Adding_project_0" xml:space="preserve">
232 233
    <value>Adding project '{0}'</value>
  </data>
234
  <data name="Removing_project_0" xml:space="preserve">
235 236
    <value>Removing project '{0}'</value>
  </data>
237
  <data name="Changing_project_references_for_0" xml:space="preserve">
238 239
    <value>Changing project references for '{0}'</value>
  </data>
240
  <data name="Adding_reference_0_to_1" xml:space="preserve">
241 242
    <value>Adding reference '{0}' to '{1}'</value>
  </data>
243
  <data name="Removing_reference_0_from_1" xml:space="preserve">
244 245
    <value>Removing reference '{0}' from '{1}'</value>
  </data>
246
  <data name="Adding_analyzer_reference_0_to_1" xml:space="preserve">
247 248
    <value>Adding analyzer reference '{0}' to '{1}'</value>
  </data>
249
  <data name="Removing_analyzer_reference_0_from_1" xml:space="preserve">
250 251
    <value>Removing analyzer reference '{0}' from '{1}'</value>
  </data>
252
  <data name="XML_End_Tag_Completion" xml:space="preserve">
253 254
    <value>XML End Tag Completion</value>
  </data>
255
  <data name="Completing_Tag" xml:space="preserve">
256 257
    <value>Completing Tag</value>
  </data>
258
  <data name="Encapsulate_Field" xml:space="preserve">
259 260
    <value>Encapsulate Field</value>
  </data>
261
  <data name="Applying_Encapsulate_Field_refactoring" xml:space="preserve">
262 263
    <value>Applying "Encapsulate Field" refactoring...</value>
  </data>
264
  <data name="Please_select_the_definition_of_the_field_to_encapsulate" xml:space="preserve">
265 266
    <value>Please select the definition of the field to encapsulate.</value>
  </data>
267
  <data name="Given_Workspace_doesn_t_support_Undo" xml:space="preserve">
268 269
    <value>Given Workspace doesn't support Undo</value>
  </data>
270
  <data name="Document_must_be_contained_in_the_workspace_that_created_this_service" xml:space="preserve">
271 272 273 274 275 276 277 278
    <value>Document must be contained in the workspace that created this service</value>
  </data>
  <data name="Searching" xml:space="preserve">
    <value>Searching...</value>
  </data>
  <data name="Canceled" xml:space="preserve">
    <value>Canceled.</value>
  </data>
279
  <data name="No_information_found" xml:space="preserve">
280 281
    <value>No information found.</value>
  </data>
282
  <data name="No_usages_found" xml:space="preserve">
283 284
    <value>No usages found.</value>
  </data>
285
  <data name="Implements_" xml:space="preserve">
286 287
    <value>Implements</value>
  </data>
288
  <data name="Implemented_By" xml:space="preserve">
289 290
    <value>Implemented By</value>
  </data>
291
  <data name="Overrides_" xml:space="preserve">
292 293
    <value>Overrides</value>
  </data>
294
  <data name="Overridden_By" xml:space="preserve">
295 296
    <value>Overridden By</value>
  </data>
297
  <data name="Directly_Called_In" xml:space="preserve">
298 299
    <value>Directly Called In</value>
  </data>
300
  <data name="Indirectly_Called_In" xml:space="preserve">
301 302
    <value>Indirectly Called In</value>
  </data>
303
  <data name="Called_In" xml:space="preserve">
304 305
    <value>Called In</value>
  </data>
306
  <data name="Referenced_In" xml:space="preserve">
307 308
    <value>Referenced In</value>
  </data>
309
  <data name="No_references_found" xml:space="preserve">
310 311
    <value>No references found.</value>
  </data>
312
  <data name="No_derived_types_found" xml:space="preserve">
313 314
    <value>No derived types found.</value>
  </data>
315
  <data name="No_implementations_found" xml:space="preserve">
316 317
    <value>No implementations found.</value>
  </data>
318
  <data name="_0_Line_1" xml:space="preserve">
319 320
    <value>{0} - (Line {1})</value>
  </data>
321
  <data name="Class_Parts" xml:space="preserve">
322 323
    <value>Class Parts</value>
  </data>
324
  <data name="Struct_Parts" xml:space="preserve">
325 326
    <value>Struct Parts</value>
  </data>
327
  <data name="Interface_Parts" xml:space="preserve">
328 329
    <value>Interface Parts</value>
  </data>
330
  <data name="Type_Parts" xml:space="preserve">
331 332
    <value>Type Parts</value>
  </data>
333
  <data name="Inherits_" xml:space="preserve">
334 335
    <value>Inherits</value>
  </data>
336
  <data name="Inherited_By" xml:space="preserve">
337 338
    <value>Inherited By</value>
  </data>
339
  <data name="Already_tracking_document_with_identical_key" xml:space="preserve">
340 341
    <value>Already tracking document with identical key</value>
  </data>
342
  <data name="document_is_not_currently_being_tracked" xml:space="preserve">
343 344
    <value>document is not currently being tracked</value>
  </data>
345
  <data name="Computing_Rename_information" xml:space="preserve">
346 347
    <value>Computing Rename information...</value>
  </data>
348
  <data name="Updating_files" xml:space="preserve">
349 350
    <value>Updating files...</value>
  </data>
351
  <data name="Rename_operation_was_cancelled_or_is_not_valid" xml:space="preserve">
352 353
    <value>Rename operation was cancelled or is not valid</value>
  </data>
354
  <data name="Rename_Symbol" xml:space="preserve">
355 356
    <value>Rename Symbol</value>
  </data>
357
  <data name="Text_Buffer_Change" xml:space="preserve">
358 359
    <value>Text Buffer Change</value>
  </data>
360
  <data name="Rename_operation_was_not_properly_completed_Some_file_might_not_have_been_updated" xml:space="preserve">
361 362
    <value>Rename operation was not properly completed. Some file might not have been updated.</value>
  </data>
363
  <data name="Rename_0_to_1" xml:space="preserve">
364 365
    <value>Rename '{0}' to '{1}'</value>
  </data>
366
  <data name="Preview_Warning" xml:space="preserve">
367
    <value>Preview Warning</value>
368
  </data>
369
  <data name="from_metadata" xml:space="preserve">
370 371
    <value>from metadata</value>
  </data>
372
  <data name="Automatic_Line_Ender" xml:space="preserve">
373 374
    <value>Automatic Line Ender</value>
  </data>
375
  <data name="Automatically_completing" xml:space="preserve">
376 377
    <value>Automatically completing...</value>
  </data>
378
  <data name="Automatic_Pair_Completion" xml:space="preserve">
379 380
    <value>Automatic Pair Completion</value>
  </data>
381
  <data name="An_active_inline_rename_session_is_still_active_Complete_it_before_starting_a_new_one" xml:space="preserve">
382 383
    <value>An active inline rename session is still active. Complete it before starting a new one.</value>
  </data>
384
  <data name="The_buffer_is_not_part_of_a_workspace" xml:space="preserve">
385 386
    <value>The buffer is not part of a workspace.</value>
  </data>
387
  <data name="The_token_is_not_contained_in_the_workspace" xml:space="preserve">
388 389
    <value>The token is not contained in the workspace.</value>
  </data>
390
  <data name="You_must_rename_an_identifier" xml:space="preserve">
391 392
    <value>You must rename an identifier.</value>
  </data>
393
  <data name="You_cannot_rename_this_element" xml:space="preserve">
394 395
    <value>You cannot rename this element.</value>
  </data>
396
  <data name="Please_resolve_errors_in_your_code_before_renaming_this_element" xml:space="preserve">
397 398
    <value>Please resolve errors in your code before renaming this element.</value>
  </data>
399
  <data name="You_cannot_rename_operators" xml:space="preserve">
400 401
    <value>You cannot rename operators.</value>
  </data>
402
  <data name="You_cannot_rename_elements_that_are_defined_in_metadata" xml:space="preserve">
403 404
    <value>You cannot rename elements that are defined in metadata.</value>
  </data>
405
  <data name="You_cannot_rename_elements_from_previous_submissions" xml:space="preserve">
406 407
    <value>You cannot rename elements from previous submissions.</value>
  </data>
408
  <data name="Navigation_Bars" xml:space="preserve">
409 410
    <value>Navigation Bars</value>
  </data>
411
  <data name="Refreshing_navigation_bars" xml:space="preserve">
412 413
    <value>Refreshing navigation bars...</value>
  </data>
414
  <data name="Format_Token" xml:space="preserve">
415 416
    <value>Format Token</value>
  </data>
417
  <data name="Smart_Indenting" xml:space="preserve">
418 419
    <value>Smart Indenting</value>
  </data>
420
  <data name="Find_References" xml:space="preserve">
421 422
    <value>Find References</value>
  </data>
423
  <data name="Finding_references" xml:space="preserve">
424 425
    <value>Finding references...</value>
  </data>
426
  <data name="Finding_references_of_0" xml:space="preserve">
427 428
    <value>Finding references of "{0}"...</value>
  </data>
429
  <data name="Comment_Selection" xml:space="preserve">
430 431
    <value>Comment Selection</value>
  </data>
432
  <data name="Uncomment_Selection" xml:space="preserve">
433 434
    <value>Uncomment Selection</value>
  </data>
435
  <data name="Commenting_currently_selected_text" xml:space="preserve">
436 437
    <value>Commenting currently selected text...</value>
  </data>
438
  <data name="Uncommenting_currently_selected_text" xml:space="preserve">
439 440
    <value>Uncommenting currently selected text...</value>
  </data>
441
  <data name="Insert_new_line" xml:space="preserve">
442 443
    <value>Insert new line</value>
  </data>
444
  <data name="Documentation_Comment" xml:space="preserve">
445 446
    <value>Documentation Comment</value>
  </data>
447
  <data name="Inserting_documentation_comment" xml:space="preserve">
448 449
    <value>Inserting documentation comment...</value>
  </data>
450
  <data name="Extract_Method" xml:space="preserve">
451 452
    <value>Extract Method</value>
  </data>
453
  <data name="Applying_Extract_Method_refactoring" xml:space="preserve">
454 455
    <value>Applying "Extract Method" refactoring...</value>
  </data>
456
  <data name="Format_Document" xml:space="preserve">
457 458
    <value>Format Document</value>
  </data>
459
  <data name="Formatting_document" xml:space="preserve">
460 461 462 463 464
    <value>Formatting document...</value>
  </data>
  <data name="Formatting" xml:space="preserve">
    <value>Formatting</value>
  </data>
465
  <data name="Format_Selection" xml:space="preserve">
466 467
    <value>Format Selection</value>
  </data>
468
  <data name="Formatting_currently_selected_text" xml:space="preserve">
469 470
    <value>Formatting currently selected text...</value>
  </data>
471
  <data name="Cannot_navigate_to_the_symbol_under_the_caret" xml:space="preserve">
472 473
    <value>Cannot navigate to the symbol under the caret.</value>
  </data>
474
  <data name="Go_to_Definition" xml:space="preserve">
475 476
    <value>Go to Definition</value>
  </data>
477
  <data name="Navigating_to_definition" xml:space="preserve">
478 479
    <value>Navigating to definition...</value>
  </data>
480
  <data name="Organize_Document" xml:space="preserve">
481 482
    <value>Organize Document</value>
  </data>
483
  <data name="Organizing_document" xml:space="preserve">
484 485
    <value>Organizing document...</value>
  </data>
486
  <data name="Highlighted_Definition" xml:space="preserve">
487 488
    <value>Highlighted Definition</value>
  </data>
489
  <data name="The_new_name_is_not_a_valid_identifier" xml:space="preserve">
490
    <value>The new name is not a valid identifier.</value>
491
  </data>
492
  <data name="Inline_Rename_Fixup" xml:space="preserve">
493 494
    <value>Inline Rename Fixup</value>
  </data>
495
  <data name="Inline_Rename_Resolved_Conflict" xml:space="preserve">
496 497
    <value>Inline Rename Resolved Conflict</value>
  </data>
498
  <data name="Inline_Rename" xml:space="preserve">
499 500 501 502 503
    <value>Inline Rename</value>
  </data>
  <data name="Rename" xml:space="preserve">
    <value>Rename</value>
  </data>
504
  <data name="Start_Rename" xml:space="preserve">
505 506
    <value>Start Rename</value>
  </data>
507
  <data name="Display_conflict_resolutions" xml:space="preserve">
508 509
    <value>Display conflict resolutions</value>
  </data>
510
  <data name="Finding_token_to_rename" xml:space="preserve">
511 512 513 514 515
    <value>Finding token to rename...</value>
  </data>
  <data name="Conflict" xml:space="preserve">
    <value>Conflict</value>
  </data>
516
  <data name="Text_Navigation" xml:space="preserve">
517 518
    <value>Text Navigation</value>
  </data>
519
  <data name="Finding_word_extent" xml:space="preserve">
520 521
    <value>Finding word extent...</value>
  </data>
522
  <data name="Finding_enclosing_span" xml:space="preserve">
523 524
    <value>Finding enclosing span...</value>
  </data>
525
  <data name="Finding_span_of_next_sibling" xml:space="preserve">
526 527
    <value>Finding span of next sibling...</value>
  </data>
528
  <data name="Finding_span_of_previous_sibling" xml:space="preserve">
529 530
    <value>Finding span of previous sibling...</value>
  </data>
531
  <data name="Rename_colon_0" xml:space="preserve">
532
    <value>Rename: {0}</value>
533
  </data>
534
  <data name="Light_bulb_session_is_already_dismissed" xml:space="preserve">
535 536
    <value>Light bulb session is already dismissed.</value>
  </data>
537
  <data name="Automatic_Pair_Completion_End_Point_Marker_Color" xml:space="preserve">
538 539
    <value>Automatic Pair Completion End Point Marker Color</value>
  </data>
540
  <data name="Renaming_anonymous_type_members_is_not_yet_supported" xml:space="preserve">
541 542
    <value>Renaming anonymous type members is not yet supported.</value>
  </data>
543
  <data name="Engine_must_be_attached_to_an_Interactive_Window" xml:space="preserve">
544 545
    <value>Engine must be attached to an Interactive Window.</value>
  </data>
546
  <data name="Changes_the_current_prompt_settings" xml:space="preserve">
547 548
    <value>Changes the current prompt settings.</value>
  </data>
549
  <data name="Unexpected_text_colon_0" xml:space="preserve">
550 551
    <value>Unexpected text: '{0}'</value>
  </data>
552
  <data name="The_triggerSpan_is_not_included_in_the_given_workspace" xml:space="preserve">
553 554
    <value>The triggerSpan is not included in the given workspace.</value>
  </data>
555
  <data name="This_session_has_already_been_dismissed" xml:space="preserve">
556 557
    <value>This session has already been dismissed.</value>
  </data>
558
  <data name="The_transaction_is_already_complete" xml:space="preserve">
559 560
    <value>The transaction is already complete.</value>
  </data>
561
  <data name="Not_a_source_error_line_column_unavailable" xml:space="preserve">
562 563
    <value>Not a source error, line/column unavailable</value>
  </data>
564
  <data name="Can_t_compare_positions_from_different_text_snapshots" xml:space="preserve">
565 566
    <value>Can't compare positions from different text snapshots</value>
  </data>
567
  <data name="XML_Doc_Comments_Entity_Reference" xml:space="preserve">
568 569
    <value>XML Doc Comments - Entity Reference</value>
  </data>
570
  <data name="XML_Doc_Comments_Name" xml:space="preserve">
571 572
    <value>XML Doc Comments - Name</value>
  </data>
573
  <data name="XML_Doc_Comments_Processing_Instruction" xml:space="preserve">
574 575
    <value>XML Doc Comments - Processing Instruction</value>
  </data>
576
  <data name="Active_Statement" xml:space="preserve">
577 578
    <value>Active Statement</value>
  </data>
579
  <data name="Loading_Peek_information" xml:space="preserve">
580 581 582 583 584
    <value>Loading Peek information...</value>
  </data>
  <data name="Peek" xml:space="preserve">
    <value>Peek</value>
  </data>
585
  <data name="symbol_cannot_be_a_namespace" xml:space="preserve">
586 587
    <value>'symbol' cannot be a namespace.</value>
  </data>
588
  <data name="Apply1" xml:space="preserve">
589 590
    <value>_Apply</value>
  </data>
591
  <data name="Include_overload_s" xml:space="preserve">
592 593
    <value>Include _overload(s)</value>
  </data>
594
  <data name="Include_comments" xml:space="preserve">
595 596
    <value>Include _comments</value>
  </data>
597
  <data name="Include_strings" xml:space="preserve">
598 599
    <value>Include _strings</value>
  </data>
600
  <data name="Apply2" xml:space="preserve">
601 602
    <value>Apply</value>
  </data>
603
  <data name="Change_Signature" xml:space="preserve">
604 605
    <value>Change Signature</value>
  </data>
606
  <data name="Preview_Changes_0" xml:space="preserve">
607 608
    <value>Preview Changes - {0}</value>
  </data>
609
  <data name="Preview_Code_Changes_colon" xml:space="preserve">
610 611
    <value>Preview Code Changes:</value>
  </data>
612
  <data name="Preview_Changes" xml:space="preserve">
613 614
    <value>Preview Changes</value>
  </data>
615
  <data name="Format_Paste" xml:space="preserve">
616 617
    <value>Format Paste</value>
  </data>
618
  <data name="Formatting_pasted_text" xml:space="preserve">
619 620
    <value>Formatting pasted text...</value>
  </data>
621
  <data name="The_definition_of_the_object_is_hidden" xml:space="preserve">
622 623
    <value>The definition of the object is hidden.</value>
  </data>
624
  <data name="Automatic_Formatting" xml:space="preserve">
625 626
    <value>Automatic Formatting</value>
  </data>
627 628
  <data name="Extract_method_encountered_the_following_issues" xml:space="preserve">
    <value>Extract method encountered the following issues:</value>
629
  </data>
630 631
  <data name="Do_you_still_want_to_proceed_This_may_produce_broken_code" xml:space="preserve">
    <value>Do you still want to proceed? This may produce broken code.</value>
632
  </data>
633
  <data name="We_can_fix_the_error_by_not_making_struct_out_ref_parameter_s_Do_you_want_to_proceed" xml:space="preserve">
C
Carol Hu 已提交
634
    <value>We can fix the error by not making struct "out/ref" parameter(s).
635 636
Do you want to proceed?</value>
  </data>
637
  <data name="Change_Signature_colon" xml:space="preserve">
638 639
    <value>Change Signature:</value>
  </data>
640
  <data name="Rename_0_to_1_colon" xml:space="preserve">
641 642
    <value>Rename '{0}' to '{1}':</value>
  </data>
643
  <data name="Encapsulate_Field_colon" xml:space="preserve">
644 645
    <value>Encapsulate Field:</value>
  </data>
646
  <data name="Call_Hierarchy" xml:space="preserve">
647 648
    <value>Call Hierarchy</value>
  </data>
649
  <data name="Calls_To_0" xml:space="preserve">
650 651
    <value>Calls To '{0}'</value>
  </data>
652
  <data name="Calls_To_Base_Member_0" xml:space="preserve">
653 654
    <value>Calls To Base Member '{0}'</value>
  </data>
655
  <data name="Calls_To_Interface_Implementation_0" xml:space="preserve">
656 657
    <value>Calls To Interface Implementation '{0}'</value>
  </data>
658
  <data name="Computing_Call_Hierarchy_Information" xml:space="preserve">
659 660
    <value>Computing Call Hierarchy Information</value>
  </data>
661
  <data name="Implements_0" xml:space="preserve">
662 663 664 665 666
    <value>Implements '{0}'</value>
  </data>
  <data name="Initializers" xml:space="preserve">
    <value>Initializers</value>
  </data>
667
  <data name="References_To_Field_0" xml:space="preserve">
668 669
    <value>References To Field '{0}'</value>
  </data>
670
  <data name="Calls_To_Overrides" xml:space="preserve">
671 672
    <value>Calls To Overrides</value>
  </data>
673
  <data name="Preview_changes1" xml:space="preserve">
674 675
    <value>_Preview changes</value>
  </data>
676
  <data name="Apply3" xml:space="preserve">
677 678
    <value>Apply</value>
  </data>
679
  <data name="Cancel" xml:space="preserve">
680 681
    <value>Cancel</value>
  </data>
682
  <data name="Changes" xml:space="preserve">
683 684
    <value>Changes</value>
  </data>
685
  <data name="Preview_changes2" xml:space="preserve">
686 687
    <value>Preview changes</value>
  </data>
P
Pilchie 已提交
688 689
  <data name="IntelliSense" xml:space="preserve">
    <value>IntelliSense</value>
690
  </data>
691
  <data name="IntelliSense_Commit_Formatting" xml:space="preserve">
P
Pilchie 已提交
692
    <value>IntelliSense Commit Formatting</value>
693
  </data>
694
  <data name="Rename_Tracking" xml:space="preserve">
695 696
    <value>Rename Tracking</value>
  </data>
697
  <data name="Removing_0_from_1_with_content_colon" xml:space="preserve">
698 699
    <value>Removing '{0}' from '{1}' with content:</value>
  </data>
700
  <data name="_0_does_not_support_the_1_operation_However_it_may_contain_nested_2_s_see_2_3_that_support_this_operation" xml:space="preserve">
701 702
    <value>'{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation.</value>
  </data>
703
  <data name="Brace_Completion" xml:space="preserve">
704 705
    <value>Brace Completion</value>
  </data>
706
  <data name="Fix_all_occurrences_in" xml:space="preserve">
707 708
    <value>Fix all occurrences in</value>
  </data>
709
  <data name="Cannot_apply_operation_while_a_rename_session_is_active" xml:space="preserve">
710 711
    <value>Cannot apply operation while a rename session is active.</value>
  </data>
712
  <data name="The_rename_tracking_session_was_cancelled_and_is_no_longer_available" xml:space="preserve">
713 714
    <value>The rename tracking session was cancelled and is no longer available.</value>
  </data>
715
  <data name="Highlighted_Written_Reference" xml:space="preserve">
716 717
    <value>Highlighted Written Reference</value>
  </data>
718
  <data name="Cursor_must_be_on_a_member_name" xml:space="preserve">
719 720
    <value>Cursor must be on a member name.</value>
  </data>
721
  <data name="Brace_Matching" xml:space="preserve">
D
David Poeschl 已提交
722 723
    <value>Brace Matching</value>
  </data>
724
  <data name="Locating_implementations" xml:space="preserve">
725 726
    <value>Locating implementations...</value>
  </data>
727
  <data name="Go_To_Implementation" xml:space="preserve">
728 729
    <value>Go To Implementation</value>
  </data>
730
  <data name="The_symbol_has_no_implementations" xml:space="preserve">
731 732
    <value>The symbol has no implementations.</value>
  </data>
733
  <data name="New_name_colon_0" xml:space="preserve">
734 735
    <value>New name: {0}</value>
  </data>
736
  <data name="Modify_any_highlighted_location_to_begin_renaming" xml:space="preserve">
737 738
    <value>Modify any highlighted location to begin renaming.</value>
  </data>
739 740
  <data name="Paste" xml:space="preserve">
    <value>Paste</value>
741
  </data>
742 743 744
  <data name="Navigating" xml:space="preserve">
    <value>Navigating...</value>
  </data>
C
CyrusNajmabadi 已提交
745 746 747
  <data name="Suggestion_ellipses" xml:space="preserve">
    <value>Suggestion ellipses (…)</value>
  </data>
748 749 750 751 752 753 754 755 756
  <data name="_0_references" xml:space="preserve">
    <value>'{0}' references</value>
  </data>
  <data name="_0_implementations" xml:space="preserve">
    <value>'{0}' implementations</value>
  </data>
  <data name="_0_declarations" xml:space="preserve">
    <value>'{0}' declarations</value>
  </data>
757 758 759 760
  <data name="An_inline_rename_session_is_active" xml:space="preserve">
    <value>An inline rename session is active</value>
    <comment>For screenreaders</comment>
  </data>
761 762 763 764 765 766 767 768 769
  <data name="Inline_Rename_Conflict" xml:space="preserve">
    <value>Inline Rename Conflict</value>
  </data>
  <data name="Inline_Rename_Field_Background_and_Border" xml:space="preserve">
    <value>Inline Rename Field Background and Border</value>
  </data>
  <data name="Inline_Rename_Field_Text" xml:space="preserve">
    <value>Inline Rename Field Text</value>
  </data>
770 771
  <data name="Block_Comment_Editing" xml:space="preserve">
    <value>Block Comment Editing</value>
772
  </data>
773 774
  <data name="Comment_Uncomment_Selection" xml:space="preserve">
    <value>Comment/Uncomment Selection</value>
775
  </data>
776 777
  <data name="Code_Completion" xml:space="preserve">
    <value>Code Completion</value>
778
  </data>
779 780
  <data name="Execute_In_Interactive" xml:space="preserve">
    <value>Execute In Interactive</value>
781
  </data>
782 783
  <data name="Extract_Interface" xml:space="preserve">
    <value>Extract Interface</value>
784
  </data>
785 786
  <data name="Go_To_Adjacent_Member" xml:space="preserve">
    <value>Go To Adjacent Member</value>
787
  </data>
788 789
  <data name="Interactive" xml:space="preserve">
    <value>Interactive</value>
790
  </data>
791 792
  <data name="Paste_in_Interactive" xml:space="preserve">
    <value>Paste in Interactive</value>
793
  </data>
794 795
  <data name="Navigate_To_Highlight_Reference" xml:space="preserve">
    <value>Navigate To Highlighted Reference</value>
796
  </data>
797 798
  <data name="Outlining" xml:space="preserve">
    <value>Outlining</value>
799
  </data>
800 801
  <data name="Rename_Tracking_Cancellation" xml:space="preserve">
    <value>Rename Tracking Cancellation</value>
802
  </data>
803 804
  <data name="Signature_Help" xml:space="preserve">
    <value>Signature Help</value>
805
  </data>
806 807
  <data name="Smart_Token_Formatter" xml:space="preserve">
    <value>Smart Token Formatter</value>
808
  </data>
C
Carol Hu 已提交
809 810 811
  <data name="Code_cleanup_is_not_configured" xml:space="preserve">
    <value>Code cleanup is not configured</value>
  </data>
C
Cheryl Borley 已提交
812 813 814
  <data name="Format_document_performed_additional_cleanup" xml:space="preserve">
    <value>Format Document performed additional cleanup</value>
  </data>
C
Carol Hu 已提交
815 816 817 818 819 820
  <data name="Configure_it_now" xml:space="preserve">
    <value>Configure it now</value>
  </data>
  <data name="Do_not_show_this_message_again" xml:space="preserve">
    <value>Do not show this message again</value>
  </data>
821 822 823
  <data name="Applying_changes" xml:space="preserve">
    <value>Applying changes</value>
  </data>
824 825 826
  <data name="String_Escape_Character" xml:space="preserve">
    <value>String - Escape Character</value>
  </data>
C
Cheryl Borley 已提交
827 828 829
  <data name="Change_configuration" xml:space="preserve">
    <value>Change configuration</value>
  </data>
830 831 832
  <data name="Paste_Tracking" xml:space="preserve">
    <value>Paste Tracking</value>
  </data>
833 834 835 836 837 838 839 840
  <data name="Filter_image_element" xml:space="preserve">
    <value>Filter</value>
    <comment>Caption/tooltip for "Filter" image element displayed in completion popup.</comment>
  </data>
  <data name="Warning_image_element" xml:space="preserve">
    <value>Warning</value>
    <comment>Caption/tooltip for "Warning" image element displayed in completion popup.</comment>
  </data>
841 842 843 844 845 846
  <data name="Invalid_assembly_name" xml:space="preserve">
    <value>Invalid assembly name</value>
  </data>
  <data name="Invalid_characters_in_assembly_name" xml:space="preserve">
    <value>Invalid characters in assembly name</value>
  </data>
J
Joey Robichaud 已提交
847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888
  <data name="User_Members_Constants" xml:space="preserve">
    <value>User Members - Constants</value>
  </data>
  <data name="User_Members_Enum_Members" xml:space="preserve">
    <value>User Members - Enum Members</value>
  </data>
  <data name="User_Members_Events" xml:space="preserve">
    <value>User Members - Events</value>
  </data>
  <data name="User_Members_Extension_Methods" xml:space="preserve">
    <value>User Members - Extension Methods</value>
  </data>
  <data name="User_Members_Fields" xml:space="preserve">
    <value>User Members - Fields</value>
  </data>
  <data name="User_Members_Locals" xml:space="preserve">
    <value>User Members - Locals</value>
  </data>
  <data name="User_Members_Methods" xml:space="preserve">
    <value>User Members - Methods</value>
  </data>
  <data name="User_Members_Namespaces" xml:space="preserve">
    <value>User Members - Namespaces</value>
  </data>
  <data name="User_Members_Parameters" xml:space="preserve">
    <value>User Members - Parameters</value>
  </data>
  <data name="User_Members_Properties" xml:space="preserve">
    <value>User Members - Properties</value>
  </data>
  <data name="User_Members_Labels" xml:space="preserve">
    <value>User Members - Labels</value>
  </data>
  <data name="Keyword_Control" xml:space="preserve">
    <value>Keyword - Control</value>
  </data>
  <data name="Symbol_Static" xml:space="preserve">
    <value>Symbol - Static</value>
  </data>
  <data name="Operator_Overloaded" xml:space="preserve">
    <value>Operator - Overloaded</value>
  </data>
889 890 891
  <data name="Operation_is_not_ready_for_0_yet_see_task_center_for_more_detail" xml:space="preserve">
    <value>Operation is not ready for "{0}" yet. See bottom left corner for more details.</value>
  </data>
892 893 894
  <data name="Toggle_Block_Comment" xml:space="preserve">
    <value>Toggle Block Comment</value>
  </data>
D
David Barbet 已提交
895 896
  <data name="Toggling_block_comment" xml:space="preserve">
    <value>Toggling block comment...</value>
897
  </data>
898
</root>