Flow.Launcher/Plugins/Flow.Launcher.Plugin.QuickLook/Languages/en.xaml
2024-05-29 16:12:04 +10:00

14 lines
646 B
XML

<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">
<!-- Plugin Infos -->
<system:String x:Key="plugin_name">QuickLook</system:String>
<system:String x:Key="plugin_description">Use QuickLook to preview files</system:String>
<!-- Notifications -->
<system:String x:Key="quicklook_failed_to_launch">Failed to launch QuickLook</system:String>
<system:String x:Key="quicklook_fail_tips">Please check if QuickLook is running.</system:String>
</ResourceDictionary>