Flow.Launcher/Plugins/Flow.Launcher.Plugin.Url/Languages/pl.xaml
2024-09-24 09:49:43 +03:00

17 lines
1.3 KiB
XML

<?xml version="1.0"?>
<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_url_open_search_in">Otwórz wyszukiwanie w:</system:String>
<system:String x:Key="flowlauncher_plugin_new_window">Nowe okno</system:String>
<system:String x:Key="flowlauncher_plugin_new_tab">Nowa zakładka</system:String>
<system:String x:Key="flowlauncher_plugin_url_open_url">Otwórz adres URL: {0}</system:String>
<system:String x:Key="flowlauncher_plugin_url_cannot_open_url">Nie udało się otworzyć adresu: {0}</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_name">URL</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_description">Otwórz wpisany adres URL z poziomu Flow Launchera</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_set_tip">Ustaw ścieżkę przeglądarki:</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">Wybierz</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_filter">Aplikacja(*.exe)|*.exe|Wszystkie pliki|*.*</system:String>
</ResourceDictionary>