Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a281b8f
Update default plugin publish target branch
jjw24 Aug 16, 2024
6a9c510
Bump Microsoft.Data.Sqlite from 8.0.7 to 8.0.8
dependabot[bot] Aug 19, 2024
e31e75e
Bump StreamJsonRpc and Microsoft.VisualStudio.Threading
dependabot[bot] Aug 19, 2024
fd3be58
Merge pull request #2916 from Flow-Launcher/dependabot/nuget/multi-27…
jjw24 Aug 20, 2024
70cb55e
Merge pull request #2914 from Flow-Launcher/dependabot/nuget/Microsof…
jjw24 Aug 20, 2024
0fe8eb5
Add "Enabled" Column in Customize Action Keyword Tab
onesounds Aug 21, 2024
79b509c
Revert string to "Customise"
onesounds Aug 21, 2024
1911138
Merge pull request #2918 from onesounds/20240821_ImproveExplorerPlugin
jjw24 Aug 21, 2024
7484487
create Top-Ranking Issues workflow
jjw24 Aug 22, 2024
4fb0a1f
Merge pull request #2921 from Flow-Launcher/add_top_issues_workflow
jjw24 Aug 23, 2024
decca68
fix Node.js path select error
jjw24 Aug 25, 2024
040d3b6
Merge pull request #2934 from Flow-Launcher/fix_node_select_err
jjw24 Aug 26, 2024
1843f3f
New Crowdin updates (#2903)
jjw24 Aug 26, 2024
6bc699a
Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0
dependabot[bot] Aug 26, 2024
5eac990
Merge pull request #2938 from Flow-Launcher/dependabot/nuget/Microsof…
jjw24 Aug 27, 2024
f52aec1
Bump CommunityToolkit.Mvvm from 8.2.2 to 8.3.0
dependabot[bot] Sep 2, 2024
6017e3c
Merge pull request #2950 from Flow-Launcher/dependabot/nuget/Communit…
jjw24 Sep 4, 2024
36c7e2e
release version bump
jjw24 Sep 4, 2024
38a758c
plugin version bumps
jjw24 Sep 4, 2024
5216a35
Merge pull request #2900 from Flow-Launcher/update_ci_default_plugin_…
jjw24 Sep 4, 2024
152f545
New Crowdin updates (#2949)
jjw24 Sep 4, 2024
05b2ae0
fix grammar
taooceros Sep 5, 2024
75610d2
add missing ending dot
taooceros Sep 5, 2024
14d845b
Merge pull request #2958 from Flow-Launcher/taooceros-patch-1
jjw24 Sep 5, 2024
37638bb
plugin version bumps
jjw24 Sep 5, 2024
4698be4
update version
jjw24 Sep 5, 2024
c849769
Merge pull request #2955 from Flow-Launcher/version_bumps_release
jjw24 Sep 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/default_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Default Plugins

on:
push:
branches: ['dev']
branches: ['master']
paths: ['Plugins/**']
workflow_dispatch:

Expand Down Expand Up @@ -369,4 +369,4 @@ jobs:
tag_name: "v${{steps.updated-version-windowssettings.outputs.prop}}"
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
25 changes: 25 additions & 0 deletions .github/workflows/top-ranking-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Top-Ranking Issues
on:
schedule:
- cron: '0 0 */1 * *'
workflow_dispatch:

jobs:
ShowAndLabelTopIssues:
name: Display and label top issues.
runs-on: ubuntu-latest
steps:
- name: Top Issues action
uses: rickstaa/top-issues-action@v1.3.101
env:
github_token: ${{ secrets.GITHUB_TOKEN }}
with:
dashboard: true
dashboard_show_total_reactions: true
top_list_size: 10
top_features: true
top_bugs: true
dashboard_title: Top-Ranking Issues 📈
dashboard_label: ⭐ Dashboard
hide_dashboard_footer: true
top_issues: false
2 changes: 1 addition & 1 deletion Flow.Launcher.Core/Flow.Launcher.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<PackageReference Include="Meziantou.Framework.Win32.Jobs" Version="3.4.0" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
<PackageReference Include="squirrel.windows" Version="1.5.2" NoWarn="NU1701" />
<PackageReference Include="StreamJsonRpc" Version="2.18.48" />
<PackageReference Include="StreamJsonRpc" Version="2.19.27" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Flow.Launcher.Test/Flow.Launcher.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Flow.Launcher/Flow.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.0" />
<PackageReference Include="Fody" Version="6.5.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
198 changes: 99 additions & 99 deletions Flow.Launcher/Languages/de.xaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Flow.Launcher/Languages/pt-pt.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Clique &quot;Não&quot; se já tiver instalado e, de seguida, ser-lhe-á solicit
<system:String x:Key="runtimePluginChooseRuntimeExecutable">Por favor, selecione o executável {0}</system:String>
<system:String x:Key="runtimePluginUnableToSetExecutablePath">Não foi possível definir o caminho do executável {0}. Experimente definir o caminho nas definições (desloque até ao fundo).</system:String>
<system:String x:Key="failedToInitializePluginsTitle">Falha ao iniciar os plugins</system:String>
<system:String x:Key="failedToInitializePluginsMessage">Plugins: {0} - não foi possível iniciar e serão desativados. Contacte o criador dos plugins para obter ajuda.</system:String>
<system:String x:Key="failedToInitializePluginsMessage">Plugins: {0} - não foi possível iniciar e serão desativados. Contacte o criador dos plugin para obter ajuda.</system:String>

<!-- MainWindow -->
<system:String x:Key="registerHotkeyFailed">Falha ao registar a tecla de atalho &quot;{0}&quot;. A tecla de atalho pode estar a ser usada por outra aplicação. Utilize uma tecla de atalho diferente ou feche o outro programa.</system:String>
Expand Down
126 changes: 63 additions & 63 deletions Flow.Launcher/Languages/uk-UA.xaml

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions Flow.Launcher/Languages/zh-cn.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<system:String x:Key="folderTitle">目录</system:String>
<system:String x:Key="textTitle">文本</system:String>
<system:String x:Key="GameMode">游戏模式</system:String>
<system:String x:Key="GameModeToolTip">暂停使用快捷键。</system:String>
<system:String x:Key="GameModeToolTip">暂停使用热键。</system:String>
<system:String x:Key="PositionReset">重置位置</system:String>
<system:String x:Key="PositionResetToolTip">重置搜索窗口位置</system:String>

Expand Down Expand Up @@ -89,7 +89,7 @@
<system:String x:Key="hideNotifyIconToolTip">任务栏图标被隐藏时,右键点击搜索窗口即可打开设置菜单。</system:String>
<system:String x:Key="querySearchPrecision">查询搜索精度</system:String>
<system:String x:Key="querySearchPrecisionToolTip">更改匹配成功所需的最低分数。</system:String>
<system:String x:Key="SearchPrecisionNone">None</system:String>
<system:String x:Key="SearchPrecisionNone"></system:String>
<system:String x:Key="SearchPrecisionLow">低</system:String>
<system:String x:Key="SearchPrecisionRegular">常规</system:String>
<system:String x:Key="ShouldUsePinyin">使用拼音搜索</system:String>
Expand Down Expand Up @@ -162,7 +162,7 @@
<system:String x:Key="queryBoxFont">查询框字体</system:String>
<system:String x:Key="resultItemFont">结果标题字体</system:String>
<system:String x:Key="resultSubItemFont">结果字幕字体</system:String>
<system:String x:Key="resetCustomize">Reset</system:String>
<system:String x:Key="resetCustomize">重置</system:String>
<system:String x:Key="CustomizeToolTip">自定义</system:String>
<system:String x:Key="windowMode">窗口模式</system:String>
<system:String x:Key="opacity">透明度</system:String>
Expand Down Expand Up @@ -200,12 +200,12 @@
<system:String x:Key="flowlauncherHotkeyToolTip">输入显示/隐藏 Flow Launcher 的快捷键。</system:String>
<system:String x:Key="previewHotkey">切换预览</system:String>
<system:String x:Key="previewHotkeyToolTip">输入在搜索窗口中开启/关闭预览的快捷键。</system:String>
<system:String x:Key="hotkeyPresets">快捷键预设</system:String>
<system:String x:Key="hotkeyPresetsToolTip">当前注册的快捷键列表</system:String>
<system:String x:Key="hotkeyPresets">热键预设</system:String>
<system:String x:Key="hotkeyPresetsToolTip">当前注册的热键列表</system:String>
<system:String x:Key="openResultModifiers">打开结果快捷键修饰符</system:String>
<system:String x:Key="openResultModifiersToolTip">选择一个用以打开搜索结果的按键修饰符。</system:String>
<system:String x:Key="showOpenResultHotkey">显示热键</system:String>
<system:String x:Key="showOpenResultHotkeyToolTip">显示用于打开结果的快捷键。</system:String>
<system:String x:Key="showOpenResultHotkeyToolTip">显示用于打开结果的热键。</system:String>
<system:String x:Key="autoCompleteHotkey">自动完成</system:String>
<system:String x:Key="autoCompleteHotkeyToolTip">对所选项目运行自动完成功能。</system:String>
<system:String x:Key="SelectNextItemHotkey">选择下一个项目</system:String>
Expand All @@ -227,7 +227,7 @@
<system:String x:Key="QuickWidthHotkey">快速调整窗口宽度</system:String>
<system:String x:Key="QuickHeightHotkey">快速调整窗口高度</system:String>
<system:String x:Key="ReloadPluginHotkeyToolTip">当需要插件重新加载并更新其现有数据时使用。</system:String>
<system:String x:Key="AdditionalHotkeyToolTip">You can add one more hotkey for this function.</system:String>
<system:String x:Key="AdditionalHotkeyToolTip">您可以为此功能添加一个热键。</system:String>
<system:String x:Key="customQueryHotkey">自定义查询热键</system:String>
<system:String x:Key="customQueryShortcut">自定义查询捷径</system:String>
<system:String x:Key="builtinShortcuts">内置捷径</system:String>
Expand All @@ -238,7 +238,7 @@
<system:String x:Key="delete">删除</system:String>
<system:String x:Key="edit">编辑</system:String>
<system:String x:Key="add">添加</system:String>
<system:String x:Key="none">None</system:String>
<system:String x:Key="none"></system:String>
<system:String x:Key="pleaseSelectAnItem">请选择一项</system:String>
<system:String x:Key="deleteCustomHotkeyWarning">你确定要删除插件 {0} 的热键吗?</system:String>
<system:String x:Key="deleteCustomShortcutWarning">你确定要删除捷径 {0} (展开为 {1})?</system:String>
Expand Down Expand Up @@ -292,14 +292,14 @@
<system:String x:Key="clearlogfolder">清除日志</system:String>
<system:String x:Key="clearlogfolderMessage">你确定要删除所有的日志吗?</system:String>
<system:String x:Key="welcomewindow">向导</system:String>
<system:String x:Key="userdatapath">User Data Location</system:String>
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
<system:String x:Key="userdatapathButton">Open Folder</system:String>
<system:String x:Key="userdatapath">用户数据位置</system:String>
<system:String x:Key="userdatapathToolTip">用户设置和已安装的插件保存在用户数据文件夹中。此位置可能因是否处于便携模式而异。</system:String>
<system:String x:Key="userdatapathButton">打开文件夹</system:String>

<!-- FileManager Setting Dialog -->
<system:String x:Key="fileManagerWindow">默认文件管理器</system:String>
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments as required. The &quot;%d&quot; represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The &quot;%f&quot; represents the file path to open for, used by the Arg for File field and for commands opening specific files.</system:String>
<system:String x:Key="fileManager_tips2">For example, if the file manager uses a command such as &quot;totalcmd.exe /A c:\windows&quot; to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A &quot;%d&quot;. Certain file managers like QTTabBar may just require a path to be supplied, in this instance use &quot;%d&quot; as the File Manager Path and leave the rest of the fileds blank.</system:String>
<system:String x:Key="fileManager_tips">请指定您使用的文件管理器的文件位置并根据需要添加参数。“%d”表示要打开的目录路径,由文件夹字段的参数和打开特定目录的命令使用。“%f”表示要打开的文件路径,由文件字段的参数和打开特定文件的命令使用。</system:String>
<system:String x:Key="fileManager_tips2">例如,如果文件管理器使用诸如“totalcmd.exe /A c:\windows”之类的命令来打开 c:\windows 目录,则文件管理器路径将为 totalcmd.exe,文件夹参数将为 /A &quot;%d&quot;。某些文件管理器(如 QTTabBar)可能只需要提供路径,在本例中,使用“%d”作为文件管理器路径,其余字段留空。</system:String>
<system:String x:Key="fileManager_name">文件管理器</system:String>
<system:String x:Key="fileManager_profile_name">档案名称</system:String>
<system:String x:Key="fileManager_path">文件管理器路径</system:String>
Expand Down Expand Up @@ -340,11 +340,11 @@
<system:String x:Key="hotkeyIsNotUnavailable">热键不可用,请选择一个新的热键</system:String>
<system:String x:Key="invalidPluginHotkey">插件热键不合法</system:String>
<system:String x:Key="update">更新</system:String>
<system:String x:Key="hotkeyRegTitle">Binding Hotkey</system:String>
<system:String x:Key="hotkeyUnavailable">Current hotkey is unavailable.</system:String>
<system:String x:Key="hotkeyUnavailableUneditable">This hotkey is reserved for &quot;{0}&quot; and can't be used. Please choose another hotkey.</system:String>
<system:String x:Key="hotkeyUnavailableEditable">This hotkey is already in use by &quot;{0}&quot;. If you press &quot;Overwrite&quot;, it will be removed from &quot;{0}&quot;.</system:String>
<system:String x:Key="hotkeyRegGuide">Press the keys you want to use for this function.</system:String>
<system:String x:Key="hotkeyRegTitle">绑定热键</system:String>
<system:String x:Key="hotkeyUnavailable">当前热键不可用。</system:String>
<system:String x:Key="hotkeyUnavailableUneditable">此热键为“{0}”保留,无法使用。请选择其他热键。</system:String>
<system:String x:Key="hotkeyUnavailableEditable">此热键已被“{0}”使用。如果按“覆盖”,则会将其从“{0}”中删除。</system:String>
<system:String x:Key="hotkeyRegGuide">按下您想要用于此功能的键。</system:String>

<!-- Custom Query Shortcut Dialog -->
<system:String x:Key="customeQueryShortcutTitle">自定义查询捷径</system:String>
Expand All @@ -358,13 +358,13 @@

<!-- Common Action -->
<system:String x:Key="commonSave">保存</system:String>
<system:String x:Key="commonOverwrite">Overwrite</system:String>
<system:String x:Key="commonOverwrite">覆盖</system:String>
<system:String x:Key="commonCancel">取消</system:String>
<system:String x:Key="commonReset">Reset</system:String>
<system:String x:Key="commonReset">重置</system:String>
<system:String x:Key="commonDelete">删除</system:String>
<system:String x:Key="commonOK">更新</system:String>
<system:String x:Key="commonYes">Yes</system:String>
<system:String x:Key="commonNo">No</system:String>
<system:String x:Key="commonYes"></system:String>
<system:String x:Key="commonNo"></system:String>

<!-- Crash Reporter -->
<system:String x:Key="reportWindow_version">版本</system:String>
Expand Down Expand Up @@ -414,11 +414,11 @@
<system:String x:Key="Welcome_Page2_Title">搜索并运行您PC上的文件和应用程序</system:String>
<system:String x:Key="Welcome_Page2_Text01">搜索所有应用程序、 文件、 书签、 YouTube、 Twitter等。所有都只需要键盘而不需要鼠标。</system:String>
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher 默认使用下面的快捷键激活。 要更改它,请点击输入并按键盘上所需的热键。</system:String>
<system:String x:Key="Welcome_Page3_Title">快捷键</system:String>
<system:String x:Key="Welcome_Page3_Title">热键</system:String>
<system:String x:Key="Welcome_Page4_Title">动作关键词和命令</system:String>
<system:String x:Key="Welcome_Page4_Text01">通过 Flow Launcher 插件搜索网站、启动应用程序或运行各种功能。某些功能使用一个动作关键词激活,如有必要,它们也可以在没有动作关键词的情况下使用。欢迎尝试以下的查询语句。</system:String>
<system:String x:Key="Welcome_Page5_Title">开始使用 Flow Launcher</system:String>
<system:String x:Key="Welcome_Page5_Text01">完成了!享受 Flow Launcher。不要忘记激活快捷键 :)</system:String>
<system:String x:Key="Welcome_Page5_Text01">大功告成。尽情使用 Flow Launcher 吧。别忘了用热键启动 :)</system:String>

<!-- General Guide & Hotkey -->

Expand All @@ -434,11 +434,11 @@
<system:String x:Key="HotkeyCtrlIDesc">打开设置窗口</system:String>
<system:String x:Key="HotkeyF5Desc">重新加载插件数据</system:String>

<system:String x:Key="HotkeySelectFirstResult">Select first result</system:String>
<system:String x:Key="HotkeySelectLastResult">Select last result</system:String>
<system:String x:Key="HotkeyRequery">Run current query again</system:String>
<system:String x:Key="HotkeyOpenResult">Open result</system:String>
<system:String x:Key="HotkeyOpenResultN">Open result #{0}</system:String>
<system:String x:Key="HotkeySelectFirstResult">选择第一个结果</system:String>
<system:String x:Key="HotkeySelectLastResult">选择最后一个结果</system:String>
<system:String x:Key="HotkeyRequery">再次运行当前查询</system:String>
<system:String x:Key="HotkeyOpenResult">打开结果</system:String>
<system:String x:Key="HotkeyOpenResultN">打开结果 #{0}</system:String>

<system:String x:Key="RecommendWeather">天气</system:String>
<system:String x:Key="RecommendWeatherDesc">谷歌天气结果</system:String>
Expand All @@ -450,7 +450,7 @@
<system:String x:Key="RecommendAcronymsDesc">便笺</system:String>

<!-- Preview Area -->
<system:String x:Key="FileSize">File Size</system:String>
<system:String x:Key="Created">Created</system:String>
<system:String x:Key="LastModified">Last Modified</system:String>
<system:String x:Key="FileSize">文件大小</system:String>
<system:String x:Key="Created">创建于</system:String>
<system:String x:Key="LastModified">最后修改于</system:String>
</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private void SelectNode()
{
var selectedFile = GetFileFromDialog(
InternationalizationManager.Instance.GetTranslation("selectNodeExecutable"),
"*.exe"
"node|*.exe"
);

if (!string.IsNullOrEmpty(selectedFile))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.7" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.8" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Name": "Browser Bookmarks",
"Description": "Search your browser bookmarks",
"Author": "qianlifeng, Ioannis G.",
"Version": "3.3.0",
"Version": "3.3.1",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.BrowserBookmark.dll",
Expand Down
2 changes: 2 additions & 0 deletions Plugins/Flow.Launcher.Plugin.Explorer/Languages/ar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">تعداد مباشر</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">مسار محرر الملفات</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">مسار محرر المجلدات</system:String>
<system:String x:Key="plugin_explorer_enabled">مفع</system:String>
<system:String x:Key="plugin_explorer_disabled">مُعطّل</system:String>

<system:String x:Key="plugin_explorer_Content_Search_Engine">محرك البحث في المحتوى</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">محرك البحث التكراري في المجلدات</system:String>
Expand Down
2 changes: 2 additions & 0 deletions Plugins/Flow.Launcher.Plugin.Explorer/Languages/cs.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Seznam složek</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Cesta k editoru souborů</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Cesta k editoru složek</system:String>
<system:String x:Key="plugin_explorer_enabled">Povoleno</system:String>
<system:String x:Key="plugin_explorer_disabled">Vypnuto</system:String>

<system:String x:Key="plugin_explorer_Content_Search_Engine">Vyhledávač obsahu</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Rekurzivní vyhledávač ve složce</system:String>
Expand Down
2 changes: 2 additions & 0 deletions Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_file_editor_path">Filredigeringssti</system:String>
<system:String x:Key="plugin_explorer_folder_editor_path">Mapperedigeringssti</system:String>
<system:String x:Key="plugin_explorer_enabled">Enabled</system:String>
<system:String x:Key="plugin_explorer_disabled">Disabled</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>
Expand Down
Loading
Loading