|
2 | 2 | <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"> |
3 | 3 |
|
4 | 4 | <!-- Command List --> |
5 | | - <system:String x:Key="flowlauncher_plugin_sys_command">Príkaz</system:String> |
| 5 | + <system:String x:Key="flowlauncher_plugin_sys_name">Názov</system:String> |
6 | 6 | <system:String x:Key="flowlauncher_plugin_sys_desc">Popis</system:String> |
| 7 | + <system:String x:Key="flowlauncher_plugin_sys_command">Príkaz</system:String> |
7 | 8 |
|
8 | 9 | <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Vypnúť</system:String> |
9 | 10 | <system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Reštartovať</system:String> |
|
27 | 28 | <system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Prepnúť herný režim</system:String> |
28 | 29 | <system:String x:Key="flowlauncher_plugin_sys_theme_selector_cmd">Nastaviť motív pre Flow Laucher</system:String> |
29 | 30 |
|
| 31 | + <system:String x:Key="flowlauncher_plugin_sys_edit">Upraviť</system:String> |
| 32 | + |
30 | 33 | <!-- Command Descriptions --> |
31 | 34 | <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Vypnúť počítač</system:String> |
32 | 35 | <system:String x:Key="flowlauncher_plugin_sys_restart_computer">Reštartovať počítač</system:String> |
|
59 | 62 | <system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Naozaj chcete počítač reštartovať s pokročilými možnosťami spúšťania?</system:String> |
60 | 63 | <system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">Naozaj sa chcete odhlásiť?</system:String> |
61 | 64 |
|
| 65 | + <system:String x:Key="flowlauncher_plugin_sys_command_keyword_setting_window_title">Command Keyword Setting</system:String> |
| 66 | + <system:String x:Key="flowlauncher_plugin_sys_custom_command_keyword">Custom Command Keyword</system:String> |
| 67 | + <system:String x:Key="flowlauncher_plugin_sys_custom_command_keyword_tip">Enter a keyword to search for command: {0}. This keyword is used to match your query.</system:String> |
| 68 | + <system:String x:Key="flowlauncher_plugin_sys_command_keyword">Command Keyword</system:String> |
| 69 | + <system:String x:Key="flowlauncher_plugin_sys_reset">Resetovať</system:String> |
| 70 | + <system:String x:Key="flowlauncher_plugin_sys_confirm">Potvrdiť</system:String> |
| 71 | + <system:String x:Key="flowlauncher_plugin_sys_cancel">Zrušiť</system:String> |
| 72 | + <system:String x:Key="flowlauncher_plugin_sys_input_command_keyword">Please enter a non-empty command keyword</system:String> |
| 73 | + |
62 | 74 | <system:String x:Key="flowlauncher_plugin_sys_plugin_name">Systémové príkazy</system:String> |
63 | 75 | <system:String x:Key="flowlauncher_plugin_sys_plugin_description">Poskytuje príkazy súvisiace so systémom ako je vypnutie, uzamknutie počítača atď.</system:String> |
64 | 76 |
|
|
0 commit comments