2021-12-06 11:21:43 +00:00
|
|
|
<?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">Otvoriť vyhľadávanie v:</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_new_window">Nové okno</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_new_tab">Nová karta</system:String>
|
|
|
|
|
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_url_open_url">Otvoriť url:{0}</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_url_canot_open_url">Adresa URL sa nedá otvoriť: {0}</system:String>
|
|
|
|
|
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_url_plugin_name">Adresa URL</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_url_plugin_description">Otvoriť zadanú adresu URL z Flow Launchera</system:String>
|
|
|
|
|
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_url_plugin_set_tip">Zadajte cestu k prehliadaču:</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">Vybrať</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_url_plugin_filter">Aplikácie (*.exe)|*.exe|Všetky súbory|*.*</system:String>
|
|
|
|
|
</ResourceDictionary>
|