mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
17 lines
No EOL
918 B
XML
17 lines
No EOL
918 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">
|
|
|
|
<!--Dialogues-->
|
|
<system:String x:Key="plugin_pluginsmanager_downloading_plugin">Downloading plugin</system:String>
|
|
<system:String x:Key="plugin_pluginsmanager_please_wait">Please wait...</system:String>
|
|
<system:String x:Key="plugin_pluginsmanager_download_success">Successfully downloaded</system:String>
|
|
<!--Controls-->
|
|
|
|
<!--Plugin Infos-->
|
|
<system:String x:Key="plugin_pluginsmanager_plugin_name">Plugins Manager</system:String>
|
|
<system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String>
|
|
|
|
<!--Context menu items-->
|
|
|
|
</ResourceDictionary> |