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

    mimetype: application/x-microsoft.net.object.bytearray.base64
58
    value   : The object must be serialized into a byte array 
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
            : using a System.ComponentModel.TypeConverter
            : and then encoded with base64 encoding.
    -->
  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    <xsd:element name="root" msdata:IsDataSet="true">
      <xsd:complexType>
        <xsd:choice maxOccurs="unbounded">
          <xsd:element name="metadata">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" />
              </xsd:sequence>
              <xsd:attribute name="name" use="required" type="xsd:string" />
              <xsd:attribute name="type" type="xsd:string" />
              <xsd:attribute name="mimetype" type="xsd:string" />
              <xsd:attribute ref="xml:space" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="assembly">
            <xsd:complexType>
              <xsd:attribute name="alias" type="xsd:string" />
              <xsd:attribute name="name" type="xsd:string" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="data">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
              <xsd:attribute ref="xml:space" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="resheader">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" use="required" />
            </xsd:complexType>
          </xsd:element>
        </xsd:choice>
      </xsd:complexType>
    </xsd:element>
  </xsd:schema>
  <resheader name="resmimetype">
    <value>text/microsoft-resx</value>
  </resheader>
  <resheader name="version">
    <value>2.0</value>
  </resheader>
  <resheader name="reader">
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <resheader name="writer">
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
120
  <data name="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 127
  <data name="Name_conflicts_with_an_existing_type_name" xml:space="preserve">
    <value>Name conflicts with an existing type name.</value>
128
  </data>
129 130
  <data name="Name_is_not_a_valid_0_identifier" xml:space="preserve">
    <value>Name is not a valid {0} identifier.</value>
131
  </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="AnalyzerChangedOnDisk" xml:space="preserve">
295 296
    <value>AnalyzerChangedOnDisk</value>
  </data>
297
  <data name="The_analyzer_assembly_0_has_changed_Diagnostics_may_be_incorrect_until_Visual_Studio_is_restarted" xml:space="preserve">
298 299
    <value>The analyzer assembly '{0}' has changed. Diagnostics may be incorrect until Visual Studio is restarted.</value>
  </data>
300
  <data name="CSharp_VB_Diagnostics_Table_Data_Source" xml:space="preserve">
301 302
    <value>C#/VB Diagnostics Table Data Source</value>
  </data>
303
  <data name="CSharp_VB_Todo_List_Table_Data_Source" xml:space="preserve">
304 305 306 307 308
    <value>C#/VB Todo List Table Data Source</value>
  </data>
  <data name="Cancel" xml:space="preserve">
    <value>Cancel</value>
  </data>
309
  <data name="Deselect_All" xml:space="preserve">
310 311
    <value>_Deselect All</value>
  </data>
312
  <data name="Extract_Interface" xml:space="preserve">
313 314
    <value>Extract Interface</value>
  </data>
315
  <data name="Generated_name_colon" xml:space="preserve">
316 317
    <value>Generated name:</value>
  </data>
318
  <data name="New_file_name_colon" xml:space="preserve">
319 320
    <value>New _file name:</value>
  </data>
321
  <data name="New_interface_name_colon" xml:space="preserve">
322 323 324 325 326
    <value>New _interface name:</value>
  </data>
  <data name="OK" xml:space="preserve">
    <value>OK</value>
  </data>
327
  <data name="Select_All" xml:space="preserve">
328 329
    <value>_Select All</value>
  </data>
330
  <data name="Select_public_members_to_form_interface" xml:space="preserve">
331 332
    <value>Select public _members to form interface</value>
  </data>
333
  <data name="Access_colon" xml:space="preserve">
334 335
    <value>_Access:</value>
  </data>
336
  <data name="Add_to_existing_file" xml:space="preserve">
337 338
    <value>Add to _existing file</value>
  </data>
A
Andrew Hall (METAL) 已提交
339 340 341
  <data name="Add_to_current_file" xml:space="preserve">
    <value>Add to _current file</value>
  </data>
342
  <data name="Change_Signature" xml:space="preserve">
343 344
    <value>Change Signature</value>
  </data>
345
  <data name="Create_new_file" xml:space="preserve">
346 347
    <value>_Create new file</value>
  </data>
348
  <data name="Default_" xml:space="preserve">
349 350
    <value>Default</value>
  </data>
351
  <data name="File_Name_colon" xml:space="preserve">
352 353
    <value>File Name:</value>
  </data>
354
  <data name="Generate_Type" xml:space="preserve">
355 356
    <value>Generate Type</value>
  </data>
357
  <data name="Kind_colon" xml:space="preserve">
358 359
    <value>_Kind:</value>
  </data>
360
  <data name="Location_colon" xml:space="preserve">
361 362
    <value>Location:</value>
  </data>
A
Andrew Hall (METAL) 已提交
363 364 365
  <data name="Select_destination" xml:space="preserve">
    <value>Select destination</value>
  </data>
366 367 368
  <data name="Modifier" xml:space="preserve">
    <value>Modifier</value>
  </data>
369
  <data name="Name_colon1" xml:space="preserve">
370 371 372 373 374
    <value>Name:</value>
  </data>
  <data name="Parameter" xml:space="preserve">
    <value>Parameter</value>
  </data>
375
  <data name="Parameters_colon2" xml:space="preserve">
376 377
    <value>Parameters:</value>
  </data>
378
  <data name="Preview_method_signature_colon" xml:space="preserve">
379 380
    <value>Preview method signature:</value>
  </data>
381
  <data name="Preview_reference_changes" xml:space="preserve">
382 383
    <value>Preview reference changes</value>
  </data>
384
  <data name="Project_colon" xml:space="preserve">
385 386 387 388 389
    <value>_Project:</value>
  </data>
  <data name="Type" xml:space="preserve">
    <value>Type</value>
  </data>
390
  <data name="Type_Details_colon" xml:space="preserve">
391 392
    <value>Type Details:</value>
  </data>
393
  <data name="Re_move" xml:space="preserve">
394 395 396 397 398
    <value>Re_move</value>
  </data>
  <data name="Restore" xml:space="preserve">
    <value>_Restore</value>
  </data>
399
  <data name="More_about_0" xml:space="preserve">
400 401
    <value>More about {0}</value>
  </data>
402
  <data name="Navigation_must_be_performed_on_the_foreground_thread" xml:space="preserve">
403 404
    <value>Navigation must be performed on the foreground thread.</value>
  </data>
405
  <data name="bracket_plus_bracket" xml:space="preserve">
406 407
    <value>[+] </value>
  </data>
408
  <data name="bracket_bracket" xml:space="preserve">
409 410
    <value>[-] </value>
  </data>
411
  <data name="Reference_to_0_in_project_1" xml:space="preserve">
412 413
    <value>Reference to '{0}' in project '{1}'</value>
  </data>
414
  <data name="Unknown1" xml:space="preserve">
415 416
    <value>&lt;Unknown&gt;</value>
  </data>
417
  <data name="Analyzer_reference_to_0_in_project_1" xml:space="preserve">
418 419
    <value>Analyzer reference to '{0}' in project '{1}'</value>
  </data>
420
  <data name="Project_reference_to_0_in_project_1" xml:space="preserve">
421 422
    <value>Project reference to '{0}' in project '{1}'</value>
  </data>
423
  <data name="AnalyzerDependencyConflict" xml:space="preserve">
424 425
    <value>AnalyzerDependencyConflict</value>
  </data>
426
  <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">
427
    <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>
428
  </data>
429
  <data name="_0_references" xml:space="preserve">
D
David Poeschl 已提交
430 431
    <value>{0} references</value>
  </data>
432
  <data name="_1_reference" xml:space="preserve">
433
    <value>1 reference</value>
D
David Poeschl 已提交
434
  </data>
435
  <data name="_0_encountered_an_error_and_has_been_disabled" xml:space="preserve">
J
Jonathon Marolf 已提交
436
    <value>'{0}' encountered an error and has been disabled.</value>
437 438 439 440
  </data>
  <data name="Enable" xml:space="preserve">
    <value>Enable</value>
  </data>
441
  <data name="Enable_and_ignore_future_errors" xml:space="preserve">
442 443
    <value>Enable and ignore future errors</value>
  </data>
444
  <data name="No_Changes" xml:space="preserve">
445 446
    <value>No Changes</value>
  </data>
447
  <data name="Current_block" xml:space="preserve">
448 449
    <value>Current block</value>
  </data>
450
  <data name="Determining_current_block" xml:space="preserve">
451 452
    <value>Determining current block.</value>
  </data>
453
  <data name="IntelliSense" xml:space="preserve">
454 455
    <value>IntelliSense</value>
  </data>
456
  <data name="CSharp_VB_Build_Table_Data_Source" xml:space="preserve">
457 458
    <value>C#/VB Build Table Data Source</value>
  </data>
459
  <data name="MissingAnalyzerReference" xml:space="preserve">
460 461
    <value>MissingAnalyzerReference</value>
  </data>
462
  <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">
463
    <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>
464
  </data>
465
  <data name="Suppress_diagnostics" xml:space="preserve">
466 467
    <value>Suppress diagnostics</value>
  </data>
468
  <data name="Computing_suppressions_fix" xml:space="preserve">
469 470
    <value>Computing suppressions fix...</value>
  </data>
471
  <data name="Applying_suppressions_fix" xml:space="preserve">
472
    <value>Applying suppressions fix...</value>
473
  </data>
474
  <data name="Remove_suppressions" xml:space="preserve">
475 476
    <value>Remove suppressions</value>
  </data>
477
  <data name="Computing_remove_suppressions_fix" xml:space="preserve">
478 479
    <value>Computing remove suppressions fix...</value>
  </data>
480
  <data name="Applying_remove_suppressions_fix" xml:space="preserve">
481
    <value>Applying remove suppressions fix...</value>
482
  </data>
483
  <data name="This_workspace_only_supports_opening_documents_on_the_UI_thread" xml:space="preserve">
484 485
    <value>This workspace only supports opening documents on the UI thread.</value>
  </data>
486 487 488
  <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>
489 490 491
  <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>
492
  <data name="Synchronize_0" xml:space="preserve">
493
    <value>Synchronize {0}</value>
494
  </data>
495
  <data name="Synchronizing_with_0" xml:space="preserve">
496
    <value>Synchronizing with {0}...</value>
497
  </data>
498
  <data name="Visual_Studio_has_suspended_some_advanced_features_to_improve_performance" xml:space="preserve">
H
Heejae Chang 已提交
499
    <value>Visual Studio has suspended some advanced features to improve performance.</value>
500
  </data>
C
CyrusNajmabadi 已提交
501 502 503 504 505 506
  <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>
507
  <data name="Package_install_failed_colon_0" xml:space="preserve">
C
CyrusNajmabadi 已提交
508 509
    <value>Package install failed: {0}</value>
  </data>
510
  <data name="Unknown2" xml:space="preserve">
511 512
    <value>&lt;Unknown&gt;</value>
  </data>
B
Balaji Krishnan 已提交
513 514 515 516 517 518
  <data name="No" xml:space="preserve">
    <value>No</value>
  </data>
  <data name="Yes" xml:space="preserve">
    <value>Yes</value>
  </data>
519
  <data name="Choose_a_Symbol_Specification_and_a_Naming_Style" xml:space="preserve">
520 521
    <value>Choose a Symbol Specification and a Naming Style.</value>
  </data>
522
  <data name="Enter_a_title_for_this_Naming_Rule" xml:space="preserve">
523 524
    <value>Enter a title for this Naming Rule.</value>
  </data>
525
  <data name="Enter_a_title_for_this_Naming_Style" xml:space="preserve">
526 527
    <value>Enter a title for this Naming Style.</value>
  </data>
528
  <data name="Enter_a_title_for_this_Symbol_Specification" xml:space="preserve">
529 530
    <value>Enter a title for this Symbol Specification.</value>
  </data>
531
  <data name="Accessibilities_can_match_any" xml:space="preserve">
532 533
    <value>Accessibilities (can match any)</value>
  </data>
534
  <data name="Capitalization_colon" xml:space="preserve">
535 536
    <value>Capitalization:</value>
  </data>
537
  <data name="all_lower" xml:space="preserve">
538 539
    <value>all lower</value>
  </data>
540
  <data name="ALL_UPPER" xml:space="preserve">
541 542
    <value>ALL UPPER</value>
  </data>
543
  <data name="camel_Case_Name" xml:space="preserve">
544 545
    <value>camel Case Name</value>
  </data>
546
  <data name="First_word_upper" xml:space="preserve">
547 548
    <value>First word upper</value>
  </data>
549
  <data name="Pascal_Case_Name" xml:space="preserve">
550 551
    <value>Pascal Case Name</value>
  </data>
552
  <data name="Severity_colon" xml:space="preserve">
553 554
    <value>Severity:</value>
  </data>
555
  <data name="Modifiers_must_match_all" xml:space="preserve">
556 557
    <value>Modifiers (must match all)</value>
  </data>
558
  <data name="Name_colon2" xml:space="preserve">
559 560
    <value>Name:</value>
  </data>
561
  <data name="Naming_Rule" xml:space="preserve">
562 563
    <value>Naming Rule</value>
  </data>
564
  <data name="Naming_Style" xml:space="preserve">
565 566
    <value>Naming Style</value>
  </data>
567
  <data name="Naming_Style_colon" xml:space="preserve">
568 569
    <value>Naming Style:</value>
  </data>
570
  <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">
571 572
    <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>
573
  <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">
574 575
    <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>
576
  <data name="Naming_Style_Title_colon" xml:space="preserve">
577 578
    <value>Naming Style Title:</value>
  </data>
579
  <data name="Parent_Rule_colon" xml:space="preserve">
580 581
    <value>Parent Rule:</value>
  </data>
582
  <data name="Required_Prefix_colon" xml:space="preserve">
583 584
    <value>Required Prefix:</value>
  </data>
585
  <data name="Required_Suffix_colon" xml:space="preserve">
586 587
    <value>Required Suffix:</value>
  </data>
588
  <data name="Sample_Identifier_colon" xml:space="preserve">
589 590
    <value>Sample Identifier:</value>
  </data>
591
  <data name="Symbol_Kinds_can_match_any" xml:space="preserve">
592 593
    <value>Symbol Kinds (can match any)</value>
  </data>
594
  <data name="Symbol_Specification" xml:space="preserve">
595 596
    <value>Symbol Specification</value>
  </data>
597
  <data name="Symbol_Specification_colon" xml:space="preserve">
598 599
    <value>Symbol Specification:</value>
  </data>
600
  <data name="Symbol_Specification_Title_colon" xml:space="preserve">
601 602
    <value>Symbol Specification Title:</value>
  </data>
603
  <data name="Word_Separator_colon" xml:space="preserve">
604 605
    <value>Word Separator:</value>
  </data>
606
  <data name="example" xml:space="preserve">
607 608 609
    <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>
610
  <data name="identifier" xml:space="preserve">
611 612 613
    <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 已提交
614 615 616 617 618 619 620 621 622 623 624 625
  <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>
626
  <data name="Package_uninstall_failed_colon_0" xml:space="preserve">
C
CyrusNajmabadi 已提交
627 628
    <value>Package uninstall failed: {0}</value>
  </data>
629
  <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">
630 631
    <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>
632
  <data name="Project_loading_failed" xml:space="preserve">
633 634
    <value>Project loading failed.</value>
  </data>
635
  <data name="To_see_what_caused_the_issue_please_try_below_1_Close_Visual_Studio_long_paragraph_follows" xml:space="preserve">
636 637 638 639 640 641
    <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 已提交
642
5. Restart VS from the command prompt you set the environment variable (devenv)
643 644 645
6. Open the solution
7. Check '{0}' and look for the failed tasks (FAILED)</value>
  </data>
646
  <data name="Additional_information_colon" xml:space="preserve">
647 648
    <value>Additional information:</value>
  </data>
649
  <data name="Installing_0_failed_Additional_information_colon_1" xml:space="preserve">
650 651 652 653
    <value>Installing '{0}' failed.

Additional information: {1}</value>
  </data>
654
  <data name="Uninstalling_0_failed_Additional_information_colon_1" xml:space="preserve">
655 656 657 658
    <value>Uninstalling '{0}' failed.

Additional information: {1}</value>
  </data>
659
  <data name="Move_0_below_1" xml:space="preserve">
D
David Poeschl 已提交
660 661 662
    <value>Move {0} below {1}</value>
    <comment>{0} and {1} are parameter descriptions</comment>
  </data>
663
  <data name="Move_0_above_1" xml:space="preserve">
D
David Poeschl 已提交
664 665 666
    <value>Move {0} above {1}</value>
    <comment>{0} and {1} are parameter descriptions</comment>
  </data>
667
  <data name="Remove_0" xml:space="preserve">
D
David Poeschl 已提交
668 669 670
    <value>Remove {0}</value>
    <comment>{0} is a parameter description</comment>
  </data>
671
  <data name="Restore_0" xml:space="preserve">
D
David Poeschl 已提交
672 673 674
    <value>Restore {0}</value>
    <comment>{0} is a parameter description</comment>
  </data>
675
  <data name="Re_enable" xml:space="preserve">
H
Heejae Chang 已提交
676
    <value>Re-enable</value>
677
  </data>
678
  <data name="Learn_more" xml:space="preserve">
679 680
    <value>Learn more</value>
  </data>
681 682
  <data name="Build_plus_live_analysis_NuGet_package" xml:space="preserve">
    <value>Build + live analysis (NuGet package)</value>
683
  </data>
684 685
  <data name="Live_analysis_VSIX_extension" xml:space="preserve">
    <value>Live analysis (VSIX extension)</value>
686
  </data>
687
  <data name="Prefer_framework_type" xml:space="preserve">
688 689
    <value>Prefer framework type</value>
  </data>
690
  <data name="Prefer_predefined_type" xml:space="preserve">
691 692
    <value>Prefer predefined type</value>
  </data>
693
  <data name="Copy_to_Clipboard" xml:space="preserve">
J
Jonathon Marolf 已提交
694
    <value>Copy to Clipboard</value>
J
Jonathon Marolf 已提交
695 696 697 698
  </data>
  <data name="Close" xml:space="preserve">
    <value>Close</value>
  </data>
J
Jonathon Marolf 已提交
699 700 701
  <data name="Unknown_parameters" xml:space="preserve">
    <value>&lt;Unknown Parameters&gt;</value>
  </data>
702 703 704
  <data name="End_of_inner_exception_stack" xml:space="preserve">
    <value>--- End of inner exception stack trace ---</value>
  </data>
705 706 707 708 709 710
  <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 已提交
711 712 713 714 715 716
  <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>
717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740
  <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>
741 742 743 744 745 746
  <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>
747 748
  <data name="Use_expression_body_for_methods" xml:space="preserve">
    <value>Use expression body for methods</value>
749 750 751 752
  </data>
  <data name="Code_block_preferences_colon" xml:space="preserve">
    <value>Code block preferences:</value>
  </data>
753 754
  <data name="Use_expression_body_for_accessors" xml:space="preserve">
    <value>Use expression body for accessors</value>
755
  </data>
756 757
  <data name="Use_expression_body_for_constructors" xml:space="preserve">
    <value>Use expression body for constructors</value>
758
  </data>
759 760
  <data name="Use_expression_body_for_indexers" xml:space="preserve">
    <value>Use expression body for indexers</value>
761
  </data>
762 763
  <data name="Use_expression_body_for_operators" xml:space="preserve">
    <value>Use expression body for operators</value>
764
  </data>
765 766
  <data name="Use_expression_body_for_properties" xml:space="preserve">
    <value>Use expression body for properties</value>
767
  </data>
768 769 770 771 772 773
  <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 已提交
774 775
  <data name="Manage_naming_styles" xml:space="preserve">
    <value>Manage naming styles</value>
776 777 778 779 780 781 782 783 784 785
  </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>
786 787
  <data name="Required_Style" xml:space="preserve">
    <value>Required Style</value>
788 789 790 791
  </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>
792 793 794
  <data name="Prefer_collection_initializer" xml:space="preserve">
    <value>Prefer collection initializer</value>
  </data>
795 796 797
  <data name="Prefer_coalesce_expression" xml:space="preserve">
    <value>Prefer coalesce expression</value>
  </data>
C
CyrusNajmabadi 已提交
798 799 800
  <data name="Collapse_regions_when_collapsing_to_definitions" xml:space="preserve">
    <value>Collapse #regions when collapsing to definitions</value>
  </data>
C
CyrusNajmabadi 已提交
801 802 803
  <data name="Prefer_null_propagation" xml:space="preserve">
    <value>Prefer null propagation</value>
  </data>
C
CyrusNajmabadi 已提交
804 805 806
  <data name="Prefer_explicit_tuple_name" xml:space="preserve">
    <value>Prefer explicit tuple name</value>
  </data>
807 808 809 810 811 812
  <data name="Description" xml:space="preserve">
    <value>Description</value>
  </data>
  <data name="Preference" xml:space="preserve">
    <value>Preference</value>
  </data>
813 814 815
  <data name="Implement_Interface_or_Abstract_Class" xml:space="preserve">
    <value>Implement Interface or Abstract Class</value>
  </data>
816 817 818
  <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>
819 820 821 822 823 824 825 826
  <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>
827
  </data>
828 829 830
  <data name="Prefer_braces" xml:space="preserve">
    <value>Prefer braces</value>
  </data>
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848
  <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>
849 850 851 852 853 854
  <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>
855 856 857 858 859 860 861 862 863
  <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>
864 865 866
  <data name="Pick_members" xml:space="preserve">
    <value>Pick members</value>
  </data>
867
  <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">
868 869
    <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 已提交
870
  <data name="analyzer_Prefer_auto_properties" xml:space="preserve">
871 872
    <value>Prefer auto properties</value>
  </data>
873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893
  <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>
894 895 896
  <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 已提交
897
  <data name="codegen_prefer_auto_properties" xml:space="preserve">
898 899 900 901 902
    <value>prefer auto properties</value>
  </data>
  <data name="prefer_throwing_properties" xml:space="preserve">
    <value>prefer throwing properties</value>
  </data>
903
  <data name="When_generating_properties" xml:space="preserve">
904
    <value>When generating properties:</value>
905
  </data>
906 907
  <data name="Options" xml:space="preserve">
    <value>Options</value>
908
  </data>
909
  <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">
910
    <value>Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues</value>
911
  </data>
912 913
  <data name="Never_show_this_again" xml:space="preserve">
    <value>Never show this again</value>
914
  </data>
915 916
  <data name="Prefer_simple_default_expression" xml:space="preserve">
    <value>Prefer simple 'default' expression</value>
917
  </data>
918 919 920 921 922 923
  <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>
924 925 926
  <data name="Preview_pane" xml:space="preserve">
    <value>Preview pane</value>
  </data>
927 928 929
  <data name="Analysis" xml:space="preserve">
    <value>Analysis</value>
  </data>
930 931 932 933 934 935
  <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 已提交
936
  <data name="Prefer_local_function_over_anonymous_function" xml:space="preserve">
937
    <value>Prefer local function over anonymous function</value>
C
CyrusNajmabadi 已提交
938
  </data>
C
Cyrus Najmabadi 已提交
939 940 941
  <data name="Keep_all_parentheses_in_colon" xml:space="preserve">
    <value>Keep all parentheses in:</value>
  </data>
942 943
  <data name="In_other_operators" xml:space="preserve">
    <value>In other operators</value>
C
Cyrus Najmabadi 已提交
944
  </data>
C
Cyrus Najmabadi 已提交
945 946
  <data name="Never_if_unnecessary" xml:space="preserve">
    <value>Never if unnecessary</value>
C
Cyrus Najmabadi 已提交
947
  </data>
C
Cyrus Najmabadi 已提交
948 949
  <data name="Always_for_clarity" xml:space="preserve">
    <value>Always for clarity</value>
C
Cyrus Najmabadi 已提交
950 951 952 953
  </data>
  <data name="Parentheses_preferences_colon" xml:space="preserve">
    <value>Parentheses preferences:</value>
  </data>
954 955 956
  <data name="ModuleHasBeenUnloaded" xml:space="preserve">
    <value>Module has been unloaded.</value>
  </data>
C
Cyrus Najmabadi 已提交
957 958 959
  <data name="Prefer_deconstructed_variable_declaration" xml:space="preserve">
    <value>Prefer deconstructed variable declaration</value>
  </data>
960 961 962 963 964 965 966 967 968
  <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>
969 970
  <data name="Sync_Class_View" xml:space="preserve">
    <value>Sync Class View</value>
971
  </data>
972 973
  <data name="Reset_Visual_Studio_default_keymapping" xml:space="preserve">
    <value>Reset Visual Studio default keymapping</value>
974
  </data>
975 976 977
  <data name="Enable_navigation_to_decompiled_sources" xml:space="preserve">
    <value>Enable navigation to decompiled sources (experimental)</value>
  </data>
S
Sam Harwell 已提交
978
  <data name="Decompiler_Legal_Notice_Message" xml:space="preserve">
979
    <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.
980 981

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:
982 983
(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.
984

985 986 987
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 已提交
988 989 990 991
  </data>
  <data name="Decompiler_Legal_Notice_Title" xml:space="preserve">
    <value>Decompiler Legal Notice</value>
  </data>
992 993 994 995 996 997 998 999 1000 1001 1002 1003
  <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>
1004
  <data name="Code_style_header_use_editor_config" xml:space="preserve">
1005
    <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>
1006
  </data>
C
Cyrus Najmabadi 已提交
1007 1008
  <data name="Modifier_preferences_colon" xml:space="preserve">
    <value>Modifier preferences:</value>
A
Abraham Hosch 已提交
1009
  </data>
C
Cyrus Najmabadi 已提交
1010 1011
  <data name="Prefer_readonly_fields" xml:space="preserve">
    <value>Prefer readonly fields</value>
A
Abraham Hosch 已提交
1012
  </data>
1013 1014 1015
  <data name="Analyzing_0" xml:space="preserve">
    <value>Analyzing '{0}'</value>
  </data>
1016 1017 1018 1019 1020 1021
  <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>
1022 1023 1024 1025 1026 1027
  <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 已提交
1028 1029
  <data name="Use_expression_body_for_lambdas" xml:space="preserve">
    <value>Use expression body for lambdas</value>
1030
  </data>
C
Add UI.  
Cyrus Najmabadi 已提交
1031 1032 1033
  <data name="Prefer_compound_assignments" xml:space="preserve">
    <value>Prefer compound assignments</value>
  </data>
1034 1035 1036
  <data name="Generate_dot_editorconfig_file_from_settings" xml:space="preserve">
    <value>Generate .editorconfig file from settings</value>
  </data>
M
Manish Vasani 已提交
1037 1038 1039
  <data name="Save_dot_editorconfig_file" xml:space="preserve">
    <value>Save .editorconfig file</value>
  </data>
1040 1041 1042
  <data name="Kind" xml:space="preserve">
    <value>Kind</value>
  </data>
C
Cyrus Najmabadi 已提交
1043 1044 1045 1046 1047 1048
  <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>
1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060
  <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>
1061 1062 1063
  <data name="Parameter_name_contains_invalid_characters" xml:space="preserve">
    <value>Parameter name contains invalid character(s).</value>
  </data>
1064 1065 1066
  <data name="Parameter_preferences_colon" xml:space="preserve">
    <value>Parameter preferences:</value>
  </data>
1067 1068 1069
  <data name="Parameter_type_contains_invalid_characters" xml:space="preserve">
    <value>Parameter type contains invalid character(s).</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>
C
Cyrus Najmabadi 已提交
1151 1152 1153
  <data name="Prefer_static_local_functions" xml:space="preserve">
    <value>Prefer static local functions</value>
  </data>
C
Cyrus Najmabadi 已提交
1154 1155 1156
  <data name="Prefer_simple_using_statement" xml:space="preserve">
    <value>Prefer simple 'using' statement</value>
  </data>
1157 1158
  <data name="Show_completion_list" xml:space="preserve">
    <value>Show completion list</value>
C
Cyrus Najmabadi 已提交
1159
  </data>
1160
  <data name="Move_to_namespace" xml:space="preserve">
A
Andrew Hall (METAL) 已提交
1161
    <value>Move to Namespace</value>
1162 1163 1164 1165
  </data>
  <data name="Namespace" xml:space="preserve">
    <value>Namespace</value>
  </data>
A
Andrew Hall (METAL) 已提交
1166 1167 1168
  <data name="Target_Namespace_colon" xml:space="preserve">
    <value>Target Namespace:</value>
  </data>
1169
  <data name="This_is_an_invalid_namespace" xml:space="preserve">
1170
    <value>This is an invalid namespace</value>
1171
  </data>
1172
  <data name="A_new_namespace_will_be_created" xml:space="preserve">
1173
    <value>A new namespace will be created</value>
1174
  </data>
1175 1176 1177
  <data name="A_type_and_name_must_be_provided" xml:space="preserve">
    <value>A type and name must be provided.</value>
  </data>
D
David Poeschl 已提交
1178 1179 1180
  <data name="Rename_0_to_1" xml:space="preserve">
    <value>Rename {0} to {1}</value>
  </data>
1181 1182
  <data name="NamingSpecification_CSharp_Class" xml:space="preserve">
    <value>class</value>
1183
    <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>
1184 1185 1186
  </data>
  <data name="NamingSpecification_CSharp_Delegate" xml:space="preserve">
    <value>delegate</value>
1187
    <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>
1188 1189 1190
  </data>
  <data name="NamingSpecification_CSharp_Enum" xml:space="preserve">
    <value>enum</value>
1191
    <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>
1192 1193 1194
  </data>
  <data name="NamingSpecification_CSharp_Event" xml:space="preserve">
    <value>event</value>
1195
    <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>
1196 1197 1198
  </data>
  <data name="NamingSpecification_CSharp_Field" xml:space="preserve">
    <value>field</value>
D
David Poeschl 已提交
1199
    <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>
1200 1201 1202
  </data>
  <data name="NamingSpecification_CSharp_Interface" xml:space="preserve">
    <value>interface</value>
1203
    <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>
1204 1205 1206
  </data>
  <data name="NamingSpecification_CSharp_Local" xml:space="preserve">
    <value>local</value>
D
David Poeschl 已提交
1207
    <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>
1208 1209 1210
  </data>
  <data name="NamingSpecification_CSharp_LocalFunction" xml:space="preserve">
    <value>local function</value>
D
David Poeschl 已提交
1211
    <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>
1212 1213 1214
  </data>
  <data name="NamingSpecification_CSharp_Method" xml:space="preserve">
    <value>method</value>
D
David Poeschl 已提交
1215
    <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>
1216 1217 1218
  </data>
  <data name="NamingSpecification_CSharp_Namespace" xml:space="preserve">
    <value>namespace</value>
1219
    <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>
1220 1221 1222
  </data>
  <data name="NamingSpecification_CSharp_Parameter" xml:space="preserve">
    <value>parameter</value>
D
David Poeschl 已提交
1223
    <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>
1224 1225 1226
  </data>
  <data name="NamingSpecification_CSharp_Property" xml:space="preserve">
    <value>property</value>
D
David Poeschl 已提交
1227
    <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>
1228 1229 1230
  </data>
  <data name="NamingSpecification_CSharp_Struct" xml:space="preserve">
    <value>struct</value>
1231
    <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>
1232 1233 1234
  </data>
  <data name="NamingSpecification_CSharp_TypeParameter" xml:space="preserve">
    <value>type parameter</value>
D
David Poeschl 已提交
1235
    <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>
1236 1237 1238
  </data>
  <data name="NamingSpecification_VisualBasic_Class" xml:space="preserve">
    <value>Class</value>
1239
    <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>
1240 1241 1242
  </data>
  <data name="NamingSpecification_VisualBasic_Delegate" xml:space="preserve">
    <value>Delegate</value>
1243
    <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>
1244 1245 1246
  </data>
  <data name="NamingSpecification_VisualBasic_Enum" xml:space="preserve">
    <value>Enum</value>
1247
    <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>
1248 1249 1250
  </data>
  <data name="NamingSpecification_VisualBasic_Event" xml:space="preserve">
    <value>Event</value>
1251
    <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>
1252 1253 1254
  </data>
  <data name="NamingSpecification_VisualBasic_Field" xml:space="preserve">
    <value>Field</value>
D
David Poeschl 已提交
1255
    <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>
1256 1257 1258
  </data>
  <data name="NamingSpecification_VisualBasic_Interface" xml:space="preserve">
    <value>Interface</value>
1259
    <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>
1260 1261 1262
  </data>
  <data name="NamingSpecification_VisualBasic_Local" xml:space="preserve">
    <value>Local</value>
D
David Poeschl 已提交
1263
    <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>
1264 1265 1266
  </data>
  <data name="NamingSpecification_VisualBasic_Method" xml:space="preserve">
    <value>Method</value>
D
David Poeschl 已提交
1267
    <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>
1268 1269 1270
  </data>
  <data name="NamingSpecification_VisualBasic_Module" xml:space="preserve">
    <value>Module</value>
1271
    <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>
1272 1273 1274
  </data>
  <data name="NamingSpecification_VisualBasic_Namespace" xml:space="preserve">
    <value>Namespace</value>
1275
    <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>
1276 1277 1278
  </data>
  <data name="NamingSpecification_VisualBasic_Parameter" xml:space="preserve">
    <value>Parameter</value>
D
David Poeschl 已提交
1279
    <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>
1280 1281 1282
  </data>
  <data name="NamingSpecification_VisualBasic_Property" xml:space="preserve">
    <value>Property</value>
1283
    <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>
1284 1285 1286
  </data>
  <data name="NamingSpecification_VisualBasic_Structure" xml:space="preserve">
    <value>Structure</value>
1287
    <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>
1288 1289 1290
  </data>
  <data name="NamingSpecification_VisualBasic_TypeParameter" xml:space="preserve">
    <value>Type Parameter</value>
D
David Poeschl 已提交
1291
    <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>
1292
  </data>
1293 1294 1295 1296 1297 1298
  <data name="Containing_member" xml:space="preserve">
    <value>Containing Member</value>
  </data>
  <data name="Containing_type" xml:space="preserve">
    <value>Containing Type</value>
  </data>
1299 1300 1301
  <data name="Running_low_priority_background_processes" xml:space="preserve">
    <value>Running low priority background processes</value>
  </data>
H
HeeJae Chang 已提交
1302 1303 1304 1305 1306
  <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>
1307
  </data>
1308 1309 1310
  <data name="Naming_rules" xml:space="preserve">
    <value>Naming rules</value>
  </data>
1311 1312 1313
  <data name="Updating_severity" xml:space="preserve">
    <value>Updating severity</value>
  </data>
C
Add UI  
Cyrus Najmabadi 已提交
1314 1315 1316 1317 1318 1319
  <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>
1320 1321
  <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>
1322
  </data>
1323 1324 1325 1326 1327 1328
  <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 已提交
1329 1330 1331 1332 1333 1334 1335 1336
  <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>
1337
  </data>
M
Manish Vasani 已提交
1338 1339 1340 1341 1342 1343
  <data name="Code_analysis_terminated_before_completion_for_0" xml:space="preserve">
    <value>Code analysis terminated before completion for '{0}'.</value>
  </data>
  <data name="Code_analysis_terminated_before_completion_for_Solution" xml:space="preserve">
    <value>Code analysis terminated before completion for Solution.</value>
  </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" xml:space="preserve">
    <value>Open documents</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 1364 1365 1366 1367 1368 1369
  <data name="Edit" xml:space="preserve">
    <value>_Edit</value>
  </data>
  <data name="Edit_0" xml:space="preserve">
    <value>Edit {0}</value>
    <comment>{0} is a parameter description</comment>
  </data>
1370 1371 1372
  <data name="Parameter_Details" xml:space="preserve">
    <value>Parameter Details</value>
  </data>
1373 1374 1375 1376
  <data name="Add" xml:space="preserve">
    <value>_Add</value>
    <comment>Adding an element to a list</comment>
  </data>
D
David Poeschl 已提交
1377
  <data name="Callsite" xml:space="preserve">
D
David Poeschl 已提交
1378
    <value>Call site</value>
D
David Poeschl 已提交
1379
  </data>
I
Ivan Basov 已提交
1380 1381 1382
  <data name="Add_Parameter" xml:space="preserve">
    <value>Add Parameter</value>
  </data>
I
Ivan Basov 已提交
1383
  <data name="Call_site_value" xml:space="preserve">
D
David Poeschl 已提交
1384
    <value>Call site value:</value>
I
Ivan Basov 已提交
1385 1386
  </data>
  <data name="Parameter_Name" xml:space="preserve">
D
David Poeschl 已提交
1387
    <value>Parameter name:</value>
I
Ivan Basov 已提交
1388 1389
  </data>
  <data name="Type_Name" xml:space="preserve">
D
David Poeschl 已提交
1390
    <value>Type name:</value>
I
Ivan Basov 已提交
1391
  </data>
D
David Poeschl 已提交
1392 1393 1394 1395
  <data name="You_must_change_the_signature" xml:space="preserve">
    <value>You must change the signature</value>
    <comment>"signature" here means the definition of a method</comment>
  </data>
1396 1397 1398 1399 1400 1401
  <data name="Added_Parameter" xml:space="preserve">
    <value>Added parameter.</value>
  </data>
  <data name="Inserting_call_site_value_0" xml:space="preserve">
    <value>Inserting call site value '{0}'</value>
  </data>
I
Ivan Basov 已提交
1402 1403 1404 1405
  <data name="Index" xml:space="preserve">
    <value>Index</value>
    <comment>Index of parameter in original signature</comment>
  </data>
D
David Poeschl 已提交
1406 1407 1408 1409 1410 1411 1412 1413 1414 1415
  <data name="IntroduceUndefinedTodoVariables" xml:space="preserve">
    <value>Introduce undefined TODO variables</value>
    <comment>"TODO" is an indicator that more work should be done at the location where the TODO is inserted</comment>
  </data>
  <data name="Omit_only_for_optional_parameters" xml:space="preserve">
    <value>Omit (only for optional parameters)</value>
  </data>
  <data name="Optional_with_default_value_colon" xml:space="preserve">
    <value>Optional with default value:</value>
  </data>
1416 1417
  <data name="Parameter_kind" xml:space="preserve">
    <value>Parameter kind</value>
D
David Poeschl 已提交
1418 1419 1420 1421 1422 1423 1424 1425
  </data>
  <data name="Required" xml:space="preserve">
    <value>Required</value>
  </data>
  <data name="Use_named_argument" xml:space="preserve">
    <value>Use named argument</value>
    <comment>"argument" is a programming term for a value passed to a function</comment>
  </data>
1426 1427
  <data name="Value_to_inject_at_call_sites" xml:space="preserve">
    <value>Value to inject at call sites</value>
D
David Poeschl 已提交
1428
  </data>
S
Sam Harwell 已提交
1429 1430 1431
  <data name="Value_colon" xml:space="preserve">
    <value>Value:</value>
  </data>
1432 1433 1434
  <data name="Editor_Color_Scheme" xml:space="preserve">
    <value>Editor Color Scheme</value>
  </data>
1435 1436
  <data name="Visual_Studio_2019" xml:space="preserve">
    <value>Visual Studio 2019</value>
1437 1438 1439 1440 1441 1442 1443 1444 1445 1446
  </data>
  <data name="Visual_Studio_2017" xml:space="preserve">
    <value>Visual Studio 2017</value>
  </data>
  <data name="Editor_color_scheme_options_are_only_available_when_using_a_color_theme_bundled_with_Visual_Studio_The_color_theme_can_be_configured_from_the_Environment_General_options_page" xml:space="preserve">
    <value>Editor color scheme options are only available when using a color theme bundled with Visual Studio. The color theme can be configured from the Environment &gt; General options page.</value>
  </data>
  <data name="Some_color_scheme_colors_are_being_overridden_by_changes_made_in_the_Environment_Fonts_and_Colors_options_page_Choose_Use_Defaults_in_the_Fonts_and_Colors_page_to_revert_all_customizations" xml:space="preserve">
    <value>Some color scheme colors are being overridden by changes made in the Environment &gt; Fonts and Colors options page. Choose `Use Defaults` in the Fonts and Colors page to revert all customizations.</value>
  </data>
C
Cyrus Najmabadi 已提交
1447 1448
  <data name="Prefer_simplified_boolean_expressions" xml:space="preserve">
    <value>Prefer simplified boolean expressions</value>
C
Cyrus Najmabadi 已提交
1449
  </data>
1450 1451 1452
  <data name="Razor_CSharp_Language_Server_Client" xml:space="preserve">
    <value>Razor C# Language Server Client</value>
  </data>
C
Work  
Cyrus Najmabadi 已提交
1453
  <data name="All_sources" xml:space="preserve">
1454
    <value>All sources</value>
C
Work  
Cyrus Najmabadi 已提交
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480
  </data>
  <data name="Entire_repository" xml:space="preserve">
    <value>Entire repository</value>
  </data>
  <data name="Indexed_in_organization" xml:space="preserve">
    <value>Indexed in organization</value>
  </data>
  <data name="Indexed_in_repo" xml:space="preserve">
    <value>Indexed in repo</value>
  </data>
  <data name="Item_origin" xml:space="preserve">
    <value>Item origin</value>
  </data>
  <data name="Loaded_items" xml:space="preserve">
    <value>Loaded items</value>
  </data>
  <data name="Loaded_solution" xml:space="preserve">
    <value>Loaded solution</value>
  </data>
  <data name="Local" xml:space="preserve">
    <value>Local</value>
  </data>
  <data name="Local_metadata" xml:space="preserve">
    <value>Local metadata</value>
  </data>
  <data name="Other" xml:space="preserve">
C
Cyrus Najmabadi 已提交
1481
    <value>Others</value>
C
Work  
Cyrus Najmabadi 已提交
1482 1483 1484 1485
  </data>
  <data name="Repository" xml:space="preserve">
    <value>Repository</value>
  </data>
D
David Poeschl 已提交
1486 1487
  <data name="Type_name_has_a_syntax_error" xml:space="preserve">
    <value>Type name has a syntax error</value>
1488 1489
    <comment>"Type" is the programming language concept</comment>
  </data>
D
David Poeschl 已提交
1490 1491
  <data name="Type_name_is_not_recognized" xml:space="preserve">
    <value>Type name is not recognized</value>
1492 1493
    <comment>"Type" is the programming language concept</comment>
  </data>
D
David Poeschl 已提交
1494 1495
  <data name="Type_name_is_recognized" xml:space="preserve">
    <value>Type name is recognized</value>
1496 1497 1498 1499 1500 1501
    <comment>"Type" is the programming language concept</comment>
  </data>
  <data name="Please_enter_a_type_name" xml:space="preserve">
    <value>Please enter a type name</value>
    <comment>"Type" is the programming language concept</comment>
  </data>
D
David Poeschl 已提交
1502 1503 1504 1505 1506 1507
  <data name="Enter_a_call_site_value_or_choose_a_different_value_injection_kind" xml:space="preserve">
    <value>Enter a call site value or choose a different value injection kind</value>
  </data>
  <data name="Optional_parameters_must_provide_a_default_value" xml:space="preserve">
    <value>Optional parameters must provide a default value</value>
  </data>
1508 1509 1510
  <data name="Parameter_information" xml:space="preserve">
    <value>Parameter information</value>
  </data>
1511 1512 1513
  <data name="Infer_from_context" xml:space="preserve">
    <value>Infer from context</value>
  </data>
1514 1515 1516 1517 1518 1519 1520 1521 1522
  <data name="None" xml:space="preserve">
    <value>None</value>
  </data>
  <data name="Warning_colon_duplicate_parameter_name" xml:space="preserve">
    <value>Warning: duplicate parameter name</value>
  </data>
  <data name="Warning_colon_type_does_not_bind" xml:space="preserve">
    <value>Warning: type does not bind</value>
  </data>
1523 1524 1525
  <data name="Display_inline_parameter_name_hints" xml:space="preserve">
    <value>Disp_lay inline parameter name hints (experimental)</value>
  </data>
1526 1527 1528
  <data name="Current_parameter" xml:space="preserve">
    <value>Current parameter</value>
  </data>
1529 1530 1531 1532 1533 1534
  <data name="Bitness32" xml:space="preserve">
    <value>32-bit</value>
  </data>
  <data name="Bitness64" xml:space="preserve">
    <value>64-bit</value>
  </data>
S
Sam Harwell 已提交
1535 1536 1537
  <data name="Use_64_bit_process_for_code_analysis_requires_restart" xml:space="preserve">
    <value>Use 64-bit process for code analysis (requires restart)</value>
  </data>
1538 1539 1540
  <data name="Extract_Base_Class" xml:space="preserve">
    <value>Extract Base Class</value>
  </data>
1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556
  <data name="This_file_is_autogenerated_by_0_and_cannot_be_edited" xml:space="preserve">
    <value>This file is auto-generated by the generator '{0}' and cannot be edited.</value>
  </data>
  <data name="generated_by_0_suffix" xml:space="preserve">
    <value>[generated by {0}]</value>
    <comment>{0} is the name of a generator.</comment>
  </data>
  <data name="generated_suffix" xml:space="preserve">
    <value>[generated]</value>
  </data>
  <data name="The_generator_0_that_generated_this_file_has_been_removed_from_the_project" xml:space="preserve">
    <value>The generator '{0}' that generated this file has been removed from the project; this file is no longer being included in your project.</value>
  </data>
  <data name="The_generator_0_that_generated_this_file_has_stopped_generating_this_file" xml:space="preserve">
    <value>The generator '{0}' that generated this file has stopped generating this file; this file is no longer being included in your project.</value>
  </data>
1557
</root>