|
| 1 | +<?xml version="1.0"?> |
| 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 | + |
| 4 | + <!-- Program setting --> |
| 5 | + <system:String x:Key="flowlauncher_plugin_program_reset">Reset Default</system:String> |
| 6 | + <system:String x:Key="flowlauncher_plugin_program_delete">Delete</system:String> |
| 7 | + <system:String x:Key="flowlauncher_plugin_program_edit">Edit</system:String> |
| 8 | + <system:String x:Key="flowlauncher_plugin_program_add">Add</system:String> |
| 9 | + <system:String x:Key="flowlauncher_plugin_program_name">Name</system:String> |
| 10 | + <system:String x:Key="flowlauncher_plugin_program_enable">Enable</system:String> |
| 11 | + <system:String x:Key="flowlauncher_plugin_program_enabled">Enabled</system:String> |
| 12 | + <system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String> |
| 13 | + <system:String x:Key="flowlauncher_plugin_program_status">Status</system:String> |
| 14 | + <system:String x:Key="flowlauncher_plugin_program_true">Enabled</system:String> |
| 15 | + <system:String x:Key="flowlauncher_plugin_program_false">Disabled</system:String> |
| 16 | + <system:String x:Key="flowlauncher_plugin_program_location">Location</system:String> |
| 17 | + <system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String> |
| 18 | + <system:String x:Key="flowlauncher_plugin_program_suffixes">File Type</system:String> |
| 19 | + <system:String x:Key="flowlauncher_plugin_program_reindex">Reindex</system:String> |
| 20 | + <system:String x:Key="flowlauncher_plugin_program_indexing">Indexing</system:String> |
| 21 | + <system:String x:Key="flowlauncher_plugin_program_index_source">Index Sources</system:String> |
| 22 | + <system:String x:Key="flowlauncher_plugin_program_index_option">Options</system:String> |
| 23 | + <system:String x:Key="flowlauncher_plugin_program_index_uwp">UWP Apps</system:String> |
| 24 | + <system:String x:Key="flowlauncher_plugin_program_index_uwp_tooltip">When enabled, Flow will load UWP Applications</system:String> |
| 25 | + <system:String x:Key="flowlauncher_plugin_program_index_start">Start Menu</system:String> |
| 26 | + <system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">When enabled, Flow will load programs from the start menu</system:String> |
| 27 | + <system:String x:Key="flowlauncher_plugin_program_index_registry">Registry</system:String> |
| 28 | + <system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">When enabled, Flow will load programs from the registry</system:String> |
| 29 | + <system:String x:Key="flowlauncher_plugin_program_index_PATH">PATH</system:String> |
| 30 | + <system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String> |
| 31 | + <system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String> |
| 32 | + <system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath_tooltip">For executable files such as UWP or lnk, hide the file path from being visible</system:String> |
| 33 | + <system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers">Hide uninstallers</system:String> |
| 34 | + <system:String x:Key="flowlauncher_plugin_program_enable_hideuninstallers_tooltip">Hides programs with common uninstaller names, such as unins000.exe</system:String> |
| 35 | + <system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String> |
| 36 | + <system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String> |
| 37 | + <system:String x:Key="flowlauncher_plugin_program_enable_hideduplicatedwindowsapp">Hide duplicated apps</system:String> |
| 38 | + <system:String x:Key="flowlauncher_plugin_program_enable_hideduplicatedwindowsapp_tooltip">Hide duplicated Win32 programs that are already in the UWP list</system:String> |
| 39 | + <system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String> |
| 40 | + <system:String x:Key="flowlauncher_plugin_program_max_depth_header">Max Depth</system:String> |
| 41 | + |
| 42 | + <system:String x:Key="flowlauncher_plugin_program_directory">Directory</system:String> |
| 43 | + <system:String x:Key="flowlauncher_plugin_program_browse">Browse</system:String> |
| 44 | + <system:String x:Key="flowlauncher_plugin_program_file_suffixes">File Suffixes:</system:String> |
| 45 | + <system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maximum Search Depth (-1 is unlimited):</system:String> |
| 46 | + |
| 47 | + <system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Please select a program source</system:String> |
| 48 | + <system:String x:Key="flowlauncher_plugin_program_delete_program_source">Are you sure you want to delete the selected program sources?</system:String> |
| 49 | + <system:String x:Key="flowlauncher_plugin_program_delete_program_source_select_not_user_added">Please select program sources that are not added by you</system:String> |
| 50 | + <system:String x:Key="flowlauncher_plugin_program_delete_program_source_select_user_added">Please select program sources that are added by you</system:String> |
| 51 | + <system:String x:Key="flowlauncher_plugin_program_duplicate_program_source">Another program source with the same location already exists.</system:String> |
| 52 | + |
| 53 | + <system:String x:Key="flowlauncher_plugin_program_edit_program_source_title">Program Source</system:String> |
| 54 | + <system:String x:Key="flowlauncher_plugin_program_edit_program_source_tips">Edit directory and status of this program source.</system:String> |
| 55 | + |
| 56 | + <system:String x:Key="flowlauncher_plugin_program_update">Update</system:String> |
| 57 | + <system:String x:Key="flowlauncher_plugin_program_only_index_tip">Program Plugin will only index files with selected suffixes and .url files with selected protocols.</system:String> |
| 58 | + <system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Successfully updated file suffixes</system:String> |
| 59 | + <system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">File suffixes can't be empty</system:String> |
| 60 | + <system:String x:Key="flowlauncher_plugin_protocols_cannot_empty">Protocols can't be empty</system:String> |
| 61 | + |
| 62 | + <system:String x:Key="flowlauncher_plugin_program_suffixes_executable_types">File Suffixes</system:String> |
| 63 | + <system:String x:Key="flowlauncher_plugin_program_suffixes_URL_types">URL Protocols</system:String> |
| 64 | + <system:String x:Key="flowlauncher_plugin_program_suffixes_URL_steam">Steam Games</system:String> |
| 65 | + <system:String x:Key="flowlauncher_plugin_program_suffixes_URL_epic">Epic Games</system:String> |
| 66 | + <system:String x:Key="flowlauncher_plugin_program_suffixes_URL_http">Http/Https</system:String> |
| 67 | + <system:String x:Key="flowlauncher_plugin_program_suffixes_custom_urls">Custom URL Protocols</system:String> |
| 68 | + <system:String x:Key="flowlauncher_plugin_program_suffixes_custom_file_types">Custom File Suffixes</system:String> |
| 69 | + <system:String x:Key="flowlauncher_plugin_program_suffixes_tooltip"> |
| 70 | + Insert file suffixes you want to index. Suffixes should be separated by ';'. (ex>bat;py) |
| 71 | + </system:String> |
| 72 | + <system:String x:Key="flowlauncher_plugin_program_protocol_tooltip"> |
| 73 | + Insert protocols of .url files you want to index. Protocols should be separated by ';', and should end with "://". (ex>ftp://;mailto://) |
| 74 | + </system:String> |
| 75 | + |
| 76 | + <system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Run As Different User</system:String> |
| 77 | + <system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Run As Administrator</system:String> |
| 78 | + <system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Open containing folder</system:String> |
| 79 | + <system:String x:Key="flowlauncher_plugin_program_disable_program">Hide</system:String> |
| 80 | + <system:String x:Key="flowlauncher_plugin_program_open_target_folder">Open target folder</system:String> |
| 81 | + |
| 82 | + <system:String x:Key="flowlauncher_plugin_program_plugin_name">Program</system:String> |
| 83 | + <system:String x:Key="flowlauncher_plugin_program_plugin_description">Search programs in Flow Launcher</system:String> |
| 84 | + |
| 85 | + <system:String x:Key="flowlauncher_plugin_program_invalid_path">Invalid Path</system:String> |
| 86 | + |
| 87 | + <system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String> |
| 88 | + <system:String x:Key="flowlauncher_plugin_program_args">Args</system:String> |
| 89 | + <system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customize the explorer used for opening the container folder by inputing the Environmental Variable of the explorer you want to use. It will be useful to use CMD to test whether the Environmental Variable is available.</system:String> |
| 90 | + <system:String x:Key="flowlauncher_plugin_program_tooltip_args">Enter the customized args you want to add for your customized explorer. %s for parent directory, %f for full path (which only works for win32). Check the explorer's website for details.</system:String> |
| 91 | + |
| 92 | + <!-- Dialogs --> |
| 93 | + <system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">Success</system:String> |
| 94 | + <system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_error">Error</system:String> |
| 95 | + <system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success_message">Successfully disabled this program from displaying in your query</system:String> |
| 96 | + <system:String x:Key="flowlauncher_plugin_program_run_as_administrator_not_supported_message">This app is not intended to be run as administrator</system:String> |
| 97 | + <system:String x:Key="flowlauncher_plugin_program_run_failed">Unable to run {0}</system:String> |
| 98 | + |
| 99 | +</ResourceDictionary> |
0 commit comments