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

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

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

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

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

Additional information: {1}</value>
  </data>
674
  <data name="Move_0_below_1" xml:space="preserve">
D
David Poeschl 已提交
675 676 677
    <value>Move {0} below {1}</value>
    <comment>{0} and {1} are parameter descriptions</comment>
  </data>
678
  <data name="Move_0_above_1" xml:space="preserve">
D
David Poeschl 已提交
679 680 681
    <value>Move {0} above {1}</value>
    <comment>{0} and {1} are parameter descriptions</comment>
  </data>
682
  <data name="Remove_0" xml:space="preserve">
D
David Poeschl 已提交
683 684 685
    <value>Remove {0}</value>
    <comment>{0} is a parameter description</comment>
  </data>
686
  <data name="Restore_0" xml:space="preserve">
D
David Poeschl 已提交
687 688 689
    <value>Restore {0}</value>
    <comment>{0} is a parameter description</comment>
  </data>
690
  <data name="Re_enable" xml:space="preserve">
H
Heejae Chang 已提交
691
    <value>Re-enable</value>
692
  </data>
693
  <data name="Learn_more" xml:space="preserve">
694 695
    <value>Learn more</value>
  </data>
696
  <data name="Prefer_framework_type" xml:space="preserve">
697 698
    <value>Prefer framework type</value>
  </data>
699
  <data name="Prefer_predefined_type" xml:space="preserve">
700 701
    <value>Prefer predefined type</value>
  </data>
702
  <data name="Copy_to_Clipboard" xml:space="preserve">
J
Jonathon Marolf 已提交
703
    <value>Copy to Clipboard</value>
J
Jonathon Marolf 已提交
704 705 706 707
  </data>
  <data name="Close" xml:space="preserve">
    <value>Close</value>
  </data>
J
Jonathon Marolf 已提交
708 709 710
  <data name="Unknown_parameters" xml:space="preserve">
    <value>&lt;Unknown Parameters&gt;</value>
  </data>
711 712 713
  <data name="End_of_inner_exception_stack" xml:space="preserve">
    <value>--- End of inner exception stack trace ---</value>
  </data>
714 715 716 717 718 719
  <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 已提交
720 721 722 723 724 725
  <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>
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749
  <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>
750 751 752 753 754 755
  <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>
756 757
  <data name="Use_expression_body_for_methods" xml:space="preserve">
    <value>Use expression body for methods</value>
758 759 760 761
  </data>
  <data name="Code_block_preferences_colon" xml:space="preserve">
    <value>Code block preferences:</value>
  </data>
762 763
  <data name="Use_expression_body_for_accessors" xml:space="preserve">
    <value>Use expression body for accessors</value>
764
  </data>
765 766
  <data name="Use_expression_body_for_constructors" xml:space="preserve">
    <value>Use expression body for constructors</value>
767
  </data>
768 769
  <data name="Use_expression_body_for_indexers" xml:space="preserve">
    <value>Use expression body for indexers</value>
770
  </data>
771 772
  <data name="Use_expression_body_for_operators" xml:space="preserve">
    <value>Use expression body for operators</value>
773
  </data>
774 775
  <data name="Use_expression_body_for_properties" xml:space="preserve">
    <value>Use expression body for properties</value>
776
  </data>
777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794
  <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>
795 796
  <data name="Required_Style" xml:space="preserve">
    <value>Required Style</value>
797 798 799 800
  </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>
801 802 803
  <data name="Prefer_collection_initializer" xml:space="preserve">
    <value>Prefer collection initializer</value>
  </data>
804 805 806
  <data name="Prefer_coalesce_expression" xml:space="preserve">
    <value>Prefer coalesce expression</value>
  </data>
C
CyrusNajmabadi 已提交
807 808 809
  <data name="Collapse_regions_when_collapsing_to_definitions" xml:space="preserve">
    <value>Collapse #regions when collapsing to definitions</value>
  </data>
C
CyrusNajmabadi 已提交
810 811 812
  <data name="Prefer_null_propagation" xml:space="preserve">
    <value>Prefer null propagation</value>
  </data>
C
CyrusNajmabadi 已提交
813 814 815
  <data name="Prefer_explicit_tuple_name" xml:space="preserve">
    <value>Prefer explicit tuple name</value>
  </data>
816 817 818 819 820 821
  <data name="Description" xml:space="preserve">
    <value>Description</value>
  </data>
  <data name="Preference" xml:space="preserve">
    <value>Preference</value>
  </data>
822 823 824
  <data name="Implement_Interface_or_Abstract_Class" xml:space="preserve">
    <value>Implement Interface or Abstract Class</value>
  </data>
825 826 827
  <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>
828 829 830 831 832 833 834 835
  <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>
836
  </data>
837 838 839
  <data name="Prefer_braces" xml:space="preserve">
    <value>Prefer braces</value>
  </data>
840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857
  <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>
858 859 860 861 862 863
  <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>
864 865 866 867 868 869 870 871 872
  <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>
873 874 875
  <data name="Pick_members" xml:space="preserve">
    <value>Pick members</value>
  </data>
876
  <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">
877 878
    <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>
879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899
  <data name="Add_a_symbol_specification" xml:space="preserve">
    <value>Add a symbol specification</value>
  </data>
  <data name="Remove_symbol_specification" xml:space="preserve">
    <value>Remove symbol specification</value>
  </data>
  <data name="Add_item" xml:space="preserve">
    <value>Add item</value>
  </data>
  <data name="Edit_item" xml:space="preserve">
    <value>Edit item</value>
  </data>
  <data name="Remove_item" xml:space="preserve">
    <value>Remove item</value>
  </data>
  <data name="Add_a_naming_rule" xml:space="preserve">
    <value>Add a naming rule</value>
  </data>
  <data name="Remove_naming_rule" xml:space="preserve">
    <value>Remove naming rule</value>
  </data>
900 901 902
  <data name="VisualStudioWorkspace_TryApplyChanges_cannot_be_called_from_a_background_thread" xml:space="preserve">
    <value>VisualStudioWorkspace.TryApplyChanges cannot be called from a background thread.</value>
  </data>
903 904 905 906 907 908
  <data name="prefer_auto_properties" xml:space="preserve">
    <value>prefer auto properties</value>
  </data>
  <data name="prefer_throwing_properties" xml:space="preserve">
    <value>prefer throwing properties</value>
  </data>
909
  <data name="When_generating_properties" xml:space="preserve">
910
    <value>When generating properties:</value>
911
  </data>
912 913
  <data name="Options" xml:space="preserve">
    <value>Options</value>
914
  </data>
915 916
  <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>
917
  </data>
918 919
  <data name="Never_show_this_again" xml:space="preserve">
    <value>Never show this again</value>
920
  </data>
921 922
  <data name="Prefer_simple_default_expression" xml:space="preserve">
    <value>Prefer simple 'default' expression</value>
923
  </data>
924 925 926
  <data name="Preview_pane" xml:space="preserve">
    <value>Preview pane</value>
  </data>
927 928 929 930 931 932 933
  <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 已提交
934
    <value>Perform editor _feature analysis in external process</value>
935
  </data>
J
Jonathon Marolf 已提交
936
</root>