mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
* Search for programs in the path env variable * removing list of disabled programs * Added env variable string to classify apps * reverted the fullpath change * removing full paths while calculating dups * removed dups * removed debugging code * Renamed to run command * Added condition to filter run commands unless there is an exact match * renamed occurances to RUN COMMAND * localized the subtitle - Run command * Added tests * add fullpath back to hash calculation * renamed the function
44 lines
3.1 KiB
XML
44 lines
3.1 KiB
XML
<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_delete">刪除</system:String>
|
||
<system:String x:Key="wox_plugin_program_edit">編輯</system:String>
|
||
<system:String x:Key="wox_plugin_program_add">新增</system:String>
|
||
<system:String x:Key="wox_plugin_program_location">路徑</system:String>
|
||
<system:String x:Key="wox_plugin_program_suffixes">索引副檔名清單</system:String>
|
||
<system:String x:Key="wox_plugin_program_reindex">重新建立索引</system:String>
|
||
<system:String x:Key="wox_plugin_program_indexing">正在建立索引</system:String>
|
||
<system:String x:Key="wox_plugin_program_index_start">替開始選單建立索引</system:String>
|
||
<system:String x:Key="wox_plugin_program_index_registry">替登錄檔建立索引</system:String>
|
||
<system:String x:Key="wox_plugin_program_suffixes_header">副檔名</system:String>
|
||
<system:String x:Key="wox_plugin_program_max_depth_header">最大深度</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_directory">目錄</system:String>
|
||
<system:String x:Key="wox_plugin_program_browse">瀏覽</system:String>
|
||
<system:String x:Key="wox_plugin_program_file_suffixes">副檔名</system:String>
|
||
<system:String x:Key="wox_plugin_program_max_search_depth">最大搜尋深度(-1是無限的):</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_pls_select_program_source">請先選擇一項</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_update">更新</system:String>
|
||
<system:String x:Key="wox_plugin_program_only_index_tip">Wox 僅索引下列副檔名的檔案:</system:String>
|
||
<system:String x:Key="wox_plugin_program_split_by_tip">(每個副檔名以英文的分號分隔)</system:String>
|
||
<system:String x:Key="wox_plugin_program_update_file_suffixes">成功更新索引副檔名清單</system:String>
|
||
<system:String x:Key="wox_plugin_program_suffixes_cannot_empty">副檔名不能為空</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_run_as_administrator">以系統管理員身分執行</system:String>
|
||
<system:String x:Key="wox_plugin_program_open_containing_folder">開啟檔案位置</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_plugin_name">程式</system:String>
|
||
<system:String x:Key="wox_plugin_program_plugin_description">在 Wox 中搜尋程式</system:String>
|
||
|
||
<!--Application subtitle-->
|
||
<system:String x:Key="powertoys_run_plugin_program_win32_application">Win32 application</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_internet_shortcut_application">Internet shortcut application</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_web_application">Web application</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_run_command">Run command</system:String>
|
||
|
||
</ResourceDictionary>
|