forked from Wox-launcher/Wox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
234 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<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"> | ||
|
||
<!--Plugin Info--> | ||
<system:String x:Key="wox_plugin_browserbookmark_plugin_name">Prehliadač záložiek</system:String> | ||
<system:String x:Key="wox_plugin_browserbookmark_plugin_description">Vyhľadáva záložky prehliadača</system:String> | ||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<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="wox_plugin_caculator_plugin_name">Kalkulačka</system:String> | ||
<system:String x:Key="wox_plugin_caculator_plugin_description">Spracúva matematické operácie.(Skúste 5*3-2 vo Woxe)</system:String> | ||
<system:String x:Key="wox_plugin_calculator_not_a_number">Nie je číslo (NaN)</system:String> | ||
<system:String x:Key="wox_plugin_calculator_expression_not_complete">Nesprávny alebo neúplný výraz (Nezabudli ste na zátvorky?)</system:String> | ||
<system:String x:Key="wox_plugin_calculator_copy_number_to_clipboard">Kopírovať toto číslo do schránky</system:String> | ||
<system:String x:Key="wox_plugin_calculator_output_decimal_seperator">Oddeľovač des. miest</system:String> | ||
<system:String x:Key="wox_plugin_calculator_output_decimal_seperator_help">Oddeľovač desatinných miest použitý vo výsledku.</system:String> | ||
<system:String x:Key="wox_plugin_calculator_decimal_seperator_use_system_locale">Použiť podľa systému</system:String> | ||
<system:String x:Key="wox_plugin_calculator_decimal_seperator_comma">Čiarka (,)</system:String> | ||
<system:String x:Key="wox_plugin_calculator_decimal_seperator_dot">Bodka (.)</system:String> | ||
<system:String x:Key="wox_plugin_calculator_max_decimal_places">Max. desatinných miest</system:String> | ||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<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="wox_plugin_color_plugin_name">Farby</system:String> | ||
<system:String x:Key="wox_plugin_color_plugin_description">Zobrazuje náhľad farieb v HEX formáte. (Skúste #000 vo Woxe)</system:String> | ||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<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="wox_plugin_controlpanel_plugin_name">Ovládací panel</system:String> | ||
<system:String x:Key="wox_plugin_controlpanel_plugin_description">Vyhľadáva položky Ovládacieho panela</system:String> | ||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<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="wox_plugin_everything_is_not_running">Everything nie je spustený</system:String> | ||
<system:String x:Key="wox_plugin_everything_query_error">Chyba pri dopytovaní Everything</system:String> | ||
<system:String x:Key="wox_plugin_everything_copied">Skopírované</system:String> | ||
<system:String x:Key="wox_plugin_everything_canot_start">{0} sa nedá spustiť</system:String> | ||
<system:String x:Key="wox_plugin_everything_open_containing_folder">Otvoriť nadradený priečinok</system:String> | ||
<system:String x:Key="wox_plugin_everything_open_with_editor">Otvoriť v {0}</system:String> | ||
<system:String x:Key="wox_plugin_everything_editor_path">Cesta k editoru</system:String> | ||
<system:String x:Key="wox_plugin_everything_copy_path">Kopírovať cestu</system:String> | ||
<system:String x:Key="wox_plugin_everything_copy">Kopírovať</system:String> | ||
<system:String x:Key="wox_plugin_everything_delete">Odstrániť</system:String> | ||
<system:String x:Key="wox_plugin_everything_canot_delete">{0} sa nedá odstrániť</system:String> | ||
|
||
<system:String x:Key="wox_plugin_everything_plugin_name">Everything</system:String> | ||
<system:String x:Key="wox_plugin_everything_plugin_description">Vyhľadávanie súborov cez Everything</system:String> | ||
|
||
<system:String x:Key="wox_plugin_everything_use_location_as_working_dir">Použiť cestu výsledku vyhľadávania ako pracovný priečinok spustiteľného súboru</system:String> | ||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<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="wox_plugin_folder_delete">Odstrániť</system:String> | ||
<system:String x:Key="wox_plugin_folder_edit">Upraviť</system:String> | ||
<system:String x:Key="wox_plugin_folder_add">Pridať</system:String> | ||
<system:String x:Key="wox_plugin_folder_folder_path">Cesta k priečinku</system:String> | ||
<system:String x:Key="wox_plugin_folder_select_folder_link_warning">Vyberte odkaz na priečinok</system:String> | ||
<system:String x:Key="wox_plugin_folder_delete_folder_link">Naozaj chcete odstrániť {0}?</system:String> | ||
|
||
<system:String x:Key="wox_plugin_folder_plugin_name">Priečinok</system:String> | ||
<system:String x:Key="wox_plugin_folder_plugin_description">Otvorí obľúbené priečinky priamo z Woxu</system:String> | ||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<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="wox_plugin_pluginindicator_plugin_name">Plugin Indicator</system:String> | ||
<system:String x:Key="wox_plugin_pluginindicator_plugin_description">Ponúka návrhy pre akcie pluginov</system:String> | ||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<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="wox_plugin_plugin_management_plugin_name">Správca pluginov Wox</system:String> | ||
<system:String x:Key="wox_plugin_plugin_management_plugin_description">Inštalácia, odinštalácia alebo aktualizácia pluginov Wox</system:String> | ||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<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"> | ||
|
||
<!--Program setting--> | ||
<system:String x:Key="wox_plugin_program_sources">Program Sources</system:String> | ||
<system:String x:Key="wox_plugin_program_delete">Odstrániť</system:String> | ||
<system:String x:Key="wox_plugin_program_edit">Upraviť</system:String> | ||
<system:String x:Key="wox_plugin_program_add">Pridať</system:String> | ||
<system:String x:Key="wox_plugin_program_disable">Disable</system:String> | ||
<system:String x:Key="wox_plugin_program_location">Umiestnenie</system:String> | ||
<system:String x:Key="wox_plugin_program_suffixes">Prípony súborov</system:String> | ||
<system:String x:Key="wox_plugin_program_reindex">Reindexovať</system:String> | ||
<system:String x:Key="wox_plugin_program_indexing">Indexovanie</system:String> | ||
<system:String x:Key="wox_plugin_program_index_start">Indexovať Menu Štart</system:String> | ||
<system:String x:Key="wox_plugin_program_index_registry">Indexovať Registry</system:String> | ||
<system:String x:Key="wox_plugin_program_suffixes_header">Prípony</system:String> | ||
<system:String x:Key="wox_plugin_program_max_depth_header">Max. hĺbka</system:String> | ||
|
||
<system:String x:Key="wox_plugin_program_directory">Priečinok:</system:String> | ||
<system:String x:Key="wox_plugin_program_browse">Prehliadať</system:String> | ||
<system:String x:Key="wox_plugin_program_file_suffixes">Prípony súboru:</system:String> | ||
<system:String x:Key="wox_plugin_program_max_search_depth">Max. hĺbka hľadania (-1 je neobm.):</system:String> | ||
|
||
<system:String x:Key="wox_plugin_program_pls_select_program_source">Prosím, zadajte zdroj programu</system:String> | ||
|
||
<system:String x:Key="wox_plugin_program_update">Aktualizovať</system:String> | ||
<system:String x:Key="wox_plugin_program_only_index_tip">Wox bude indexovať iba súbory s nasledujúcimi príponami:</system:String> | ||
<system:String x:Key="wox_plugin_program_split_by_tip">(Každú príponu oddeľte ;)</system:String> | ||
<system:String x:Key="wox_plugin_program_update_file_suffixes">Prípony boli úspešne aktualizované</system:String> | ||
<system:String x:Key="wox_plugin_program_suffixes_cannot_empty">Súbor s príponami nemôže byť prázdny</system:String> | ||
|
||
<system:String x:Key="wox_plugin_program_run_as_different_user">Spustiť ako iný používateľ</system:String> | ||
<system:String x:Key="wox_plugin_program_run_as_administrator">Spustiť ako správca</system:String> | ||
<system:String x:Key="wox_plugin_program_open_containing_folder">Otvoriť príslušný priečinok</system:String> | ||
|
||
<system:String x:Key="wox_plugin_program_plugin_name">Program</system:String> | ||
<system:String x:Key="wox_plugin_program_plugin_description">Vyhľadáva programy vo Woxe</system:String> | ||
|
||
<system:String x:Key="wox_plugin_program_ignored_sequences">Ignorované sekvencie</system:String> | ||
<system:String x:Key="wox_plugin_program_sequence">Sekvencie</system:String> | ||
<system:String x:Key="wox_plugin_program_pls_select_ignored">Vyberte ignorované sekvencie</system:String> | ||
<system:String x:Key="wox_plugin_program_delete_ignored">Naozaj chcete odstrániť {0}?</system:String> | ||
<system:String x:Key="wox_plugin_program_use_regex">Použiť regulárne výrazy?</system:String> | ||
|
||
<system:String x:Key="wox_plugin_program_invalid_path">Neplatná cesta</system:String> | ||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<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="wox_plugin_cmd_relace_winr">Nahradiť Win+R</system:String> | ||
<system:String x:Key="wox_plugin_cmd_leave_cmd_open">Nezatvárať príkazový riadok po dokončení príkazu</system:String> | ||
<system:String x:Key="wox_plugin_cmd_always_run_as_administrator">Spustiť vždy ako správca</system:String> | ||
<system:String x:Key="wox_plugin_cmd_run_as_different_user">Spustiť ako iný používateľ</system:String> | ||
<system:String x:Key="wox_plugin_cmd_plugin_name">Shell</system:String> | ||
<system:String x:Key="wox_plugin_cmd_plugin_description">Umožňuje spúšťať systémové príkazy z Woxu. Príkazy začínajú ></system:String> | ||
<system:String x:Key="wox_plugin_cmd_cmd_has_been_executed_times">tento príkaz bol vykonaný {0} krát</system:String> | ||
<system:String x:Key="wox_plugin_cmd_execute_through_shell">vykonať príkaz cez command shell</system:String> | ||
<system:String x:Key="wox_plugin_cmd_run_as_administrator">Spustiť ako správca</system:String> | ||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<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"> | ||
|
||
<!--Command List--> | ||
<system:String x:Key="wox_plugin_sys_command">Príkaz</system:String> | ||
<system:String x:Key="wox_plugin_sys_desc">Popis</system:String> | ||
|
||
<system:String x:Key="wox_plugin_sys_shutdown_computer">Vypnúť počítač</system:String> | ||
<system:String x:Key="wox_plugin_sys_restart_computer">Reštartovať počítač</system:String> | ||
<system:String x:Key="wox_plugin_sys_log_off">Odhlásiť</system:String> | ||
<system:String x:Key="wox_plugin_sys_lock">Zamknúť počítač</system:String> | ||
<system:String x:Key="wox_plugin_sys_exit">Zatvoriť Wox</system:String> | ||
<system:String x:Key="wox_plugin_sys_restart">Reštartovať Wox</system:String> | ||
<system:String x:Key="wox_plugin_sys_setting">Nastaviť</system:String> | ||
<system:String x:Key="wox_plugin_sys_sleep">Uspať počítač</system:String> | ||
<system:String x:Key="wox_plugin_sys_emptyrecyclebin">Vysypať kôš</system:String> | ||
<system:String x:Key="wox_plugin_sys_hibernate">Hibernovať počítač</system:String> | ||
<system:String x:Key="wox_plugin_sys_save_all_settings">Uložiť všetky nastavenia Woxu</system:String> | ||
<system:String x:Key="wox_plugin_sys_reload_plugin_data">Aktualizovať všetky dáta pluginov od spustenia Woxu. Pluginy musia túto funkciu podporovať.</system:String> | ||
|
||
<!--Dialogs--> | ||
<system:String x:Key="wox_plugin_sys_dlgtitle_success">Úspešné</system:String> | ||
<system:String x:Key="wox_plugin_sys_dlgtext_all_settings_saved">Všetky nastavenia Woxu uložené</system:String> | ||
<system:String x:Key="wox_plugin_sys_dlgtext_all_applicableplugins_reloaded">Všetky dáta pluginov aktualizované</system:String> | ||
<system:String x:Key="wox_plugin_sys_dlgtext_shutdown_computer">Naozaj chcete počítač vypnúť?</system:String> | ||
<system:String x:Key="wox_plugin_sys_dlgtext_restart_computer">Naozaj chcete počítač reštartovať?</system:String> | ||
|
||
<system:String x:Key="wox_plugin_sys_plugin_name">Systémové príkazy</system:String> | ||
<system:String x:Key="wox_plugin_sys_plugin_description">Poskytuje príkazy súvisiace so systémom ako je vypnutie, uzamknutie počítača atď.</system:String> | ||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<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="wox_plugin_url_open_url">Otvoriť url:{0}</system:String> | ||
<system:String x:Key="wox_plugin_url_canot_open_url">Adresa URL sa nedá otvoriť: {0}</system:String> | ||
|
||
<system:String x:Key="wox_plugin_url_plugin_name">URL</system:String> | ||
<system:String x:Key="wox_plugin_url_plugin_description">Otvorí zadanú adresu URL z Woxu</system:String> | ||
|
||
<system:String x:Key="wox_plugin_url_plugin_set_tip">Zadajte cestu k prehliadaču:</system:String> | ||
<system:String x:Key="wox_plugin_url_plugin_choose">Vybrať</system:String> | ||
<system:String x:Key="wox_plugin_url_plugin_filter">Aplikácie (*.exe)|*.exe|Všetky súbory|*.*</system:String> | ||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<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="wox_plugin_websearch_delete">Odstrániť</system:String> | ||
<system:String x:Key="wox_plugin_websearch_edit">Upraviť</system:String> | ||
<system:String x:Key="wox_plugin_websearch_add">Pridať</system:String> | ||
<system:String x:Key="wox_plugin_websearch_confirm">Potvrdiť</system:String> | ||
<system:String x:Key="wox_plugin_websearch_action_keyword">Skratka akcie</system:String> | ||
<system:String x:Key="wox_plugin_websearch_url">URL</system:String> | ||
<system:String x:Key="wox_plugin_websearch_search">Hľadať</system:String> | ||
<system:String x:Key="wox_plugin_websearch_enable_suggestion">Povoliť návrhy vyhľadávania</system:String> | ||
<system:String x:Key="wox_plugin_websearch_pls_select_web_search">Vyberte webové vyhľadávanie</system:String> | ||
<system:String x:Key="wox_plugin_websearch_delete_warning">Naozaj chcete odstrániť {0}?</system:String> | ||
|
||
<!--web search edit--> | ||
<system:String x:Key="wox_plugin_websearch_title">Názov</system:String> | ||
<system:String x:Key="wox_plugin_websearch_enable">Povoliť</system:String> | ||
<system:String x:Key="wox_plugin_websearch_select_icon">Vybrať ikonu</system:String> | ||
<system:String x:Key="wox_plugin_websearch_icon">Ikona</system:String> | ||
<system:String x:Key="wox_plugin_websearch_cancel">Zrušiť</system:String> | ||
<system:String x:Key="wox_plugin_websearch_invalid_web_search">Neplatné webové vyhľadávanie</system:String> | ||
<system:String x:Key="wox_plugin_websearch_input_title">Zadajte názov</system:String> | ||
<system:String x:Key="wox_plugin_websearch_input_action_keyword">Zadajte skratku akcie</system:String> | ||
<system:String x:Key="wox_plugin_websearch_input_url">Zadajte URL</system:String> | ||
<system:String x:Key="wox_plugin_websearch_action_keyword_exist">Zadaná skratka akcie už existuje, zadajte inú</system:String> | ||
<system:String x:Key="wox_plugin_websearch_succeed">Úspešné</system:String> | ||
|
||
<system:String x:Key="wox_plugin_websearch_plugin_name">Webové vyhľadávanie</system:String> | ||
<system:String x:Key="wox_plugin_websearch_plugin_description">Umožňuje vyhľadávanie webov</system:String> | ||
|
||
</ResourceDictionary> |