mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
16 lines
1.3 KiB
XML
16 lines
1.3 KiB
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">
|
|
|
|
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Everything Service nie jest uruchomiony</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_everything_query_error">Wystąpił błąd podczas pobierania wyników z Everything</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_everything_copied">Skopiowano</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_everything_canot_start">Nie udało się uruchomić {0}</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_everything_open_containing_folder">Otwórz folder nadrzędny.</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_everything_open_with_editor">Otwórz za pomocą {0}</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_everything_editor_path">Ścieżka edytora</system:String>
|
|
|
|
<system:String x:Key="flowlauncher_plugin_everything_plugin_name">Everything</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_everything_plugin_description">Szukaj w plikach na dysku używając programu Everything</system:String>
|
|
|
|
</ResourceDictionary>
|