mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
14 lines
646 B
XML
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>
|