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-10 21:06:57 +02:00
|
|
|
<system:String x:Key="Microsoft_plugin_indexer_run_as_administrator">Run as administrator (Ctrl+Shift+Enter)</system:String>
|
2020-07-08 09:56:26 -07:00
|
|
|
<system:String x:Key="Microsoft_plugin_indexer_open_in_console">Open path in console (Ctrl+Shift+C)</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-20 17:50:42 -07:00
|
|
|
<system:String x:Key="Microsoft_plugin_indexer_drivedetectionwarning">Warning: Detected that not all drives are indexed.</system:String>
|
|
|
|
|
<system:String x:Key="Microsoft_plugin_indexer_disable_warning_in_settings">Go to Windows Search settings to fix.</system:String>
|
|
|
|
|
|
2020-07-03 09:42:44 -07:00
|
|
|
</ResourceDictionary>
|