mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
parent
39e544aeeb
commit
4758ea2284
40 changed files with 7135 additions and 167 deletions
373
Flow.Launcher/Languages/ar.xaml
Normal file
373
Flow.Launcher/Languages/ar.xaml
Normal file
|
|
@ -0,0 +1,373 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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">
|
||||||
|
<!-- MainWindow -->
|
||||||
|
<system:String x:Key="registerHotkeyFailed">Failed to register hotkey: {0}</system:String>
|
||||||
|
<system:String x:Key="couldnotStartCmd">Could not start {0}</system:String>
|
||||||
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Invalid Flow Launcher plugin file format</system:String>
|
||||||
|
<system:String x:Key="setAsTopMostInThisQuery">Set as topmost in this query</system:String>
|
||||||
|
<system:String x:Key="cancelTopMostInThisQuery">Cancel topmost in this query</system:String>
|
||||||
|
<system:String x:Key="executeQuery">Execute query: {0}</system:String>
|
||||||
|
<system:String x:Key="lastExecuteTime">Last execution time: {0}</system:String>
|
||||||
|
<system:String x:Key="iconTrayOpen">Open</system:String>
|
||||||
|
<system:String x:Key="iconTraySettings">Settings</system:String>
|
||||||
|
<system:String x:Key="iconTrayAbout">About</system:String>
|
||||||
|
<system:String x:Key="iconTrayExit">Exit</system:String>
|
||||||
|
<system:String x:Key="closeWindow">Close</system:String>
|
||||||
|
<system:String x:Key="copy">Copy</system:String>
|
||||||
|
<system:String x:Key="cut">Cut</system:String>
|
||||||
|
<system:String x:Key="paste">Paste</system:String>
|
||||||
|
<system:String x:Key="undo">Undo</system:String>
|
||||||
|
<system:String x:Key="selectAll">Select All</system:String>
|
||||||
|
<system:String x:Key="fileTitle">File</system:String>
|
||||||
|
<system:String x:Key="folderTitle">Folder</system:String>
|
||||||
|
<system:String x:Key="textTitle">Text</system:String>
|
||||||
|
<system:String x:Key="GameMode">Game Mode</system:String>
|
||||||
|
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
|
||||||
|
<system:String x:Key="PositionReset">Position Reset</system:String>
|
||||||
|
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
|
||||||
|
|
||||||
|
<!-- Setting General -->
|
||||||
|
<system:String x:Key="flowlauncher_settings">Settings</system:String>
|
||||||
|
<system:String x:Key="general">General</system:String>
|
||||||
|
<system:String x:Key="portableMode">Portable Mode</system:String>
|
||||||
|
<system:String x:Key="portableModeToolTIp">Store all settings and user data in one folder (Useful when used with removable drives or cloud services).</system:String>
|
||||||
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Start Flow Launcher on system startup</system:String>
|
||||||
|
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
||||||
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Hide Flow Launcher when focus is lost</system:String>
|
||||||
|
<system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String>
|
||||||
|
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||||
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||||
|
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||||
|
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||||
|
<system:String x:Key="language">Language</system:String>
|
||||||
|
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
||||||
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||||
|
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
||||||
|
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
||||||
|
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
||||||
|
<system:String x:Key="maxShowResults">Maximum results shown</system:String>
|
||||||
|
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
||||||
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore hotkeys in fullscreen mode</system:String>
|
||||||
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Disable Flow Launcher activation when a full screen application is active (Recommended for games).</system:String>
|
||||||
|
<system:String x:Key="defaultFileManager">Default File Manager</system:String>
|
||||||
|
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
||||||
|
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
||||||
|
<system:String x:Key="pythonFilePath">Python Path</system:String>
|
||||||
|
<system:String x:Key="nodeFilePath">Node.js Path</system:String>
|
||||||
|
<system:String x:Key="selectNodeExecutable">Please select the Node.js executable</system:String>
|
||||||
|
<system:String x:Key="selectPythonExecutable">Please select pythonw.exe</system:String>
|
||||||
|
<system:String x:Key="typingStartEn">Always Start Typing in English Mode</system:String>
|
||||||
|
<system:String x:Key="typingStartEnTooltip">Temporarily change your input method to English mode when activating Flow.</system:String>
|
||||||
|
<system:String x:Key="autoUpdates">Auto Update</system:String>
|
||||||
|
<system:String x:Key="select">Select</system:String>
|
||||||
|
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
|
||||||
|
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
||||||
|
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
||||||
|
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
||||||
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
||||||
|
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
||||||
|
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
||||||
|
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
||||||
|
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String>
|
||||||
|
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
||||||
|
|
||||||
|
<!-- Setting Plugin -->
|
||||||
|
<system:String x:Key="searchplugin">Search Plugin</system:String>
|
||||||
|
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
|
||||||
|
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
|
||||||
|
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
|
||||||
|
<system:String x:Key="plugin">Plugin</system:String>
|
||||||
|
<system:String x:Key="plugins">Plugins</system:String>
|
||||||
|
<system:String x:Key="browserMorePlugins">Find more plugins</system:String>
|
||||||
|
<system:String x:Key="enable">On</system:String>
|
||||||
|
<system:String x:Key="disable">Off</system:String>
|
||||||
|
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
||||||
|
<system:String x:Key="actionKeywords">Action keyword</system:String>
|
||||||
|
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
||||||
|
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
||||||
|
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
||||||
|
<system:String x:Key="currentPriority">Current Priority</system:String>
|
||||||
|
<system:String x:Key="newPriority">New Priority</system:String>
|
||||||
|
<system:String x:Key="priority">Priority</system:String>
|
||||||
|
<system:String x:Key="priorityToolTip">Change Plugin Results Priority</system:String>
|
||||||
|
<system:String x:Key="pluginDirectory">Plugin Directory</system:String>
|
||||||
|
<system:String x:Key="author">by</system:String>
|
||||||
|
<system:String x:Key="plugin_init_time">Init time:</system:String>
|
||||||
|
<system:String x:Key="plugin_query_time">Query time:</system:String>
|
||||||
|
<system:String x:Key="plugin_query_version">Version</system:String>
|
||||||
|
<system:String x:Key="plugin_query_web">Website</system:String>
|
||||||
|
<system:String x:Key="plugin_uninstall">Uninstall</system:String>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Setting Plugin Store -->
|
||||||
|
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
||||||
|
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
||||||
|
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
||||||
|
<system:String x:Key="pluginStore_None">Plugins</system:String>
|
||||||
|
<system:String x:Key="pluginStore_Installed">Installed</system:String>
|
||||||
|
<system:String x:Key="refresh">Refresh</system:String>
|
||||||
|
<system:String x:Key="installbtn">Install</system:String>
|
||||||
|
<system:String x:Key="uninstallbtn">Uninstall</system:String>
|
||||||
|
<system:String x:Key="updatebtn">Update</system:String>
|
||||||
|
<system:String x:Key="LabelInstalledToolTip">Plugin already installed</system:String>
|
||||||
|
<system:String x:Key="LabelNew">New Version</system:String>
|
||||||
|
<system:String x:Key="LabelNewToolTip">This plugin has been updated within the last 7 days</system:String>
|
||||||
|
<system:String x:Key="LabelUpdateToolTip">New Update is Available</system:String>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Setting Theme -->
|
||||||
|
<system:String x:Key="theme">Theme</system:String>
|
||||||
|
<system:String x:Key="appearance">Appearance</system:String>
|
||||||
|
<system:String x:Key="browserMoreThemes">Theme Gallery</system:String>
|
||||||
|
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
||||||
|
<system:String x:Key="hiThere">Hi There</system:String>
|
||||||
|
<system:String x:Key="SampleTitleExplorer">Explorer</system:String>
|
||||||
|
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
|
||||||
|
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
|
||||||
|
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
||||||
|
<system:String x:Key="SampleTitleProgram">Program</system:String>
|
||||||
|
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
||||||
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||||||
|
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
||||||
|
<system:String x:Key="resultItemFont">Result Item Font</system:String>
|
||||||
|
<system:String x:Key="windowMode">Window Mode</system:String>
|
||||||
|
<system:String x:Key="opacity">Opacity</system:String>
|
||||||
|
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
||||||
|
<system:String x:Key="theme_load_failure_parse_error">Fail to load theme {0}, fallback to default theme</system:String>
|
||||||
|
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
||||||
|
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
||||||
|
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
||||||
|
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
||||||
|
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
||||||
|
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
||||||
|
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
||||||
|
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
||||||
|
<system:String x:Key="Animation">Animation</system:String>
|
||||||
|
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeed">Animation Speed</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeedTip">The speed of the UI animation</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeedSlow">Slow</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeedMedium">Medium</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeedFast">Fast</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
||||||
|
<system:String x:Key="Clock">Clock</system:String>
|
||||||
|
<system:String x:Key="Date">Date</system:String>
|
||||||
|
|
||||||
|
<!-- Setting Hotkey -->
|
||||||
|
<system:String x:Key="hotkey">Hotkey</system:String>
|
||||||
|
<system:String x:Key="hotkeys">Hotkeys</system:String>
|
||||||
|
<system:String x:Key="flowlauncherHotkey">Flow Launcher Hotkey</system:String>
|
||||||
|
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
||||||
|
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>
|
||||||
|
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
|
||||||
|
<system:String x:Key="openResultModifiers">Open Result Modifier Key</system:String>
|
||||||
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||||||
|
<system:String x:Key="showOpenResultHotkey">Show Hotkey</system:String>
|
||||||
|
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
||||||
|
<system:String x:Key="customQueryHotkey">Custom Query Hotkeys</system:String>
|
||||||
|
<system:String x:Key="customQueryShortcut">Custom Query Shortcuts</system:String>
|
||||||
|
<system:String x:Key="builtinShortcuts">Built-in Shortcuts</system:String>
|
||||||
|
<system:String x:Key="customQuery">Query</system:String>
|
||||||
|
<system:String x:Key="customShortcut">Shortcut</system:String>
|
||||||
|
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
|
||||||
|
<system:String x:Key="builtinShortcutDescription">Description</system:String>
|
||||||
|
<system:String x:Key="delete">Delete</system:String>
|
||||||
|
<system:String x:Key="edit">Edit</system:String>
|
||||||
|
<system:String x:Key="add">Add</system:String>
|
||||||
|
<system:String x:Key="pleaseSelectAnItem">Please select an item</system:String>
|
||||||
|
<system:String x:Key="deleteCustomHotkeyWarning">Are you sure you want to delete {0} plugin hotkey?</system:String>
|
||||||
|
<system:String x:Key="deleteCustomShortcutWarning">Are you sure you want to delete shortcut: {0} with expansion {1}?</system:String>
|
||||||
|
<system:String x:Key="shortcut_clipboard_description">Get text from clipboard.</system:String>
|
||||||
|
<system:String x:Key="shortcut_active_explorer_path">Get path from active explorer.</system:String>
|
||||||
|
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
||||||
|
<system:String x:Key="shadowEffectCPUUsage">Shadow effect has a substantial usage of GPU. Not recommended if your computer performance is limited.</system:String>
|
||||||
|
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
||||||
|
<system:String x:Key="windowWidthSizeToolTip">You can also quickly adjust this by using Ctrl+[ and Ctrl+].</system:String>
|
||||||
|
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
||||||
|
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
||||||
|
<system:String x:Key="flowlauncherPressHotkey">Press Key</system:String>
|
||||||
|
|
||||||
|
<!-- Setting Proxy -->
|
||||||
|
<system:String x:Key="proxy">HTTP Proxy</system:String>
|
||||||
|
<system:String x:Key="enableProxy">Enable HTTP Proxy</system:String>
|
||||||
|
<system:String x:Key="server">HTTP Server</system:String>
|
||||||
|
<system:String x:Key="port">Port</system:String>
|
||||||
|
<system:String x:Key="userName">User Name</system:String>
|
||||||
|
<system:String x:Key="password">Password</system:String>
|
||||||
|
<system:String x:Key="testProxy">Test Proxy</system:String>
|
||||||
|
<system:String x:Key="save">Save</system:String>
|
||||||
|
<system:String x:Key="serverCantBeEmpty">Server field can't be empty</system:String>
|
||||||
|
<system:String x:Key="portCantBeEmpty">Port field can't be empty</system:String>
|
||||||
|
<system:String x:Key="invalidPortFormat">Invalid port format</system:String>
|
||||||
|
<system:String x:Key="saveProxySuccessfully">Proxy configuration saved successfully</system:String>
|
||||||
|
<system:String x:Key="proxyIsCorrect">Proxy configured correctly</system:String>
|
||||||
|
<system:String x:Key="proxyConnectFailed">Proxy connection failed</system:String>
|
||||||
|
|
||||||
|
<!-- Setting About -->
|
||||||
|
<system:String x:Key="about">About</system:String>
|
||||||
|
<system:String x:Key="website">Website</system:String>
|
||||||
|
<system:String x:Key="github">GitHub</system:String>
|
||||||
|
<system:String x:Key="docs">Docs</system:String>
|
||||||
|
<system:String x:Key="version">Version</system:String>
|
||||||
|
<system:String x:Key="icons">Icons</system:String>
|
||||||
|
<system:String x:Key="about_activate_times">You have activated Flow Launcher {0} times</system:String>
|
||||||
|
<system:String x:Key="checkUpdates">Check for Updates</system:String>
|
||||||
|
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
|
||||||
|
<system:String x:Key="newVersionTips">New version {0} is available, would you like to restart Flow Launcher to use the update?</system:String>
|
||||||
|
<system:String x:Key="checkUpdatesFailed">Check updates failed, please check your connection and proxy settings to api.github.com.</system:String>
|
||||||
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
|
Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com,
|
||||||
|
or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually.
|
||||||
|
</system:String>
|
||||||
|
<system:String x:Key="releaseNotes">Release Notes</system:String>
|
||||||
|
<system:String x:Key="documentation">Usage Tips</system:String>
|
||||||
|
<system:String x:Key="devtool">DevTools</system:String>
|
||||||
|
<system:String x:Key="settingfolder">Setting Folder</system:String>
|
||||||
|
<system:String x:Key="logfolder">Log Folder</system:String>
|
||||||
|
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
||||||
|
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
||||||
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
||||||
|
|
||||||
|
<!-- FileManager Setting Dialog -->
|
||||||
|
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
||||||
|
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments if necessary. The default arguments are "%d", and a path is entered at that location. For example, If a command is required such as "totalcmd.exe /A c:\windows", argument is /A "%d".</system:String>
|
||||||
|
<system:String x:Key="fileManager_tips2">"%f" is an argument that represent the file path. It is used to emphasize the file/folder name when opening a specific file location in 3rd party file manager. This argument is only available in the "Arg for File" item. If the file manager does not have that function, you can use "%d".</system:String>
|
||||||
|
<system:String x:Key="fileManager_name">File Manager</system:String>
|
||||||
|
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
||||||
|
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
||||||
|
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
||||||
|
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
||||||
|
|
||||||
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
|
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_tips">The default setting follows the OS default browser setting. If specified separately, flow uses that browser.</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
||||||
|
|
||||||
|
<!-- Priority Setting Dialog -->
|
||||||
|
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
||||||
|
<system:String x:Key="priority_tips">Greater the number, the higher the result will be ranked. Try setting it as 5. If you want the results to be lower than any other plugin's, provide a negative number</system:String>
|
||||||
|
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
||||||
|
|
||||||
|
<!-- Action Keyword Setting Dialog -->
|
||||||
|
<system:String x:Key="oldActionKeywords">Old Action Keyword</system:String>
|
||||||
|
<system:String x:Key="newActionKeywords">New Action Keyword</system:String>
|
||||||
|
<system:String x:Key="cancel">Cancel</system:String>
|
||||||
|
<system:String x:Key="done">Done</system:String>
|
||||||
|
<system:String x:Key="cannotFindSpecifiedPlugin">Can't find specified plugin</system:String>
|
||||||
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">New Action Keyword can't be empty</system:String>
|
||||||
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">This new Action Keyword is already assigned to another plugin, please choose a different one</system:String>
|
||||||
|
<system:String x:Key="success">Success</system:String>
|
||||||
|
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
||||||
|
<system:String x:Key="actionkeyword_tips">Enter the action keyword you like to use to start the plugin. Use * if you don't want to specify any, and the plugin will be triggered without any action keywords.</system:String>
|
||||||
|
|
||||||
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
|
<system:String x:Key="customeQueryHotkeyTitle">Custom Query Hotkey</system:String>
|
||||||
|
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
|
||||||
|
<system:String x:Key="preview">Preview</system:String>
|
||||||
|
<system:String x:Key="hotkeyIsNotUnavailable">Hotkey is unavailable, please select a new hotkey</system:String>
|
||||||
|
<system:String x:Key="invalidPluginHotkey">Invalid plugin hotkey</system:String>
|
||||||
|
<system:String x:Key="update">Update</system:String>
|
||||||
|
|
||||||
|
<!-- Custom Query Shortcut Dialog -->
|
||||||
|
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
|
||||||
|
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
|
||||||
|
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
|
||||||
|
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
|
||||||
|
|
||||||
|
<!-- Hotkey Control -->
|
||||||
|
<system:String x:Key="hotkeyUnavailable">Hotkey Unavailable</system:String>
|
||||||
|
|
||||||
|
<!-- Crash Reporter -->
|
||||||
|
<system:String x:Key="reportWindow_version">Version</system:String>
|
||||||
|
<system:String x:Key="reportWindow_time">Time</system:String>
|
||||||
|
<system:String x:Key="reportWindow_reproduce">Please tell us how application crashed so we can fix it</system:String>
|
||||||
|
<system:String x:Key="reportWindow_send_report">Send Report</system:String>
|
||||||
|
<system:String x:Key="reportWindow_cancel">Cancel</system:String>
|
||||||
|
<system:String x:Key="reportWindow_general">General</system:String>
|
||||||
|
<system:String x:Key="reportWindow_exceptions">Exceptions</system:String>
|
||||||
|
<system:String x:Key="reportWindow_exception_type">Exception Type</system:String>
|
||||||
|
<system:String x:Key="reportWindow_source">Source</system:String>
|
||||||
|
<system:String x:Key="reportWindow_stack_trace">Stack Trace</system:String>
|
||||||
|
<system:String x:Key="reportWindow_sending">Sending</system:String>
|
||||||
|
<system:String x:Key="reportWindow_report_succeed">Report sent successfully</system:String>
|
||||||
|
<system:String x:Key="reportWindow_report_failed">Failed to send report</system:String>
|
||||||
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher got an error</system:String>
|
||||||
|
|
||||||
|
<!-- General Notice -->
|
||||||
|
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
||||||
|
|
||||||
|
<!-- Update -->
|
||||||
|
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_already_on_latest">You already have the latest Flow Launcher version</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
||||||
|
Flow Launcher was not able to move your user profile data to the new update version.
|
||||||
|
Please manually move your profile data folder from {0} to {1}
|
||||||
|
</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_new_update">New Update</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_new_version_available">New Flow Launcher release {0} is now available</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_error">An error occurred while trying to install software updates</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update">Update</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_cancel">Cancel</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_check_connection">Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com.</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">This upgrade will restart Flow Launcher</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_update_files">Following files will be updated</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_files">Update files</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_update_description">Update description</system:String>
|
||||||
|
|
||||||
|
<!-- Welcome Window -->
|
||||||
|
<system:String x:Key="Skip">Skip</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page1_Text01">Hello, this is the first time you are running Flow Launcher!</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page1_Text02">Before starting, this wizard will assist in setting up Flow Launcher. You can skip this if you wish. Please choose a language</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page2_Title">Search and run all files and applications on your PC</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page2_Text01">Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse.</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher starts with the hotkey below, go ahead and try it out now. To change it, click on the input and press the desired hotkey on the keyboard.</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page3_Title">Hotkeys</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page4_Title">Action Keyword and Commands</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page4_Text01">Search the web, launch applications or run various functions through Flow Launcher plugins. Certain functions start with an action keyword, and if necessary, they can be used without action keywords. Try the queries below in Flow Launcher.</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
||||||
|
|
||||||
|
<!-- General Guide & Hotkey -->
|
||||||
|
|
||||||
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||||
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||||
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||||
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
||||||
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||||
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||||
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||||
|
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
||||||
|
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
||||||
|
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="RecommendWeather">Weather</system:String>
|
||||||
|
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
||||||
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||||||
|
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
||||||
|
<system:String x:Key="RecommendBluetooth">s Bluetooth</system:String>
|
||||||
|
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
373
Flow.Launcher/Languages/cs.xaml
Normal file
373
Flow.Launcher/Languages/cs.xaml
Normal file
|
|
@ -0,0 +1,373 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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">
|
||||||
|
<!-- MainWindow -->
|
||||||
|
<system:String x:Key="registerHotkeyFailed">Nepodařilo se zaregistrovat zkratku: {0}</system:String>
|
||||||
|
<system:String x:Key="couldnotStartCmd">Nepodařilo se spustit {0}</system:String>
|
||||||
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Neplatný typ souboru pluginu aplikace Flow Launcher</system:String>
|
||||||
|
<system:String x:Key="setAsTopMostInThisQuery">Připnout jako první výsledek tohoto hledání</system:String>
|
||||||
|
<system:String x:Key="cancelTopMostInThisQuery">Odepnout jako první výsledek tohoto hledání</system:String>
|
||||||
|
<system:String x:Key="executeQuery">Provést hledání: {0}</system:String>
|
||||||
|
<system:String x:Key="lastExecuteTime">Poslední čas provedení: {0}</system:String>
|
||||||
|
<system:String x:Key="iconTrayOpen">Otevřít</system:String>
|
||||||
|
<system:String x:Key="iconTraySettings">Nastavení</system:String>
|
||||||
|
<system:String x:Key="iconTrayAbout">O aplikaci</system:String>
|
||||||
|
<system:String x:Key="iconTrayExit">Ukončit</system:String>
|
||||||
|
<system:String x:Key="closeWindow">Zavřít</system:String>
|
||||||
|
<system:String x:Key="copy">Kopírovat</system:String>
|
||||||
|
<system:String x:Key="cut">Vyjmout</system:String>
|
||||||
|
<system:String x:Key="paste">Vložit</system:String>
|
||||||
|
<system:String x:Key="undo">Vrátit zpět</system:String>
|
||||||
|
<system:String x:Key="selectAll">Vybrat vše</system:String>
|
||||||
|
<system:String x:Key="fileTitle">Soubor</system:String>
|
||||||
|
<system:String x:Key="folderTitle">Složka</system:String>
|
||||||
|
<system:String x:Key="textTitle">Text</system:String>
|
||||||
|
<system:String x:Key="GameMode">Herní režim</system:String>
|
||||||
|
<system:String x:Key="GameModeToolTip">Potlačit užívání klávesových zkratek.</system:String>
|
||||||
|
<system:String x:Key="PositionReset">Obnovit pozici</system:String>
|
||||||
|
<system:String x:Key="PositionResetToolTip">Obnovit pozici vyhledávacího okna</system:String>
|
||||||
|
|
||||||
|
<!-- Setting General -->
|
||||||
|
<system:String x:Key="flowlauncher_settings">Nastavení</system:String>
|
||||||
|
<system:String x:Key="general">Obecné</system:String>
|
||||||
|
<system:String x:Key="portableMode">Přenosný režim</system:String>
|
||||||
|
<system:String x:Key="portableModeToolTIp">Ukládat všechna nastavení a uživatelská data v jedné složce (Užitečné při užití s přenosnými zařízeními).</system:String>
|
||||||
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Spustit Flow Launcher při spuštění systému</system:String>
|
||||||
|
<system:String x:Key="setAutoStartFailed">Při nastavování spouštění došlo k chybě</system:String>
|
||||||
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Skrýt Flow Launcher při vykliknutí</system:String>
|
||||||
|
<system:String x:Key="dontPromptUpdateMsg">Nezobrazovat oznámení o nové verzi</system:String>
|
||||||
|
<system:String x:Key="SearchWindowPosition">Pozice vyhledávacího okna</system:String>
|
||||||
|
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Zapamatovat poslední pozici</system:String>
|
||||||
|
<system:String x:Key="SearchWindowScreenCursor">Obrazovka s kurzorem</system:String>
|
||||||
|
<system:String x:Key="SearchWindowScreenFocus">Obrazovka s aktivním oknem</system:String>
|
||||||
|
<system:String x:Key="SearchWindowScreenPrimary">Primární obrazovka</system:String>
|
||||||
|
<system:String x:Key="SearchWindowScreenCustom">Vlastní obrazovka</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlign">Pozice vyhledávacího okna na obrazovce</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenter">Uprostřed</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCenterTop">Uprostřed nahoře</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignLeftTop">Vlevo nahoře</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignRightTop">Vpravo nahoře</system:String>
|
||||||
|
<system:String x:Key="SearchWindowAlignCustom">Vlastní umístění</system:String>
|
||||||
|
<system:String x:Key="language">Jazyk</system:String>
|
||||||
|
<system:String x:Key="lastQueryMode">Styl posledního vyhledávání</system:String>
|
||||||
|
<system:String x:Key="lastQueryModeToolTip">Zobrazit / skrýt předchozí výsledky po znovuzobrazení Flow Launcher.</system:String>
|
||||||
|
<system:String x:Key="LastQueryPreserved">Zachovat poslední dotaz</system:String>
|
||||||
|
<system:String x:Key="LastQuerySelected">Vybrat poslední dotaz</system:String>
|
||||||
|
<system:String x:Key="LastQueryEmpty">Smazat poslední dotaz</system:String>
|
||||||
|
<system:String x:Key="maxShowResults">Počet zobrazených výsledků</system:String>
|
||||||
|
<system:String x:Key="maxShowResultsToolTip">Toto nastavení můžete také rychle upravit pomocí CTRL + Plus a CTRL + Minus.</system:String>
|
||||||
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorovat klávesové zkratky v režimu celé obrazovky</system:String>
|
||||||
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Zakázat zobrazení aplikace Flow Launcher při běhu jiné aplikace v režimu celé obrazovky (Doporučeno pro hry).</system:String>
|
||||||
|
<system:String x:Key="defaultFileManager">Výchozí správce souborů</system:String>
|
||||||
|
<system:String x:Key="defaultFileManagerToolTip">Vyberte správce souborů, který bude použit při otevírání složky.</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser">Výchozí prohlížeč</system:String>
|
||||||
|
<system:String x:Key="defaultBrowserToolTip">Nastavení pro novou záložku, nové okno, soukromý režim.</system:String>
|
||||||
|
<system:String x:Key="pythonFilePath">Cesta k Python</system:String>
|
||||||
|
<system:String x:Key="nodeFilePath">Cesta k Node.js</system:String>
|
||||||
|
<system:String x:Key="selectNodeExecutable">Prosím, vyberte spustitelný soubor Node.js</system:String>
|
||||||
|
<system:String x:Key="selectPythonExecutable">Prosím, vyberte pythonw.exe</system:String>
|
||||||
|
<system:String x:Key="typingStartEn">Vždy spouštět psaní v anglickém rozvržení klávesnice</system:String>
|
||||||
|
<system:String x:Key="typingStartEnTooltip">Dočasně změní metodu vstupu do angličtiny při zobrazení Flow Launcher.</system:String>
|
||||||
|
<system:String x:Key="autoUpdates">Automatické aktualizace</system:String>
|
||||||
|
<system:String x:Key="select">Vybrat</system:String>
|
||||||
|
<system:String x:Key="hideOnStartup">Skrýt Flow Launcher při spuštění</system:String>
|
||||||
|
<system:String x:Key="hideNotifyIcon">Skrýt ikonu v systémové liště</system:String>
|
||||||
|
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
||||||
|
<system:String x:Key="querySearchPrecision">Přesnost vyhledávání</system:String>
|
||||||
|
<system:String x:Key="querySearchPrecisionToolTip">Změní minimální skóre shody, které je nutné pro zobrazení výsledků.</system:String>
|
||||||
|
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
||||||
|
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
||||||
|
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
||||||
|
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String>
|
||||||
|
<system:String x:Key="shadowEffectNotAllowed">Stínový efekt není povolen, pokud je aktivní efekt rozostření</system:String>
|
||||||
|
|
||||||
|
<!-- Setting Plugin -->
|
||||||
|
<system:String x:Key="searchplugin">Search Plugin</system:String>
|
||||||
|
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
|
||||||
|
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
|
||||||
|
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
|
||||||
|
<system:String x:Key="plugin">Plugin</system:String>
|
||||||
|
<system:String x:Key="plugins">Pluginy</system:String>
|
||||||
|
<system:String x:Key="browserMorePlugins">Najít další pluginy</system:String>
|
||||||
|
<system:String x:Key="enable">On</system:String>
|
||||||
|
<system:String x:Key="disable">Off</system:String>
|
||||||
|
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
||||||
|
<system:String x:Key="actionKeywords">Action keyword</system:String>
|
||||||
|
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
||||||
|
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
||||||
|
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
||||||
|
<system:String x:Key="currentPriority">Current Priority</system:String>
|
||||||
|
<system:String x:Key="newPriority">New Priority</system:String>
|
||||||
|
<system:String x:Key="priority">Priority</system:String>
|
||||||
|
<system:String x:Key="priorityToolTip">Change Plugin Results Priority</system:String>
|
||||||
|
<system:String x:Key="pluginDirectory">Plugin Directory</system:String>
|
||||||
|
<system:String x:Key="author">by</system:String>
|
||||||
|
<system:String x:Key="plugin_init_time">Init time:</system:String>
|
||||||
|
<system:String x:Key="plugin_query_time">Query time:</system:String>
|
||||||
|
<system:String x:Key="plugin_query_version">Verze</system:String>
|
||||||
|
<system:String x:Key="plugin_query_web">Website</system:String>
|
||||||
|
<system:String x:Key="plugin_uninstall">Uninstall</system:String>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Setting Plugin Store -->
|
||||||
|
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
||||||
|
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
||||||
|
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
||||||
|
<system:String x:Key="pluginStore_None">Pluginy</system:String>
|
||||||
|
<system:String x:Key="pluginStore_Installed">Installed</system:String>
|
||||||
|
<system:String x:Key="refresh">Refresh</system:String>
|
||||||
|
<system:String x:Key="installbtn">Install</system:String>
|
||||||
|
<system:String x:Key="uninstallbtn">Uninstall</system:String>
|
||||||
|
<system:String x:Key="updatebtn">Update</system:String>
|
||||||
|
<system:String x:Key="LabelInstalledToolTip">Plugin already installed</system:String>
|
||||||
|
<system:String x:Key="LabelNew">New Version</system:String>
|
||||||
|
<system:String x:Key="LabelNewToolTip">This plugin has been updated within the last 7 days</system:String>
|
||||||
|
<system:String x:Key="LabelUpdateToolTip">New Update is Available</system:String>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Setting Theme -->
|
||||||
|
<system:String x:Key="theme">Theme</system:String>
|
||||||
|
<system:String x:Key="appearance">Appearance</system:String>
|
||||||
|
<system:String x:Key="browserMoreThemes">Theme Gallery</system:String>
|
||||||
|
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
||||||
|
<system:String x:Key="hiThere">Hi There</system:String>
|
||||||
|
<system:String x:Key="SampleTitleExplorer">Explorer</system:String>
|
||||||
|
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
|
||||||
|
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
|
||||||
|
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
||||||
|
<system:String x:Key="SampleTitleProgram">Program</system:String>
|
||||||
|
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
||||||
|
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||||
|
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||||||
|
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
||||||
|
<system:String x:Key="resultItemFont">Result Item Font</system:String>
|
||||||
|
<system:String x:Key="windowMode">Window Mode</system:String>
|
||||||
|
<system:String x:Key="opacity">Opacity</system:String>
|
||||||
|
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
||||||
|
<system:String x:Key="theme_load_failure_parse_error">Fail to load theme {0}, fallback to default theme</system:String>
|
||||||
|
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
||||||
|
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
||||||
|
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
||||||
|
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
||||||
|
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
||||||
|
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
||||||
|
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
||||||
|
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
||||||
|
<system:String x:Key="Animation">Animation</system:String>
|
||||||
|
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeed">Animation Speed</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeedTip">The speed of the UI animation</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeedSlow">Slow</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeedMedium">Medium</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeedFast">Fast</system:String>
|
||||||
|
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
||||||
|
<system:String x:Key="Clock">Clock</system:String>
|
||||||
|
<system:String x:Key="Date">Date</system:String>
|
||||||
|
|
||||||
|
<!-- Setting Hotkey -->
|
||||||
|
<system:String x:Key="hotkey">Hotkey</system:String>
|
||||||
|
<system:String x:Key="hotkeys">Klávesové zkratky</system:String>
|
||||||
|
<system:String x:Key="flowlauncherHotkey">Flow Launcher Hotkey</system:String>
|
||||||
|
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
||||||
|
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>
|
||||||
|
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
|
||||||
|
<system:String x:Key="openResultModifiers">Open Result Modifier Key</system:String>
|
||||||
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||||||
|
<system:String x:Key="showOpenResultHotkey">Show Hotkey</system:String>
|
||||||
|
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
||||||
|
<system:String x:Key="customQueryHotkey">Custom Query Hotkeys</system:String>
|
||||||
|
<system:String x:Key="customQueryShortcut">Custom Query Shortcuts</system:String>
|
||||||
|
<system:String x:Key="builtinShortcuts">Built-in Shortcuts</system:String>
|
||||||
|
<system:String x:Key="customQuery">Query</system:String>
|
||||||
|
<system:String x:Key="customShortcut">Shortcut</system:String>
|
||||||
|
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
|
||||||
|
<system:String x:Key="builtinShortcutDescription">Description</system:String>
|
||||||
|
<system:String x:Key="delete">Delete</system:String>
|
||||||
|
<system:String x:Key="edit">Edit</system:String>
|
||||||
|
<system:String x:Key="add">Přidat</system:String>
|
||||||
|
<system:String x:Key="pleaseSelectAnItem">Vyberte prosím položku</system:String>
|
||||||
|
<system:String x:Key="deleteCustomHotkeyWarning">Jste si jisti, že chcete odstranit klávesovou zkratku {0} pro plugin?</system:String>
|
||||||
|
<system:String x:Key="deleteCustomShortcutWarning">Are you sure you want to delete shortcut: {0} with expansion {1}?</system:String>
|
||||||
|
<system:String x:Key="shortcut_clipboard_description">Get text from clipboard.</system:String>
|
||||||
|
<system:String x:Key="shortcut_active_explorer_path">Get path from active explorer.</system:String>
|
||||||
|
<system:String x:Key="queryWindowShadowEffect">Efekt stínu ve vyhledávacím poli</system:String>
|
||||||
|
<system:String x:Key="shadowEffectCPUUsage">GPU výrazně využívá stínový efekt. Nedoporučuje se, pokud je výkon počítače omezený.</system:String>
|
||||||
|
<system:String x:Key="windowWidthSize">Šířka okna</system:String>
|
||||||
|
<system:String x:Key="windowWidthSizeToolTip">You can also quickly adjust this by using Ctrl+[ and Ctrl+].</system:String>
|
||||||
|
<system:String x:Key="useGlyphUI">Použít ikony Segoe Fluent</system:String>
|
||||||
|
<system:String x:Key="useGlyphUIEffect">Použití ikon Segoe Fluent, pokud jsou podporovány</system:String>
|
||||||
|
<system:String x:Key="flowlauncherPressHotkey">Press Key</system:String>
|
||||||
|
|
||||||
|
<!-- Setting Proxy -->
|
||||||
|
<system:String x:Key="proxy">HTTP Proxy</system:String>
|
||||||
|
<system:String x:Key="enableProxy">Povolit HTTP proxy</system:String>
|
||||||
|
<system:String x:Key="server">HTTP Server</system:String>
|
||||||
|
<system:String x:Key="port">Port</system:String>
|
||||||
|
<system:String x:Key="userName">Uživatelské jméno</system:String>
|
||||||
|
<system:String x:Key="password">Heslo</system:String>
|
||||||
|
<system:String x:Key="testProxy">Test proxy serveru</system:String>
|
||||||
|
<system:String x:Key="save">Uložit</system:String>
|
||||||
|
<system:String x:Key="serverCantBeEmpty">Pole Server nesmí být prázdné</system:String>
|
||||||
|
<system:String x:Key="portCantBeEmpty">Pole Port nesmí být prázdné</system:String>
|
||||||
|
<system:String x:Key="invalidPortFormat">Nesprávný formát portu</system:String>
|
||||||
|
<system:String x:Key="saveProxySuccessfully">Nastavení proxy úspěšně uloženo</system:String>
|
||||||
|
<system:String x:Key="proxyIsCorrect">Nastavení proxy je v pořádku</system:String>
|
||||||
|
<system:String x:Key="proxyConnectFailed">Připojení k serveru proxy se nezdařilo</system:String>
|
||||||
|
|
||||||
|
<!-- Setting About -->
|
||||||
|
<system:String x:Key="about">O aplikaci</system:String>
|
||||||
|
<system:String x:Key="website">Website</system:String>
|
||||||
|
<system:String x:Key="github">GitHub</system:String>
|
||||||
|
<system:String x:Key="docs">Dokumentace</system:String>
|
||||||
|
<system:String x:Key="version">Verze</system:String>
|
||||||
|
<system:String x:Key="icons">Icons</system:String>
|
||||||
|
<system:String x:Key="about_activate_times">Flow Launcher byl aktivován {0} krát</system:String>
|
||||||
|
<system:String x:Key="checkUpdates">Zkontrolovat Aktualizace</system:String>
|
||||||
|
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
|
||||||
|
<system:String x:Key="newVersionTips">Je k dispozici nová verze {0}, chcete Flow Launcher restartovat, aby se mohl aktualizovat?</system:String>
|
||||||
|
<system:String x:Key="checkUpdatesFailed">Hledání aktualizací se nezdařilo, zkontrolujte prosím své internetové připojení a nastavení proxy serveru k api.github.com.</system:String>
|
||||||
|
<system:String x:Key="downloadUpdatesFailed">
|
||||||
|
Stažení aktualizací se nezdařilo, zkontrolujte nastavení internetového připojení a proxy serveru na github-cloud.s3.amazonaws.com,
|
||||||
|
nebo přejděte na stránku https://github.com/Flow-Launcher/Flow.Launcher/releases a stáhněte aktualizaci ručně.
|
||||||
|
</system:String>
|
||||||
|
<system:String x:Key="releaseNotes">Poznámky k vydání</system:String>
|
||||||
|
<system:String x:Key="documentation">Tipy pro používání</system:String>
|
||||||
|
<system:String x:Key="devtool">Vývojářské nástroje</system:String>
|
||||||
|
<system:String x:Key="settingfolder">Složka s nastavením</system:String>
|
||||||
|
<system:String x:Key="logfolder">Složka s logy</system:String>
|
||||||
|
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
|
||||||
|
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
|
||||||
|
<system:String x:Key="welcomewindow">Průvodce</system:String>
|
||||||
|
|
||||||
|
<!-- FileManager Setting Dialog -->
|
||||||
|
<system:String x:Key="fileManagerWindow">Vybrat správce souborů</system:String>
|
||||||
|
<system:String x:Key="fileManager_tips">Zadejte umístění souboru správce souborů, který používáte, a v případě potřeby přidejte argumenty. Výchozí argumenty jsou "%d" a cesta se zadává v tomto umístění. Pokud je například požadován příkaz jako "totalcmd.exe /A c:\windows", argument je /A "%d".</system:String>
|
||||||
|
<system:String x:Key="fileManager_tips2">"%f" je argument, který představuje cestu k souboru. Používá se ke zvýraznění názvu souboru/složky při otevření konkrétního umístění souboru ve správci souborů třetí strany. Tento argument je k dispozici pouze v položce "Arg. pro soubor". Pokud správce souborů tuto funkci nemá, můžete použít "%d".</system:String>
|
||||||
|
<system:String x:Key="fileManager_name">Správce souborů</system:String>
|
||||||
|
<system:String x:Key="fileManager_profile_name">Jméno profilu</system:String>
|
||||||
|
<system:String x:Key="fileManager_path">Cesta k správci souborů</system:String>
|
||||||
|
<system:String x:Key="fileManager_directory_arg">Argumenty pro složku</system:String>
|
||||||
|
<system:String x:Key="fileManager_file_arg">Argumenty pro Soubor</system:String>
|
||||||
|
|
||||||
|
<!-- DefaultBrowser Setting Dialog -->
|
||||||
|
<system:String x:Key="defaultBrowserTitle">Výchozí prohlížeč</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_tips">Výchozí nastavení je podle nastavení v systému. Pokud je zadáno samostatně, bude Flow používat tento prohlížeč.</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_name">Prohlížeč</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_profile_name">Název prohlížeče</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_path">Cesta k prohlížeči</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
||||||
|
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
||||||
|
|
||||||
|
<!-- Priority Setting Dialog -->
|
||||||
|
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
||||||
|
<system:String x:Key="priority_tips">Greater the number, the higher the result will be ranked. Try setting it as 5. If you want the results to be lower than any other plugin's, provide a negative number</system:String>
|
||||||
|
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
||||||
|
|
||||||
|
<!-- Action Keyword Setting Dialog -->
|
||||||
|
<system:String x:Key="oldActionKeywords">Old Action Keyword</system:String>
|
||||||
|
<system:String x:Key="newActionKeywords">New Action Keyword</system:String>
|
||||||
|
<system:String x:Key="cancel">Cancel</system:String>
|
||||||
|
<system:String x:Key="done">Done</system:String>
|
||||||
|
<system:String x:Key="cannotFindSpecifiedPlugin">Can't find specified plugin</system:String>
|
||||||
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">New Action Keyword can't be empty</system:String>
|
||||||
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">This new Action Keyword is already assigned to another plugin, please choose a different one</system:String>
|
||||||
|
<system:String x:Key="success">Success</system:String>
|
||||||
|
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
||||||
|
<system:String x:Key="actionkeyword_tips">Enter the action keyword you like to use to start the plugin. Use * if you don't want to specify any, and the plugin will be triggered without any action keywords.</system:String>
|
||||||
|
|
||||||
|
<!-- Custom Query Hotkey Dialog -->
|
||||||
|
<system:String x:Key="customeQueryHotkeyTitle">Custom Query Hotkey</system:String>
|
||||||
|
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
|
||||||
|
<system:String x:Key="preview">Preview</system:String>
|
||||||
|
<system:String x:Key="hotkeyIsNotUnavailable">Hotkey is unavailable, please select a new hotkey</system:String>
|
||||||
|
<system:String x:Key="invalidPluginHotkey">Invalid plugin hotkey</system:String>
|
||||||
|
<system:String x:Key="update">Update</system:String>
|
||||||
|
|
||||||
|
<!-- Custom Query Shortcut Dialog -->
|
||||||
|
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
|
||||||
|
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
|
||||||
|
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
|
||||||
|
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
|
||||||
|
|
||||||
|
<!-- Hotkey Control -->
|
||||||
|
<system:String x:Key="hotkeyUnavailable">Hotkey Unavailable</system:String>
|
||||||
|
|
||||||
|
<!-- Crash Reporter -->
|
||||||
|
<system:String x:Key="reportWindow_version">Verze</system:String>
|
||||||
|
<system:String x:Key="reportWindow_time">Time</system:String>
|
||||||
|
<system:String x:Key="reportWindow_reproduce">Please tell us how application crashed so we can fix it</system:String>
|
||||||
|
<system:String x:Key="reportWindow_send_report">Send Report</system:String>
|
||||||
|
<system:String x:Key="reportWindow_cancel">Cancel</system:String>
|
||||||
|
<system:String x:Key="reportWindow_general">Základní nastavení</system:String>
|
||||||
|
<system:String x:Key="reportWindow_exceptions">Exceptions</system:String>
|
||||||
|
<system:String x:Key="reportWindow_exception_type">Exception Type</system:String>
|
||||||
|
<system:String x:Key="reportWindow_source">Source</system:String>
|
||||||
|
<system:String x:Key="reportWindow_stack_trace">Stack Trace</system:String>
|
||||||
|
<system:String x:Key="reportWindow_sending">Sending</system:String>
|
||||||
|
<system:String x:Key="reportWindow_report_succeed">Report sent successfully</system:String>
|
||||||
|
<system:String x:Key="reportWindow_report_failed">Failed to send report</system:String>
|
||||||
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher got an error</system:String>
|
||||||
|
|
||||||
|
<!-- General Notice -->
|
||||||
|
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
||||||
|
|
||||||
|
<!-- Update -->
|
||||||
|
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_already_on_latest">You already have the latest Flow Launcher version</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
||||||
|
Flow Launcher was not able to move your user profile data to the new update version.
|
||||||
|
Please manually move your profile data folder from {0} to {1}
|
||||||
|
</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_new_update">New Update</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_new_version_available">New Flow Launcher release {0} is now available</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_error">An error occurred while trying to install software updates</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update">Update</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_cancel">Cancel</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_check_connection">Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com.</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">This upgrade will restart Flow Launcher</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_update_files">Following files will be updated</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_files">Update files</system:String>
|
||||||
|
<system:String x:Key="update_flowlauncher_update_update_description">Aktualizovat popis</system:String>
|
||||||
|
|
||||||
|
<!-- Welcome Window -->
|
||||||
|
<system:String x:Key="Skip">Přeskočit</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page1_Title">Vítejte v Flow Launcheru</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page1_Text01">Dobrý den, Flow Launcher spouštíte poprvé!</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page1_Text02">Tento průvodce vám pomůže nastavit Flow Launcher ještě předtím, než začnete. Pokud chcete, můžete ho přeskočit. Zvolte si jazyk</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page2_Title">Vyhledávání a spouštění všech souborů a aplikací v počítači</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page2_Text01">Vyhledávejte v aplikacích, souborech, záložkách, YouTube, Twitteru a dalších. To vše z pohodlí klávesnice, aniž byste se museli dotknout myši.</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page2_Text02">Aplikace Flow Launcher se spouští pomocí níže uvedené klávesové zkratky, pojďte si ji vyzkoušet. Chcete-li ji změnit, klikněte na vstupní pole a stiskněte požadovanou klávesovou zkratku.</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page3_Title">Klávesové zkratky</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page4_Title">Klíčové slovo a příkazy</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page4_Text01">Pomocí doplňků Flow Launcher můžete vyhledávat na webu, spouštět aplikace nebo spouštět různé funkce. Některé funkce se spouštějí aktivačním příkazem a v případě potřeby je lze používat bez aktivačních příkazů. Vyzkoušejte si níže uvedené výrazy ve Flow Launcheru.</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page5_Title">Spuštění aplikace Flow Launcher</system:String>
|
||||||
|
<system:String x:Key="Welcome_Page5_Text01">Hotovo. Užijte si Flow Launcher. Nezapomeňte na klávesovou zkratku pro spuštění :)</system:String>
|
||||||
|
|
||||||
|
<!-- General Guide & Hotkey -->
|
||||||
|
|
||||||
|
<system:String x:Key="HotkeyUpDownDesc">Zpět / Kontextové menu</system:String>
|
||||||
|
<system:String x:Key="HotkeyLeftRightDesc">Navigace mezi položkami</system:String>
|
||||||
|
<system:String x:Key="HotkeyShiftEnterDesc">Otevřít kontextovou nabídku</system:String>
|
||||||
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
||||||
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||||
|
<system:String x:Key="HotkeyCtrlHDesc">Historie Dotazů</system:String>
|
||||||
|
<system:String x:Key="HotkeyESCDesc">Zpět na výsledek v kontextové nabídce</system:String>
|
||||||
|
<system:String x:Key="HotkeyTabDesc">Automatické dokončování</system:String>
|
||||||
|
<system:String x:Key="HotkeyRunDesc">Otevřít / Spustit vybranou položku</system:String>
|
||||||
|
<system:String x:Key="HotkeyCtrlIDesc">Otevřít okno s nastavením</system:String>
|
||||||
|
<system:String x:Key="HotkeyF5Desc">Znovu načíst data pluginů</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="RecommendWeather">Počasí</system:String>
|
||||||
|
<system:String x:Key="RecommendWeatherDesc">Výsledky počasí Google</system:String>
|
||||||
|
<system:String x:Key="RecommendShell">> ping 8.8.8</system:String>
|
||||||
|
<system:String x:Key="RecommendShellDesc">Příkazový řádek</system:String>
|
||||||
|
<system:String x:Key="RecommendBluetooth">s Bluetooth</system:String>
|
||||||
|
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||||||
|
<system:String x:Key="RecommendAcronymsDesc">Označené poznámky</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -131,7 +131,7 @@
|
||||||
<system:String x:Key="browserMoreThemes">Sfoglia per altri temi</system:String>
|
<system:String x:Key="browserMoreThemes">Sfoglia per altri temi</system:String>
|
||||||
<system:String x:Key="howToCreateTheme">Come creare un tema</system:String>
|
<system:String x:Key="howToCreateTheme">Come creare un tema</system:String>
|
||||||
<system:String x:Key="hiThere">Ciao</system:String>
|
<system:String x:Key="hiThere">Ciao</system:String>
|
||||||
<system:String x:Key="SampleTitleExplorer">Explorer</system:String>
|
<system:String x:Key="SampleTitleExplorer">Esplora Risorse</system:String>
|
||||||
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
|
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
|
||||||
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
|
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
|
||||||
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
||||||
|
|
@ -181,7 +181,7 @@
|
||||||
<system:String x:Key="customQuery">Ricerca</system:String>
|
<system:String x:Key="customQuery">Ricerca</system:String>
|
||||||
<system:String x:Key="customShortcut">Shortcut</system:String>
|
<system:String x:Key="customShortcut">Shortcut</system:String>
|
||||||
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
|
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
|
||||||
<system:String x:Key="builtinShortcutDescription">Description</system:String>
|
<system:String x:Key="builtinShortcutDescription">Descrizione</system:String>
|
||||||
<system:String x:Key="delete">Cancella</system:String>
|
<system:String x:Key="delete">Cancella</system:String>
|
||||||
<system:String x:Key="edit">Modifica</system:String>
|
<system:String x:Key="edit">Modifica</system:String>
|
||||||
<system:String x:Key="add">Aggiungi</system:String>
|
<system:String x:Key="add">Aggiungi</system:String>
|
||||||
|
|
@ -255,8 +255,8 @@
|
||||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_profile_name">Nome del browser</system:String>
|
<system:String x:Key="defaultBrowser_profile_name">Nome del browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_path">Percorso Browser</system:String>
|
<system:String x:Key="defaultBrowser_path">Percorso Browser</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
<system:String x:Key="defaultBrowser_newWindow">Nuova Finestra</system:String>
|
||||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
<system:String x:Key="defaultBrowser_newTab">Nuova Scheda</system:String>
|
||||||
<system:String x:Key="defaultBrowser_parameter">Modalità Privata</system:String>
|
<system:String x:Key="defaultBrowser_parameter">Modalità Privata</system:String>
|
||||||
|
|
||||||
<!-- Priority Setting Dialog -->
|
<!-- Priority Setting Dialog -->
|
||||||
|
|
|
||||||
127
Flow.Launcher/Properties/Resources.ar-SA.resx
Normal file
127
Flow.Launcher/Properties/Resources.ar-SA.resx
Normal file
|
|
@ -0,0 +1,127 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
|
||||||
|
<data name="app" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\app.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gamemode" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Images\gamemode.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
127
Flow.Launcher/Properties/Resources.cs-CZ.resx
Normal file
127
Flow.Launcher/Properties/Resources.cs-CZ.resx
Normal file
|
|
@ -0,0 +1,127 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string"/>
|
||||||
|
<xsd:attribute name="name" type="xsd:string"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||||
|
<xsd:attribute ref="xml:space"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
|
||||||
|
<data name="app" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\app.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="gamemode" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Images\gamemode.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_browserbookmark_plugin_name">Browser Bookmarks</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Search your browser bookmarks</system:String>
|
||||||
|
|
||||||
|
<!-- Settings -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Bookmark Data</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">Open bookmarks in:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">New window</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">New tab</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">Set browser from path:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Choose</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Copy url</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Copy the bookmark's url to clipboard</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Load Browser From:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Browser Name</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Data Directory Path</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Add</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Edit</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Delete</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">Browse</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_others">Others</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">Browser Engine</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">If you are not using Chrome, Firefox or Edge, or you are using their portable version, you need to add bookmarks data directory and select correct browser engine to make this plugin work.</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">For example: Brave's engine is Chromium; and its default bookmarks data location is: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". For Firefox engine, the bookmarks directory is the userdata folder contains the places.sqlite file.</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_browserbookmark_plugin_name">Záložky prohlížeče</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Hledat záložky v prohlížeči</system:String>
|
||||||
|
|
||||||
|
<!-- Settings -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">Data záložek</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">Otevřít záložky v:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">Nové okno</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">Nová záložka</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">Nastavte cestu k prohlížeči:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Vybrat</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Kopírovat URL</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Zkopírovat adresu URL záložky do schránky</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Načíst prohlížeč z:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Název prohlížeče</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">Cesta ke složce dat</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Přidat</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Edit</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Delete</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">Browse</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_others">Others</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">Browser Engine</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">If you are not using Chrome, Firefox or Edge, or you are using their portable version, you need to add bookmarks data directory and select correct browser engine to make this plugin work.</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">For example: Brave's engine is Chromium; and its default bookmarks data location is: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". For Firefox engine, the bookmarks directory is the userdata folder contains the places.sqlite file.</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -20,9 +20,9 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Aggiungi</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Aggiungi</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Modifica</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">Modifica</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Cancella</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Cancella</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">Browse</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">Sfoglia</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_others">Others</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_others">Altri</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">Browser Engine</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">Motore di Navigazione</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">If you are not using Chrome, Firefox or Edge, or you are using their portable version, you need to add bookmarks data directory and select correct browser engine to make this plugin work.</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">Se non si utilizza Chrome, Firefox o Edge, o si utilizza la loro versione portatile, è necessario aggiungere la cartella dei segnalibri e selezionare il motore di navigazione corretto per far funzionare questo plugin.</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">For example: Brave's engine is Chromium; and its default bookmarks data location is: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". For Firefox engine, the bookmarks directory is the userdata folder contains the places.sqlite file.</system:String>
|
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">Per esempio: il motore di Brave è Chromium, e la sua posizione predefinita dei segnalibri è: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". Per il motore di Firefox, la directory dei segnalibri è la cartella dei dati utente che contiene il file places.sqlite.</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
15
Plugins/Flow.Launcher.Plugin.Calculator/Languages/ar.xaml
Normal file
15
Plugins/Flow.Launcher.Plugin.Calculator/Languages/ar.xaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_caculator_plugin_name">Calculator</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">Allows to do mathematical calculations.(Try 5*3-2 in Flow Launcher)</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Not a number (NaN)</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">Expression wrong or incomplete (Did you forget some parentheses?)</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">Copy this number to the clipboard</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator">Decimal separator</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator_help">The decimal separator to be used in the output.</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_use_system_locale">Use system locale</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">Comma (,)</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_dot">Dot (.)</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">Max. decimal places</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
15
Plugins/Flow.Launcher.Plugin.Calculator/Languages/cs.xaml
Normal file
15
Plugins/Flow.Launcher.Plugin.Calculator/Languages/cs.xaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_caculator_plugin_name">Kalkulačka</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">Umožňuje provádět matematické výpočty.(Try 5*3-2 v průtokovém spouštěči)</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Není číslo (NaN)</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">Nesprávný nebo neúplný výraz (Nezapomněli jste na závorky?)</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">Copy this number to the clipboard</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator">Decimal separator</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator_help">The decimal separator to be used in the output.</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_use_system_locale">Use system locale</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">Comma (,)</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_dot">Dot (.)</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">Max. decimal places</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -11,5 +11,5 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_use_system_locale">Usa il locale del sistema</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_use_system_locale">Usa il locale del sistema</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">Virgola (,)</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">Virgola (,)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_dot">Punto (.)</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_dot">Punto (.)</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">Max. decimal places</system:String>
|
<system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">Max. cifre decimali</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
143
Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml
Normal file
143
Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml
Normal file
|
|
@ -0,0 +1,143 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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">
|
||||||
|
|
||||||
|
<!-- Dialogues -->
|
||||||
|
<system:String x:Key="plugin_explorer_make_selection_warning">Please make a selection first</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_select_folder_link_warning">Please select a folder link</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_delete_folder_link">Are you sure you want to delete {0}?</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefileconfirm">Are you sure you want to permanently delete this file?</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Are you sure you want to permanently delete this file/folder?</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Deletion successful</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">Successfully deleted {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_globalActionKeywordInvalid">Assigning the global action keyword could bring up too many results during search. Please choose a specific action keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_quickaccess_globalActionKeywordInvalid">Quick Access can not be set to the global action keyword when enabled. Please choose a specific action keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_windowsSearchServiceNotRunning">The required service for Windows Index Search does not appear to be running</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_windowsSearchServiceFix">To fix this, start the Windows Search service. Select here to remove this warning</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_alternative">The warning message has been switched off. As an alternative for searching files and folders, would you like to install Everything plugin?{0}{0}Select 'Yes' to install Everything plugin, or 'No' to return</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_alternative_title">Explorer Alternative</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
|
<!-- Controls -->
|
||||||
|
<system:String x:Key="plugin_explorer_delete">Delete</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_edit">Edit</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_add">Add</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_generalsetting_header">General Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_editor_path">Editor Path</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_shell_path">Shell Path</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Index Search Excluded Paths</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Use search result's location as the working directory of the executable</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_default_open_in_file_manager">Hit Enter to open folder in Default File Manager</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Use Index Search For Path Search</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_manageindexoptions">Indexing Options</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">Search:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Index Search:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Quick Access:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeyword_current">Current Action Keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeyword_done">Done</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Enabled</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_engine_everything">Everything</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_engine_windows_index">Windows Index</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_file_editor_path">File Editor Path</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_folder_editor_path">Folder Editor Path</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_Index_Search_Engine">Index Search Engine</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Open Windows Index Option</system:String>
|
||||||
|
|
||||||
|
<!-- Plugin Infos -->
|
||||||
|
<system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_plugin_description">Find and manage files and folders via Windows Search or Everything</system:String>
|
||||||
|
|
||||||
|
<!-- Plugin Tooltip -->
|
||||||
|
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenDirectory">Ctrl + Enter to open the directory</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenContainingFolder">Ctrl + Enter to open the containing folder</system:String>
|
||||||
|
|
||||||
|
<!-- Context menu items -->
|
||||||
|
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_copypath_subtitle">Copy path of current item to clipboard</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_copyfile_subtitle">Copy current file to clipboard</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_copyfolder_subtitle">Copy current folder to clipboard</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefilefolder">Delete</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefile_subtitle">Permanently delete current file</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefolder_subtitle">Permanently delete current folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_path">Path:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Delete the selected</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Run the selected using a different user account</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Open the location that contains current item</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openwithshell_error">Failed to open folder {0} with Shell {1} at {2}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Manage indexed files and folders</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Failed to open Windows Indexing Options</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Add to Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add current item to Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Successfully Added</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Successfully Removed</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Successfully removed from Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Remove from Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove current item from Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_show_contextmenu_title">Show Windows Context Menu</system:String>
|
||||||
|
|
||||||
|
<!-- Special Results-->
|
||||||
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
||||||
|
|
||||||
|
<!-- Everything -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Warning: Everything service is not running</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_query_error">Error while querying Everything</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by">Sort By</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name">Name</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path">Path</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size">Size</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_extension">Extension</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_type_name">Type Name</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_created">Date Created</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_modified">Date Modified</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes">Attributes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename">File List FileName</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count">Run Count</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">Date Recently Changed</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">Date Accessed</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">Date Run</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending">↑</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending">↓</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">Successfully installed Everything service</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_installationfailed_subtitle">Failed to automatically install Everything service. Please manually install it from https://www.voidtools.com</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_run_service">Click here to start it</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_installing_select">Unable to find an Everything installation, would you like to manually select a location?{0}{0}Click no and Everything will be automatically installed for you</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
143
Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml
Normal file
143
Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml
Normal file
|
|
@ -0,0 +1,143 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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">
|
||||||
|
|
||||||
|
<!-- Dialogues -->
|
||||||
|
<system:String x:Key="plugin_explorer_make_selection_warning">Please make a selection first</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_select_folder_link_warning">Please select a folder link</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_delete_folder_link">Are you sure you want to delete {0}?</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefileconfirm">Are you sure you want to permanently delete this file?</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Are you sure you want to permanently delete this file/folder?</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Deletion successful</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">Successfully deleted {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_globalActionKeywordInvalid">Assigning the global action keyword could bring up too many results during search. Please choose a specific action keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_quickaccess_globalActionKeywordInvalid">Quick Access can not be set to the global action keyword when enabled. Please choose a specific action keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_windowsSearchServiceNotRunning">The required service for Windows Index Search does not appear to be running</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_windowsSearchServiceFix">To fix this, start the Windows Search service. Select here to remove this warning</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_alternative">The warning message has been switched off. As an alternative for searching files and folders, would you like to install Everything plugin?{0}{0}Select 'Yes' to install Everything plugin, or 'No' to return</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_alternative_title">Explorer Alternative</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Error occurred during search: {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
||||||
|
<!-- Controls -->
|
||||||
|
<system:String x:Key="plugin_explorer_delete">Delete</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_edit">Edit</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_add">Přidat</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_generalsetting_header">General Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_editor_path">Editor Path</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_shell_path">Shell Path</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Index Search Excluded Paths</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Use search result's location as the working directory of the executable</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_default_open_in_file_manager">Hit Enter to open folder in Default File Manager</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Use Index Search For Path Search</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_manageindexoptions">Indexing Options</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">Search:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Index Search:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Quick Access:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeyword_current">Current Action Keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeyword_done">Done</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Enabled</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_engine_everything">Everything</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_engine_windows_index">Windows Index</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_file_editor_path">File Editor Path</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_folder_editor_path">Folder Editor Path</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_Index_Search_Engine">Index Search Engine</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Open Windows Index Option</system:String>
|
||||||
|
|
||||||
|
<!-- Plugin Infos -->
|
||||||
|
<system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_plugin_description">Find and manage files and folders via Windows Search or Everything</system:String>
|
||||||
|
|
||||||
|
<!-- Plugin Tooltip -->
|
||||||
|
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenDirectory">Ctrl + Enter to open the directory</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenContainingFolder">Ctrl + Enter to open the containing folder</system:String>
|
||||||
|
|
||||||
|
<!-- Context menu items -->
|
||||||
|
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_copypath_subtitle">Copy path of current item to clipboard</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_copyfile_subtitle">Copy current file to clipboard</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_copyfolder_subtitle">Copy current folder to clipboard</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefilefolder">Delete</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefile_subtitle">Permanently delete current file</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefolder_subtitle">Permanently delete current folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_path">Path:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Delete the selected</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Run the selected using a different user account</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Open the location that contains current item</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openwithshell_error">Failed to open folder {0} with Shell {1} at {2}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Manage indexed files and folders</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Nepodařilo se otevřít možnosti indexu vyhledávání</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Přidat k Rychlému přístupu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add current item to Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Přidáno úspěšně</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Úspěšně přidáno do Rychlého přístupu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Úspěšně odstraněno</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Úspěšně odstraněno z Rychlého přístupu</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Remove from Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove current item from Quick Access</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_show_contextmenu_title">Show Windows Context Menu</system:String>
|
||||||
|
|
||||||
|
<!-- Special Results-->
|
||||||
|
<system:String x:Key="plugin_explorer_diskfreespace">{0} free of {1}</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
||||||
|
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.</system:String>
|
||||||
|
|
||||||
|
<!-- Everything -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Warning: Everything service is not running</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_query_error">Error while querying Everything</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by">Sort By</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name">Name</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path">Path</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size">Size</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_extension">Extension</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_type_name">Type Name</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_created">Date Created</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_modified">Date Modified</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes">Attributes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename">File List FileName</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count">Run Count</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">Date Recently Changed</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">Date Accessed</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">Date Run</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending">↑</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending">↓</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Click to launch or install Everything</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything Installation</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installing Everything service. Please wait...</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">Successfully installed Everything service</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_installationfailed_subtitle">Failed to automatically install Everything service. Please manually install it from https://www.voidtools.com</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_run_service">Click here to start it</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_installing_select">Unable to find an Everything installation, would you like to manually select a location?{0}{0}Click no and Everything will be automatically installed for you</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -2,19 +2,19 @@
|
||||||
<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">
|
<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">
|
||||||
|
|
||||||
<!-- Dialogues -->
|
<!-- Dialogues -->
|
||||||
<system:String x:Key="plugin_explorer_make_selection_warning">Please make a selection first</system:String>
|
<system:String x:Key="plugin_explorer_make_selection_warning">Effettua prima una selezione</system:String>
|
||||||
<system:String x:Key="plugin_explorer_select_folder_link_warning">Please select a folder link</system:String>
|
<system:String x:Key="plugin_explorer_select_folder_link_warning">Si prega di selezionare un collegamento alla cartella</system:String>
|
||||||
<system:String x:Key="plugin_explorer_delete_folder_link">Are you sure you want to delete {0}?</system:String>
|
<system:String x:Key="plugin_explorer_delete_folder_link">Sei sicuro di voler eliminare {0}?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefileconfirm">Are you sure you want to permanently delete this file?</system:String>
|
<system:String x:Key="plugin_explorer_deletefileconfirm">Are you sure you want to permanently delete this file?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Are you sure you want to permanently delete this file/folder?</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">Are you sure you want to permanently delete this file/folder?</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Deletion successful</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Eliminato con successo</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">Successfully deleted {0}</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">Successfully deleted {0}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_globalActionKeywordInvalid">Assigning the global action keyword could bring up too many results during search. Please choose a specific action keyword</system:String>
|
<system:String x:Key="plugin_explorer_globalActionKeywordInvalid">L'assegnazione della parola chiave globale potrebbe portare a troppi risultati durante la ricerca. Scegli una parola chiave specifica per l'azione</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccess_globalActionKeywordInvalid">Quick Access can not be set to the global action keyword when enabled. Please choose a specific action keyword</system:String>
|
<system:String x:Key="plugin_explorer_quickaccess_globalActionKeywordInvalid">L'accesso rapido non può essere impostato sulla parola chiave globale quando abilitata. Si prega di scegliere una parola chiave specifica</system:String>
|
||||||
<system:String x:Key="plugin_explorer_windowsSearchServiceNotRunning">The required service for Windows Index Search does not appear to be running</system:String>
|
<system:String x:Key="plugin_explorer_windowsSearchServiceNotRunning">Il servizio richiesto per Windows Index Search non sembra essere in esecuzione</system:String>
|
||||||
<system:String x:Key="plugin_explorer_windowsSearchServiceFix">To fix this, start the Windows Search service. Select here to remove this warning</system:String>
|
<system:String x:Key="plugin_explorer_windowsSearchServiceFix">Per risolvere il problema, avvia il servizio Ricerca Windows. Seleziona qui per rimuovere questo avviso</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative">The warning message has been switched off. As an alternative for searching files and folders, would you like to install Everything plugin?{0}{0}Select 'Yes' to install Everything plugin, or 'No' to return</system:String>
|
<system:String x:Key="plugin_explorer_alternative">Il messaggio di avviso è stato spento. In alternativa per la ricerca di file e cartelle, vuoi installare il plugin Everything?{0}{0} Seleziona 'Sì' per installare il plugin Everything, o 'No' per tornare</system:String>
|
||||||
<system:String x:Key="plugin_explorer_alternative_title">Explorer Alternative</system:String>
|
<system:String x:Key="plugin_explorer_alternative_title">Alternativa all'Esplora Risorse</system:String>
|
||||||
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Error occurred during search: {0}</system:String>
|
<system:String x:Key="plugin_explorer_directoryinfosearch_error">Error occurred during search: {0}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
<system:String x:Key="plugin_explorer_opendir_error">Could not open folder</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
<system:String x:Key="plugin_explorer_openfile_error">Could not open file</system:String>
|
||||||
|
|
@ -24,28 +24,28 @@
|
||||||
<system:String x:Key="plugin_explorer_edit">Modifica</system:String>
|
<system:String x:Key="plugin_explorer_edit">Modifica</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add">Aggiungi</system:String>
|
<system:String x:Key="plugin_explorer_add">Aggiungi</system:String>
|
||||||
<system:String x:Key="plugin_explorer_generalsetting_header">General Setting</system:String>
|
<system:String x:Key="plugin_explorer_generalsetting_header">General Setting</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Customise Action Keywords</system:String>
|
<system:String x:Key="plugin_explorer_manageactionkeywords_header">Personalizza Parola Chiave</system:String>
|
||||||
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Quick Access Links</system:String>
|
<system:String x:Key="plugin_explorer_quickaccesslinks_header">Collegamenti ad Accesso Rapido</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
<system:String x:Key="plugin_explorer_everything_setting_header">Everything Setting</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
<system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
<system:String x:Key="plugin_explorer_everything_installed_path">Everything Path:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
<system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
||||||
<system:String x:Key="plugin_explorer_editor_path">Tasto di accesso rapido alla finestra</system:String>
|
<system:String x:Key="plugin_explorer_editor_path">Tasto di accesso rapido alla finestra</system:String>
|
||||||
<system:String x:Key="plugin_explorer_shell_path">Shell Path</system:String>
|
<system:String x:Key="plugin_explorer_shell_path">Shell Path</system:String>
|
||||||
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Index Search Excluded Paths</system:String>
|
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Percorsi Esclusi dall'Indice di Ricerca</system:String>
|
||||||
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Utilizza il percorso ottenuto dalla ricerca come cartella di lavoro</system:String>
|
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Utilizza il percorso ottenuto dalla ricerca come cartella di lavoro</system:String>
|
||||||
<system:String x:Key="plugin_explorer_default_open_in_file_manager">Hit Enter to open folder in Default File Manager</system:String>
|
<system:String x:Key="plugin_explorer_default_open_in_file_manager">Hit Enter to open folder in Default File Manager</system:String>
|
||||||
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Use Index Search For Path Search</system:String>
|
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Use Index Search For Path Search</system:String>
|
||||||
<system:String x:Key="plugin_explorer_manageindexoptions">Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_manageindexoptions">Opzioni di Indicizzazione</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_search">Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_search">Cerca:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Ricerca Percorso:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">Ricerca Contenuto File:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Index Search:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Ricerca in Indice:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Quick Access:</system:String>
|
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Accesso Rapido:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_current">Current Action Keyword</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_current">Parola Chiave Corrente</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_done">Conferma</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_done">Conferma</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Enabled</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Abilitato</system:String>
|
||||||
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword</system:String>
|
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">Quando disabilitato Flow non eseguirà questa opzione di ricerca, e ripristinerà a "*" per liberare la parola chiave</system:String>
|
||||||
<system:String x:Key="plugin_explorer_engine_everything">Tutto</system:String>
|
<system:String x:Key="plugin_explorer_engine_everything">Tutto</system:String>
|
||||||
<system:String x:Key="plugin_explorer_engine_windows_index">Windows Index</system:String>
|
<system:String x:Key="plugin_explorer_engine_windows_index">Windows Index</system:String>
|
||||||
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
|
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Open Windows Index Option</system:String>
|
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Open Windows Index Option</system:String>
|
||||||
|
|
||||||
<!-- Plugin Infos -->
|
<!-- Plugin Infos -->
|
||||||
<system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
|
<system:String x:Key="plugin_explorer_plugin_name">Esplora Risorse</system:String>
|
||||||
<system:String x:Key="plugin_explorer_plugin_description">Find and manage files and folders via Windows Search or Everything</system:String>
|
<system:String x:Key="plugin_explorer_plugin_description">Find and manage files and folders via Windows Search or Everything</system:String>
|
||||||
|
|
||||||
<!-- Plugin Tooltip -->
|
<!-- Plugin Tooltip -->
|
||||||
|
|
@ -66,38 +66,38 @@
|
||||||
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenContainingFolder">Ctrl + Enter to open the containing folder</system:String>
|
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenContainingFolder">Ctrl + Enter to open the containing folder</system:String>
|
||||||
|
|
||||||
<!-- Context menu items -->
|
<!-- Context menu items -->
|
||||||
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
|
<system:String x:Key="plugin_explorer_copypath">Copia percorso</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copypath_subtitle">Copy path of current item to clipboard</system:String>
|
<system:String x:Key="plugin_explorer_copypath_subtitle">Copy path of current item to clipboard</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</system:String>
|
<system:String x:Key="plugin_explorer_copyfilefolder">Copia</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copyfile_subtitle">Copy current file to clipboard</system:String>
|
<system:String x:Key="plugin_explorer_copyfile_subtitle">Copy current file to clipboard</system:String>
|
||||||
<system:String x:Key="plugin_explorer_copyfolder_subtitle">Copy current folder to clipboard</system:String>
|
<system:String x:Key="plugin_explorer_copyfolder_subtitle">Copy current folder to clipboard</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder">Cancella</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolder">Cancella</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefile_subtitle">Permanently delete current file</system:String>
|
<system:String x:Key="plugin_explorer_deletefile_subtitle">Permanently delete current file</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefolder_subtitle">Permanently delete current folder</system:String>
|
<system:String x:Key="plugin_explorer_deletefolder_subtitle">Permanently delete current folder</system:String>
|
||||||
<system:String x:Key="plugin_explorer_path">Path:</system:String>
|
<system:String x:Key="plugin_explorer_path">Percorso:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Delete the selected</system:String>
|
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Elimina il selezionato</system:String>
|
||||||
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
|
<system:String x:Key="plugin_explorer_runasdifferentuser">Esegui come utente differente</system:String>
|
||||||
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Run the selected using a different user account</system:String>
|
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Esegui la selezione utilizzando un altro account utente</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
|
<system:String x:Key="plugin_explorer_opencontainingfolder">Apri percorso file</system:String>
|
||||||
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Open the location that contains current item</system:String>
|
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Open the location that contains current item</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
|
<system:String x:Key="plugin_explorer_openwitheditor">Apri nell'Editor:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
|
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>
|
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openwithshell_error">Failed to open folder {0} with Shell {1} at {2}</system:String>
|
<system:String x:Key="plugin_explorer_openwithshell_error">Failed to open folder {0} with Shell {1} at {2}</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
|
<system:String x:Key="plugin_explorer_excludefromindexsearch">Escludi cartelle e sottocartelle dall'Indice di Ricerca</system:String>
|
||||||
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
|
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Escludi dall'Indice di Ricerca</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions">Apri Opzioni di Indicizzazione di Windows</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Manage indexed files and folders</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Gestisci file e cartelle indicizzati</system:String>
|
||||||
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Failed to open Windows Indexing Options</system:String>
|
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Impossibile aprire le Opzioni di Indicizzazione di Windows</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Add to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Aggiungi ad Accesso Rapido</system:String>
|
||||||
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add current item to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add current item to Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Successfully Added</system:String>
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Aggiunto con successo</system:String>
|
||||||
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Aggiunto con successo ad Accesso Rapido</system:String>
|
||||||
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Successfully Removed</system:String>
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Rimosso con Successo</system:String>
|
||||||
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Successfully removed from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Rimosso con successo da Accesso Rapido</system:String>
|
||||||
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
|
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Aggiungi ad Accesso Rapido in modo che possa essere aperto con la parola chiave di ricerca dell'Esplora Risorse</system:String>
|
||||||
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Remove from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Rimuovi da Accesso Rapido</system:String>
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Rimuovi da Accesso Rapido</system:String>
|
||||||
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove current item from Quick Access</system:String>
|
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove current item from Quick Access</system:String>
|
||||||
<system:String x:Key="plugin_explorer_show_contextmenu_title">Show Windows Context Menu</system:String>
|
<system:String x:Key="plugin_explorer_show_contextmenu_title">Show Windows Context Menu</system:String>
|
||||||
|
|
||||||
|
|
@ -134,7 +134,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Installazione di Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Installazione di Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installazione di everything. Si prega di attendere...</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Installazione di everything. Si prega di attendere...</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">Everything è stato installato con successo</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">Everything è stato installato con successo</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installationfailed_subtitle">Failed to automatically install Everything service. Please manually install it from https://www.voidtools.com</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installationfailed_subtitle">Impossibile installare automaticamente il servizio Everything. Si prega di installarlo manualmente da https://www.voidtools.com</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_run_service">Premi per avviare</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_run_service">Premi per avviare</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_installing_select">Impossibile trovare l'installazione di Everything, vuoi inserire manualmente un percorso? {0} {0} Premi no per installare automaticamente Everything</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_installing_select">Impossibile trovare l'installazione di Everything, vuoi inserire manualmente un percorso? {0} {0} Premi no per installare automaticamente Everything</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_pluginindicator_result_subtitle">Activate {0} plugin action keyword</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">Plugin Indicator</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_description">Provides plugins action words suggestions</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_pluginindicator_result_subtitle">Activate {0} plugin action keyword</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">Plugin Indicator</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_description">Provides plugins action words suggestions</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -0,0 +1,49 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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">
|
||||||
|
|
||||||
|
<!-- Dialogues -->
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_downloading_plugin">Downloading plugin</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_download_success">Successfully downloaded {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_download_error">Error: Unable to download the plugin</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_prompt">{0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_title">Plugin Install</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_installing_plugin">Installing Plugin</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_from_web">Download and install {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_uninstall_title">Plugin Uninstall</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_success_restart">Plugin {0} successfully installed. Restarting Flow, please wait...</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">Unable to find the plugin.json metadata file from the extracted zip file.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_error_duplicate">Error: A plugin which has the same or greater version with {0} already exists.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_error_title">Error installing plugin</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_error_subtitle">Error occurred while trying to install {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">No update available</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">All plugins are up to date</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_prompt">{0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_title">Plugin Update</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_exists">This plugin has an update, would you like to see it?</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">This plugin is already installed</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_failed_title">Plugin Manifest Download Failed</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Please check if you can connect to github.com. This error means you may not be able to install or update plugins.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installing from an unknown source</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings)</system:String>
|
||||||
|
|
||||||
|
<!-- Controls -->
|
||||||
|
|
||||||
|
<!-- Plugin Infos -->
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_name">Plugins Manager</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_unknown_author">Unknown Author</system:String>
|
||||||
|
|
||||||
|
<!-- Context menu items -->
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">Open website</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">Visit the plugin's website</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">See source code</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">See the plugin's source code</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">Suggest an enhancement or submit an issue</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">Suggest an enhancement or submit an issue to the plugin developer</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">Go to Flow's plugins repository</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle">Visit the PluginsManifest repository to see community-made plugin submissions</system:String>
|
||||||
|
|
||||||
|
<!-- Settings menu items -->
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">Install from unknown source warning</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -0,0 +1,49 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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">
|
||||||
|
|
||||||
|
<!-- Dialogues -->
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_downloading_plugin">Downloading plugin</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_download_success">Successfully downloaded {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_download_error">Error: Unable to download the plugin</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_prompt">{0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_title">Plugin Install</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_installing_plugin">Installing Plugin</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_from_web">Download and install {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_uninstall_title">Plugin Uninstall</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_success_restart">Plugin {0} successfully installed. Restarting Flow, please wait...</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">Unable to find the plugin.json metadata file from the extracted zip file.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_error_duplicate">Error: A plugin which has the same or greater version with {0} already exists.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_error_title">Error installing plugin</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_error_subtitle">Error occurred while trying to install {0}</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">No update available</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">All plugins are up to date</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_prompt">{0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_title">Plugin Update</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_exists">This plugin has an update, would you like to see it?</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">This plugin is already installed</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_failed_title">Plugin Manifest Download Failed</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Please check if you can connect to github.com. This error means you may not be able to install or update plugins.</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installing from an unknown source</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings)</system:String>
|
||||||
|
|
||||||
|
<!-- Controls -->
|
||||||
|
|
||||||
|
<!-- Plugin Infos -->
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_name">Plugins Manager</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_unknown_author">Unknown Author</system:String>
|
||||||
|
|
||||||
|
<!-- Context menu items -->
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">Open website</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">Visit the plugin's website</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">See source code</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">See the plugin's source code</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">Suggest an enhancement or submit an issue</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">Suggest an enhancement or submit an issue to the plugin developer</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">Go to Flow's plugins repository</system:String>
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle">Visit the PluginsManifest repository to see community-made plugin submissions</system:String>
|
||||||
|
|
||||||
|
<!-- Settings menu items -->
|
||||||
|
<system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">Install from unknown source warning</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -8,42 +8,42 @@
|
||||||
<system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} da {1} {2}{3}Vuoi disinstallare questo plugin? Dopo la disinstallazione, Flow si riavvierà automaticamente.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} da {1} {2}{3}Vuoi disinstallare questo plugin? Dopo la disinstallazione, Flow si riavvierà automaticamente.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_prompt">{0} da {1} {2}{3}Vuoi installare questo plugin? Dopo l'installazione, Flow si riavvierà automaticamente.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_prompt">{0} da {1} {2}{3}Vuoi installare questo plugin? Dopo l'installazione, Flow si riavvierà automaticamente.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_title">Installazione del plugin</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_title">Installazione del plugin</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_installing_plugin">Installing Plugin</system:String>
|
<system:String x:Key="plugin_pluginsmanager_installing_plugin">Installazione del Plugin</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_from_web">Scarica e installa {0}</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_from_web">Scarica e installa {0}</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_uninstall_title">Disinstallazione del plugin</system:String>
|
<system:String x:Key="plugin_pluginsmanager_uninstall_title">Disinstallazione del plugin</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_success_restart">Plugin installato con successo. Riavvio di Flow, attendere...</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_success_restart">Plugin installato con successo. Riavvio di Flow, attendere...</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">Impossibile trovare il file dei metadati plugin.json dal file zip estratto.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">Impossibile trovare il file dei metadati plugin.json dal file zip estratto.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_error_duplicate">Errore: esiste già un plugin che ha la stessa o maggiore versione con {0}.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_error_duplicate">Errore: esiste già un plugin che ha la stessa o maggiore versione con {0}.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_error_title">Errore durante l'installazione del plugin</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_error_title">Errore durante l'installazione del plugin</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_error_subtitle">Error occurred while trying to install {0}</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_error_subtitle">Errore durante il tentativo di installare {0}</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">Nessun aggiornamento disponibile</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">Nessun aggiornamento disponibile</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">Tutti i plugin sono aggiornati</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">Tutti i plugin sono aggiornati</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_prompt">{0} da {1} {2}{3}Vuoi aggiornare questo plugin? Dopo l'aggiornamento, Flow si riavvierà automaticamente.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_prompt">{0} da {1} {2}{3}Vuoi aggiornare questo plugin? Dopo l'aggiornamento, Flow si riavvierà automaticamente.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_title">Aggiornamento del plugin</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_title">Aggiornamento del plugin</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_exists">Questo plugin ha un aggiornamento, vuoi vederlo?</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_exists">Questo plugin ha un aggiornamento, vuoi vederlo?</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">This plugin is already installed</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">Questo plugin è già stato installato</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_failed_title">Plugin Manifest Download Failed</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_failed_title">Download del manifesto del plugin fallito</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Please check if you can connect to github.com. This error means you may not be able to install or update plugins.</system:String>
|
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Controlla se puoi connetterti a github.com. Questo errore significa che potresti non essere in grado di installare o aggiornare i plugin.</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installing from an unknown source</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installazione da una fonte sconosciuta</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings)</system:String>
|
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">Stai installando questo plugin da una fonte sconosciuta e potrebbe contenere potenziali rischi!{0}{0}Si prega di assicurarsi di capire la provenienza di questo plugin e se sia sicuro.{0}{0}Vuoi comunque continuare?{0}{0}(Puoi disattivare questo avviso dalle impostazioni)</system:String>
|
||||||
|
|
||||||
<!-- Controls -->
|
<!-- Controls -->
|
||||||
|
|
||||||
<!-- Plugin Infos -->
|
<!-- Plugin Infos -->
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_name">Plugins Manager</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_name">Gestore dei plugin</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_description">Gestione dell'installazione, disinstallazione o aggiornamento dei plugin di Flow Launcher</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_unknown_author">Unknown Author</system:String>
|
<system:String x:Key="plugin_pluginsmanager_unknown_author">Autore Sconosciuto</system:String>
|
||||||
|
|
||||||
<!-- Context menu items -->
|
<!-- Context menu items -->
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">Open website</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">Apri il sito</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">Visit the plugin's website</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">Visita il sito del plugin</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">See source code</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">Vedi il codice sorgente</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">See the plugin's source code</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">Vedi il codice sorgente del plugin</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">Suggest an enhancement or submit an issue</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">Suggerisci un miglioramento o segnala un problema</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">Suggest an enhancement or submit an issue to the plugin developer</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">Suggerisci un miglioramento o segnala un problema allo sviluppatore del plugin</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">Go to Flow's plugins repository</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">Vai al repository dei plugin di Flow</system:String>
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle">Visit the PluginsManifest repository to see community-made plugin submissions</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle">Visita il repository PluginsManifest per vedere i plugin fatti dalla community</system:String>
|
||||||
|
|
||||||
<!-- Settings menu items -->
|
<!-- Settings menu items -->
|
||||||
<system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">Install from unknown source warning</system:String>
|
<system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">Avviso di installazione da sorgenti sconosciute</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
11
Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/ar.xaml
Normal file
11
Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/ar.xaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_processkiller_plugin_name">Process Killer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_description">Kill running processes from Flow Launcher</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all">kill all instances of "{0}"</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all_count">kill {0} processes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_instances">kill all instances</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
11
Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/cs.xaml
Normal file
11
Plugins/Flow.Launcher.Plugin.ProcessKiller/Languages/cs.xaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_processkiller_plugin_name">Process Killer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_processkiller_plugin_description">Kill running processes from Flow Launcher</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all">kill all instances of "{0}"</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_all_count">kill {0} processes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_processkiller_kill_instances">kill all instances</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
92
Plugins/Flow.Launcher.Plugin.Program/Languages/ar.xaml
Normal file
92
Plugins/Flow.Launcher.Plugin.Program/Languages/ar.xaml
Normal file
|
|
@ -0,0 +1,92 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_program_reset">Reset Default</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_delete">Delete</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_edit">Edit</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_add">Add</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable">Enable</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enabled">Enabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_status">Status</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_true">Enabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_false">Disabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_location">Location</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes">File Type</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_reindex">Reindex</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_indexing">Indexing</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_source">Index Sources</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_option">Options</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_uwp">UWP Apps</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_uwp_tooltip">When enabled, Flow will load UWP Applications</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_start">Start Menu</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">When enabled, Flow will load programs from the start menu</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_registry">Registry</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">When enabled, Flow will load programs from the registry</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH">PATH</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
|
<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>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Max Depth</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_directory">Directory</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_browse">Browse</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">File Suffixes:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maximum Search Depth (-1 is unlimited):</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Please select a program source</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_delete_program_source">Are you sure you want to delete the selected program sources?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_duplicate_program_source">Another program source with the same location already exists.</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_edit_program_source_title">Program Source</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_edit_program_source_tips">Edit directory and status of this program source.</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_update">Update</system:String>
|
||||||
|
<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>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Successfully updated file suffixes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">File suffixes can't be empty</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_protocols_cannot_empty">Protocols can't be empty</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_executable_types">File Suffixes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_types">URL Protocols</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_steam">Steam Games</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_epic">Epic Games</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_http">Http/Https</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_custom_urls">Custom URL Protocols</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_custom_file_types">Custom File Suffixes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_tooltip">
|
||||||
|
Insert file suffixes you want to index. Suffixes should be separated by ';'. (ex>bat;py)
|
||||||
|
</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_protocol_tooltip">
|
||||||
|
Insert protocols of .url files you want to index. Protocols should be separated by ';', and should end with "://". (ex>ftp://;mailto://)
|
||||||
|
</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Run As Different User</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Run As Administrator</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Open containing folder</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable_program">Disable this program from displaying</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Program</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Search programs in Flow Launcher</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Invalid Path</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_args">Args</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customized 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>
|
||||||
|
<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>
|
||||||
|
|
||||||
|
<!-- Dialogs -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">Success</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_error">Error</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success_message">Successfully disabled this program from displaying in your query</system:String>
|
||||||
|
<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>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_run_failed">Unable to run {0}</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
92
Plugins/Flow.Launcher.Plugin.Program/Languages/cs.xaml
Normal file
92
Plugins/Flow.Launcher.Plugin.Program/Languages/cs.xaml
Normal file
|
|
@ -0,0 +1,92 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_program_reset">Reset Default</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_delete">Delete</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_edit">Edit</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_add">Přidat</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable">Enable</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enabled">Enabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_status">Status</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_true">Enabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_false">Disabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_location">Location</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes">File Type</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_reindex">Reindex</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_indexing">Indexing</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_source">Index Sources</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_option">Options</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_uwp">UWP Apps</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_uwp_tooltip">When enabled, Flow will load UWP Applications</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_start">Start Menu</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_start_tooltip">When enabled, Flow will load programs from the start menu</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_registry">Registry</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_registry_tooltip">When enabled, Flow will load programs from the registry</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH">PATH</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_index_PATH_tooltip">When enabled, Flow will load programs from the PATH environment variable</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_hidelnkpath">Hide app path</system:String>
|
||||||
|
<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>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_description">Search in Program Description</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_enable_description_tooltip">Flow will search program's description</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Suffixes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Max Depth</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_directory">Directory</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_browse">Browse</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">File Suffixes:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maximum Search Depth (-1 is unlimited):</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Please select a program source</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_delete_program_source">Are you sure you want to delete the selected program sources?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_duplicate_program_source">Another program source with the same location already exists.</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_edit_program_source_title">Program Source</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_edit_program_source_tips">Edit directory and status of this program source.</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_update">Update</system:String>
|
||||||
|
<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>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Successfully updated file suffixes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">File suffixes can't be empty</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_protocols_cannot_empty">Protocols can't be empty</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_executable_types">File Suffixes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_types">URL Protocols</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_steam">Steam Games</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_epic">Epic Games</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_URL_http">Http/Https</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_custom_urls">Custom URL Protocols</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_custom_file_types">Custom File Suffixes</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_suffixes_tooltip">
|
||||||
|
Insert file suffixes you want to index. Suffixes should be separated by ';'. (ex>bat;py)
|
||||||
|
</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_protocol_tooltip">
|
||||||
|
Insert protocols of .url files you want to index. Protocols should be separated by ';', and should end with "://". (ex>ftp://;mailto://)
|
||||||
|
</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Run As Different User</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Run As Administrator</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Open containing folder</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable_program">Disable this program from displaying</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Program</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Search programs in Flow Launcher</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Invalid Path</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_args">Args</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customized 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>
|
||||||
|
<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>
|
||||||
|
|
||||||
|
<!-- Dialogs -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">Success</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_error">Error</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success_message">Successfully disabled this program from displaying in your query</system:String>
|
||||||
|
<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>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_program_run_failed">Unable to run {0}</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -8,10 +8,10 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_add">Aggiungi</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_add">Aggiungi</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_name">Name</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enable">Enable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enable">Enable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_enabled">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_enabled">Abilitato</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable">Disable</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_status">Status</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_status">Status</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_true">Abilitato</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_location">Location</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_location">Location</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_all_programs">All Programs</system:String>
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Run As Different User</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Run As Different User</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Run As Administrator</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Run As Administrator</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Open containing folder</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Apri percorso file</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_program">Disable this program from displaying</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable_program">Disable this program from displaying</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Program</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Program</system:String>
|
||||||
|
|
@ -78,15 +78,15 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Invalid Path</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Invalid Path</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_customizedexplorer">Customized Explorer</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_args">Args</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_args">Parametri</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customized 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>
|
<system:String x:Key="flowlauncher_plugin_program_tooltip_customizedexplorer">You can customized 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>
|
||||||
<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>
|
<system:String x:Key="flowlauncher_plugin_program_tooltip_args">Inserisci i parametri personalizzati che vuoi aggiungere per il tuo Esplora Risorse personalizzato. %s per la cartella superiore, %f per il percorso completo (che funziona solo per win32). Controlla il sito dell'Esplora Risorse per i dettagli.</system:String>
|
||||||
|
|
||||||
<!-- Dialogs -->
|
<!-- Dialogs -->
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">Successo</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success">Successo</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_error">Error</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_error">Error</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success_message">Successfully disabled this program from displaying in your query</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success_message">Questo programma è stato disabilitato con successo dall'apparire nella tua ricerca</system:String>
|
||||||
<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>
|
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator_not_supported_message">Questa applicazione non è destinata ad essere eseguita come amministratore</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_program_run_failed">Unable to run {0}</system:String>
|
<system:String x:Key="flowlauncher_plugin_program_run_failed">Unable to run {0}</system:String>
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
15
Plugins/Flow.Launcher.Plugin.Shell/Languages/ar.xaml
Normal file
15
Plugins/Flow.Launcher.Plugin.Shell/Languages/ar.xaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_cmd_relace_winr">Replace Win+R</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Do not close Command Prompt after command execution</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Always run as administrator</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Run as different user</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Shell</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Allows to execute system commands from Flow Launcher. Commands should start with ></system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">this command has been executed {0} times</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">execute command through command shell</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Run As Administrator</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copy the command</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_history">Only show number of most used commands:</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
15
Plugins/Flow.Launcher.Plugin.Shell/Languages/cs.xaml
Normal file
15
Plugins/Flow.Launcher.Plugin.Shell/Languages/cs.xaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_cmd_relace_winr">Replace Win+R</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Do not close Command Prompt after command execution</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Always run as administrator</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Run as different user</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Shell</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Allows to execute system commands from Flow Launcher. Commands should start with ></system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">this command has been executed {0} times</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">execute command through command shell</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Run As Administrator</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copy the command</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_cmd_history">Only show number of most used commands:</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<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">
|
<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="flowlauncher_plugin_cmd_relace_winr">Replace Win+R</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Sostituisci Win+R</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Do not close Command Prompt after command execution</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Non chiudere il prompt dei comandi dopo l'esecuzione dei comandi</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Always run as administrator</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Esegui sempre come amministratore</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Run as different user</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Esegui come utente differente</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Shell</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Terminale</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Allows to execute system commands from Flow Launcher. Commands should start with ></system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Permette di eseguire comandi di sistema da Flow Launcher. I comandi dovrebbero iniziare con ></system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">this command has been executed {0} times</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">questo comando è stato eseguito {0} volte</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">execute command through command shell</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">esegui il comando attraverso riga di comando</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Run As Administrator</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Esegui Come Amministratore</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copy the command</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copia il comando</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_cmd_history">Only show number of most used commands:</system:String>
|
<system:String x:Key="flowlauncher_plugin_cmd_history">Mostra solo il numero di comandi più usati:</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
40
Plugins/Flow.Launcher.Plugin.Sys/Languages/ar.xaml
Normal file
40
Plugins/Flow.Launcher.Plugin.Sys/Languages/ar.xaml
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_sys_command">Command</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_desc">Description</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Restart Computer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_log_off">Log off</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_lock">Lock this computer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_exit">Close Flow Launcher</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_restart">Restart Flow Launcher</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_setting">Tweak Flow Launcher's settings</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_sleep">Put computer to sleep</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Empty recycle bin</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Open recycle bin</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_indexoption">Indexing Options</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernate computer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Save all Flow Launcher settings</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Refreshes plugin data with new content</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">Open Flow Launcher's log location</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Check for new Flow Launcher update</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visit Flow Launcher's documentation for more help and how to use tips</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Open the location where Flow Launcher's settings are stored</system:String>
|
||||||
|
|
||||||
|
<!-- Dialogs -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Success</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">All Flow Launcher settings saved</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Reloaded all applicable plugin data</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Are you sure you want to shut the computer down?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Are you sure you want to restart the computer?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Are you sure you want to restart the computer with Advanced Boot Options?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">Are you sure you want to log off?</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">System Commands</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">Provides System related commands. e.g. shutdown, lock, settings etc.</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
40
Plugins/Flow.Launcher.Plugin.Sys/Languages/cs.xaml
Normal file
40
Plugins/Flow.Launcher.Plugin.Sys/Languages/cs.xaml
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_sys_command">Command</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_desc">Description</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Restart Computer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_log_off">Log off</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_lock">Lock this computer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_exit">Close Flow Launcher</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_restart">Restart Flow Launcher</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_setting">Tweak Flow Launcher's settings</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_sleep">Put computer to sleep</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Empty recycle bin</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Open recycle bin</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_indexoption">Indexing Options</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernate computer</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Save all Flow Launcher settings</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Refreshes plugin data with new content</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">Open Flow Launcher's log location</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Check for new Flow Launcher update</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visit Flow Launcher's documentation for more help and how to use tips</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Open the location where Flow Launcher's settings are stored</system:String>
|
||||||
|
|
||||||
|
<!-- Dialogs -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Success</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">All Flow Launcher settings saved</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Reloaded all applicable plugin data</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Are you sure you want to shut the computer down?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Are you sure you want to restart the computer?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Are you sure you want to restart the computer with Advanced Boot Options?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">Are you sure you want to log off?</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">System Commands</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">Provides System related commands. e.g. shutdown, lock, settings etc.</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -2,39 +2,39 @@
|
||||||
<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">
|
<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 -->
|
<!-- Command List -->
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_command">Command</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_command">Comando</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_desc">Description</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_desc">Descrizione</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Spegni il computer</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Restart Computer</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Riavvia il Computer</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Riavvia il computer con le Opzioni di Avvio Avanzato per le Modalità di debug e Provvisoria, così come altre opzioni</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_log_off">Log off</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_log_off">Disconnetti</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_lock">Lock this computer</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_lock">Blocca questo computer</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_exit">Close Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_exit">Chiudi Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_restart">Restart Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_restart">Riavvia Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_setting">Tweak Flow Launcher's settings</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_setting">Modifica le impostazioni di Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_sleep">Put computer to sleep</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_sleep">Metti il computer in modalità sospensione</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Empty recycle bin</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Svuota il Cestino</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Open recycle bin</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Apri il Cestino</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_indexoption">Indexing Options</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_indexoption">Opzioni di Indicizzazione</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernate computer</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Iberna il computer</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Save all Flow Launcher settings</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Salva tutte le impostazioni di Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Refreshes plugin data with new content</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Aggiorna i dati del plugin con nuovi contenuti</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">Open Flow Launcher's log location</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">Apri la posizione del log di Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Check for new Flow Launcher update</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Controlla il nuovo aggiornamento di Flow Launcher</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visit Flow Launcher's documentation for more help and how to use tips</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visita la documentazione di Flow Launcher per maggiori informazioni e suggerimenti su come usarlo</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Open the location where Flow Launcher's settings are stored</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Apri la posizione in cui vengono memorizzate le impostazioni di Flow Launcher</system:String>
|
||||||
|
|
||||||
<!-- Dialogs -->
|
<!-- Dialogs -->
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Successo</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Successo</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">All Flow Launcher settings saved</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">Tutte le impostazioni di Flow Launcher sono state salvate</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Reloaded all applicable plugin data</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Ricaricato tutti i dati del plugin applicabili</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Are you sure you want to shut the computer down?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Sei sicuro di voler spegnere il computer?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Are you sure you want to restart the computer?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Sei sicuro di voler riavviare il computer?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Are you sure you want to restart the computer with Advanced Boot Options?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Sei sicuro di voler riavviare il computer con le Opzioni di Avvio Avanzate?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">Are you sure you want to log off?</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">Sei sicuro di volerti disconettere?</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">System Commands</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">Comandi di Sistema</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">Provides System related commands. e.g. shutdown, lock, settings etc.</system:String>
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">Fornisce comandi relativi al sistema, ad esempio spegnimento, blocco, impostazioni ecc.</system:String>
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
17
Plugins/Flow.Launcher.Plugin.Url/Languages/ar.xaml
Normal file
17
Plugins/Flow.Launcher.Plugin.Url/Languages/ar.xaml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_url_open_search_in">Open search in:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_new_window">New Window</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_new_tab">New Tab</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_open_url">Open url:{0}</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_cannot_open_url">Can't open url:{0}</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_plugin_name">URL</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_plugin_description">Open the typed URL from Flow Launcher</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_plugin_set_tip">Please set your browser path:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">Choose</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_plugin_filter">Application(*.exe)|*.exe|All files|*.*</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
17
Plugins/Flow.Launcher.Plugin.Url/Languages/cs.xaml
Normal file
17
Plugins/Flow.Launcher.Plugin.Url/Languages/cs.xaml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_url_open_search_in">Open search in:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_new_window">New Window</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_new_tab">New Tab</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_open_url">Open url:{0}</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_cannot_open_url">Can't open url:{0}</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_plugin_name">URL</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_plugin_description">Open the typed URL from Flow Launcher</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_plugin_set_tip">Please set your browser path:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">Vybrat</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_url_plugin_filter">Application(*.exe)|*.exe|All files|*.*</system:String>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<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">
|
<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="flowlauncher_plugin_url_open_search_in">Open search in:</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_open_search_in">Apri ricerca in:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_new_window">New Window</system:String>
|
<system:String x:Key="flowlauncher_plugin_new_window">Nuova Finestra</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_new_tab">New Tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_new_tab">Nuova Scheda</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_url_open_url">Open url:{0}</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_open_url">Apri url:{0}</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_cannot_open_url">Can't open url:{0}</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_cannot_open_url">Impossibile aprire l'url:{0}</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_name">URL</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_name">URL</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_description">Open the typed URL from Flow Launcher</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_description">Apri l'URL digitato da Flow Launcher</system:String>
|
||||||
|
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_set_tip">Please set your browser path:</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_set_tip">Imposta il percorso del tuo browser:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">Scegli</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_choose">Scegli</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_url_plugin_filter">Application(*.exe)|*.exe|All files|*.*</system:String>
|
<system:String x:Key="flowlauncher_plugin_url_plugin_filter">Applicazione(*.exe)|*.exe|Tutti i file|*.*</system:String>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
51
Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ar.xaml
Normal file
51
Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ar.xaml
Normal file
|
|
@ -0,0 +1,51 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_websearch_window_title">Search Source Setting</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Open search in:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">New Tab</system:String>
|
||||||
|
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Set browser from path:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_choose">Choose</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Delete</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Edit</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Add</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Action Keyword</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_search">Search</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Use Search Query Autocomplete:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Please select a web search</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Are you sure you want to delete {0}?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=Casino</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">
|
||||||
|
Now copy this entire string and paste it in the URL field below.
|
||||||
|
Then replace casino with {q}.
|
||||||
|
Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q}
|
||||||
|
</system:String>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- web search edit -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_title">Title</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enable">Status</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Select Icon</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_icon">Icon</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Cancel</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">Invalid web search</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_input_title">Please enter a title</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">Please enter an action keyword</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_input_url">Please enter a URL</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">Action keyword already exists, please enter a different one</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_succeed">Success</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location.</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Web Searches</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Allows to perform web searches</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
51
Plugins/Flow.Launcher.Plugin.WebSearch/Languages/cs.xaml
Normal file
51
Plugins/Flow.Launcher.Plugin.WebSearch/Languages/cs.xaml
Normal file
|
|
@ -0,0 +1,51 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<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="flowlauncher_plugin_websearch_window_title">Search Source Setting</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Open search in:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">New Tab</system:String>
|
||||||
|
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Nastavte cestu k prohlížeči:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_choose">Vybrat</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Delete</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Edit</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Přidat</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Action Keyword</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_search">Search</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Use Search Query Autocomplete:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from:</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Please select a web search</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Are you sure you want to delete {0}?</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=Casino</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">
|
||||||
|
Now copy this entire string and paste it in the URL field below.
|
||||||
|
Then replace casino with {q}.
|
||||||
|
Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q}
|
||||||
|
</system:String>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- web search edit -->
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_title">Title</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_enable">Status</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Select Icon</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_icon">Icon</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Cancel</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">Invalid web search</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_input_title">Please enter a title</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">Please enter an action keyword</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_input_url">Please enter a URL</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">Action keyword already exists, please enter a different one</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_succeed">Success</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location.</system:String>
|
||||||
|
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Web Searches</system:String>
|
||||||
|
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Allows to perform web searches</system:String>
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
@ -2,16 +2,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">
|
<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="flowlauncher_plugin_websearch_window_title">Search Source Setting</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_window_title">Search Source Setting</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Open search in:</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Apri ricerca in:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_window">Nuova Finestra</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">New Tab</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">Nuova Scheda</system:String>
|
||||||
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Imposta il browser dal percorso:</system:String>
|
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Imposta il browser dal percorso:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_choose">Scegli</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_choose">Scegli</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete">Cancella</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete">Cancella</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_edit">Modifica</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_edit">Modifica</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_add">Aggiungi</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_add">Aggiungi</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Abilitato</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Abilitato</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Action Keyword</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Action Keyword</system:String>
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Use Search Query Autocomplete:</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Use Search Query Autocomplete:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from:</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from:</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Please select a web search</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Please select a web search</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Are you sure you want to delete {0}?</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Sei sicuro di voler eliminare {0}?</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=Casino</system:String>
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=Casino</system:String>
|
||||||
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -158,7 +158,7 @@
|
||||||
<comment>Area Privacy</comment>
|
<comment>Area Privacy</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddHardware" xml:space="preserve">
|
<data name="AddHardware" xml:space="preserve">
|
||||||
<value>Add Hardware</value>
|
<value>Aggiungi Hardware</value>
|
||||||
<comment>Area Control Panel (legacy settings)</comment>
|
<comment>Area Control Panel (legacy settings)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddRemovePrograms" xml:space="preserve">
|
<data name="AddRemovePrograms" xml:space="preserve">
|
||||||
|
|
@ -254,7 +254,7 @@
|
||||||
<value>Orologio e area geografica</value>
|
<value>Orologio e area geografica</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreaControlPanel" xml:space="preserve">
|
<data name="AreaControlPanel" xml:space="preserve">
|
||||||
<value>Control Panel</value>
|
<value>Pannello di Controllo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreaCortana" xml:space="preserve">
|
<data name="AreaCortana" xml:space="preserve">
|
||||||
<value>Cortana</value>
|
<value>Cortana</value>
|
||||||
|
|
@ -275,7 +275,7 @@
|
||||||
<value>Hardware e audio</value>
|
<value>Hardware e audio</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreaHomePage" xml:space="preserve">
|
<data name="AreaHomePage" xml:space="preserve">
|
||||||
<value>Home page</value>
|
<value>Pagina iniziale</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AreaMixedReality" xml:space="preserve">
|
<data name="AreaMixedReality" xml:space="preserve">
|
||||||
<value>Realtà mista</value>
|
<value>Realtà mista</value>
|
||||||
|
|
@ -336,7 +336,7 @@
|
||||||
<comment>Area Device</comment>
|
<comment>Area Device</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Background" xml:space="preserve">
|
<data name="Background" xml:space="preserve">
|
||||||
<value>Background</value>
|
<value>Sfondo</value>
|
||||||
<comment>Area Personalization</comment>
|
<comment>Area Personalization</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="BackgroundApps" xml:space="preserve">
|
<data name="BackgroundApps" xml:space="preserve">
|
||||||
|
|
@ -456,7 +456,7 @@
|
||||||
<comment>Area Personalization</comment>
|
<comment>Area Personalization</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Command" xml:space="preserve">
|
<data name="Command" xml:space="preserve">
|
||||||
<value>Command</value>
|
<value>Comando</value>
|
||||||
<comment>The command to direct start a setting</comment>
|
<comment>The command to direct start a setting</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectedDevices" xml:space="preserve">
|
<data name="ConnectedDevices" xml:space="preserve">
|
||||||
|
|
@ -468,7 +468,7 @@
|
||||||
<comment>Area Privacy</comment>
|
<comment>Area Privacy</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ControlPanel" xml:space="preserve">
|
<data name="ControlPanel" xml:space="preserve">
|
||||||
<value>Control Panel</value>
|
<value>Pannello di Controllo</value>
|
||||||
<comment>Type of the setting is a "(legacy) Control Panel setting"</comment>
|
<comment>Type of the setting is a "(legacy) Control Panel setting"</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="CopyCommand" xml:space="preserve">
|
<data name="CopyCommand" xml:space="preserve">
|
||||||
|
|
@ -876,7 +876,7 @@
|
||||||
<comment>Area Privacy</comment>
|
<comment>Area Privacy</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="MicrosoftMailPostOffice" xml:space="preserve">
|
<data name="MicrosoftMailPostOffice" xml:space="preserve">
|
||||||
<value>Microsoft Mail Post Office</value>
|
<value>Ufficio Postale Microsoft</value>
|
||||||
<comment>Area Control Panel (legacy settings)</comment>
|
<comment>Area Control Panel (legacy settings)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="mlcfg32.cpl" xml:space="preserve">
|
<data name="mlcfg32.cpl" xml:space="preserve">
|
||||||
|
|
@ -1423,7 +1423,7 @@
|
||||||
<value>Digitazione vocale</value>
|
<value>Digitazione vocale</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Start" xml:space="preserve">
|
<data name="Start" xml:space="preserve">
|
||||||
<value>Start</value>
|
<value>Avvio</value>
|
||||||
<comment>Area Personalization</comment>
|
<comment>Area Personalization</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="StartPlaces" xml:space="preserve">
|
<data name="StartPlaces" xml:space="preserve">
|
||||||
|
|
@ -1733,7 +1733,7 @@
|
||||||
<comment>Area UserAccounts</comment>
|
<comment>Area UserAccounts</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Zoom" xml:space="preserve">
|
<data name="Zoom" xml:space="preserve">
|
||||||
<value>Zoom</value>
|
<value>Ingrandisci</value>
|
||||||
<comment>Mean zooming of things via a magnifier</comment>
|
<comment>Mean zooming of things via a magnifier</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeDeviceInstallationSettings" xml:space="preserve">
|
<data name="ChangeDeviceInstallationSettings" xml:space="preserve">
|
||||||
|
|
@ -2503,7 +2503,7 @@
|
||||||
<value>Get more features with a new edition of Windows</value>
|
<value>Get more features with a new edition of Windows</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AppControlPanel" xml:space="preserve">
|
<data name="AppControlPanel" xml:space="preserve">
|
||||||
<value>Control Panel</value>
|
<value>Pannello di Controllo</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TaskLink" xml:space="preserve">
|
<data name="TaskLink" xml:space="preserve">
|
||||||
<value>TaskLink</value>
|
<value>TaskLink</value>
|
||||||
|
|
|
||||||
|
|
@ -1794,7 +1794,7 @@
|
||||||
<value>Give other users access to this computer</value>
|
<value>Give other users access to this computer</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ShowHiddenFilesAndFolders" xml:space="preserve">
|
<data name="ShowHiddenFilesAndFolders" xml:space="preserve">
|
||||||
<value>Show hidden files and folders</value>
|
<value>显示隐藏文件与文件夹</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeWindowsToGoStartUpOptions" xml:space="preserve">
|
<data name="ChangeWindowsToGoStartUpOptions" xml:space="preserve">
|
||||||
<value>Change Windows To Go start-up options</value>
|
<value>Change Windows To Go start-up options</value>
|
||||||
|
|
@ -1809,7 +1809,7 @@
|
||||||
<value>Add clocks for different time zones</value>
|
<value>Add clocks for different time zones</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddABluetoothDevice" xml:space="preserve">
|
<data name="AddABluetoothDevice" xml:space="preserve">
|
||||||
<value>Add a Bluetooth device</value>
|
<value>添加蓝牙设备</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CustomiseTheMouseButtons" xml:space="preserve">
|
<data name="CustomiseTheMouseButtons" xml:space="preserve">
|
||||||
<value>Customise the mouse buttons</value>
|
<value>Customise the mouse buttons</value>
|
||||||
|
|
@ -1818,13 +1818,13 @@
|
||||||
<value>Set tablet buttons to perform certain tasks</value>
|
<value>Set tablet buttons to perform certain tasks</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ViewInstalledFonts" xml:space="preserve">
|
<data name="ViewInstalledFonts" xml:space="preserve">
|
||||||
<value>View installed fonts</value>
|
<value>查看已安装的字体</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeTheWayCurrencyIsDisplayed" xml:space="preserve">
|
<data name="ChangeTheWayCurrencyIsDisplayed" xml:space="preserve">
|
||||||
<value>Change the way currency is displayed</value>
|
<value>Change the way currency is displayed</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditGroupPolicy" xml:space="preserve">
|
<data name="EditGroupPolicy" xml:space="preserve">
|
||||||
<value>Edit group policy</value>
|
<value>编辑群组政策</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ManageBrowserAddOns" xml:space="preserve">
|
<data name="ManageBrowserAddOns" xml:space="preserve">
|
||||||
<value>Manage browser add-ons</value>
|
<value>Manage browser add-ons</value>
|
||||||
|
|
@ -1833,13 +1833,13 @@
|
||||||
<value>Check processor speed</value>
|
<value>Check processor speed</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CheckFirewallStatus" xml:space="preserve">
|
<data name="CheckFirewallStatus" xml:space="preserve">
|
||||||
<value>Check firewall status</value>
|
<value>查看防火墙状态</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SendOrReceiveAFile" xml:space="preserve">
|
<data name="SendOrReceiveAFile" xml:space="preserve">
|
||||||
<value>Send or receive a file</value>
|
<value>发送或接受文件</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddOrRemoveUserAccounts" xml:space="preserve">
|
<data name="AddOrRemoveUserAccounts" xml:space="preserve">
|
||||||
<value>Add or remove user accounts</value>
|
<value>添加或移除用户账号</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditTheSystemEnvironmentVariables" xml:space="preserve">
|
<data name="EditTheSystemEnvironmentVariables" xml:space="preserve">
|
||||||
<value>Edit the system environment variables</value>
|
<value>Edit the system environment variables</value>
|
||||||
|
|
@ -1980,7 +1980,7 @@
|
||||||
<value>View advanced system settings</value>
|
<value>View advanced system settings</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="HowToInstallAProgram" xml:space="preserve">
|
<data name="HowToInstallAProgram" xml:space="preserve">
|
||||||
<value>How to install a program</value>
|
<value>如何安装程序</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeHowYourKeyboardWorks" xml:space="preserve">
|
<data name="ChangeHowYourKeyboardWorks" xml:space="preserve">
|
||||||
<value>Change how your keyboard works</value>
|
<value>Change how your keyboard works</value>
|
||||||
|
|
@ -1992,7 +1992,7 @@
|
||||||
<value>Change the order of Windows SideShow gadgets</value>
|
<value>Change the order of Windows SideShow gadgets</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CheckKeyboardStatus" xml:space="preserve">
|
<data name="CheckKeyboardStatus" xml:space="preserve">
|
||||||
<value>Check keyboard status</value>
|
<value>检查键盘状态</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ControlTheComputerWithoutTheMouseOrKeyboard" xml:space="preserve">
|
<data name="ControlTheComputerWithoutTheMouseOrKeyboard" xml:space="preserve">
|
||||||
<value>Control the computer without the mouse or keyboard</value>
|
<value>Control the computer without the mouse or keyboard</value>
|
||||||
|
|
@ -2070,7 +2070,7 @@
|
||||||
<value>Change temporary Internet file settings</value>
|
<value>Change temporary Internet file settings</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectToTheInternet" xml:space="preserve">
|
<data name="ConnectToTheInternet" xml:space="preserve">
|
||||||
<value>Connect to the Internet</value>
|
<value>连接互联网</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FindAndFixAudioPlaybackProblems" xml:space="preserve">
|
<data name="FindAndFixAudioPlaybackProblems" xml:space="preserve">
|
||||||
<value>Find and fix audio playback problems</value>
|
<value>Find and fix audio playback problems</value>
|
||||||
|
|
@ -2100,7 +2100,7 @@
|
||||||
<value>编辑电源计划</value>
|
<value>编辑电源计划</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AdjustSystemVolume" xml:space="preserve">
|
<data name="AdjustSystemVolume" xml:space="preserve">
|
||||||
<value>Adjust system volume</value>
|
<value>调整音量</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DefragmentAndOptimiseYourDrives" xml:space="preserve">
|
<data name="DefragmentAndOptimiseYourDrives" xml:space="preserve">
|
||||||
<value>Defragment and optimise your drives</value>
|
<value>Defragment and optimise your drives</value>
|
||||||
|
|
@ -2109,7 +2109,7 @@
|
||||||
<value>Set up ODBC data sources (32-bit)</value>
|
<value>Set up ODBC data sources (32-bit)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeFontSettings" xml:space="preserve">
|
<data name="ChangeFontSettings" xml:space="preserve">
|
||||||
<value>Change Font Settings</value>
|
<value>更改字体设置</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MagnifyPortionsOfTheScreenUsingMagnifier" xml:space="preserve">
|
<data name="MagnifyPortionsOfTheScreenUsingMagnifier" xml:space="preserve">
|
||||||
<value>Magnify portions of the screen using Magnifier</value>
|
<value>Magnify portions of the screen using Magnifier</value>
|
||||||
|
|
@ -2124,7 +2124,7 @@
|
||||||
<value>Manage Windows Credentials</value>
|
<value>Manage Windows Credentials</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetUpAMicrophone" xml:space="preserve">
|
<data name="SetUpAMicrophone" xml:space="preserve">
|
||||||
<value>Set up a microphone</value>
|
<value>设置麦克风</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeHowTheMousePointerLooks" xml:space="preserve">
|
<data name="ChangeHowTheMousePointerLooks" xml:space="preserve">
|
||||||
<value>Change how the mouse pointer looks</value>
|
<value>Change how the mouse pointer looks</value>
|
||||||
|
|
@ -2248,7 +2248,7 @@
|
||||||
<value>Turn flicks on or off</value>
|
<value>Turn flicks on or off</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddALanguage" xml:space="preserve">
|
<data name="AddALanguage" xml:space="preserve">
|
||||||
<value>Add a language</value>
|
<value>添加语言</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ViewNetworkStatusAndTasks" xml:space="preserve">
|
<data name="ViewNetworkStatusAndTasks" xml:space="preserve">
|
||||||
<value>View network status and tasks</value>
|
<value>View network status and tasks</value>
|
||||||
|
|
@ -2341,13 +2341,13 @@
|
||||||
<value>Change text-to-speech settings</value>
|
<value>Change text-to-speech settings</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SetTheTimeAndDate" xml:space="preserve">
|
<data name="SetTheTimeAndDate" xml:space="preserve">
|
||||||
<value>Set the time and date</value>
|
<value>设置时间和日期</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeLocationSettings" xml:space="preserve">
|
<data name="ChangeLocationSettings" xml:space="preserve">
|
||||||
<value>Change location settings</value>
|
<value>更改位置设定</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeMouseSettings" xml:space="preserve">
|
<data name="ChangeMouseSettings" xml:space="preserve">
|
||||||
<value>Change mouse settings</value>
|
<value>更改鼠标设置</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ManageStorageSpaces" xml:space="preserve">
|
<data name="ManageStorageSpaces" xml:space="preserve">
|
||||||
<value>Manage Storage Spaces</value>
|
<value>Manage Storage Spaces</value>
|
||||||
|
|
@ -2359,7 +2359,7 @@
|
||||||
<value>Allow an app through Windows Firewall</value>
|
<value>Allow an app through Windows Firewall</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeSystemSounds" xml:space="preserve">
|
<data name="ChangeSystemSounds" xml:space="preserve">
|
||||||
<value>Change system sounds</value>
|
<value>更改系统声音</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AdjustCleartypeText" xml:space="preserve">
|
<data name="AdjustCleartypeText" xml:space="preserve">
|
||||||
<value>Adjust ClearType text</value>
|
<value>Adjust ClearType text</value>
|
||||||
|
|
@ -2371,7 +2371,7 @@
|
||||||
<value>Find and fix windows update problems</value>
|
<value>Find and fix windows update problems</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeBluetoothSettings" xml:space="preserve">
|
<data name="ChangeBluetoothSettings" xml:space="preserve">
|
||||||
<value>Change Bluetooth settings</value>
|
<value>更改蓝牙设备</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ConnectToANetwork" xml:space="preserve">
|
<data name="ConnectToANetwork" xml:space="preserve">
|
||||||
<value>Connect to a network</value>
|
<value>Connect to a network</value>
|
||||||
|
|
@ -2383,7 +2383,7 @@
|
||||||
<value>Join a domain</value>
|
<value>Join a domain</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AddADevice" xml:space="preserve">
|
<data name="AddADevice" xml:space="preserve">
|
||||||
<value>Add a device</value>
|
<value>添加设备</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="FindAndFixProblemsWithWindowsSearch" xml:space="preserve">
|
<data name="FindAndFixProblemsWithWindowsSearch" xml:space="preserve">
|
||||||
<value>Find and fix problems with Windows Search</value>
|
<value>Find and fix problems with Windows Search</value>
|
||||||
|
|
@ -2395,13 +2395,13 @@
|
||||||
<value>Change how the mouse pointer looks when it’s moving</value>
|
<value>Change how the mouse pointer looks when it’s moving</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UninstallAProgram" xml:space="preserve">
|
<data name="UninstallAProgram" xml:space="preserve">
|
||||||
<value>Uninstall a program</value>
|
<value>卸载程序</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CreateAndFormatHardDiskPartitions" xml:space="preserve">
|
<data name="CreateAndFormatHardDiskPartitions" xml:space="preserve">
|
||||||
<value>Create and format hard disk partitions</value>
|
<value>Create and format hard disk partitions</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangeDateTimeOrNumberFormats" xml:space="preserve">
|
<data name="ChangeDateTimeOrNumberFormats" xml:space="preserve">
|
||||||
<value>Change date, time or number formats</value>
|
<value>更改日期、时间或数字格式</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ChangePCWakeUpSettings" xml:space="preserve">
|
<data name="ChangePCWakeUpSettings" xml:space="preserve">
|
||||||
<value>Change PC wake-up settings</value>
|
<value>Change PC wake-up settings</value>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue