Flow.Launcher/Plugins/Flow.Launcher.Plugin.Url/Languages/sk.xaml

18 lines
1.3 KiB
Text
Raw Normal View History

Add Crowdin Integration (#826) * Create crowdin.yml * New translations en.xaml (German) * New translations en.xaml (Korean) * New translations en.xaml (Slovak) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (German) * New translations en.xaml (Turkish) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Chinese Traditional) * New translations en.xaml (German) * New translations en.xaml (Korean) * New translations en.xaml (Polish) * New translations en.xaml (Slovak) * New translations en.xaml (Turkish) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Chinese Traditional) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Slovak) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Korean) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Slovak) * New translations en.xaml (Korean) * New translations en.xaml (Slovak) * New translations en.xaml (Slovak) * New translations en.xaml (Slovak) * New translations en.xaml (Slovak) * New translations en.xaml (Slovak) * New translations en.xaml (Slovak) * New translations en.xaml (Slovak) * New translations en.xaml (Slovak) * New translations en.xaml (Slovak) * New translations en.xaml (Chinese Simplified) * Add Portuguese (Portugal) Language * Update Crowdin configuration file * Update Crowdin configuration file * Apply suggestions from code review Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com> Co-authored-by: Vladimír Kubala <37414585+kubalav@users.noreply.github.com>
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>