ServicesVSResources.resx 64.9 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
<?xml version="1.0" encoding="utf-8"?>
<root>
  <!-- 
    Microsoft ResX Schema 
    
    Version 2.0
    
    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 
    associated with the data types.
    
    Example:
    
    ... 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>
                
    There are any number of "resheader" rows that contain simple 
    name/value pairs.
    
    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 
    mimetype set.
    
    The mimetype is used for serialized objects, and tells the 
    ResXResourceReader how to depersist the object. This is currently not 
    extensible. For a given mimetype the value must be set accordingly:
    
    Note - application/x-microsoft.net.object.binary.base64 is the format 
    that the ResXResourceWriter will generate, however the reader can 
    read any of the formats listed below.
    
    mimetype: application/x-microsoft.net.object.binary.base64
    value   : The object must be serialized with 
            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
            : and then encoded with base64 encoding.
    
    mimetype: application/x-microsoft.net.object.soap.base64
    value   : The object must be serialized with 
            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
            : and then encoded with base64 encoding.

    mimetype: application/x-microsoft.net.object.bytearray.base64
    value   : The object must be serialized into a byte array 
            : 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="Element_is_not_valid" xml:space="preserve">
121 122
    <value>Element is not valid.</value>
  </data>
123
  <data name="You_must_select_at_least_one_member" xml:space="preserve">
124 125
    <value>You must select at least one member.</value>
  </data>
126
  <data name="Interface_name_conflicts_with_an_existing_type_name" xml:space="preserve">
127 128
    <value>Interface name conflicts with an existing type name.</value>
  </data>
129
  <data name="Interface_name_is_not_a_valid_0_identifier" xml:space="preserve">
130 131
    <value>Interface name is not a valid {0} identifier.</value>
  </data>
132
  <data name="Illegal_characters_in_path" xml:space="preserve">
133 134
    <value>Illegal characters in path.</value>
  </data>
135
  <data name="File_name_must_have_the_0_extension" xml:space="preserve">
136 137 138 139 140
    <value>File name must have the "{0}" extension.</value>
  </data>
  <data name="Debugger" xml:space="preserve">
    <value>Debugger</value>
  </data>
141
  <data name="Determining_breakpoint_location" xml:space="preserve">
142 143
    <value>Determining breakpoint location...</value>
  </data>
144
  <data name="Determining_autos" xml:space="preserve">
145 146
    <value>Determining autos...</value>
  </data>
147
  <data name="Resolving_breakpoint_location" xml:space="preserve">
148 149
    <value>Resolving breakpoint location...</value>
  </data>
150
  <data name="Validating_breakpoint_location" xml:space="preserve">
151 152
    <value>Validating breakpoint location...</value>
  </data>
153
  <data name="Getting_DataTip_text" xml:space="preserve">
154 155
    <value>Getting DataTip text...</value>
  </data>
156
  <data name="Preview_unavailable" xml:space="preserve">
157 158
    <value>Preview unavailable</value>
  </data>
159
  <data name="Overrides_" xml:space="preserve">
160 161
    <value>Overrides</value>
  </data>
162
  <data name="Overridden_By" xml:space="preserve">
163 164
    <value>Overridden By</value>
  </data>
165
  <data name="Inherits_" xml:space="preserve">
166 167
    <value>Inherits</value>
  </data>
168
  <data name="Inherited_By" xml:space="preserve">
169 170
    <value>Inherited By</value>
  </data>
171
  <data name="Implements_" xml:space="preserve">
172 173
    <value>Implements</value>
  </data>
174
  <data name="Implemented_By" xml:space="preserve">
175 176
    <value>Implemented By</value>
  </data>
177
  <data name="Maximum_number_of_documents_are_open" xml:space="preserve">
178 179
    <value>Maximum number of documents are open.</value>
  </data>
180
  <data name="Failed_to_create_document_in_miscellaneous_files_project" xml:space="preserve">
181 182
    <value>Failed to create document in miscellaneous files project.</value>
  </data>
183
  <data name="Invalid_access" xml:space="preserve">
184 185
    <value>Invalid access.</value>
  </data>
186
  <data name="The_following_references_were_not_found_0_Please_locate_and_add_them_manually" xml:space="preserve">
187 188
    <value>The following references were not found. {0}Please locate and add them manually.</value>
  </data>
189
  <data name="End_position_must_be_start_position" xml:space="preserve">
190 191
    <value>End position must be &gt;= start position</value>
  </data>
192
  <data name="Not_a_valid_value" xml:space="preserve">
193 194
    <value>Not a valid value</value>
  </data>
195
  <data name="given_workspace_doesn_t_support_undo" xml:space="preserve">
196 197
    <value>given workspace doesn't support undo</value>
  </data>
198
  <data name="Add_a_reference_to_0" xml:space="preserve">
199 200
    <value>Add a reference to '{0}'</value>
  </data>
201
  <data name="Event_type_is_invalid" xml:space="preserve">
202 203
    <value>Event type is invalid</value>
  </data>
204
  <data name="Can_t_find_where_to_insert_member" xml:space="preserve">
205 206
    <value>Can't find where to insert member</value>
  </data>
207
  <data name="Can_t_rename_other_elements" xml:space="preserve">
208 209
    <value>Can't rename 'other' elements</value>
  </data>
210
  <data name="Unknown_rename_type" xml:space="preserve">
211 212
    <value>Unknown rename type</value>
  </data>
213
  <data name="IDs_are_not_supported_for_this_symbol_type" xml:space="preserve">
214 215
    <value>IDs are not supported for this symbol type.</value>
  </data>
216
  <data name="Can_t_create_a_node_id_for_this_symbol_kind_colon_0" xml:space="preserve">
217 218
    <value>Can't create a node id for this symbol kind: '{0}'</value>
  </data>
219
  <data name="Project_References" xml:space="preserve">
220 221
    <value>Project References</value>
  </data>
222
  <data name="Base_Types" xml:space="preserve">
223 224
    <value>Base Types</value>
  </data>
225
  <data name="Miscellaneous_Files" xml:space="preserve">
226 227
    <value>Miscellaneous Files</value>
  </data>
228
  <data name="Could_not_find_project_0" xml:space="preserve">
229 230
    <value>Could not find project '{0}'</value>
  </data>
231
  <data name="Could_not_find_location_of_folder_on_disk" xml:space="preserve">
232 233
    <value>Could not find location of folder on disk</value>
  </data>
234
  <data name="Assembly" xml:space="preserve">
235 236
    <value>Assembly </value>
  </data>
237
  <data name="Exceptions_colon" xml:space="preserve">
238 239
    <value>Exceptions:</value>
  </data>
240
  <data name="Member_of_0" xml:space="preserve">
241 242
    <value>Member of {0}</value>
  </data>
243
  <data name="Parameters_colon1" xml:space="preserve">
244 245
    <value>Parameters:</value>
  </data>
246
  <data name="Project" xml:space="preserve">
247 248
    <value>Project </value>
  </data>
249
  <data name="Remarks_colon" xml:space="preserve">
250 251
    <value>Remarks:</value>
  </data>
252
  <data name="Returns_colon" xml:space="preserve">
253 254
    <value>Returns:</value>
  </data>
255
  <data name="Summary_colon" xml:space="preserve">
256 257
    <value>Summary:</value>
  </data>
258
  <data name="Type_Parameters_colon" xml:space="preserve">
259 260
    <value>Type Parameters:</value>
  </data>
261
  <data name="File_already_exists" xml:space="preserve">
262 263
    <value>File already exists</value>
  </data>
264
  <data name="File_path_cannot_use_reserved_keywords" xml:space="preserve">
265 266
    <value>File path cannot use reserved keywords</value>
  </data>
267
  <data name="DocumentPath_is_illegal" xml:space="preserve">
268 269
    <value>DocumentPath is illegal</value>
  </data>
270
  <data name="Project_Path_is_illegal" xml:space="preserve">
271 272
    <value>Project Path is illegal</value>
  </data>
273
  <data name="Path_cannot_have_empty_filename" xml:space="preserve">
274 275
    <value>Path cannot have empty filename</value>
  </data>
276
  <data name="The_given_DocumentId_did_not_come_from_the_Visual_Studio_workspace" xml:space="preserve">
277 278
    <value>The given DocumentId did not come from the Visual Studio workspace.</value>
  </data>
279
  <data name="Project_colon_0_1_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file_may_belong_to" xml:space="preserve">
280 281 282 283
    <value>Project: {0} ({1})

Use the dropdown to view and switch to other projects this file may belong to.</value>
  </data>
284
  <data name="_0_Use_the_dropdown_to_view_and_navigate_to_other_items_in_this_file" xml:space="preserve">
285 286 287 288
    <value>{0}

Use the dropdown to view and navigate to other items in this file.</value>
  </data>
289
  <data name="Project_colon_0_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file_may_belong_to" xml:space="preserve">
290 291 292 293
    <value>Project: {0}

Use the dropdown to view and switch to other projects this file may belong to.</value>
  </data>
294
  <data name="ErrorReadingRuleset" xml:space="preserve">
295 296
    <value>ErrorReadingRuleset</value>
  </data>
297
  <data name="Error_reading_ruleset_file_0_1" xml:space="preserve">
298 299
    <value>Error reading ruleset file {0} - {1}</value>
  </data>
300
  <data name="AnalyzerChangedOnDisk" xml:space="preserve">
301 302
    <value>AnalyzerChangedOnDisk</value>
  </data>
303
  <data name="The_analyzer_assembly_0_has_changed_Diagnostics_may_be_incorrect_until_Visual_Studio_is_restarted" xml:space="preserve">
304 305
    <value>The analyzer assembly '{0}' has changed. Diagnostics may be incorrect until Visual Studio is restarted.</value>
  </data>
306
  <data name="CSharp_VB_Diagnostics_Table_Data_Source" xml:space="preserve">
307 308
    <value>C#/VB Diagnostics Table Data Source</value>
  </data>
309
  <data name="CSharp_VB_Todo_List_Table_Data_Source" xml:space="preserve">
310 311 312 313 314
    <value>C#/VB Todo List Table Data Source</value>
  </data>
  <data name="Cancel" xml:space="preserve">
    <value>Cancel</value>
  </data>
315
  <data name="Deselect_All" xml:space="preserve">
316 317
    <value>_Deselect All</value>
  </data>
318
  <data name="Extract_Interface" xml:space="preserve">
319 320
    <value>Extract Interface</value>
  </data>
321
  <data name="Generated_name_colon" xml:space="preserve">
322 323
    <value>Generated name:</value>
  </data>
324
  <data name="New_file_name_colon" xml:space="preserve">
325 326
    <value>New _file name:</value>
  </data>
327
  <data name="New_interface_name_colon" xml:space="preserve">
328 329 330 331 332
    <value>New _interface name:</value>
  </data>
  <data name="OK" xml:space="preserve">
    <value>OK</value>
  </data>
333
  <data name="Select_All" xml:space="preserve">
334 335
    <value>_Select All</value>
  </data>
336
  <data name="Select_public_members_to_form_interface" xml:space="preserve">
337 338
    <value>Select public _members to form interface</value>
  </data>
339
  <data name="Access_colon" xml:space="preserve">
340 341
    <value>_Access:</value>
  </data>
342
  <data name="Add_to_existing_file" xml:space="preserve">
343 344
    <value>Add to _existing file</value>
  </data>
A
Andrew Hall (METAL) 已提交
345 346 347
  <data name="Add_to_current_file" xml:space="preserve">
    <value>Add to _current file</value>
  </data>
348
  <data name="Change_Signature" xml:space="preserve">
349 350
    <value>Change Signature</value>
  </data>
351
  <data name="Create_new_file" xml:space="preserve">
352 353
    <value>_Create new file</value>
  </data>
354
  <data name="Default_" xml:space="preserve">
355 356
    <value>Default</value>
  </data>
357
  <data name="File_Name_colon" xml:space="preserve">
358 359
    <value>File Name:</value>
  </data>
360
  <data name="Generate_Type" xml:space="preserve">
361 362
    <value>Generate Type</value>
  </data>
363
  <data name="Kind_colon" xml:space="preserve">
364 365
    <value>_Kind:</value>
  </data>
366
  <data name="Location_colon" xml:space="preserve">
367 368
    <value>Location:</value>
  </data>
A
Andrew Hall (METAL) 已提交
369 370 371
  <data name="Select_destination" xml:space="preserve">
    <value>Select destination</value>
  </data>
372 373 374
  <data name="Modifier" xml:space="preserve">
    <value>Modifier</value>
  </data>
375
  <data name="Name_colon1" xml:space="preserve">
376 377 378 379 380
    <value>Name:</value>
  </data>
  <data name="Parameter" xml:space="preserve">
    <value>Parameter</value>
  </data>
381
  <data name="Parameters_colon2" xml:space="preserve">
382 383
    <value>Parameters:</value>
  </data>
384
  <data name="Preview_method_signature_colon" xml:space="preserve">
385 386
    <value>Preview method signature:</value>
  </data>
387
  <data name="Preview_reference_changes" xml:space="preserve">
388 389
    <value>Preview reference changes</value>
  </data>
390
  <data name="Project_colon" xml:space="preserve">
391 392 393 394 395
    <value>_Project:</value>
  </data>
  <data name="Type" xml:space="preserve">
    <value>Type</value>
  </data>
396
  <data name="Type_Details_colon" xml:space="preserve">
397 398
    <value>Type Details:</value>
  </data>
399
  <data name="Re_move" xml:space="preserve">
400 401 402 403 404
    <value>Re_move</value>
  </data>
  <data name="Restore" xml:space="preserve">
    <value>_Restore</value>
  </data>
405
  <data name="More_about_0" xml:space="preserve">
406 407
    <value>More about {0}</value>
  </data>
408
  <data name="Navigation_must_be_performed_on_the_foreground_thread" xml:space="preserve">
409 410
    <value>Navigation must be performed on the foreground thread.</value>
  </data>
411
  <data name="bracket_plus_bracket" xml:space="preserve">
412 413
    <value>[+] </value>
  </data>
414
  <data name="bracket_bracket" xml:space="preserve">
415 416
    <value>[-] </value>
  </data>
417
  <data name="Reference_to_0_in_project_1" xml:space="preserve">
418 419
    <value>Reference to '{0}' in project '{1}'</value>
  </data>
420
  <data name="Unknown1" xml:space="preserve">
421 422
    <value>&lt;Unknown&gt;</value>
  </data>
423
  <data name="Analyzer_reference_to_0_in_project_1" xml:space="preserve">
424 425
    <value>Analyzer reference to '{0}' in project '{1}'</value>
  </data>
426
  <data name="Project_reference_to_0_in_project_1" xml:space="preserve">
427 428
    <value>Project reference to '{0}' in project '{1}'</value>
  </data>
429
  <data name="AnalyzerDependencyConflict" xml:space="preserve">
430 431
    <value>AnalyzerDependencyConflict</value>
  </data>
432
  <data name="Analyzer_assemblies_0_and_1_both_have_identity_2_but_different_contents_Only_one_will_be_loaded_and_analyzers_using_these_assemblies_may_not_run_correctly" xml:space="preserve">
433
    <value>Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly.</value>
434
  </data>
435
  <data name="_0_references" xml:space="preserve">
D
David Poeschl 已提交
436 437
    <value>{0} references</value>
  </data>
438
  <data name="_1_reference" xml:space="preserve">
439
    <value>1 reference</value>
D
David Poeschl 已提交
440
  </data>
441
  <data name="_0_encountered_an_error_and_has_been_disabled" xml:space="preserve">
J
Jonathon Marolf 已提交
442
    <value>'{0}' encountered an error and has been disabled.</value>
443 444 445 446
  </data>
  <data name="Enable" xml:space="preserve">
    <value>Enable</value>
  </data>
447
  <data name="Enable_and_ignore_future_errors" xml:space="preserve">
448 449
    <value>Enable and ignore future errors</value>
  </data>
450
  <data name="No_Changes" xml:space="preserve">
451 452
    <value>No Changes</value>
  </data>
453
  <data name="Current_block" xml:space="preserve">
454 455
    <value>Current block</value>
  </data>
456
  <data name="Determining_current_block" xml:space="preserve">
457 458
    <value>Determining current block.</value>
  </data>
459
  <data name="IntelliSense" xml:space="preserve">
460 461
    <value>IntelliSense</value>
  </data>
462
  <data name="CSharp_VB_Build_Table_Data_Source" xml:space="preserve">
463 464
    <value>C#/VB Build Table Data Source</value>
  </data>
465
  <data name="MissingAnalyzerReference" xml:space="preserve">
466 467
    <value>MissingAnalyzerReference</value>
  </data>
468
  <data name="Analyzer_assembly_0_depends_on_1_but_it_was_not_found_Analyzers_may_not_run_correctly_unless_the_missing_assembly_is_added_as_an_analyzer_reference_as_well" xml:space="preserve">
469
    <value>Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well.</value>
470
  </data>
471
  <data name="Suppress_diagnostics" xml:space="preserve">
472 473
    <value>Suppress diagnostics</value>
  </data>
474
  <data name="Computing_suppressions_fix" xml:space="preserve">
475 476
    <value>Computing suppressions fix...</value>
  </data>
477
  <data name="Applying_suppressions_fix" xml:space="preserve">
478
    <value>Applying suppressions fix...</value>
479
  </data>
480
  <data name="Remove_suppressions" xml:space="preserve">
481 482
    <value>Remove suppressions</value>
  </data>
483
  <data name="Computing_remove_suppressions_fix" xml:space="preserve">
484 485
    <value>Computing remove suppressions fix...</value>
  </data>
486
  <data name="Applying_remove_suppressions_fix" xml:space="preserve">
487
    <value>Applying remove suppressions fix...</value>
488
  </data>
489
  <data name="This_workspace_only_supports_opening_documents_on_the_UI_thread" xml:space="preserve">
490 491
    <value>This workspace only supports opening documents on the UI thread.</value>
  </data>
492 493 494
  <data name="This_workspace_does_not_support_updating_Visual_Basic_compilation_options" xml:space="preserve">
    <value>This workspace does not support updating Visual Basic compilation options.</value>
  </data>
495 496 497
  <data name="This_workspace_does_not_support_updating_Visual_Basic_parse_options" xml:space="preserve">
    <value>This workspace does not support updating Visual Basic parse options.</value>
  </data>
498
  <data name="Synchronize_0" xml:space="preserve">
499
    <value>Synchronize {0}</value>
500
  </data>
501
  <data name="Synchronizing_with_0" xml:space="preserve">
502
    <value>Synchronizing with {0}...</value>
503
  </data>
504
  <data name="Visual_Studio_has_suspended_some_advanced_features_to_improve_performance" xml:space="preserve">
H
Heejae Chang 已提交
505
    <value>Visual Studio has suspended some advanced features to improve performance.</value>
506
  </data>
C
CyrusNajmabadi 已提交
507 508 509 510 511 512
  <data name="Installing_0" xml:space="preserve">
    <value>Installing '{0}'</value>
  </data>
  <data name="Installing_0_completed" xml:space="preserve">
    <value>Installing '{0}' completed</value>
  </data>
513
  <data name="Package_install_failed_colon_0" xml:space="preserve">
C
CyrusNajmabadi 已提交
514 515
    <value>Package install failed: {0}</value>
  </data>
516
  <data name="Unknown2" xml:space="preserve">
517 518
    <value>&lt;Unknown&gt;</value>
  </data>
B
Balaji Krishnan 已提交
519 520 521 522 523 524
  <data name="No" xml:space="preserve">
    <value>No</value>
  </data>
  <data name="Yes" xml:space="preserve">
    <value>Yes</value>
  </data>
525
  <data name="Choose_a_Symbol_Specification_and_a_Naming_Style" xml:space="preserve">
526 527
    <value>Choose a Symbol Specification and a Naming Style.</value>
  </data>
528
  <data name="Enter_a_title_for_this_Naming_Rule" xml:space="preserve">
529 530
    <value>Enter a title for this Naming Rule.</value>
  </data>
531
  <data name="Enter_a_title_for_this_Naming_Style" xml:space="preserve">
532 533
    <value>Enter a title for this Naming Style.</value>
  </data>
534
  <data name="Enter_a_title_for_this_Symbol_Specification" xml:space="preserve">
535 536
    <value>Enter a title for this Symbol Specification.</value>
  </data>
537
  <data name="Accessibilities_can_match_any" xml:space="preserve">
538 539
    <value>Accessibilities (can match any)</value>
  </data>
540
  <data name="Capitalization_colon" xml:space="preserve">
541 542
    <value>Capitalization:</value>
  </data>
543
  <data name="all_lower" xml:space="preserve">
544 545
    <value>all lower</value>
  </data>
546
  <data name="ALL_UPPER" xml:space="preserve">
547 548
    <value>ALL UPPER</value>
  </data>
549
  <data name="camel_Case_Name" xml:space="preserve">
550 551
    <value>camel Case Name</value>
  </data>
552
  <data name="First_word_upper" xml:space="preserve">
553 554
    <value>First word upper</value>
  </data>
555
  <data name="Pascal_Case_Name" xml:space="preserve">
556 557
    <value>Pascal Case Name</value>
  </data>
558
  <data name="Severity_colon" xml:space="preserve">
559 560
    <value>Severity:</value>
  </data>
561
  <data name="Modifiers_must_match_all" xml:space="preserve">
562 563
    <value>Modifiers (must match all)</value>
  </data>
564
  <data name="Name_colon2" xml:space="preserve">
565 566
    <value>Name:</value>
  </data>
567
  <data name="Naming_Rule" xml:space="preserve">
568 569
    <value>Naming Rule</value>
  </data>
570
  <data name="Naming_Style" xml:space="preserve">
571 572
    <value>Naming Style</value>
  </data>
573
  <data name="Naming_Style_colon" xml:space="preserve">
574 575
    <value>Naming Style:</value>
  </data>
576
  <data name="Naming_Rules_allow_you_to_define_how_particular_sets_of_symbols_should_be_named_and_how_incorrectly_named_symbols_should_be_handled" xml:space="preserve">
577 578
    <value>Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled.</value>
  </data>
579
  <data name="The_first_matching_top_level_Naming_Rule_is_used_by_default_when_naming_a_symbol_while_any_special_cases_are_handled_by_a_matching_child_rule" xml:space="preserve">
580 581
    <value>The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule.</value>
  </data>
582
  <data name="Naming_Style_Title_colon" xml:space="preserve">
583 584
    <value>Naming Style Title:</value>
  </data>
585
  <data name="Parent_Rule_colon" xml:space="preserve">
586 587
    <value>Parent Rule:</value>
  </data>
588
  <data name="Required_Prefix_colon" xml:space="preserve">
589 590
    <value>Required Prefix:</value>
  </data>
591
  <data name="Required_Suffix_colon" xml:space="preserve">
592 593
    <value>Required Suffix:</value>
  </data>
594
  <data name="Sample_Identifier_colon" xml:space="preserve">
595 596
    <value>Sample Identifier:</value>
  </data>
597
  <data name="Symbol_Kinds_can_match_any" xml:space="preserve">
598 599
    <value>Symbol Kinds (can match any)</value>
  </data>
600
  <data name="Symbol_Specification" xml:space="preserve">
601 602
    <value>Symbol Specification</value>
  </data>
603
  <data name="Symbol_Specification_colon" xml:space="preserve">
604 605
    <value>Symbol Specification:</value>
  </data>
606
  <data name="Symbol_Specification_Title_colon" xml:space="preserve">
607 608
    <value>Symbol Specification Title:</value>
  </data>
609
  <data name="Word_Separator_colon" xml:space="preserve">
610 611
    <value>Word Separator:</value>
  </data>
612
  <data name="example" xml:space="preserve">
613 614 615
    <value>example</value>
    <comment>IdentifierWord_Example and IdentifierWord_Identifier are combined (with prefixes, suffixes, and word separators) into an example identifier name in the NamingStyle UI.</comment>
  </data>
616
  <data name="identifier" xml:space="preserve">
617 618 619
    <value>identifier</value>
    <comment>IdentifierWord_Example and IdentifierWord_Identifier are combined (with prefixes, suffixes, and word separators) into an example identifier name in the NamingStyle UI.</comment>
  </data>
C
CyrusNajmabadi 已提交
620 621 622 623 624 625 626 627 628 629 630 631
  <data name="Install_0" xml:space="preserve">
    <value>Install '{0}'</value>
  </data>
  <data name="Uninstalling_0" xml:space="preserve">
    <value>Uninstalling '{0}'</value>
  </data>
  <data name="Uninstalling_0_completed" xml:space="preserve">
    <value>Uninstalling '{0}' completed</value>
  </data>
  <data name="Uninstall_0" xml:space="preserve">
    <value>Uninstall '{0}'</value>
  </data>
632
  <data name="Package_uninstall_failed_colon_0" xml:space="preserve">
C
CyrusNajmabadi 已提交
633 634
    <value>Package uninstall failed: {0}</value>
  </data>
635
  <data name="Error_encountered_while_loading_the_project_Some_project_features_such_as_full_solution_analysis_for_the_failed_project_and_projects_that_depend_on_it_have_been_disabled" xml:space="preserve">
636 637
    <value>Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled.</value>
  </data>
638
  <data name="Project_loading_failed" xml:space="preserve">
639 640
    <value>Project loading failed.</value>
  </data>
641
  <data name="To_see_what_caused_the_issue_please_try_below_1_Close_Visual_Studio_long_paragraph_follows" xml:space="preserve">
642 643 644 645 646 647
    <value>To see what caused the issue, please try below.

1. Close Visual Studio
2. Open a Visual Studio Developer Command Prompt
3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true)
4. Delete .vs directory/.suo file
E
EddTheGeek 已提交
648
5. Restart VS from the command prompt you set the environment variable (devenv)
649 650 651
6. Open the solution
7. Check '{0}' and look for the failed tasks (FAILED)</value>
  </data>
652
  <data name="Additional_information_colon" xml:space="preserve">
653 654
    <value>Additional information:</value>
  </data>
655
  <data name="Installing_0_failed_Additional_information_colon_1" xml:space="preserve">
656 657 658 659
    <value>Installing '{0}' failed.

Additional information: {1}</value>
  </data>
660
  <data name="Uninstalling_0_failed_Additional_information_colon_1" xml:space="preserve">
661 662 663 664
    <value>Uninstalling '{0}' failed.

Additional information: {1}</value>
  </data>
665
  <data name="Move_0_below_1" xml:space="preserve">
D
David Poeschl 已提交
666 667 668
    <value>Move {0} below {1}</value>
    <comment>{0} and {1} are parameter descriptions</comment>
  </data>
669
  <data name="Move_0_above_1" xml:space="preserve">
D
David Poeschl 已提交
670 671 672
    <value>Move {0} above {1}</value>
    <comment>{0} and {1} are parameter descriptions</comment>
  </data>
673
  <data name="Remove_0" xml:space="preserve">
D
David Poeschl 已提交
674 675 676
    <value>Remove {0}</value>
    <comment>{0} is a parameter description</comment>
  </data>
677
  <data name="Restore_0" xml:space="preserve">
D
David Poeschl 已提交
678 679 680
    <value>Restore {0}</value>
    <comment>{0} is a parameter description</comment>
  </data>
681
  <data name="Re_enable" xml:space="preserve">
H
Heejae Chang 已提交
682
    <value>Re-enable</value>
683
  </data>
684
  <data name="Learn_more" xml:space="preserve">
685 686
    <value>Learn more</value>
  </data>
687 688
  <data name="Build_plus_live_analysis_NuGet_package" xml:space="preserve">
    <value>Build + live analysis (NuGet package)</value>
689
  </data>
690 691
  <data name="Live_analysis_VSIX_extension" xml:space="preserve">
    <value>Live analysis (VSIX extension)</value>
692
  </data>
693
  <data name="Prefer_framework_type" xml:space="preserve">
694 695
    <value>Prefer framework type</value>
  </data>
696
  <data name="Prefer_predefined_type" xml:space="preserve">
697 698
    <value>Prefer predefined type</value>
  </data>
699
  <data name="Copy_to_Clipboard" xml:space="preserve">
J
Jonathon Marolf 已提交
700
    <value>Copy to Clipboard</value>
J
Jonathon Marolf 已提交
701 702 703 704
  </data>
  <data name="Close" xml:space="preserve">
    <value>Close</value>
  </data>
J
Jonathon Marolf 已提交
705 706 707
  <data name="Unknown_parameters" xml:space="preserve">
    <value>&lt;Unknown Parameters&gt;</value>
  </data>
708 709 710
  <data name="End_of_inner_exception_stack" xml:space="preserve">
    <value>--- End of inner exception stack trace ---</value>
  </data>
711 712 713 714 715 716
  <data name="For_locals_parameters_and_members" xml:space="preserve">
    <value>For locals, parameters and members</value>
  </data>
  <data name="For_member_access_expressions" xml:space="preserve">
    <value>For member access expressions</value>
  </data>
C
CyrusNajmabadi 已提交
717 718 719 720 721 722
  <data name="Prefer_object_initializer" xml:space="preserve">
    <value>Prefer object initializer</value>
  </data>
  <data name="Expression_preferences_colon" xml:space="preserve">
    <value>Expression preferences:</value>
  </data>
723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746
  <data name="Block_Structure_Guides" xml:space="preserve">
    <value>Block Structure Guides</value>
  </data>
  <data name="Outlining" xml:space="preserve">
    <value>Outlining</value>
  </data>
  <data name="Show_guides_for_code_level_constructs" xml:space="preserve">
    <value>Show guides for code level constructs</value>
  </data>
  <data name="Show_guides_for_comments_and_preprocessor_regions" xml:space="preserve">
    <value>Show guides for comments and preprocessor regions</value>
  </data>
  <data name="Show_guides_for_declaration_level_constructs" xml:space="preserve">
    <value>Show guides for declaration level constructs</value>
  </data>
  <data name="Show_outlining_for_code_level_constructs" xml:space="preserve">
    <value>Show outlining for code level constructs</value>
  </data>
  <data name="Show_outlining_for_comments_and_preprocessor_regions" xml:space="preserve">
    <value>Show outlining for comments and preprocessor regions</value>
  </data>
  <data name="Show_outlining_for_declaration_level_constructs" xml:space="preserve">
    <value>Show outlining for declaration level constructs</value>
  </data>
747 748 749 750 751 752
  <data name="Variable_preferences_colon" xml:space="preserve">
    <value>Variable preferences:</value>
  </data>
  <data name="Prefer_inlined_variable_declaration" xml:space="preserve">
    <value>Prefer inlined variable declaration</value>
  </data>
753 754
  <data name="Use_expression_body_for_methods" xml:space="preserve">
    <value>Use expression body for methods</value>
755 756 757 758
  </data>
  <data name="Code_block_preferences_colon" xml:space="preserve">
    <value>Code block preferences:</value>
  </data>
759 760
  <data name="Use_expression_body_for_accessors" xml:space="preserve">
    <value>Use expression body for accessors</value>
761
  </data>
762 763
  <data name="Use_expression_body_for_constructors" xml:space="preserve">
    <value>Use expression body for constructors</value>
764
  </data>
765 766
  <data name="Use_expression_body_for_indexers" xml:space="preserve">
    <value>Use expression body for indexers</value>
767
  </data>
768 769
  <data name="Use_expression_body_for_operators" xml:space="preserve">
    <value>Use expression body for operators</value>
770
  </data>
771 772
  <data name="Use_expression_body_for_properties" xml:space="preserve">
    <value>Use expression body for properties</value>
773
  </data>
774 775 776 777 778 779
  <data name="Some_naming_rules_are_incomplete_Please_complete_or_remove_them" xml:space="preserve">
    <value>Some naming rules are incomplete. Please complete or remove them.</value>
  </data>
  <data name="Manage_specifications" xml:space="preserve">
    <value>Manage specifications</value>
  </data>
C
Cheryl Borley 已提交
780 781
  <data name="Manage_naming_styles" xml:space="preserve">
    <value>Manage naming styles</value>
782 783 784 785 786 787 788 789 790 791
  </data>
  <data name="Reorder" xml:space="preserve">
    <value>Reorder</value>
  </data>
  <data name="Severity" xml:space="preserve">
    <value>Severity</value>
  </data>
  <data name="Specification" xml:space="preserve">
    <value>Specification</value>
  </data>
792 793
  <data name="Required_Style" xml:space="preserve">
    <value>Required Style</value>
794 795 796 797
  </data>
  <data name="This_item_cannot_be_deleted_because_it_is_used_by_an_existing_Naming_Rule" xml:space="preserve">
    <value>This item cannot be deleted because it is used by an existing Naming Rule.</value>
  </data>
798 799 800
  <data name="Prefer_collection_initializer" xml:space="preserve">
    <value>Prefer collection initializer</value>
  </data>
801 802 803
  <data name="Prefer_coalesce_expression" xml:space="preserve">
    <value>Prefer coalesce expression</value>
  </data>
C
CyrusNajmabadi 已提交
804 805 806
  <data name="Collapse_regions_when_collapsing_to_definitions" xml:space="preserve">
    <value>Collapse #regions when collapsing to definitions</value>
  </data>
C
CyrusNajmabadi 已提交
807 808 809
  <data name="Prefer_null_propagation" xml:space="preserve">
    <value>Prefer null propagation</value>
  </data>
C
CyrusNajmabadi 已提交
810 811 812
  <data name="Prefer_explicit_tuple_name" xml:space="preserve">
    <value>Prefer explicit tuple name</value>
  </data>
813 814 815 816 817 818
  <data name="Description" xml:space="preserve">
    <value>Description</value>
  </data>
  <data name="Preference" xml:space="preserve">
    <value>Preference</value>
  </data>
819 820 821
  <data name="Implement_Interface_or_Abstract_Class" xml:space="preserve">
    <value>Implement Interface or Abstract Class</value>
  </data>
822 823 824
  <data name="For_a_given_symbol_only_the_topmost_rule_with_a_matching_Specification_will_be_applied_Violation_of_that_rules_Required_Style_will_be_reported_at_the_chosen_Severity_level" xml:space="preserve">
    <value>For a given symbol, only the topmost rule with a matching 'Specification' will be applied. Violation of that rule's 'Required Style' will be reported at the chosen 'Severity' level.</value>
  </data>
825 826 827 828 829 830 831 832
  <data name="at_the_end" xml:space="preserve">
    <value>at the end</value>
  </data>
  <data name="When_inserting_properties_events_and_methods_place_them" xml:space="preserve">
    <value>When inserting properties, events and methods, place them:</value>
  </data>
  <data name="with_other_members_of_the_same_kind" xml:space="preserve">
    <value>with other members of the same kind</value>
833
  </data>
834 835 836
  <data name="Prefer_braces" xml:space="preserve">
    <value>Prefer braces</value>
  </data>
837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854
  <data name="Over_colon" xml:space="preserve">
    <value>Over:</value>
  </data>
  <data name="Prefer_colon" xml:space="preserve">
    <value>Prefer:</value>
  </data>
  <data name="or" xml:space="preserve">
    <value>or</value>
  </data>
  <data name="built_in_types" xml:space="preserve">
    <value>built-in types</value>
  </data>
  <data name="everywhere_else" xml:space="preserve">
    <value>everywhere else</value>
  </data>
  <data name="type_is_apparent_from_assignment_expression" xml:space="preserve">
    <value>type is apparent from assignment expression</value>
  </data>
855 856 857 858 859 860
  <data name="Get_help_for_0" xml:space="preserve">
    <value>Get help for '{0}'</value>
  </data>
  <data name="Get_help_for_0_from_Bing" xml:space="preserve">
    <value>Get help for '{0}' from Bing</value>
  </data>
861 862 863 864 865 866 867 868 869
  <data name="Move_down" xml:space="preserve">
    <value>Move down</value>
  </data>
  <data name="Move_up" xml:space="preserve">
    <value>Move up</value>
  </data>
  <data name="Remove" xml:space="preserve">
    <value>Remove</value>
  </data>
870 871 872
  <data name="Pick_members" xml:space="preserve">
    <value>Pick members</value>
  </data>
873
  <data name="Unfortunately_a_process_used_by_Visual_Studio_has_encountered_an_unrecoverable_error_We_recommend_saving_your_work_and_then_closing_and_restarting_Visual_Studio" xml:space="preserve">
874 875
    <value>Unfortunately, a process used by Visual Studio has encountered an unrecoverable error.  We recommend saving your work, and then closing and restarting Visual Studio.</value>
  </data>
C
Cyrus Najmabadi 已提交
876
  <data name="analyzer_Prefer_auto_properties" xml:space="preserve">
877 878
    <value>Prefer auto properties</value>
  </data>
879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899
  <data name="Add_a_symbol_specification" xml:space="preserve">
    <value>Add a symbol specification</value>
  </data>
  <data name="Remove_symbol_specification" xml:space="preserve">
    <value>Remove symbol specification</value>
  </data>
  <data name="Add_item" xml:space="preserve">
    <value>Add item</value>
  </data>
  <data name="Edit_item" xml:space="preserve">
    <value>Edit item</value>
  </data>
  <data name="Remove_item" xml:space="preserve">
    <value>Remove item</value>
  </data>
  <data name="Add_a_naming_rule" xml:space="preserve">
    <value>Add a naming rule</value>
  </data>
  <data name="Remove_naming_rule" xml:space="preserve">
    <value>Remove naming rule</value>
  </data>
900 901 902
  <data name="VisualStudioWorkspace_TryApplyChanges_cannot_be_called_from_a_background_thread" xml:space="preserve">
    <value>VisualStudioWorkspace.TryApplyChanges cannot be called from a background thread.</value>
  </data>
C
Cyrus Najmabadi 已提交
903
  <data name="codegen_prefer_auto_properties" xml:space="preserve">
904 905 906 907 908
    <value>prefer auto properties</value>
  </data>
  <data name="prefer_throwing_properties" xml:space="preserve">
    <value>prefer throwing properties</value>
  </data>
909
  <data name="When_generating_properties" xml:space="preserve">
910
    <value>When generating properties:</value>
911
  </data>
912 913
  <data name="Options" xml:space="preserve">
    <value>Options</value>
914
  </data>
915
  <data name="Install_Microsoft_recommended_Roslyn_analyzers_which_provide_additional_diagnostics_and_fixes_for_common_API_design_security_performance_and_reliability_issues" xml:space="preserve">
916
    <value>Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues</value>
917
  </data>
918 919
  <data name="Never_show_this_again" xml:space="preserve">
    <value>Never show this again</value>
920
  </data>
921 922
  <data name="Prefer_simple_default_expression" xml:space="preserve">
    <value>Prefer simple 'default' expression</value>
923
  </data>
924 925 926 927 928 929
  <data name="Prefer_inferred_tuple_names" xml:space="preserve">
    <value>Prefer inferred tuple element names</value>
  </data>
  <data name="Prefer_inferred_anonymous_type_member_names" xml:space="preserve">
    <value>Prefer inferred anonymous type member names</value>
  </data>
930 931 932
  <data name="Preview_pane" xml:space="preserve">
    <value>Preview pane</value>
  </data>
933 934 935
  <data name="Analysis" xml:space="preserve">
    <value>Analysis</value>
  </data>
936 937 938 939 940 941
  <data name="Fade_out_unreachable_code" xml:space="preserve">
    <value>Fade out unreachable code</value>
  </data>
  <data name="Fading" xml:space="preserve">
    <value>Fading</value>
  </data>
C
CyrusNajmabadi 已提交
942
  <data name="Prefer_local_function_over_anonymous_function" xml:space="preserve">
943
    <value>Prefer local function over anonymous function</value>
C
CyrusNajmabadi 已提交
944
  </data>
C
Cyrus Najmabadi 已提交
945 946 947
  <data name="Keep_all_parentheses_in_colon" xml:space="preserve">
    <value>Keep all parentheses in:</value>
  </data>
948 949
  <data name="In_other_operators" xml:space="preserve">
    <value>In other operators</value>
C
Cyrus Najmabadi 已提交
950
  </data>
C
Cyrus Najmabadi 已提交
951 952
  <data name="Never_if_unnecessary" xml:space="preserve">
    <value>Never if unnecessary</value>
C
Cyrus Najmabadi 已提交
953
  </data>
C
Cyrus Najmabadi 已提交
954 955
  <data name="Always_for_clarity" xml:space="preserve">
    <value>Always for clarity</value>
C
Cyrus Najmabadi 已提交
956 957 958 959
  </data>
  <data name="Parentheses_preferences_colon" xml:space="preserve">
    <value>Parentheses preferences:</value>
  </data>
960 961 962
  <data name="ModuleHasBeenUnloaded" xml:space="preserve">
    <value>Module has been unloaded.</value>
  </data>
C
Cyrus Najmabadi 已提交
963 964 965
  <data name="Prefer_deconstructed_variable_declaration" xml:space="preserve">
    <value>Prefer deconstructed variable declaration</value>
  </data>
966 967 968 969 970 971 972 973 974
  <data name="External_reference_found" xml:space="preserve">
    <value>External reference found</value>
  </data>
  <data name="No_references_found_to_0" xml:space="preserve">
    <value>No references found to '{0}'</value>
  </data>
  <data name="Search_found_no_results" xml:space="preserve">
    <value>Search found no results</value>
  </data>
975 976
  <data name="Sync_Class_View" xml:space="preserve">
    <value>Sync Class View</value>
977
  </data>
978 979
  <data name="Reset_Visual_Studio_default_keymapping" xml:space="preserve">
    <value>Reset Visual Studio default keymapping</value>
980
  </data>
981 982 983
  <data name="Enable_navigation_to_decompiled_sources" xml:space="preserve">
    <value>Enable navigation to decompiled sources (experimental)</value>
  </data>
S
Sam Harwell 已提交
984
  <data name="Decompiler_Legal_Notice_Message" xml:space="preserve">
985
    <value>IMPORTANT: Visual Studio includes decompiling functionality (“Decompiler”) that enables reproducing source code from binary code. By accessing and using the Decompiler, you agree to the Visual Studio license terms and the terms for the Decompiler below. If you do not agree with these combined terms, do not access or use the Decompiler.
S
Sam Harwell 已提交
986 987
 
You acknowledge that binary code and source code might be protected by copyright and trademark laws.  Before using the Decompiler on any binary code, you need to first:  
988 989
(i) confirm that the license terms governing your use of the binary code do not contain a provision which prohibits you from decompiling the software; or
(ii) obtain permission to decompile the binary code from the owner of the software.
S
Sam Harwell 已提交
990
 
991 992 993
Your use of the Decompiler is optional.  Microsoft is not responsible and disclaims all liability for your use of the Decompiler that violates any laws or any software license terms which prohibit decompiling of the software.

I agree to all of the foregoing:</value>
S
Sam Harwell 已提交
994 995 996 997
  </data>
  <data name="Decompiler_Legal_Notice_Title" xml:space="preserve">
    <value>Decompiler Legal Notice</value>
  </data>
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009
  <data name="Colorize_regular_expressions" xml:space="preserve">
    <value>Colorize regular expressions</value>
  </data>
  <data name="Highlight_related_components_under_cursor" xml:space="preserve">
    <value>Highlight related components under cursor</value>
  </data>
  <data name="Regular_Expressions" xml:space="preserve">
    <value>Regular Expressions</value>
  </data>
  <data name="Report_invalid_regular_expressions" xml:space="preserve">
    <value>Report invalid regular expressions</value>
  </data>
1010
  <data name="Code_style_header_use_editor_config" xml:space="preserve">
1011
    <value>Your .editorconfig file might override the local settings configured on this page which only apply to your machine. To configure these settings to travel with your solution use EditorConfig files. More info</value>
1012
  </data>
C
Cyrus Najmabadi 已提交
1013 1014
  <data name="Modifier_preferences_colon" xml:space="preserve">
    <value>Modifier preferences:</value>
A
Abraham Hosch 已提交
1015
  </data>
C
Cyrus Najmabadi 已提交
1016 1017
  <data name="Prefer_readonly_fields" xml:space="preserve">
    <value>Prefer readonly fields</value>
A
Abraham Hosch 已提交
1018
  </data>
1019 1020 1021
  <data name="Analyzing_0" xml:space="preserve">
    <value>Analyzing '{0}'</value>
  </data>
1022 1023 1024 1025 1026 1027
  <data name="Prefer_conditional_expression_over_if_with_assignments" xml:space="preserve">
    <value>Prefer conditional expression over 'if' with assignments</value>
  </data>
  <data name="Prefer_conditional_expression_over_if_with_returns" xml:space="preserve">
    <value>Prefer conditional expression over 'if' with returns</value>
  </data>
1028 1029 1030 1031 1032 1033
  <data name="Apply_0_keymapping_scheme" xml:space="preserve">
    <value>Apply '{0}' keymapping scheme</value>
  </data>
  <data name="We_notice_you_suspended_0_Reset_keymappings_to_continue_to_navigate_and_refactor" xml:space="preserve">
    <value>We notice you suspended '{0}'. Reset keymappings to continue to navigate and refactor.</value>
  </data>
C
Cyrus Najmabadi 已提交
1034 1035
  <data name="Use_expression_body_for_lambdas" xml:space="preserve">
    <value>Use expression body for lambdas</value>
1036
  </data>
C
Add UI.  
Cyrus Najmabadi 已提交
1037 1038 1039
  <data name="Prefer_compound_assignments" xml:space="preserve">
    <value>Prefer compound assignments</value>
  </data>
1040 1041 1042
  <data name="Generate_dot_editorconfig_file_from_settings" xml:space="preserve">
    <value>Generate .editorconfig file from settings</value>
  </data>
M
Manish Vasani 已提交
1043 1044 1045
  <data name="Save_dot_editorconfig_file" xml:space="preserve">
    <value>Save .editorconfig file</value>
  </data>
1046 1047 1048
  <data name="Kind" xml:space="preserve">
    <value>Kind</value>
  </data>
C
Cyrus Najmabadi 已提交
1049 1050 1051 1052 1053 1054
  <data name="Prefer_index_operator" xml:space="preserve">
    <value>Prefer index operator</value>
  </data>
  <data name="Prefer_range_operator" xml:space="preserve">
    <value>Prefer range operator</value>
  </data>
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069
  <data name="All_methods" xml:space="preserve">
    <value>All methods</value>
  </data>
  <data name="Avoid_expression_statements_that_implicitly_ignore_value" xml:space="preserve">
    <value>Avoid expression statements that implicitly ignore value</value>
  </data>
  <data name="Avoid_unused_parameters" xml:space="preserve">
    <value>Avoid unused parameters</value>
  </data>
  <data name="Avoid_unused_value_assignments" xml:space="preserve">
    <value>Avoid unused value assignments</value>
  </data>
  <data name="Parameter_preferences_colon" xml:space="preserve">
    <value>Parameter preferences:</value>
  </data>
M
Manish Vasani 已提交
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083
  <data name="Non_public_methods" xml:space="preserve">
    <value>Non-public methods</value>
  </data>
  <data name="Unused_value_is_explicitly_assigned_to_an_unused_local" xml:space="preserve">
    <value>Unused value is explicitly assigned to an unused local</value>
  </data>
  <data name="Unused_value_is_explicitly_assigned_to_discard" xml:space="preserve">
    <value>Unused value is explicitly assigned to discard</value>
  </data>
  <data name="Value_assigned_here_is_never_used" xml:space="preserve">
    <value>Value assigned here is never used</value>
  </data>
  <data name="Value_returned_by_invocation_is_implicitly_ignored" xml:space="preserve">
    <value>Value returned by invocation is implicitly ignored</value>
1084
  </data>
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109
  <data name="Back" xml:space="preserve">
    <value>Back</value>
  </data>
  <data name="Finish" xml:space="preserve">
    <value>Finish</value>
  </data>
  <data name="Interface_cannot_have_field" xml:space="preserve">
    <value>Interface cannot have field.</value>
  </data>
  <data name="Make_abstract" xml:space="preserve">
    <value>Make abstract</value>
  </data>
  <data name="Members" xml:space="preserve">
    <value>Members</value>
  </data>
  <data name="Namespace_0" xml:space="preserve">
    <value>Namespace: '{0}'</value>
  </data>
  <data name="Pull_Members_Up" xml:space="preserve">
    <value>Pull Members Up</value>
  </data>
  <data name="Additional_changes_are_needed_to_complete_the_refactoring_Review_changes_below" xml:space="preserve">
    <value>Additional changes are needed to complete the refactoring. Review changes below.</value>
  </data>
  <data name="Select_Dependents" xml:space="preserve">
1110
    <value>Select _Dependents</value>
1111 1112 1113 1114 1115 1116 1117 1118
  </data>
  <data name="Select_destination_and_members_to_pull_up" xml:space="preserve">
    <value>Select destination and members to pull up.</value>
  </data>
  <data name="Select_members_colon" xml:space="preserve">
    <value>Select members:</value>
  </data>
  <data name="Select_Public" xml:space="preserve">
1119
    <value>Select _Public</value>
1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135
  </data>
  <data name="_0_will_be_changed_to_abstract" xml:space="preserve">
    <value>'{0}' will be changed to abstract.</value>
  </data>
  <data name="_0_will_be_changed_to_non_static" xml:space="preserve">
    <value>'{0}' will be changed to non-static.</value>
  </data>
  <data name="_0_will_be_changed_to_public" xml:space="preserve">
    <value>'{0}' will be changed to public.</value>
  </data>
  <data name="Calculating_dependents" xml:space="preserve">
    <value>Calculating dependents...</value>
  </data>
  <data name="Select_destination_colon" xml:space="preserve">
    <value>Select destination:</value>
  </data>
1136 1137 1138
  <data name="Use_expression_body_for_local_functions" xml:space="preserve">
    <value>Use expression body for local functions</value>
  </data>
1139 1140 1141
  <data name="Allow_colon" xml:space="preserve">
    <value>Allow:</value>
  </data>
1142 1143 1144 1145 1146 1147 1148 1149 1150
  <data name="Make_0_abstract" xml:space="preserve">
    <value>Make '{0}' abstract</value>
  </data>
  <data name="Review_Changes" xml:space="preserve">
    <value>Review Changes</value>
  </data>
  <data name="Select_member" xml:space="preserve">
    <value>Select member</value>
  </data>
1151 1152 1153
  <data name="Classifications" xml:space="preserve">
    <value>Classifications</value>
  </data>
C
Cyrus Najmabadi 已提交
1154 1155 1156
  <data name="Prefer_static_local_functions" xml:space="preserve">
    <value>Prefer static local functions</value>
  </data>
C
Cyrus Najmabadi 已提交
1157 1158 1159
  <data name="Prefer_simple_using_statement" xml:space="preserve">
    <value>Prefer simple 'using' statement</value>
  </data>
1160 1161
  <data name="Show_completion_list" xml:space="preserve">
    <value>Show completion list</value>
C
Cyrus Najmabadi 已提交
1162
  </data>
1163 1164 1165
  <data name="Use_enhanced_colors_for_C_and_Basic" xml:space="preserve">
    <value>Use enhanced colors for C# and Basic</value>
  </data>
1166
  <data name="Move_to_namespace" xml:space="preserve">
A
Andrew Hall (METAL) 已提交
1167
    <value>Move to Namespace</value>
1168 1169 1170 1171
  </data>
  <data name="Namespace" xml:space="preserve">
    <value>Namespace</value>
  </data>
A
Andrew Hall (METAL) 已提交
1172 1173 1174
  <data name="Target_Namespace_colon" xml:space="preserve">
    <value>Target Namespace:</value>
  </data>
1175
  <data name="This_is_an_invalid_namespace" xml:space="preserve">
1176
    <value>This is an invalid namespace</value>
1177
  </data>
1178
  <data name="A_new_namespace_will_be_created" xml:space="preserve">
1179
    <value>A new namespace will be created</value>
1180
  </data>
D
David Poeschl 已提交
1181 1182 1183
  <data name="Rename_0_to_1" xml:space="preserve">
    <value>Rename {0} to {1}</value>
  </data>
1184 1185
  <data name="NamingSpecification_CSharp_Class" xml:space="preserve">
    <value>class</value>
1186
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1187 1188 1189
  </data>
  <data name="NamingSpecification_CSharp_Delegate" xml:space="preserve">
    <value>delegate</value>
1190
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1191 1192 1193
  </data>
  <data name="NamingSpecification_CSharp_Enum" xml:space="preserve">
    <value>enum</value>
1194
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1195 1196 1197
  </data>
  <data name="NamingSpecification_CSharp_Event" xml:space="preserve">
    <value>event</value>
1198
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1199 1200 1201
  </data>
  <data name="NamingSpecification_CSharp_Field" xml:space="preserve">
    <value>field</value>
D
David Poeschl 已提交
1202
    <comment>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# programming language concept of a "field" (which stores data).</comment>
1203 1204 1205
  </data>
  <data name="NamingSpecification_CSharp_Interface" xml:space="preserve">
    <value>interface</value>
1206
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1207 1208 1209
  </data>
  <data name="NamingSpecification_CSharp_Local" xml:space="preserve">
    <value>local</value>
D
David Poeschl 已提交
1210
    <comment>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "local variable".</comment>
1211 1212 1213
  </data>
  <data name="NamingSpecification_CSharp_LocalFunction" xml:space="preserve">
    <value>local function</value>
D
David Poeschl 已提交
1214
    <comment>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "local function" that exists locally within another function.</comment>
1215 1216 1217
  </data>
  <data name="NamingSpecification_CSharp_Method" xml:space="preserve">
    <value>method</value>
D
David Poeschl 已提交
1218
    <comment>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "method" that can be called by other code.</comment>
1219 1220 1221
  </data>
  <data name="NamingSpecification_CSharp_Namespace" xml:space="preserve">
    <value>namespace</value>
1222
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1223 1224 1225
  </data>
  <data name="NamingSpecification_CSharp_Parameter" xml:space="preserve">
    <value>parameter</value>
D
David Poeschl 已提交
1226
    <comment>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "parameter" being passed to a method.</comment>
1227 1228 1229
  </data>
  <data name="NamingSpecification_CSharp_Property" xml:space="preserve">
    <value>property</value>
D
David Poeschl 已提交
1230
    <comment>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "property" (which allows for the retrieval of data).</comment>
1231 1232 1233
  </data>
  <data name="NamingSpecification_CSharp_Struct" xml:space="preserve">
    <value>struct</value>
1234
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1235 1236 1237
  </data>
  <data name="NamingSpecification_CSharp_TypeParameter" xml:space="preserve">
    <value>type parameter</value>
D
David Poeschl 已提交
1238
    <comment>This string can be found under "Tools | Options | Text Editor | C# | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_CSharp_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the C# language concept of a "type parameter".</comment>
1239 1240 1241
  </data>
  <data name="NamingSpecification_VisualBasic_Class" xml:space="preserve">
    <value>Class</value>
1242
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1243 1244 1245
  </data>
  <data name="NamingSpecification_VisualBasic_Delegate" xml:space="preserve">
    <value>Delegate</value>
1246
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1247 1248 1249
  </data>
  <data name="NamingSpecification_VisualBasic_Enum" xml:space="preserve">
    <value>Enum</value>
1250
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1251 1252 1253
  </data>
  <data name="NamingSpecification_VisualBasic_Event" xml:space="preserve">
    <value>Event</value>
1254
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1255 1256 1257
  </data>
  <data name="NamingSpecification_VisualBasic_Field" xml:space="preserve">
    <value>Field</value>
D
David Poeschl 已提交
1258
    <comment>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "field" (which stores data).</comment>
1259 1260 1261
  </data>
  <data name="NamingSpecification_VisualBasic_Interface" xml:space="preserve">
    <value>Interface</value>
1262
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1263 1264 1265
  </data>
  <data name="NamingSpecification_VisualBasic_Local" xml:space="preserve">
    <value>Local</value>
D
David Poeschl 已提交
1266
    <comment>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "local variable".</comment>
1267 1268 1269
  </data>
  <data name="NamingSpecification_VisualBasic_Method" xml:space="preserve">
    <value>Method</value>
D
David Poeschl 已提交
1270
    <comment>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "method".</comment>
1271 1272 1273
  </data>
  <data name="NamingSpecification_VisualBasic_Module" xml:space="preserve">
    <value>Module</value>
1274
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1275 1276 1277
  </data>
  <data name="NamingSpecification_VisualBasic_Namespace" xml:space="preserve">
    <value>Namespace</value>
1278
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1279 1280 1281
  </data>
  <data name="NamingSpecification_VisualBasic_Parameter" xml:space="preserve">
    <value>Parameter</value>
D
David Poeschl 已提交
1282
    <comment>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "parameter" which can be passed to a method.</comment>
1283 1284 1285
  </data>
  <data name="NamingSpecification_VisualBasic_Property" xml:space="preserve">
    <value>Property</value>
1286
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1287 1288 1289
  </data>
  <data name="NamingSpecification_VisualBasic_Structure" xml:space="preserve">
    <value>Structure</value>
1290
    <comment>{Locked} This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (including this one).</comment>
1291 1292 1293
  </data>
  <data name="NamingSpecification_VisualBasic_TypeParameter" xml:space="preserve">
    <value>Type Parameter</value>
D
David Poeschl 已提交
1294
    <comment>This string can be found under "Tools | Options | Text Editor | Basic | Code Style | Naming | Manage Specifications | + | Symbol kinds". All of the "NamingSpecification_VisualBasic_*" strings represent language constructs, and some of them are also actual keywords (NOT this one). Refers to the Visual Basic language concept of a "type parameter".</comment>
1295
  </data>
1296 1297 1298 1299 1300 1301
  <data name="Containing_member" xml:space="preserve">
    <value>Containing Member</value>
  </data>
  <data name="Containing_type" xml:space="preserve">
    <value>Containing Type</value>
  </data>
1302 1303 1304
  <data name="Use_editorconfig_compatibility_mode" xml:space="preserve">
    <value>Use .editorconfig compatibility mode (requires restart)</value>
  </data>
1305 1306 1307
  <data name="Running_low_priority_background_processes" xml:space="preserve">
    <value>Running low priority background processes</value>
  </data>
H
HeeJae Chang 已提交
1308 1309 1310 1311 1312
  <data name="Evaluating_0_tasks_in_queue" xml:space="preserve">
    <value>Evaluating ({0} tasks in queue)</value>
  </data>
  <data name="Paused_0_tasks_in_queue" xml:space="preserve">
    <value>Paused ({0} tasks in queue)</value>
1313
  </data>
1314 1315 1316
  <data name="Naming_rules" xml:space="preserve">
    <value>Naming rules</value>
  </data>
1317 1318 1319
  <data name="Updating_severity" xml:space="preserve">
    <value>Updating severity</value>
  </data>
C
Add UI  
Cyrus Najmabadi 已提交
1320 1321 1322 1323 1324 1325
  <data name="Prefer_System_HashCode_in_GetHashCode" xml:space="preserve">
    <value>Prefer 'System.HashCode' in 'GetHashCode'</value>
  </data>
  <data name="Requires_System_HashCode_be_present_in_project" xml:space="preserve">
    <value>Requires 'System.HashCode' be present in project</value>
  </data>
1326 1327
  <data name="A_new_editorconfig_file_was_detected_at_the_root_of_your_solution_Would_you_like_to_make_it_a_solution_item" xml:space="preserve">
    <value>A new .editorconfig file was detected at the root of your solution. Would you like to make it a solution item?</value>
1328
  </data>
1329 1330 1331 1332 1333 1334
  <data name="Run_Code_Analysis_on_0" xml:space="preserve">
    <value>Run Code Analysis on {0}</value>
  </data>
  <data name="Running_code_analysis_for_0" xml:space="preserve">
    <value>Running code analysis for '{0}'...</value>
  </data>
M
Manish Vasani 已提交
1335 1336 1337 1338 1339 1340 1341 1342
  <data name="Running_code_analysis_for_Solution" xml:space="preserve">
    <value>Running code analysis for Solution...</value>
  </data>
  <data name="Code_analysis_completed_for_0" xml:space="preserve">
    <value>Code analysis completed for '{0}'.</value>
  </data>
  <data name="Code_analysis_completed_for_Solution" xml:space="preserve">
    <value>Code analysis completed for Solution.</value>
1343
  </data>
1344 1345 1346
  <data name="Background_analysis_scope_colon" xml:space="preserve">
    <value>Background analysis scope:</value>
  </data>
1347 1348
  <data name="Current_Document" xml:space="preserve">
    <value>Current Document</value>
1349
  </data>
1350 1351
  <data name="Open_Documents_and_Projects" xml:space="preserve">
    <value>Open Documents and Projects</value>
1352
  </data>
1353 1354
  <data name="Entire_Solution" xml:space="preserve">
    <value>Entire Solution</value>
1355
  </data>
D
David Barbet 已提交
1356
  <data name="CSharp_Visual_Basic_Language_Server_Client" xml:space="preserve">
1357 1358
    <value>C#/Visual Basic Language Server Client</value>
  </data>
1359
  <data name="Live_Share_CSharp_Visual_Basic_Language_Server_Client" xml:space="preserve">
D
David Barbet 已提交
1360
    <value>Live Share C#/Visual Basic Language Server Client</value>
1361
    <comment>'Live Share' is a product name and does not need to be localized.</comment>
1362
  </data>
1363
</root>