ServicesVSResources.resx 43.4 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="Error_while_reading_0_colon_1" xml:space="preserve">
235 236
    <value>Error while reading '{0}': {1}</value>
  </data>
237 238 239
  <data name="ErrorReadingFile" xml:space="preserve">
    <value>Error while reading a file</value>
  </data>
240
  <data name="Assembly" xml:space="preserve">
241 242
    <value>Assembly </value>
  </data>
243
  <data name="Exceptions_colon" xml:space="preserve">
244 245
    <value>Exceptions:</value>
  </data>
246
  <data name="Member_of_0" xml:space="preserve">
247 248
    <value>Member of {0}</value>
  </data>
249
  <data name="Parameters_colon1" xml:space="preserve">
250 251
    <value>Parameters:</value>
  </data>
252
  <data name="Project" xml:space="preserve">
253 254
    <value>Project </value>
  </data>
255
  <data name="Remarks_colon" xml:space="preserve">
256 257
    <value>Remarks:</value>
  </data>
258
  <data name="Returns_colon" xml:space="preserve">
259 260
    <value>Returns:</value>
  </data>
261
  <data name="Summary_colon" xml:space="preserve">
262 263
    <value>Summary:</value>
  </data>
264
  <data name="Type_Parameters_colon" xml:space="preserve">
265 266
    <value>Type Parameters:</value>
  </data>
267
  <data name="File_already_exists" xml:space="preserve">
268 269
    <value>File already exists</value>
  </data>
270
  <data name="File_path_cannot_use_reserved_keywords" xml:space="preserve">
271 272
    <value>File path cannot use reserved keywords</value>
  </data>
273
  <data name="DocumentPath_is_illegal" xml:space="preserve">
274 275
    <value>DocumentPath is illegal</value>
  </data>
276
  <data name="Project_Path_is_illegal" xml:space="preserve">
277 278
    <value>Project Path is illegal</value>
  </data>
279
  <data name="Path_cannot_have_empty_filename" xml:space="preserve">
280 281
    <value>Path cannot have empty filename</value>
  </data>
282
  <data name="The_given_DocumentId_did_not_come_from_the_Visual_Studio_workspace" xml:space="preserve">
283 284
    <value>The given DocumentId did not come from the Visual Studio workspace.</value>
  </data>
285
  <data name="Project_colon_0_1_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file_may_belong_to" xml:space="preserve">
286 287 288 289
    <value>Project: {0} ({1})

Use the dropdown to view and switch to other projects this file may belong to.</value>
  </data>
290
  <data name="_0_Use_the_dropdown_to_view_and_navigate_to_other_items_in_this_file" xml:space="preserve">
291 292 293 294
    <value>{0}

Use the dropdown to view and navigate to other items in this file.</value>
  </data>
295
  <data name="Project_colon_0_Use_the_dropdown_to_view_and_switch_to_other_projects_this_file_may_belong_to" xml:space="preserve">
296 297 298 299
    <value>Project: {0}

Use the dropdown to view and switch to other projects this file may belong to.</value>
  </data>
300
  <data name="ErrorReadingRuleset" xml:space="preserve">
301 302
    <value>ErrorReadingRuleset</value>
  </data>
303
  <data name="Error_reading_ruleset_file_0_1" xml:space="preserve">
304 305
    <value>Error reading ruleset file {0} - {1}</value>
  </data>
306
  <data name="AnalyzerChangedOnDisk" xml:space="preserve">
307 308
    <value>AnalyzerChangedOnDisk</value>
  </data>
309
  <data name="The_analyzer_assembly_0_has_changed_Diagnostics_may_be_incorrect_until_Visual_Studio_is_restarted" xml:space="preserve">
310 311
    <value>The analyzer assembly '{0}' has changed. Diagnostics may be incorrect until Visual Studio is restarted.</value>
  </data>
312
  <data name="CSharp_VB_Diagnostics_Table_Data_Source" xml:space="preserve">
313 314
    <value>C#/VB Diagnostics Table Data Source</value>
  </data>
315
  <data name="CSharp_VB_Todo_List_Table_Data_Source" xml:space="preserve">
316 317 318 319 320
    <value>C#/VB Todo List Table Data Source</value>
  </data>
  <data name="Cancel" xml:space="preserve">
    <value>Cancel</value>
  </data>
321
  <data name="Deselect_All" xml:space="preserve">
322 323
    <value>_Deselect All</value>
  </data>
324
  <data name="Extract_Interface" xml:space="preserve">
325 326
    <value>Extract Interface</value>
  </data>
327
  <data name="Generated_name_colon" xml:space="preserve">
328 329
    <value>Generated name:</value>
  </data>
330
  <data name="New_file_name_colon" xml:space="preserve">
331 332
    <value>New _file name:</value>
  </data>
333
  <data name="New_interface_name_colon" xml:space="preserve">
334 335 336 337 338
    <value>New _interface name:</value>
  </data>
  <data name="OK" xml:space="preserve">
    <value>OK</value>
  </data>
339
  <data name="Select_All" xml:space="preserve">
340 341
    <value>_Select All</value>
  </data>
342
  <data name="Select_public_members_to_form_interface" xml:space="preserve">
343 344
    <value>Select public _members to form interface</value>
  </data>
345
  <data name="Access_colon" xml:space="preserve">
346 347
    <value>_Access:</value>
  </data>
348
  <data name="Add_to_existing_file" xml:space="preserve">
349 350
    <value>Add to _existing file</value>
  </data>
351
  <data name="Change_Signature" xml:space="preserve">
352 353
    <value>Change Signature</value>
  </data>
354
  <data name="Create_new_file" xml:space="preserve">
355 356
    <value>_Create new file</value>
  </data>
357
  <data name="Default_" xml:space="preserve">
358 359
    <value>Default</value>
  </data>
360
  <data name="File_Name_colon" xml:space="preserve">
361 362
    <value>File Name:</value>
  </data>
363
  <data name="Generate_Type" xml:space="preserve">
364 365
    <value>Generate Type</value>
  </data>
366
  <data name="Kind_colon" xml:space="preserve">
367 368
    <value>_Kind:</value>
  </data>
369
  <data name="Location_colon" xml:space="preserve">
370 371 372 373 374
    <value>Location:</value>
  </data>
  <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="Suppression_State" xml:space="preserve">
472 473
    <value>Suppression State</value>
  </data>
474
  <data name="Active" xml:space="preserve">
475 476
    <value>Active</value>
  </data>
477
  <data name="Suppressed" xml:space="preserve">
478 479
    <value>Suppressed</value>
  </data>
480 481 482 483 484 485
  <data name="NotApplicable" xml:space="preserve">
    <value>N/A</value>
  </data>
  <data name="SuppressionNotSupportedToolTip" xml:space="preserve">
    <value>Suppression state is supported only for intellisense diagnostics, which are for the current solution snapshot. Switch to 'Intellisense' diagnostics for suppression.</value>
  </data>
486
  <data name="Suppress_diagnostics" xml:space="preserve">
487 488
    <value>Suppress diagnostics</value>
  </data>
489
  <data name="Computing_suppressions_fix" xml:space="preserve">
490 491
    <value>Computing suppressions fix...</value>
  </data>
492
  <data name="Applying_suppressions_fix" xml:space="preserve">
493
    <value>Applying suppressions fix...</value>
494
  </data>
495
  <data name="Remove_suppressions" xml:space="preserve">
496 497
    <value>Remove suppressions</value>
  </data>
498
  <data name="Computing_remove_suppressions_fix" xml:space="preserve">
499 500
    <value>Computing remove suppressions fix...</value>
  </data>
501
  <data name="Applying_remove_suppressions_fix" xml:space="preserve">
502
    <value>Applying remove suppressions fix...</value>
503
  </data>
504
  <data name="This_workspace_only_supports_opening_documents_on_the_UI_thread" xml:space="preserve">
505 506
    <value>This workspace only supports opening documents on the UI thread.</value>
  </data>
507 508 509
  <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>
510
  <data name="Synchronize_0" xml:space="preserve">
511
    <value>Synchronize {0}</value>
512
  </data>
513
  <data name="Synchronizing_with_0" xml:space="preserve">
514
    <value>Synchronizing with {0}...</value>
515
  </data>
516
  <data name="Visual_Studio_has_suspended_some_advanced_features_to_improve_performance" xml:space="preserve">
H
Heejae Chang 已提交
517
    <value>Visual Studio has suspended some advanced features to improve performance.</value>
518
  </data>
C
CyrusNajmabadi 已提交
519 520 521 522 523 524
  <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>
525
  <data name="Package_install_failed_colon_0" xml:space="preserve">
C
CyrusNajmabadi 已提交
526 527
    <value>Package install failed: {0}</value>
  </data>
528
  <data name="Unknown2" xml:space="preserve">
529 530
    <value>&lt;Unknown&gt;</value>
  </data>
B
Balaji Krishnan 已提交
531 532 533 534 535 536
  <data name="No" xml:space="preserve">
    <value>No</value>
  </data>
  <data name="Yes" xml:space="preserve">
    <value>Yes</value>
  </data>
537
  <data name="Choose_a_Symbol_Specification_and_a_Naming_Style" xml:space="preserve">
538 539
    <value>Choose a Symbol Specification and a Naming Style.</value>
  </data>
540
  <data name="Enter_a_title_for_this_Naming_Rule" xml:space="preserve">
541 542
    <value>Enter a title for this Naming Rule.</value>
  </data>
543
  <data name="Enter_a_title_for_this_Naming_Style" xml:space="preserve">
544 545
    <value>Enter a title for this Naming Style.</value>
  </data>
546
  <data name="Enter_a_title_for_this_Symbol_Specification" xml:space="preserve">
547 548
    <value>Enter a title for this Symbol Specification.</value>
  </data>
549
  <data name="Accessibilities_can_match_any" xml:space="preserve">
550 551
    <value>Accessibilities (can match any)</value>
  </data>
552
  <data name="Capitalization_colon" xml:space="preserve">
553 554
    <value>Capitalization:</value>
  </data>
555
  <data name="all_lower" xml:space="preserve">
556 557
    <value>all lower</value>
  </data>
558
  <data name="ALL_UPPER" xml:space="preserve">
559 560
    <value>ALL UPPER</value>
  </data>
561
  <data name="camel_Case_Name" xml:space="preserve">
562 563
    <value>camel Case Name</value>
  </data>
564
  <data name="First_word_upper" xml:space="preserve">
565 566
    <value>First word upper</value>
  </data>
567
  <data name="Pascal_Case_Name" xml:space="preserve">
568 569
    <value>Pascal Case Name</value>
  </data>
570
  <data name="Severity_colon" xml:space="preserve">
571 572
    <value>Severity:</value>
  </data>
573
  <data name="Modifiers_must_match_all" xml:space="preserve">
574 575
    <value>Modifiers (must match all)</value>
  </data>
576
  <data name="Name_colon2" xml:space="preserve">
577 578
    <value>Name:</value>
  </data>
579
  <data name="Naming_Rule" xml:space="preserve">
580 581
    <value>Naming Rule</value>
  </data>
582
  <data name="Naming_Style" xml:space="preserve">
583 584
    <value>Naming Style</value>
  </data>
585
  <data name="Naming_Style_colon" xml:space="preserve">
586 587
    <value>Naming Style:</value>
  </data>
588
  <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">
589 590
    <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>
591
  <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">
592 593
    <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>
594
  <data name="Naming_Style_Title_colon" xml:space="preserve">
595 596
    <value>Naming Style Title:</value>
  </data>
597
  <data name="Parent_Rule_colon" xml:space="preserve">
598 599
    <value>Parent Rule:</value>
  </data>
600
  <data name="Required_Prefix_colon" xml:space="preserve">
601 602
    <value>Required Prefix:</value>
  </data>
603
  <data name="Required_Suffix_colon" xml:space="preserve">
604 605
    <value>Required Suffix:</value>
  </data>
606
  <data name="Sample_Identifier_colon" xml:space="preserve">
607 608
    <value>Sample Identifier:</value>
  </data>
609
  <data name="Symbol_Kinds_can_match_any" xml:space="preserve">
610 611
    <value>Symbol Kinds (can match any)</value>
  </data>
612
  <data name="Symbol_Specification" xml:space="preserve">
613 614
    <value>Symbol Specification</value>
  </data>
615
  <data name="Symbol_Specification_colon" xml:space="preserve">
616 617
    <value>Symbol Specification:</value>
  </data>
618
  <data name="Symbol_Specification_Title_colon" xml:space="preserve">
619 620
    <value>Symbol Specification Title:</value>
  </data>
621
  <data name="Word_Separator_colon" xml:space="preserve">
622 623
    <value>Word Separator:</value>
  </data>
624
  <data name="example" xml:space="preserve">
625 626 627
    <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>
628
  <data name="identifier" xml:space="preserve">
629 630 631
    <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 已提交
632 633 634 635 636 637 638 639 640 641 642 643
  <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>
644
  <data name="Package_uninstall_failed_colon_0" xml:space="preserve">
C
CyrusNajmabadi 已提交
645 646
    <value>Package uninstall failed: {0}</value>
  </data>
647
  <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">
648 649
    <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>
650
  <data name="Project_loading_failed" xml:space="preserve">
651 652
    <value>Project loading failed.</value>
  </data>
653
  <data name="To_see_what_caused_the_issue_please_try_below_1_Close_Visual_Studio_long_paragraph_follows" xml:space="preserve">
654 655 656 657 658 659
    <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 已提交
660
5. Restart VS from the command prompt you set the environment variable (devenv)
661 662 663
6. Open the solution
7. Check '{0}' and look for the failed tasks (FAILED)</value>
  </data>
664
  <data name="Additional_information_colon" xml:space="preserve">
665 666
    <value>Additional information:</value>
  </data>
667
  <data name="Installing_0_failed_Additional_information_colon_1" xml:space="preserve">
668 669 670 671
    <value>Installing '{0}' failed.

Additional information: {1}</value>
  </data>
672
  <data name="Uninstalling_0_failed_Additional_information_colon_1" xml:space="preserve">
673 674 675 676
    <value>Uninstalling '{0}' failed.

Additional information: {1}</value>
  </data>
677
  <data name="Move_0_below_1" xml:space="preserve">
D
David Poeschl 已提交
678 679 680
    <value>Move {0} below {1}</value>
    <comment>{0} and {1} are parameter descriptions</comment>
  </data>
681
  <data name="Move_0_above_1" xml:space="preserve">
D
David Poeschl 已提交
682 683 684
    <value>Move {0} above {1}</value>
    <comment>{0} and {1} are parameter descriptions</comment>
  </data>
685
  <data name="Remove_0" xml:space="preserve">
D
David Poeschl 已提交
686 687 688
    <value>Remove {0}</value>
    <comment>{0} is a parameter description</comment>
  </data>
689
  <data name="Restore_0" xml:space="preserve">
D
David Poeschl 已提交
690 691 692
    <value>Restore {0}</value>
    <comment>{0} is a parameter description</comment>
  </data>
693
  <data name="Re_enable" xml:space="preserve">
H
Heejae Chang 已提交
694
    <value>Re-enable</value>
695
  </data>
696
  <data name="Learn_more" xml:space="preserve">
697 698
    <value>Learn more</value>
  </data>
699
  <data name="Prefer_framework_type" xml:space="preserve">
700 701
    <value>Prefer framework type</value>
  </data>
702
  <data name="Prefer_predefined_type" xml:space="preserve">
703 704
    <value>Prefer predefined type</value>
  </data>
705
  <data name="Copy_to_Clipboard" xml:space="preserve">
J
Jonathon Marolf 已提交
706
    <value>Copy to Clipboard</value>
J
Jonathon Marolf 已提交
707 708 709 710
  </data>
  <data name="Close" xml:space="preserve">
    <value>Close</value>
  </data>
J
Jonathon Marolf 已提交
711 712 713
  <data name="Unknown_parameters" xml:space="preserve">
    <value>&lt;Unknown Parameters&gt;</value>
  </data>
714 715 716
  <data name="End_of_inner_exception_stack" xml:space="preserve">
    <value>--- End of inner exception stack trace ---</value>
  </data>
717 718 719 720 721 722
  <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 已提交
723 724 725 726 727 728
  <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>
729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752
  <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>
753 754 755 756 757 758
  <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>
759 760
  <data name="Use_expression_body_for_methods" xml:space="preserve">
    <value>Use expression body for methods</value>
761 762 763 764
  </data>
  <data name="Code_block_preferences_colon" xml:space="preserve">
    <value>Code block preferences:</value>
  </data>
765 766
  <data name="Use_expression_body_for_accessors" xml:space="preserve">
    <value>Use expression body for accessors</value>
767
  </data>
768 769
  <data name="Use_expression_body_for_constructors" xml:space="preserve">
    <value>Use expression body for constructors</value>
770
  </data>
771 772
  <data name="Use_expression_body_for_indexers" xml:space="preserve">
    <value>Use expression body for indexers</value>
773
  </data>
774 775
  <data name="Use_expression_body_for_operators" xml:space="preserve">
    <value>Use expression body for operators</value>
776
  </data>
777 778
  <data name="Use_expression_body_for_properties" xml:space="preserve">
    <value>Use expression body for properties</value>
779
  </data>
780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797
  <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>
  <data name="Manage_styles" xml:space="preserve">
    <value>Manage styles</value>
  </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>
798 799
  <data name="Required_Style" xml:space="preserve">
    <value>Required Style</value>
800 801 802 803
  </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>
804 805 806
  <data name="Prefer_collection_initializer" xml:space="preserve">
    <value>Prefer collection initializer</value>
  </data>
807 808 809
  <data name="Prefer_coalesce_expression" xml:space="preserve">
    <value>Prefer coalesce expression</value>
  </data>
C
CyrusNajmabadi 已提交
810 811 812
  <data name="Collapse_regions_when_collapsing_to_definitions" xml:space="preserve">
    <value>Collapse #regions when collapsing to definitions</value>
  </data>
C
CyrusNajmabadi 已提交
813 814 815
  <data name="Prefer_null_propagation" xml:space="preserve">
    <value>Prefer null propagation</value>
  </data>
C
CyrusNajmabadi 已提交
816 817 818
  <data name="Prefer_explicit_tuple_name" xml:space="preserve">
    <value>Prefer explicit tuple name</value>
  </data>
819 820 821 822 823 824
  <data name="Description" xml:space="preserve">
    <value>Description</value>
  </data>
  <data name="Preference" xml:space="preserve">
    <value>Preference</value>
  </data>
825 826 827
  <data name="Implement_Interface_or_Abstract_Class" xml:space="preserve">
    <value>Implement Interface or Abstract Class</value>
  </data>
828 829 830
  <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>
831 832 833 834 835 836 837 838
  <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>
839
  </data>
840 841 842
  <data name="Prefer_braces" xml:space="preserve">
    <value>Prefer braces</value>
  </data>
843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860
  <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>
861 862 863 864 865 866
  <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>
867 868 869 870 871 872 873 874 875
  <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>
876 877 878
  <data name="Pick_members" xml:space="preserve">
    <value>Pick members</value>
  </data>
879
  <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">
880 881
    <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 已提交
882
  <data name="analyzer_Prefer_auto_properties" xml:space="preserve">
883 884
    <value>Prefer auto properties</value>
  </data>
885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905
  <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>
906 907 908
  <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 已提交
909
  <data name="codegen_prefer_auto_properties" xml:space="preserve">
910 911 912 913 914
    <value>prefer auto properties</value>
  </data>
  <data name="prefer_throwing_properties" xml:space="preserve">
    <value>prefer throwing properties</value>
  </data>
915
  <data name="When_generating_properties" xml:space="preserve">
916
    <value>When generating properties:</value>
917
  </data>
918 919
  <data name="Options" xml:space="preserve">
    <value>Options</value>
920
  </data>
921 922
  <data name="Try_the_preview_version_of_our_live_code_analysis_extension_which_provides_more_fixes_for_common_API_design_naming_performance_and_reliability_issues" xml:space="preserve">
    <value>Try the preview version of our live code analysis extension, which provides more fixes for common API design, naming, performance, and reliability issues</value>
923
  </data>
924 925
  <data name="Never_show_this_again" xml:space="preserve">
    <value>Never show this again</value>
926
  </data>
927 928
  <data name="Prefer_simple_default_expression" xml:space="preserve">
    <value>Prefer simple 'default' expression</value>
929
  </data>
930 931 932 933 934 935
  <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>
936 937 938
  <data name="Preview_pane" xml:space="preserve">
    <value>Preview pane</value>
  </data>
939 940 941 942 943 944 945
  <data name="Analysis" xml:space="preserve">
    <value>Analysis</value>
  </data>
  <data name="Enable_full_solution_analysis" xml:space="preserve">
    <value>Enable full solution _analysis</value>
  </data>
  <data name="Perform_editor_feature_analysis_in_external_process" xml:space="preserve">
C
CyrusNajmabadi 已提交
946
    <value>Perform editor _feature analysis in external process (experimental)</value>
947
  </data>
948 949 950 951 952 953
  <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>
954 955 956 957 958 959 960 961 962 963 964 965 966 967
  <data name="ChangesNotAllowedIFAssemblyHasNotBeenLoaded" xml:space="preserve">
    <value>Changes are not allowed if the assembly has not been loaded.</value>
  </data>
  <data name="ChangesNotAllowedIfProjectWasntBuildWhenDebuggingStarted" xml:space="preserve">
    <value>Changes are not allowed if the project wasn't built when debugging started.</value>
  </data>
  <data name="ChangesNotAllowedIfProjectWasntLoadedWhileDebugging" xml:space="preserve">
    <value>Changes are not allowed if the project wasn't loaded and built when debugging started.

'Lightweight solution load' is enabled for the current solution. Disable it to ensure that all projects are loaded when debugging starts.</value>
  </data>
  <data name="ChangesNotAllowedWhileCodeIsRunning" xml:space="preserve">
    <value>Changes are not allowed while code is running.</value>
  </data>
C
CyrusNajmabadi 已提交
968 969 970
  <data name="Prefer_local_function_over_anonymous_function" xml:space="preserve">
    <value>Prefere local function over anonymous function</value>
  </data>
971 972 973 974 975 976
  <data name="ModuleHasBeenUnloaded" xml:space="preserve">
    <value>Module has been unloaded.</value>
  </data>
  <data name="CantApplyChangesModuleHasBeenUnloaded" xml:space="preserve">
    <value>Can't apply changes -- module '{0}' has been unloaded.</value>
  </data>
C
Cyrus Najmabadi 已提交
977 978 979
  <data name="Prefer_deconstructed_variable_declaration" xml:space="preserve">
    <value>Prefer deconstructed variable declaration</value>
  </data>
980 981 982 983 984 985 986 987 988
  <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>
989 990 991
  <data name="Restore_Visual_Studio_keybindings" xml:space="preserve">
    <value>Restore Visual Studio keybindings</value>
  </data>
992 993
  <data name="Use_Keybindings_for_extensions" xml:space="preserve">
    <value>Use keybindings for ReSharper/IntelliJ/Vim/etc.</value>
994
  </data>
995 996 997
  <data name="Enable_navigation_to_decompiled_sources" xml:space="preserve">
    <value>Enable navigation to decompiled sources (experimental)</value>
  </data>
S
Sam Harwell 已提交
998
  <data name="Decompiler_Legal_Notice_Message" xml:space="preserve">
999
    <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 已提交
1000 1001
 
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:  
1002 1003
(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 已提交
1004
 
1005 1006 1007
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 已提交
1008 1009 1010 1011
  </data>
  <data name="Decompiler_Legal_Notice_Title" xml:space="preserve">
    <value>Decompiler Legal Notice</value>
  </data>
1012 1013 1014 1015
  <data name="Disabling_the_extension_0_unbound_your_keyboard_bindings" xml:space="preserve">
    <value>Disabling the extension '{0}' unbound your keyboard bindings.</value>
    <comment>0 is an extension name</comment>
  </data>
1016
  <data name="Code_style_header_use_editor_config" xml:space="preserve">
J
JieCarolHu 已提交
1017
    <value>The settings configured here only apply to your machine. To configure these settings to travel with your solution, use .editorconfig files.</value>
1018
  </data>
1019
</root>