Skip to content

Commit 2d381d6

Browse files
authored
Merge pull request #458 from kubalav/translation-sk
Update Slovak translation for Program plugin
2 parents ad98e8f + ecd6bf3 commit 2d381d6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212
<system:String x:Key="flowlauncher_plugin_program_suffixes">Prípony súborov</system:String>
1313
<system:String x:Key="flowlauncher_plugin_program_reindex">Reindexovať</system:String>
1414
<system:String x:Key="flowlauncher_plugin_program_indexing">Indexovanie</system:String>
15-
<system:String x:Key="flowlauncher_plugin_program_index_start">Indexovať Ponuku Štart</system:String>
16-
<system:String x:Key="flowlauncher_plugin_program_index_registry">Indexovať Registry</system:String>
15+
<system:String x:Key="flowlauncher_plugin_program_index_start">Indexovať ponuku Štart</system:String>
16+
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">Ak je povolené, Flow načíta programy z ponuky Štart</system:String>
17+
<system:String x:Key="flowlauncher_plugin_program_index_registry">Indexovať databázu Registry</system:String>
18+
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">Ak je povolené, Flow načíta programy z databázy Registry</system:String>
19+
<system:String x:Key="flowlauncher_plugin_program_enable_description">Povoliť popis programu</system:String>
20+
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Zakázaním tejto funkcie sa tiež zastaví vyhľadávanie popisu programu cez Flow</system:String>
1721
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Prípony</system:String>
1822
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Max. hĺbka</system:String>
1923

Plugins/Flow.Launcher.Plugin.Program/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Program",
55
"Description": "Search programs in Flow.Launcher",
66
"Author": "qianlifeng",
7-
"Version": "1.5.2",
7+
"Version": "1.5.3",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.Program.dll",

0 commit comments

Comments
 (0)