2016-06-14 05:24:23 +08: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">
|
|
|
|
|
2016-06-24 06:01:20 +08:00
|
|
|
<system:String x:Key="wox_plugin_everything_is_not_running">Everything Service nie jest uruchomiony</system:String>
|
2016-06-14 05:24:23 +08:00
|
|
|
<system:String x:Key="wox_plugin_everything_query_error">Wystąpił błąd podczas pobierania wyników z Everything</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_everything_copied">Skopiowano</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_everything_canot_start">Nie udało się uruchomić {0}</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_everything_open_containing_folder">Otwórz folder nadrzędny.</system:String>
|
|
|
|
|
|
|
|
<system:String x:Key="wox_plugin_everything_plugin_name">Everything</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_everything_plugin_description">Szukaj w plikach na dysku używając programu Everything</system:String>
|
|
|
|
|
|
|
|
</ResourceDictionary>
|