2020-07-03 09:42:44 -07:00
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
|
|
|
|
|
|
|
|
|
<system:String x:Key="Microsoft_plugin_indexer_copy_path">Copy path (Ctrl+C)</system:String>
|
|
|
|
|
<system:String x:Key="Microsoft_plugin_indexer_open_containing_folder">Open containing folder (Ctrl+Shift+E)</system:String>
|
2020-07-07 13:02:39 -07:00
|
|
|
<system:String x:Key="Microsoft_plugin_indexer_name">Name</system:String>
|
|
|
|
|
<system:String x:Key="Microsoft_plugin_indexer_path">Path</system:String>
|
2020-07-03 09:42:44 -07:00
|
|
|
|
|
|
|
|
</ResourceDictionary>
|