//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace PowerLauncher.Properties {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PowerLauncher.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to About.
///
public static string about {
get {
return ResourceManager.GetString("about", resourceCulture);
}
}
///
/// Looks up a localized string similar to You have activated Wox {0} times.
///
public static string about_activate_times {
get {
return ResourceManager.GetString("about_activate_times", resourceCulture);
}
}
///
/// Looks up a localized string similar to Use * if you don't want to specify an action keyword.
///
public static string actionkeyword_tips {
get {
return ResourceManager.GetString("actionkeyword_tips", resourceCulture);
}
}
///
/// Looks up a localized string similar to Action keywords.
///
public static string actionKeywords {
get {
return ResourceManager.GetString("actionKeywords", resourceCulture);
}
}
///
/// Looks up a localized string similar to Add.
///
public static string add {
get {
return ResourceManager.GetString("add", resourceCulture);
}
}
///
/// Looks up a localized string similar to Application Icon.
///
public static string AppIcon {
get {
return ResourceManager.GetString("AppIcon", resourceCulture);
}
}
///
/// Looks up a localized string similar to Author.
///
public static string author {
get {
return ResourceManager.GetString("author", resourceCulture);
}
}
///
/// Looks up a localized string similar to Auto Update.
///
public static string autoUpdates {
get {
return ResourceManager.GetString("autoUpdates", resourceCulture);
}
}
///
/// Looks up a localized string similar to Find more plugins.
///
public static string browserMorePlugins {
get {
return ResourceManager.GetString("browserMorePlugins", resourceCulture);
}
}
///
/// Looks up a localized string similar to Browse for more themes.
///
public static string browserMoreThemes {
get {
return ResourceManager.GetString("browserMoreThemes", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cancel.
///
public static string cancel {
get {
return ResourceManager.GetString("cancel", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cancel topmost in this query.
///
public static string cancelTopMostInThisQuery {
get {
return ResourceManager.GetString("cancelTopMostInThisQuery", resourceCulture);
}
}
///
/// Looks up a localized string similar to Can't find specified plugin.
///
public static string cannotFindSpecifiedPlugin {
get {
return ResourceManager.GetString("cannotFindSpecifiedPlugin", resourceCulture);
}
}
///
/// Looks up a localized string similar to Check for Updates.
///
public static string checkUpdates {
get {
return ResourceManager.GetString("checkUpdates", resourceCulture);
}
}
///
/// Looks up a localized string similar to Check updates failed, please check your connection and proxy settings to api.github.com..
///
public static string checkUpdatesFailed {
get {
return ResourceManager.GetString("checkUpdatesFailed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Context Menu Icon.
///
public static string ContextMenuIcon {
get {
return ResourceManager.GetString("ContextMenuIcon", resourceCulture);
}
}
///
/// Looks up a localized string similar to Context Menu Item.
///
public static string ContextMenuItem {
get {
return ResourceManager.GetString("ContextMenuItem", resourceCulture);
}
}
///
/// Looks up a localized string similar to Context Menu Item Additional Information.
///
public static string ContextMenuItemAdditionalInformation {
get {
return ResourceManager.GetString("ContextMenuItemAdditionalInformation", resourceCulture);
}
}
///
/// Looks up a localized string similar to Context Menu Items Collection.
///
public static string ContextMenuItemsCollection {
get {
return ResourceManager.GetString("ContextMenuItemsCollection", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not start {0}.
///
public static string couldnotStartCmd {
get {
return ResourceManager.GetString("couldnotStartCmd", resourceCulture);
}
}
///
/// Looks up a localized string similar to Custom Query Hotkey.
///
public static string customQueryHotkey {
get {
return ResourceManager.GetString("customQueryHotkey", resourceCulture);
}
}
///
/// Looks up a localized string similar to Delete.
///
public static string delete {
get {
return ResourceManager.GetString("delete", resourceCulture);
}
}
///
/// Looks up a localized string similar to Are you sure you want to delete {0} plugin hotkey?.
///
public static string deleteCustomHotkeyWarning {
get {
return ResourceManager.GetString("deleteCustomHotkeyWarning", resourceCulture);
}
}
///
/// Looks up a localized string similar to Disable.
///
public static string disable {
get {
return ResourceManager.GetString("disable", resourceCulture);
}
}
///
/// Looks up a localized string similar to Done.
///
public static string done {
get {
return ResourceManager.GetString("done", resourceCulture);
}
}
///
/// Looks up a localized string similar to Do not show new version notifications.
///
public static string dontPromptUpdateMsg {
get {
return ResourceManager.GetString("dontPromptUpdateMsg", resourceCulture);
}
}
///
/// Looks up a localized string similar to Edit.
///
public static string edit {
get {
return ResourceManager.GetString("edit", resourceCulture);
}
}
///
/// Looks up a localized string similar to Enable HTTP Proxy.
///
public static string enableProxy {
get {
return ResourceManager.GetString("enableProxy", resourceCulture);
}
}
///
/// Looks up a localized string similar to Execute query: {0}.
///
public static string executeQuery {
get {
return ResourceManager.GetString("executeQuery", resourceCulture);
}
}
///
/// Looks up a localized string similar to General.
///
public static string general {
get {
return ResourceManager.GetString("general", resourceCulture);
}
}
///
/// Looks up a localized string similar to Hello Wox.
///
public static string helloWox {
get {
return ResourceManager.GetString("helloWox", resourceCulture);
}
}
///
/// Looks up a localized string similar to Hide tray icon.
///
public static string hideNotifyIcon {
get {
return ResourceManager.GetString("hideNotifyIcon", resourceCulture);
}
}
///
/// Looks up a localized string similar to Hide Wox on startup.
///
public static string hideOnStartup {
get {
return ResourceManager.GetString("hideOnStartup", resourceCulture);
}
}
///
/// Looks up a localized string similar to Hide Wox when focus is lost.
///
public static string hideWoxWhenLoseFocus {
get {
return ResourceManager.GetString("hideWoxWhenLoseFocus", resourceCulture);
}
}
///
/// Looks up a localized string similar to Hotkey.
///
public static string hotkey {
get {
return ResourceManager.GetString("hotkey", resourceCulture);
}
}
///
/// Looks up a localized string similar to Hotkey is unavailable, please select a new hotkey.
///
public static string hotkeyIsNotUnavailable {
get {
return ResourceManager.GetString("hotkeyIsNotUnavailable", resourceCulture);
}
}
///
/// Looks up a localized string similar to Hotkey unavailable.
///
public static string hotkeyUnavailable {
get {
return ResourceManager.GetString("hotkeyUnavailable", resourceCulture);
}
}
///
/// Looks up a localized string similar to About.
///
public static string iconTrayAbout {
get {
return ResourceManager.GetString("iconTrayAbout", resourceCulture);
}
}
///
/// Looks up a localized string similar to Exit.
///
public static string iconTrayExit {
get {
return ResourceManager.GetString("iconTrayExit", resourceCulture);
}
}
///
/// Looks up a localized string similar to Open.
///
public static string iconTrayOpen {
get {
return ResourceManager.GetString("iconTrayOpen", resourceCulture);
}
}
///
/// Looks up a localized string similar to Settings.
///
public static string iconTraySettings {
get {
return ResourceManager.GetString("iconTraySettings", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ignore hotkeys in fullscreen mode.
///
public static string ignoreHotkeysOnFullscreen {
get {
return ResourceManager.GetString("ignoreHotkeysOnFullscreen", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid plugin hotkey.
///
public static string invalidPluginHotkey {
get {
return ResourceManager.GetString("invalidPluginHotkey", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid port format.
///
public static string invalidPortFormat {
get {
return ResourceManager.GetString("invalidPortFormat", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid Wox plugin file format.
///
public static string invalidWoxPluginFileFormat {
get {
return ResourceManager.GetString("invalidWoxPluginFileFormat", resourceCulture);
}
}
///
/// Looks up a localized string similar to Language.
///
public static string language {
get {
return ResourceManager.GetString("language", resourceCulture);
}
}
///
/// Looks up a localized string similar to Last execution time: {0}.
///
public static string lastExecuteTime {
get {
return ResourceManager.GetString("lastExecuteTime", resourceCulture);
}
}
///
/// Looks up a localized string similar to Empty last Query.
///
public static string LastQueryEmpty {
get {
return ResourceManager.GetString("LastQueryEmpty", resourceCulture);
}
}
///
/// Looks up a localized string similar to Last Query Style.
///
public static string lastQueryMode {
get {
return ResourceManager.GetString("lastQueryMode", resourceCulture);
}
}
///
/// Looks up a localized string similar to Preserve Last Query.
///
public static string LastQueryPreserved {
get {
return ResourceManager.GetString("LastQueryPreserved", resourceCulture);
}
}
///
/// Looks up a localized string similar to Select last Query.
///
public static string LastQuerySelected {
get {
return ResourceManager.GetString("LastQuerySelected", resourceCulture);
}
}
///
/// Looks up a localized string similar to Maximum results shown.
///
public static string maxShowResults {
get {
return ResourceManager.GetString("maxShowResults", resourceCulture);
}
}
///
/// Looks up a localized string similar to New Action Keyword.
///
public static string newActionKeywords {
get {
return ResourceManager.GetString("newActionKeywords", resourceCulture);
}
}
///
/// Looks up a localized string similar to New Action Keyword can't be empty.
///
public static string newActionKeywordsCannotBeEmpty {
get {
return ResourceManager.GetString("newActionKeywordsCannotBeEmpty", resourceCulture);
}
}
///
/// Looks up a localized string similar to New Action Keywords have been assigned to another plugin, please assign other new action keyword.
///
public static string newActionKeywordsHasBeenAssigned {
get {
return ResourceManager.GetString("newActionKeywordsHasBeenAssigned", resourceCulture);
}
}
///
/// Looks up a localized string similar to New version {0} is available, please restart Wox..
///
public static string newVersionTips {
get {
return ResourceManager.GetString("newVersionTips", resourceCulture);
}
}
///
/// Looks up a localized string similar to Old Action Keyword.
///
public static string oldActionKeywords {
get {
return ResourceManager.GetString("oldActionKeywords", resourceCulture);
}
}
///
/// Looks up a localized string similar to Opacity.
///
public static string opacity {
get {
return ResourceManager.GetString("opacity", resourceCulture);
}
}
///
/// Looks up a localized string similar to Password.
///
public static string password {
get {
return ResourceManager.GetString("password", resourceCulture);
}
}
///
/// Looks up a localized string similar to Please select an item.
///
public static string pleaseSelectAnItem {
get {
return ResourceManager.GetString("pleaseSelectAnItem", resourceCulture);
}
}
///
/// Looks up a localized string similar to Plugin.
///
public static string plugin {
get {
return ResourceManager.GetString("plugin", resourceCulture);
}
}
///
/// Looks up a localized string similar to Init time: {0}ms.
///
public static string plugin_init_time {
get {
return ResourceManager.GetString("plugin_init_time", resourceCulture);
}
}
///
/// Looks up a localized string similar to Query time: {0}ms.
///
public static string plugin_query_time {
get {
return ResourceManager.GetString("plugin_query_time", resourceCulture);
}
}
///
/// Looks up a localized string similar to Plugin Directory.
///
public static string pluginDirectory {
get {
return ResourceManager.GetString("pluginDirectory", resourceCulture);
}
}
///
/// Looks up a localized string similar to Port.
///
public static string port {
get {
return ResourceManager.GetString("port", resourceCulture);
}
}
///
/// Looks up a localized string similar to Port field can't be empty.
///
public static string portCantBeEmpty {
get {
return ResourceManager.GetString("portCantBeEmpty", resourceCulture);
}
}
///
/// Looks up a localized string similar to Preview.
///
public static string preview {
get {
return ResourceManager.GetString("preview", resourceCulture);
}
}
///
/// Looks up a localized string similar to HTTP Proxy.
///
public static string proxy {
get {
return ResourceManager.GetString("proxy", resourceCulture);
}
}
///
/// Looks up a localized string similar to Proxy connection failed.
///
public static string proxyConnectFailed {
get {
return ResourceManager.GetString("proxyConnectFailed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Proxy configured correctly.
///
public static string proxyIsCorrect {
get {
return ResourceManager.GetString("proxyIsCorrect", resourceCulture);
}
}
///
/// Looks up a localized string similar to Query.
///
public static string Query {
get {
return ResourceManager.GetString("Query", resourceCulture);
}
}
///
/// Looks up a localized string similar to Query Box Font.
///
public static string queryBoxFont {
get {
return ResourceManager.GetString("queryBoxFont", resourceCulture);
}
}
///
/// Looks up a localized string similar to Query Search Precision.
///
public static string querySearchPrecision {
get {
return ResourceManager.GetString("querySearchPrecision", resourceCulture);
}
}
///
/// Looks up a localized string similar to Failed to register hotkey: {0}.
///
public static string registerHotkeyFailed {
get {
return ResourceManager.GetString("registerHotkeyFailed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Release Notes:.
///
public static string releaseNotes {
get {
return ResourceManager.GetString("releaseNotes", resourceCulture);
}
}
///
/// Looks up a localized string similar to Remember last launch location.
///
public static string rememberLastLocation {
get {
return ResourceManager.GetString("rememberLastLocation", resourceCulture);
}
}
///
/// Looks up a localized string similar to Please file a bug in the.
///
public static string reportWindow_file_bug {
get {
return ResourceManager.GetString("reportWindow_file_bug", resourceCulture);
}
}
///
/// Looks up a localized string similar to PowerToys GitHub repository.
///
public static string reportWindow_github_repo {
get {
return ResourceManager.GetString("reportWindow_github_repo", resourceCulture);
}
}
///
/// Looks up a localized string similar to Something went wrong..
///
public static string reportWindow_header {
get {
return ResourceManager.GetString("reportWindow_header", resourceCulture);
}
}
///
/// Looks up a localized string similar to ..
///
public static string reportWindow_period {
get {
return ResourceManager.GetString("reportWindow_period", resourceCulture);
}
}
///
/// Looks up a localized string similar to Make sure to upload the log file and to include the error message..
///
public static string reportWindow_upload_log {
get {
return ResourceManager.GetString("reportWindow_upload_log", resourceCulture);
}
}
///
/// Looks up a localized string similar to PowerToys Run ran into an issue.
///
public static string reportWindow_wox_got_an_error {
get {
return ResourceManager.GetString("reportWindow_wox_got_an_error", resourceCulture);
}
}
///
/// Looks up a localized string similar to Result Item Font.
///
public static string resultItemFont {
get {
return ResourceManager.GetString("resultItemFont", resourceCulture);
}
}
///
/// Looks up a localized string similar to Results.
///
public static string Results {
get {
return ResourceManager.GetString("Results", resourceCulture);
}
}
///
/// Looks up a localized string similar to Save.
///
public static string save {
get {
return ResourceManager.GetString("save", resourceCulture);
}
}
///
/// Looks up a localized string similar to Proxy configuration saved successfully.
///
public static string saveProxySuccessfully {
get {
return ResourceManager.GetString("saveProxySuccessfully", resourceCulture);
}
}
///
/// Looks up a localized string similar to Search Icon.
///
public static string SearchIcon {
get {
return ResourceManager.GetString("SearchIcon", resourceCulture);
}
}
///
/// Looks up a localized string similar to HTTP Server.
///
public static string server {
get {
return ResourceManager.GetString("server", resourceCulture);
}
}
///
/// Looks up a localized string similar to Server field can't be empty.
///
public static string serverCantBeEmpty {
get {
return ResourceManager.GetString("serverCantBeEmpty", resourceCulture);
}
}
///
/// Looks up a localized string similar to Set as topmost in this query.
///
public static string setAsTopMostInThisQuery {
get {
return ResourceManager.GetString("setAsTopMostInThisQuery", resourceCulture);
}
}
///
/// Looks up a localized string similar to Should Use Pinyin.
///
public static string ShouldUsePinyin {
get {
return ResourceManager.GetString("ShouldUsePinyin", resourceCulture);
}
}
///
/// Looks up a localized string similar to Start typing....
///
public static string startTyping {
get {
return ResourceManager.GetString("startTyping", resourceCulture);
}
}
///
/// Looks up a localized string similar to Start Wox on system startup.
///
public static string startWoxOnSystemStartup {
get {
return ResourceManager.GetString("startWoxOnSystemStartup", resourceCulture);
}
}
///
/// Looks up a localized string similar to Subtitle.
///
public static string Subtitle {
get {
return ResourceManager.GetString("Subtitle", resourceCulture);
}
}
///
/// Looks up a localized string similar to Success.
///
public static string success {
get {
return ResourceManager.GetString("success", resourceCulture);
}
}
///
/// Looks up a localized string similar to Test Proxy.
///
public static string testProxy {
get {
return ResourceManager.GetString("testProxy", resourceCulture);
}
}
///
/// Looks up a localized string similar to Theme.
///
public static string theme {
get {
return ResourceManager.GetString("theme", resourceCulture);
}
}
///
/// Looks up a localized string similar to Fail to load theme {0}, fallback to default theme.
///
public static string theme_load_failure_parse_error {
get {
return ResourceManager.GetString("theme_load_failure_parse_error", resourceCulture);
}
}
///
/// Looks up a localized string similar to Theme {0} not exists, fallback to default theme.
///
public static string theme_load_failure_path_not_exists {
get {
return ResourceManager.GetString("theme_load_failure_path_not_exists", resourceCulture);
}
}
///
/// Looks up a localized string similar to Title.
///
public static string Title {
get {
return ResourceManager.GetString("Title", resourceCulture);
}
}
///
/// Looks up a localized string similar to Update.
///
public static string update {
get {
return ResourceManager.GetString("update", resourceCulture);
}
}
///
/// Looks up a localized string similar to Update.
///
public static string update_wox_update {
get {
return ResourceManager.GetString("update_wox_update", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cancel.
///
public static string update_wox_update_cancel {
get {
return ResourceManager.GetString("update_wox_update_cancel", resourceCulture);
}
}
///
/// Looks up a localized string similar to An error occurred while trying to install software updates.
///
public static string update_wox_update_error {
get {
return ResourceManager.GetString("update_wox_update_error", resourceCulture);
}
}
///
/// Looks up a localized string similar to Update files.
///
public static string update_wox_update_files {
get {
return ResourceManager.GetString("update_wox_update_files", resourceCulture);
}
}
///
/// Looks up a localized string similar to New Wox release {0} is now available.
///
public static string update_wox_update_new_version_available {
get {
return ResourceManager.GetString("update_wox_update_new_version_available", resourceCulture);
}
}
///
/// Looks up a localized string similar to This upgrade will restart Wox.
///
public static string update_wox_update_restart_wox_tip {
get {
return ResourceManager.GetString("update_wox_update_restart_wox_tip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Update description.
///
public static string update_wox_update_upadte_description {
get {
return ResourceManager.GetString("update_wox_update_upadte_description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Following files will be updated.
///
public static string update_wox_update_upadte_files {
get {
return ResourceManager.GetString("update_wox_update_upadte_files", resourceCulture);
}
}
///
/// Looks up a localized string similar to User Name.
///
public static string userName {
get {
return ResourceManager.GetString("userName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Version.
///
public static string version {
get {
return ResourceManager.GetString("version", resourceCulture);
}
}
///
/// Looks up a localized string similar to Website.
///
public static string website {
get {
return ResourceManager.GetString("website", resourceCulture);
}
}
///
/// Looks up a localized string similar to Window Mode.
///
public static string windowMode {
get {
return ResourceManager.GetString("windowMode", resourceCulture);
}
}
///
/// Looks up a localized string similar to Wox Settings.
///
public static string wox_settings {
get {
return ResourceManager.GetString("wox_settings", resourceCulture);
}
}
///
/// Looks up a localized string similar to Wox Hotkey.
///
public static string woxHotkey {
get {
return ResourceManager.GetString("woxHotkey", resourceCulture);
}
}
}
}