Flow.Launcher/Plugins/Flow.Launcher.Plugin.Url/Languages/sk.xaml
2025-10-14 12:14:37 +03:00

22 lines
1.5 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_url">Otvoriť URL:{0}</system:String>
<system:String x:Key="flowlauncher_plugin_url_cannot_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_choose">Prehliadať</system:String>
<system:String x:Key="flowlauncher_plugin_url_plugin_filter">Aplikácie (*.exe)|*.exe|Všetky súbory|*.*</system:String>
<system:String x:Key="flowlauncher_plugin_url_use_custom_browser">Použiť vlastný prehliadač namiesto predvoleného webového prehliadača</system:String>
<system:String x:Key="flowlauncher_plugin_url_browser_path">Cesta k prehliadaču</system:String>
<system:String x:Key="flowlauncher_plugin_url_new_tab">Nová karta</system:String>
<system:String x:Key="flowlauncher_plugin_url_new_window">Nové okno</system:String>
<system:String x:Key="flowlauncher_plugin_url_private_mode">Privátny režim</system:String>
<system:String x:Key="flowlauncher_plugin_url_usehttps">Uprednostniť https pred http</system:String>
</ResourceDictionary>