Rename further code and text

This commit is contained in:
Jeremy Wu 2020-04-21 22:54:41 +10:00
parent f5ed0291a0
commit 28d67c8c81
147 changed files with 1120 additions and 1120 deletions

View file

@ -13,7 +13,7 @@ namespace Flow.Launcher.Core.Plugin
{
if (File.Exists(path))
{
string tempFoler = Path.Combine(Path.GetTempPath(), "wox\\plugins");
string tempFoler = Path.Combine(Path.GetTempPath(), "flowlauncher\\plugins");
if (Directory.Exists(tempFoler))
{
Directory.Delete(tempFoler, true);
@ -77,7 +77,7 @@ namespace Flow.Launcher.Core.Plugin
//exsiting plugins may be has loaded by application,
//if we try to delelte those kind of plugins, we will get a error that indicate the
//file is been used now.
//current solution is to restart wox. Ugly.
//current solution is to restart flowlauncher. Ugly.
//if (MainWindow.Initialized)
//{
// Plugins.Initialize();

View file

@ -44,7 +44,7 @@ namespace Flow.Launcher.Core.Plugin
private static void DeletePythonBinding()
{
const string binding = "wox.py";
const string binding = "flowlauncher.py";
var directory = DataLocation.PluginsDirectory;
foreach (var subDirectory in Directory.GetDirectories(directory))
{

View file

@ -26,7 +26,7 @@ namespace Flow.Launcher.Core.Resource
AddPluginLanguageDirectories();
LoadDefaultLanguage();
// we don't want to load /Languages/en.xaml twice
// so add wox language directory after load plugin language files
// so add flowlauncher language directory after load plugin language files
AddFlowLauncherLanguageDirectory();
}

View file

@ -112,7 +112,7 @@ namespace Flow.Launcher.Plugin
/// <summary>
/// Install Flow.Launcher plugin
/// </summary>
/// <param name="path">Plugin path (ends with .wox)</param>
/// <param name="path">Plugin path (ends with .flowlauncher)</param>
void InstallPlugin(string path);
/// <summary>

View file

@ -42,7 +42,7 @@ namespace Flow.Launcher.Plugin
/// <summary>
/// return true to hide wox after select result
/// return true to hide flowlauncher after select result
/// </summary>
public Func<ActionContext, bool> Action { get; set; }

View file

@ -62,8 +62,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Scripts\post_build.ps1 = Scripts\post_build.ps1
README.md = README.md
SolutionAssemblyInfo.cs = SolutionAssemblyInfo.cs
Scripts\wox.nuspec = Scripts\wox.nuspec
Scripts\wox.plugin.nuspec = Scripts\wox.plugin.nuspec
Scripts\flowlauncher.nuspec = Scripts\flowlauncher.nuspec
Scripts\flowlauncher.plugin.nuspec = Scripts\flowlauncher.plugin.nuspec
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloWorldCSharp", "Plugins\HelloWorldCSharp\HelloWorldCSharp.csproj", "{03FFA443-5F50-48D5-8869-F3DF316803AA}"

View file

@ -1,7 +1,7 @@
<Window x:Class="Flow.Launcher.CustomQueryHotkeySetting"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:wox="clr-namespace:Flow.Launcher"
xmlns:flowlauncher="clr-namespace:Flow.Launcher"
Icon="Images\app.png"
ResizeMode="NoResize"
WindowStartupLocation="CenterScreen"
@ -18,7 +18,7 @@
</Grid.ColumnDefinitions>
<TextBlock Margin="10" FontSize="14" Grid.Row="0" Grid.Column="0" VerticalAlignment="Center"
HorizontalAlignment="Right" Text="{DynamicResource hotkey}" />
<wox:HotkeyControl x:Name="ctlHotkey" Margin="10" Grid.Column="1" />
<flowlauncher:HotkeyControl x:Name="ctlHotkey" Margin="10" Grid.Column="1" />
<TextBlock Margin="10" FontSize="14" Grid.Row="1" Grid.Column="0" VerticalAlignment="Center"
HorizontalAlignment="Right" Text="{DynamicResource actionKeyword}" />

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Afslut</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Flow.Launcher indstillinger</system:String>
<system:String x:Key="flowlauncher_settings">Flow.Launcher indstillinger</system:String>
<system:String x:Key="general">Generelt</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Start Flow.Launcher ved system start</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Skjul Flow.Launcher ved mistet fokus</system:String>
@ -50,7 +50,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Genvejstast</system:String>
<system:String x:Key="woxHotkey">Flow.Launcher genvejstast</system:String>
<system:String x:Key="flowlauncherHotkey">Flow.Launcher genvejstast</system:String>
<system:String x:Key="customQueryHotkey">Tilpasset søgegenvejstast</system:String>
<system:String x:Key="delete">Slet</system:String>
<system:String x:Key="edit">Rediger</system:String>
@ -117,16 +117,16 @@
<system:String x:Key="reportWindow_sending">Sender</system:String>
<system:String x:Key="reportWindow_report_succeed">Rapport sendt korrekt</system:String>
<system:String x:Key="reportWindow_report_failed">Kunne ikke sende rapport</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher fik en fejl</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher fik en fejl</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Ny Flow.Launcher udgivelse {0} er nu tilgængelig</system:String>
<system:String x:Key="update_wox_update_error">Der skete en fejl ifm. opdatering af Flow.Launcher</system:String>
<system:String x:Key="update_wox_update">Opdater</system:String>
<system:String x:Key="update_wox_update_cancel">Annuler</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Denne opdatering vil genstarte Flow.Launcher</system:String>
<system:String x:Key="update_wox_update_upadte_files">Følgende filer bliver opdateret</system:String>
<system:String x:Key="update_wox_update_files">Opdatereringsfiler</system:String>
<system:String x:Key="update_wox_update_upadte_description">Opdateringsbeskrivelse</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">Ny Flow.Launcher udgivelse {0} er nu tilgængelig</system:String>
<system:String x:Key="update_flowlauncher_update_error">Der skete en fejl ifm. opdatering af Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update">Opdater</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Annuler</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Denne opdatering vil genstarte Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Følgende filer bliver opdateret</system:String>
<system:String x:Key="update_flowlauncher_update_files">Opdatereringsfiler</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Opdateringsbeskrivelse</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Schließen</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Flow.Launcher Einstellungen</system:String>
<system:String x:Key="flowlauncher_settings">Flow.Launcher Einstellungen</system:String>
<system:String x:Key="general">Allgemein</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Starte Flow.Launcher bei Systemstart</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Verstecke Flow.Launcher wenn der Fokus verloren geht</system:String>
@ -50,7 +50,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Tastenkombination</system:String>
<system:String x:Key="woxHotkey">Flow.Launcher Tastenkombination</system:String>
<system:String x:Key="flowlauncherHotkey">Flow.Launcher Tastenkombination</system:String>
<system:String x:Key="customQueryHotkey">Benutzerdefinierte Abfrage Tastenkombination</system:String>
<system:String x:Key="delete">Löschen</system:String>
<system:String x:Key="edit">Bearbeiten</system:String>
@ -117,16 +117,16 @@
<system:String x:Key="reportWindow_sending">Sende</system:String>
<system:String x:Key="reportWindow_report_succeed">Report erfolgreich</system:String>
<system:String x:Key="reportWindow_report_failed">Report fehlgeschlagen</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher hat einen Fehler</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher hat einen Fehler</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">V{0} von Flow.Launcher ist verfügbar</system:String>
<system:String x:Key="update_wox_update_error">Es ist ein Fehler während der Installation der Aktualisierung aufgetreten.</system:String>
<system:String x:Key="update_wox_update">Aktualisieren</system:String>
<system:String x:Key="update_wox_update_cancel">Abbrechen</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Diese Aktualisierung wird Flow.Launcher neu starten</system:String>
<system:String x:Key="update_wox_update_upadte_files">Folgende Dateien werden aktualisiert</system:String>
<system:String x:Key="update_wox_update_files">Aktualisiere Dateien</system:String>
<system:String x:Key="update_wox_update_upadte_description">Aktualisierungbeschreibung</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">V{0} von Flow.Launcher ist verfügbar</system:String>
<system:String x:Key="update_flowlauncher_update_error">Es ist ein Fehler während der Installation der Aktualisierung aufgetreten.</system:String>
<system:String x:Key="update_flowlauncher_update">Aktualisieren</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Abbrechen</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Diese Aktualisierung wird Flow.Launcher neu starten</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Folgende Dateien werden aktualisiert</system:String>
<system:String x:Key="update_flowlauncher_update_files">Aktualisiere Dateien</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Aktualisierungbeschreibung</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Exit</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Flow.Launcher Settings</system:String>
<system:String x:Key="flowlauncher_settings">Flow.Launcher Settings</system:String>
<system:String x:Key="general">General</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Start Flow.Launcher on system startup</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Hide Flow.Launcher when focus is lost</system:String>
@ -59,7 +59,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Hotkey</system:String>
<system:String x:Key="woxHotkey">Flow.Launcher Hotkey</system:String>
<system:String x:Key="flowlauncherHotkey">Flow.Launcher Hotkey</system:String>
<system:String x:Key="customQueryHotkey">Custom Query Hotkey</system:String>
<system:String x:Key="delete">Delete</system:String>
<system:String x:Key="edit">Edit</system:String>
@ -131,16 +131,16 @@
<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_wox_got_an_error">Flow.Launcher got an error</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher got an error</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">New Flow.Launcher release {0} is now available</system:String>
<system:String x:Key="update_wox_update_error">An error occurred while trying to install software updates</system:String>
<system:String x:Key="update_wox_update">Update</system:String>
<system:String x:Key="update_wox_update_cancel">Cancel</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">This upgrade will restart Flow.Launcher</system:String>
<system:String x:Key="update_wox_update_upadte_files">Following files will be updated</system:String>
<system:String x:Key="update_wox_update_files">Update files</system:String>
<system:String x:Key="update_wox_update_upadte_description">Update description</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_update_restart_flowlauncher_tip">This upgrade will restart Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_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_upadte_description">Update description</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Quitter</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Paramètres - Flow.Launcher</system:String>
<system:String x:Key="flowlauncher_settings">Paramètres - Flow.Launcher</system:String>
<system:String x:Key="general">Général</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Lancer Flow.Launcher au démarrage du système</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Cacher Flow.Launcher lors de la perte de focus</system:String>
@ -54,7 +54,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Raccourcis</system:String>
<system:String x:Key="woxHotkey">Ouvrir Flow.Launcher</system:String>
<system:String x:Key="flowlauncherHotkey">Ouvrir Flow.Launcher</system:String>
<system:String x:Key="customQueryHotkey">Requêtes personnalisées</system:String>
<system:String x:Key="delete">Supprimer</system:String>
<system:String x:Key="edit">Modifier</system:String>
@ -123,16 +123,16 @@
<system:String x:Key="reportWindow_sending">Envoi en cours</system:String>
<system:String x:Key="reportWindow_report_succeed">Signalement envoyé</system:String>
<system:String x:Key="reportWindow_report_failed">Échec de l'envoi du signalement</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher a rencontré une erreur</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher a rencontré une erreur</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Version v{0} de Flow.Launcher disponible</system:String>
<system:String x:Key="update_wox_update_error">Une erreur s'est produite lors de l'installation de la mise à jour</system:String>
<system:String x:Key="update_wox_update">Mettre à jour</system:String>
<system:String x:Key="update_wox_update_cancel">Annuler</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Flow.Launcher doit redémarrer pour installer cette mise à jour</system:String>
<system:String x:Key="update_wox_update_upadte_files">Les fichiers suivants seront mis à jour</system:String>
<system:String x:Key="update_wox_update_files">Fichiers mis à jour</system:String>
<system:String x:Key="update_wox_update_upadte_description">Description de la mise à jour</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">Version v{0} de Flow.Launcher disponible</system:String>
<system:String x:Key="update_flowlauncher_update_error">Une erreur s'est produite lors de l'installation de la mise à jour</system:String>
<system:String x:Key="update_flowlauncher_update">Mettre à jour</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Annuler</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Flow.Launcher doit redémarrer pour installer cette mise à jour</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Les fichiers suivants seront mis à jour</system:String>
<system:String x:Key="update_flowlauncher_update_files">Fichiers mis à jour</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Description de la mise à jour</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Esci</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Impostaizoni Flow.Launcher</system:String>
<system:String x:Key="flowlauncher_settings">Impostaizoni Flow.Launcher</system:String>
<system:String x:Key="general">Generale</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Avvia Wow all'avvio di Windows</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Nascondi Flow.Launcher quando perde il focus</system:String>
@ -54,7 +54,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Tasti scelta rapida</system:String>
<system:String x:Key="woxHotkey">Tasto scelta rapida Flow.Launcher</system:String>
<system:String x:Key="flowlauncherHotkey">Tasto scelta rapida Flow.Launcher</system:String>
<system:String x:Key="customQueryHotkey">Tasti scelta rapida per ricerche personalizzate</system:String>
<system:String x:Key="delete">Cancella</system:String>
<system:String x:Key="edit">Modifica</system:String>
@ -126,16 +126,16 @@
<system:String x:Key="reportWindow_sending">Invio in corso</system:String>
<system:String x:Key="reportWindow_report_succeed">Rapporto inviato correttamente</system:String>
<system:String x:Key="reportWindow_report_failed">Invio rapporto fallito</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher ha riportato un errore</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher ha riportato un errore</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">E' disponibile la nuova release {0} di Flow.Launcher</system:String>
<system:String x:Key="update_wox_update_error">Errore durante l'installazione degli aggiornamenti software</system:String>
<system:String x:Key="update_wox_update">Aggiorna</system:String>
<system:String x:Key="update_wox_update_cancel">Annulla</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Questo aggiornamento riavvierà Flow.Launcher</system:String>
<system:String x:Key="update_wox_update_upadte_files">I seguenti file saranno aggiornati</system:String>
<system:String x:Key="update_wox_update_files">File aggiornati</system:String>
<system:String x:Key="update_wox_update_upadte_description">Descrizione aggiornamento</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">E' disponibile la nuova release {0} di Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update_error">Errore durante l'installazione degli aggiornamenti software</system:String>
<system:String x:Key="update_flowlauncher_update">Aggiorna</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Annulla</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Questo aggiornamento riavvierà Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">I seguenti file saranno aggiornati</system:String>
<system:String x:Key="update_flowlauncher_update_files">File aggiornati</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Descrizione aggiornamento</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">終了</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Flow.Launcher設定</system:String>
<system:String x:Key="flowlauncher_settings">Flow.Launcher設定</system:String>
<system:String x:Key="general">一般</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">スタートアップ時にFlow.Launcherを起動する</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">フォーカスを失った時にFlow.Launcherを隠す</system:String>
@ -57,7 +57,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">ホットキー</system:String>
<system:String x:Key="woxHotkey">Flow.Launcher ホットキー</system:String>
<system:String x:Key="flowlauncherHotkey">Flow.Launcher ホットキー</system:String>
<system:String x:Key="customQueryHotkey">カスタムクエリ ホットキー</system:String>
<system:String x:Key="delete">削除</system:String>
<system:String x:Key="edit">編集</system:String>
@ -129,16 +129,16 @@
<system:String x:Key="reportWindow_sending">送信中</system:String>
<system:String x:Key="reportWindow_report_succeed">クラッシュレポートの送信に成功しました</system:String>
<system:String x:Key="reportWindow_report_failed">クラッシュレポートの送信に失敗しました</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcherにエラーが発生しました</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcherにエラーが発生しました</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Flow.Launcher の最新バージョン V{0} が入手可能です</system:String>
<system:String x:Key="update_wox_update_error">Flow.Launcherのアップデート中にエラーが発生しました</system:String>
<system:String x:Key="update_wox_update">アップデート</system:String>
<system:String x:Key="update_wox_update_cancel">キャンセル</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">このアップデートでは、Flow.Launcherの再起動が必要です</system:String>
<system:String x:Key="update_wox_update_upadte_files">次のファイルがアップデートされます</system:String>
<system:String x:Key="update_wox_update_files">更新ファイル一覧</system:String>
<system:String x:Key="update_wox_update_upadte_description">アップデートの詳細</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">Flow.Launcher の最新バージョン V{0} が入手可能です</system:String>
<system:String x:Key="update_flowlauncher_update_error">Flow.Launcherのアップデート中にエラーが発生しました</system:String>
<system:String x:Key="update_flowlauncher_update">アップデート</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">キャンセル</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">このアップデートでは、Flow.Launcherの再起動が必要です</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">次のファイルがアップデートされます</system:String>
<system:String x:Key="update_flowlauncher_update_files">更新ファイル一覧</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">アップデートの詳細</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">종료</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Flow.Launcher 설정</system:String>
<system:String x:Key="flowlauncher_settings">Flow.Launcher 설정</system:String>
<system:String x:Key="general">일반</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">시스템 시작 시 Flow.Launcher 실행</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">포커스 잃으면 Flow.Launcher 숨김</system:String>
@ -54,7 +54,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">핫키</system:String>
<system:String x:Key="woxHotkey">Flow.Launcher 핫키</system:String>
<system:String x:Key="flowlauncherHotkey">Flow.Launcher 핫키</system:String>
<system:String x:Key="customQueryHotkey">사용자지정 쿼리 핫키</system:String>
<system:String x:Key="delete">삭제</system:String>
<system:String x:Key="edit">편집</system:String>
@ -121,16 +121,16 @@
<system:String x:Key="reportWindow_sending">보내는 중</system:String>
<system:String x:Key="reportWindow_report_succeed">보고서를 정상적으로 보냈습니다.</system:String>
<system:String x:Key="reportWindow_report_failed">보고서를 보내지 못했습니다.</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher에 문제가 발생했습니다.</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher에 문제가 발생했습니다.</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">새 Flow.Launcher 버전({0})을 사용할 수 있습니다.</system:String>
<system:String x:Key="update_wox_update_error">소프트웨어 업데이트를 설치하는 중에 오류가 발생했습니다.</system:String>
<system:String x:Key="update_wox_update">업데이트</system:String>
<system:String x:Key="update_wox_update_cancel">취소</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">업데이트를 위해 Flow.Launcher를 재시작합니다.</system:String>
<system:String x:Key="update_wox_update_upadte_files">아래 파일들이 업데이트됩니다.</system:String>
<system:String x:Key="update_wox_update_files">업데이트 파일</system:String>
<system:String x:Key="update_wox_update_upadte_description">업데이트 설명</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">새 Flow.Launcher 버전({0})을 사용할 수 있습니다.</system:String>
<system:String x:Key="update_flowlauncher_update_error">소프트웨어 업데이트를 설치하는 중에 오류가 발생했습니다.</system:String>
<system:String x:Key="update_flowlauncher_update">업데이트</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">취소</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">업데이트를 위해 Flow.Launcher를 재시작합니다.</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">아래 파일들이 업데이트됩니다.</system:String>
<system:String x:Key="update_flowlauncher_update_files">업데이트 파일</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">업데이트 설명</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Avslutt</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Flow.Launcher-innstillinger</system:String>
<system:String x:Key="flowlauncher_settings">Flow.Launcher-innstillinger</system:String>
<system:String x:Key="general">Generelt</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Start Flow.Launcher ved systemstart</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Skjul Flow.Launcher ved mistet fokus</system:String>
@ -54,7 +54,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Hurtigtast</system:String>
<system:String x:Key="woxHotkey">Flow.Launcher-hurtigtast</system:String>
<system:String x:Key="flowlauncherHotkey">Flow.Launcher-hurtigtast</system:String>
<system:String x:Key="customQueryHotkey">Egendefinerd spørringshurtigtast</system:String>
<system:String x:Key="delete">Slett</system:String>
<system:String x:Key="edit">Rediger</system:String>
@ -126,16 +126,16 @@
<system:String x:Key="reportWindow_sending">Sender</system:String>
<system:String x:Key="reportWindow_report_succeed">Rapport sendt med suksess</system:String>
<system:String x:Key="reportWindow_report_failed">Kunne ikke sende rapport</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher møtte på en feil</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher møtte på en feil</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Versjon {0} av Flow.Launcher er nå tilgjengelig</system:String>
<system:String x:Key="update_wox_update_error">En feil oppstod under installasjon av programvareoppdateringer</system:String>
<system:String x:Key="update_wox_update">Oppdater</system:String>
<system:String x:Key="update_wox_update_cancel">Avbryt</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Denne opgraderingen vil starte Flow.Launcher på nytt</system:String>
<system:String x:Key="update_wox_update_upadte_files">Følgende filer vil bli oppdatert</system:String>
<system:String x:Key="update_wox_update_files">Oppdateringsfiler</system:String>
<system:String x:Key="update_wox_update_upadte_description">Oppdateringsbeskrivelse</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">Versjon {0} av Flow.Launcher er nå tilgjengelig</system:String>
<system:String x:Key="update_flowlauncher_update_error">En feil oppstod under installasjon av programvareoppdateringer</system:String>
<system:String x:Key="update_flowlauncher_update">Oppdater</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Avbryt</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Denne opgraderingen vil starte Flow.Launcher på nytt</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Følgende filer vil bli oppdatert</system:String>
<system:String x:Key="update_flowlauncher_update_files">Oppdateringsfiler</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Oppdateringsbeskrivelse</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Afsluiten</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Flow.Launcher Instellingen</system:String>
<system:String x:Key="flowlauncher_settings">Flow.Launcher Instellingen</system:String>
<system:String x:Key="general">Algemeen</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Start Flow.Launcher als systeem opstart</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Verberg Flow.Launcher als focus verloren is</system:String>
@ -50,7 +50,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Sneltoets</system:String>
<system:String x:Key="woxHotkey">Flow.Launcher Sneltoets</system:String>
<system:String x:Key="flowlauncherHotkey">Flow.Launcher Sneltoets</system:String>
<system:String x:Key="customQueryHotkey">Custom Query Sneltoets</system:String>
<system:String x:Key="delete">Verwijder</system:String>
<system:String x:Key="edit">Bewerken</system:String>
@ -117,16 +117,16 @@
<system:String x:Key="reportWindow_sending">Versturen</system:String>
<system:String x:Key="reportWindow_report_succeed">Rapport succesvol</system:String>
<system:String x:Key="reportWindow_report_failed">Rapport mislukt</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher heeft een error</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher heeft een error</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Nieuwe Flow.Launcher release {0} nu beschikbaar</system:String>
<system:String x:Key="update_wox_update_error">Een error is voorgekomen tijdens het installeren van de update</system:String>
<system:String x:Key="update_wox_update">Update</system:String>
<system:String x:Key="update_wox_update_cancel">Annuleer</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Deze upgrade zal Flow.Launcher opnieuw opstarten</system:String>
<system:String x:Key="update_wox_update_upadte_files">Volgende bestanden zullen worden geüpdatet</system:String>
<system:String x:Key="update_wox_update_files">Update bestanden</system:String>
<system:String x:Key="update_wox_update_upadte_description">Update beschrijving</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">Nieuwe Flow.Launcher release {0} nu beschikbaar</system:String>
<system:String x:Key="update_flowlauncher_update_error">Een error is voorgekomen tijdens het installeren van de update</system:String>
<system:String x:Key="update_flowlauncher_update">Update</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Annuleer</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Deze upgrade zal Flow.Launcher opnieuw opstarten</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Volgende bestanden zullen worden geüpdatet</system:String>
<system:String x:Key="update_flowlauncher_update_files">Update bestanden</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Update beschrijving</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Wyjdź</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Ustawienia Flow.Launcher</system:String>
<system:String x:Key="flowlauncher_settings">Ustawienia Flow.Launcher</system:String>
<system:String x:Key="general">Ogólne</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Uruchamiaj Flow.Launcher przy starcie systemu</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Ukryj okno Flow.Launcher kiedy przestanie ono być aktywne</system:String>
@ -50,7 +50,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Skrót klawiszowy</system:String>
<system:String x:Key="woxHotkey">Skrót klawiszowy Flow.Launcher</system:String>
<system:String x:Key="flowlauncherHotkey">Skrót klawiszowy Flow.Launcher</system:String>
<system:String x:Key="customQueryHotkey">Skrót klawiszowy niestandardowych zapytań</system:String>
<system:String x:Key="delete">Usuń</system:String>
<system:String x:Key="edit">Edytuj</system:String>
@ -117,16 +117,16 @@
<system:String x:Key="reportWindow_sending">Wysyłam raport...</system:String>
<system:String x:Key="reportWindow_report_succeed">Raport wysłany pomyślnie</system:String>
<system:String x:Key="reportWindow_report_failed">Nie udało się wysłać raportu</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">W programie Flow.Launcher wystąpił błąd</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">W programie Flow.Launcher wystąpił błąd</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Nowa wersja Flow.Launcher {0} jest dostępna</system:String>
<system:String x:Key="update_wox_update_error">Wystąpił błąd podczas instalowania aktualizacji programu</system:String>
<system:String x:Key="update_wox_update">Aktualizuj</system:String>
<system:String x:Key="update_wox_update_cancel">Anuluj</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Aby dokończyć proces aktualizacji Flow.Launcher musi zostać zresetowany</system:String>
<system:String x:Key="update_wox_update_upadte_files">Następujące pliki zostaną zaktualizowane</system:String>
<system:String x:Key="update_wox_update_files">Aktualizuj pliki</system:String>
<system:String x:Key="update_wox_update_upadte_description">Opis aktualizacji</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">Nowa wersja Flow.Launcher {0} jest dostępna</system:String>
<system:String x:Key="update_flowlauncher_update_error">Wystąpił błąd podczas instalowania aktualizacji programu</system:String>
<system:String x:Key="update_flowlauncher_update">Aktualizuj</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Anuluj</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Aby dokończyć proces aktualizacji Flow.Launcher musi zostać zresetowany</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Następujące pliki zostaną zaktualizowane</system:String>
<system:String x:Key="update_flowlauncher_update_files">Aktualizuj pliki</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Opis aktualizacji</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Sair</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Configurações do Flow.Launcher</system:String>
<system:String x:Key="flowlauncher_settings">Configurações do Flow.Launcher</system:String>
<system:String x:Key="general">Geral</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Iniciar Flow.Launcher com inicialização do sistema</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Esconder Flow.Launcher quando foco for perdido</system:String>
@ -54,7 +54,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Atalho</system:String>
<system:String x:Key="woxHotkey">Atalho do Flow.Launcher</system:String>
<system:String x:Key="flowlauncherHotkey">Atalho do Flow.Launcher</system:String>
<system:String x:Key="customQueryHotkey">Atalho de Consulta Personalizada</system:String>
<system:String x:Key="delete">Apagar</system:String>
<system:String x:Key="edit">Editar</system:String>
@ -126,16 +126,16 @@
<system:String x:Key="reportWindow_sending">Enviando</system:String>
<system:String x:Key="reportWindow_report_succeed">Relatório enviado com sucesso</system:String>
<system:String x:Key="reportWindow_report_failed">Falha ao enviar relatório</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher apresentou um erro</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher apresentou um erro</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">A nova versão {0} do Flow.Launcher agora está disponível</system:String>
<system:String x:Key="update_wox_update_error">Ocorreu um erro ao tentar instalar atualizações do progama</system:String>
<system:String x:Key="update_wox_update">Atualizar</system:String>
<system:String x:Key="update_wox_update_cancel">Cancelar</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Essa atualização reiniciará o Flow.Launcher</system:String>
<system:String x:Key="update_wox_update_upadte_files">Os seguintes arquivos serão atualizados</system:String>
<system:String x:Key="update_wox_update_files">Atualizar arquivos</system:String>
<system:String x:Key="update_wox_update_upadte_description">Atualizar descrição</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">A nova versão {0} do Flow.Launcher agora está disponível</system:String>
<system:String x:Key="update_flowlauncher_update_error">Ocorreu um erro ao tentar instalar atualizações do progama</system:String>
<system:String x:Key="update_flowlauncher_update">Atualizar</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Cancelar</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Essa atualização reiniciará o Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Os seguintes arquivos serão atualizados</system:String>
<system:String x:Key="update_flowlauncher_update_files">Atualizar arquivos</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Atualizar descrição</system:String>
</ResourceDictionary>

View file

@ -4,7 +4,7 @@
<!--MainWindow-->
<system:String x:Key="registerHotkeyFailed">Регистрация хоткея {0} не удалась</system:String>
<system:String x:Key="couldnotStartCmd">Не удалось запустить {0}</system:String>
<system:String x:Key="invalidFlow.LauncherPluginFileFormat">Неверный формат файла wox плагина</system:String>
<system:String x:Key="invalidFlow.LauncherPluginFileFormat">Неверный формат файла flowlauncher плагина</system:String>
<system:String x:Key="setAsTopMostInThisQuery">Отображать это окно выше всех при этом запросе</system:String>
<system:String x:Key="cancelTopMostInThisQuery">Не отображать это окно выше всех при этом запросе</system:String>
<system:String x:Key="executeQuery">Выполнить запрос:{0}</system:String>
@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Закрыть</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Настройки Flow.Launcher</system:String>
<system:String x:Key="flowlauncher_settings">Настройки Flow.Launcher</system:String>
<system:String x:Key="general">Общие</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Запускать Flow.Launcher при запуске системы</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Скрывать Flow.Launcher если потерян фокус</system:String>
@ -50,7 +50,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Горячие клавиши</system:String>
<system:String x:Key="woxHotkey">Горячая клавиша Flow.Launcher</system:String>
<system:String x:Key="flowlauncherHotkey">Горячая клавиша Flow.Launcher</system:String>
<system:String x:Key="customQueryHotkey">Задаваемые горячие клавиши для запросов</system:String>
<system:String x:Key="delete">Удалить</system:String>
<system:String x:Key="edit">Изменить</system:String>
@ -80,7 +80,7 @@
<system:String x:Key="version">Версия</system:String>
<system:String x:Key="about_activate_times">Вы воспользовались Flow.Launcher уже {0} раз</system:String>
<system:String x:Key="checkUpdates">Check for Updates</system:String>
<system:String x:Key="newVersionTips">New version {0} avaiable, please restart wox</system:String>
<system:String x:Key="newVersionTips">New version {0} avaiable, please restart flowlauncher</system:String>
<system:String x:Key="releaseNotes">Release Notes:</system:String>
<!--Action Keyword Setting Dialog-->
@ -117,16 +117,16 @@
<system:String x:Key="reportWindow_sending">Отправляем</system:String>
<system:String x:Key="reportWindow_report_succeed">Отчёт успешно отправлен</system:String>
<system:String x:Key="reportWindow_report_failed">Не удалось отправить отчёт</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Произошёл сбой в Flow.Launcher</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Произошёл сбой в Flow.Launcher</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Доступна новая версия Flow.Launcher V{0}</system:String>
<system:String x:Key="update_wox_update_error">Произошла ошибка при попытке установить обновление</system:String>
<system:String x:Key="update_wox_update">Обновить</system:String>
<system:String x:Key="update_wox_update_cancel">Отмена</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Это обновление перезапустит Flow.Launcher</system:String>
<system:String x:Key="update_wox_update_upadte_files">Следующие файлы будут обновлены</system:String>
<system:String x:Key="update_wox_update_files">Обновить файлы</system:String>
<system:String x:Key="update_wox_update_upadte_description">Описание обновления</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">Доступна новая версия Flow.Launcher V{0}</system:String>
<system:String x:Key="update_flowlauncher_update_error">Произошла ошибка при попытке установить обновление</system:String>
<system:String x:Key="update_flowlauncher_update">Обновить</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Отмена</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Это обновление перезапустит Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Следующие файлы будут обновлены</system:String>
<system:String x:Key="update_flowlauncher_update_files">Обновить файлы</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Описание обновления</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Ukončiť</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Nastavenia Flow.Launcher</system:String>
<system:String x:Key="flowlauncher_settings">Nastavenia Flow.Launcher</system:String>
<system:String x:Key="general">Všeobecné</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Spustiť Flow.Launcher po štarte systému</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Schovať Flow.Launcher po strate fokusu</system:String>
@ -55,7 +55,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Klávesová skratka</system:String>
<system:String x:Key="woxHotkey">Klávesová skratka pre Flow.Launcher</system:String>
<system:String x:Key="flowlauncherHotkey">Klávesová skratka pre Flow.Launcher</system:String>
<system:String x:Key="customQueryHotkey">Vlastná klávesová skratka pre dopyt</system:String>
<system:String x:Key="delete">Odstrániť</system:String>
<system:String x:Key="edit">Upraviť</system:String>
@ -127,16 +127,16 @@
<system:String x:Key="reportWindow_sending">Odosiela sa</system:String>
<system:String x:Key="reportWindow_report_succeed">Hlásenie bolo úspešne odoslané</system:String>
<system:String x:Key="reportWindow_report_failed">Odoslanie hlásenia zlyhalo</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher zaznamenal chybu</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher zaznamenal chybu</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Je dostupné nové vydanie Flow.Launcher {0}</system:String>
<system:String x:Key="update_wox_update_error">Počas inštalácie aktualizácií došlo k chybe</system:String>
<system:String x:Key="update_wox_update">Aktualizovať</system:String>
<system:String x:Key="update_wox_update_cancel">Zrušiť</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Tento upgrade reštartuje Flow.Launcher</system:String>
<system:String x:Key="update_wox_update_upadte_files">Nasledujúce súbory budú aktualizované</system:String>
<system:String x:Key="update_wox_update_files">Aktualizovať súbory</system:String>
<system:String x:Key="update_wox_update_upadte_description">Aktualizovať popis</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">Je dostupné nové vydanie Flow.Launcher {0}</system:String>
<system:String x:Key="update_flowlauncher_update_error">Počas inštalácie aktualizácií došlo k chybe</system:String>
<system:String x:Key="update_flowlauncher_update">Aktualizovať</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Zrušiť</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Tento upgrade reštartuje Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Nasledujúce súbory budú aktualizované</system:String>
<system:String x:Key="update_flowlauncher_update_files">Aktualizovať súbory</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Aktualizovať popis</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Izlaz</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Flow.Launcher Podešavanja</system:String>
<system:String x:Key="flowlauncher_settings">Flow.Launcher Podešavanja</system:String>
<system:String x:Key="general">Opšte</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Pokreni Flow.Launcher pri podizanju sistema</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Sakri Flow.Launcher kada se izgubi fokus</system:String>
@ -54,7 +54,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Prečica</system:String>
<system:String x:Key="woxHotkey">Flow.Launcher prečica</system:String>
<system:String x:Key="flowlauncherHotkey">Flow.Launcher prečica</system:String>
<system:String x:Key="customQueryHotkey">prečica za ručno dodat upit</system:String>
<system:String x:Key="delete">Obriši</system:String>
<system:String x:Key="edit">Izmeni</system:String>
@ -126,16 +126,16 @@
<system:String x:Key="reportWindow_sending">Slanje</system:String>
<system:String x:Key="reportWindow_report_succeed">Izveštaj uspešno poslat</system:String>
<system:String x:Key="reportWindow_report_failed">Izveštaj neuspešno poslat</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher je dobio grešku</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher je dobio grešku</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Nova verzija Flow.Launcher-a {0} je dostupna</system:String>
<system:String x:Key="update_wox_update_error">Došlo je do greške prilokom instalacije ažuriranja</system:String>
<system:String x:Key="update_wox_update">Ažuriraj</system:String>
<system:String x:Key="update_wox_update_cancel">Otkaži</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Ova nadogradnja će ponovo pokrenuti Flow.Launcher</system:String>
<system:String x:Key="update_wox_update_upadte_files">Sledeće datoteke će biti ažurirane</system:String>
<system:String x:Key="update_wox_update_files">Ažuriraj datoteke</system:String>
<system:String x:Key="update_wox_update_upadte_description">Opis ažuriranja</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">Nova verzija Flow.Launcher-a {0} je dostupna</system:String>
<system:String x:Key="update_flowlauncher_update_error">Došlo je do greške prilokom instalacije ažuriranja</system:String>
<system:String x:Key="update_flowlauncher_update">Ažuriraj</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Otkaži</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Ova nadogradnja će ponovo pokrenuti Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Sledeće datoteke će biti ažurirane</system:String>
<system:String x:Key="update_flowlauncher_update_files">Ažuriraj datoteke</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Opis ažuriranja</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Çıkış</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Flow.Launcher Ayarları</system:String>
<system:String x:Key="flowlauncher_settings">Flow.Launcher Ayarları</system:String>
<system:String x:Key="general">Genel</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Flow.Launcher'u başlangıçta başlat</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Odak pencereden ayrıldığında Flow.Launcher'u gizle</system:String>
@ -58,7 +58,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Kısayol Tuşu</system:String>
<system:String x:Key="woxHotkey">Flow.Launcher Kısayolu</system:String>
<system:String x:Key="flowlauncherHotkey">Flow.Launcher Kısayolu</system:String>
<system:String x:Key="customQueryHotkey">Özel Sorgu Kısayolları</system:String>
<system:String x:Key="delete">Sil</system:String>
<system:String x:Key="edit">Düzenle</system:String>
@ -130,16 +130,16 @@
<system:String x:Key="reportWindow_sending">Gönderiliyor</system:String>
<system:String x:Key="reportWindow_report_succeed">Hata raporu başarıyla gönderildi</system:String>
<system:String x:Key="reportWindow_report_failed">Hata raporu gönderimi başarısız oldu</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher'ta bir hata oluştu</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher'ta bir hata oluştu</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Flow.Launcher'un yeni bir sürümü ({0}) mevcut</system:String>
<system:String x:Key="update_wox_update_error">Güncellemelerin kurulması sırasında bir hata oluştu</system:String>
<system:String x:Key="update_wox_update">Güncelle</system:String>
<system:String x:Key="update_wox_update_cancel">İptal</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Bu güncelleme Flow.Launcher'u yeniden başlatacaktır</system:String>
<system:String x:Key="update_wox_update_upadte_files">Aşağıdaki dosyalar güncelleştirilecektir</system:String>
<system:String x:Key="update_wox_update_files">Güncellenecek dosyalar</system:String>
<system:String x:Key="update_wox_update_upadte_description">Güncelleme açıklaması</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">Flow.Launcher'un yeni bir sürümü ({0}) mevcut</system:String>
<system:String x:Key="update_flowlauncher_update_error">Güncellemelerin kurulması sırasında bir hata oluştu</system:String>
<system:String x:Key="update_flowlauncher_update">Güncelle</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">İptal</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Bu güncelleme Flow.Launcher'u yeniden başlatacaktır</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Aşağıdaki dosyalar güncelleştirilecektir</system:String>
<system:String x:Key="update_flowlauncher_update_files">Güncellenecek dosyalar</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Güncelleme açıklaması</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">Закрити</system:String>
<!--Setting General-->
<system:String x:Key="wox_settings">Налаштування Flow.Launcher</system:String>
<system:String x:Key="flowlauncher_settings">Налаштування Flow.Launcher</system:String>
<system:String x:Key="general">Основні</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">Запускати Flow.Launcher при запуску системи</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">Сховати Flow.Launcher якщо втрачено фокус</system:String>
@ -50,7 +50,7 @@
<!--Setting Hotkey-->
<system:String x:Key="hotkey">Гарячі клавіші</system:String>
<system:String x:Key="woxHotkey">Гаряча клавіша Flow.Launcher</system:String>
<system:String x:Key="flowlauncherHotkey">Гаряча клавіша Flow.Launcher</system:String>
<system:String x:Key="customQueryHotkey">Задані гарячі клавіші для запитів</system:String>
<system:String x:Key="delete">Видалити</system:String>
<system:String x:Key="edit">Змінити</system:String>
@ -117,16 +117,16 @@
<system:String x:Key="reportWindow_sending">Відправити</system:String>
<system:String x:Key="reportWindow_report_succeed">Звіт успішно відправлено</system:String>
<system:String x:Key="reportWindow_report_failed">Не вдалося відправити звіт</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Стався збій в додатоку Flow.Launcher</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Стався збій в додатоку Flow.Launcher</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Доступна нова версія Flow.Launcher V{0}</system:String>
<system:String x:Key="update_wox_update_error">Сталася помилка під час спроби встановити оновлення</system:String>
<system:String x:Key="update_wox_update">Оновити</system:String>
<system:String x:Key="update_wox_update_cancel">Скасувати</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">Це оновлення перезавантажить Flow.Launcher</system:String>
<system:String x:Key="update_wox_update_upadte_files">Ці файли будуть оновлені</system:String>
<system:String x:Key="update_wox_update_files">Оновити файли</system:String>
<system:String x:Key="update_wox_update_upadte_description">Опис оновлення</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">Доступна нова версія Flow.Launcher V{0}</system:String>
<system:String x:Key="update_flowlauncher_update_error">Сталася помилка під час спроби встановити оновлення</system:String>
<system:String x:Key="update_flowlauncher_update">Оновити</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">Скасувати</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Це оновлення перезавантажить Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">Ці файли будуть оновлені</system:String>
<system:String x:Key="update_flowlauncher_update_files">Оновити файли</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">Опис оновлення</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">退出</system:String>
<!--设置,通用-->
<system:String x:Key="wox_settings">Flow.Launcher设置</system:String>
<system:String x:Key="flowlauncher_settings">Flow.Launcher设置</system:String>
<system:String x:Key="general">通用</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">开机启动</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">失去焦点时自动隐藏Flow.Launcher</system:String>
@ -57,7 +57,7 @@
<!--设置,热键-->
<system:String x:Key="hotkey">热键</system:String>
<system:String x:Key="woxHotkey">Flow.Launcher激活热键</system:String>
<system:String x:Key="flowlauncherHotkey">Flow.Launcher激活热键</system:String>
<system:String x:Key="customQueryHotkey">自定义查询热键</system:String>
<system:String x:Key="delete">删除</system:String>
<system:String x:Key="edit">编辑</system:String>
@ -87,7 +87,7 @@
<system:String x:Key="version">版本</system:String>
<system:String x:Key="about_activate_times">你已经激活了Flow.Launcher {0} 次</system:String>
<system:String x:Key="checkUpdates">检查更新</system:String>
<system:String x:Key="newVersionTips">发现新版本 {0} , 请重启 wox。</system:String>
<system:String x:Key="newVersionTips">发现新版本 {0} , 请重启 flowlauncher。</system:String>
<system:String x:Key="releaseNotes">更新说明:</system:String>
<!--Action Keyword 设置对话框-->
@ -124,16 +124,16 @@
<system:String x:Key="reportWindow_sending">发送中</system:String>
<system:String x:Key="reportWindow_report_succeed">发送成功</system:String>
<system:String x:Key="reportWindow_report_failed">发送失败</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher出错啦</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher出错啦</system:String>
<!--更新-->
<system:String x:Key="update_wox_update_new_version_available">发现Flow.Launcher新版本 V{0}</system:String>
<system:String x:Key="update_wox_update_error">更新Flow.Launcher出错</system:String>
<system:String x:Key="update_wox_update">更新</system:String>
<system:String x:Key="update_wox_update_cancel">取消</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">此更新需要重启Flow.Launcher</system:String>
<system:String x:Key="update_wox_update_upadte_files">下列文件会被更新</system:String>
<system:String x:Key="update_wox_update_files">更新文件</system:String>
<system:String x:Key="update_wox_update_upadte_description">更新日志</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">发现Flow.Launcher新版本 V{0}</system:String>
<system:String x:Key="update_flowlauncher_update_error">更新Flow.Launcher出错</system:String>
<system:String x:Key="update_flowlauncher_update">更新</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">取消</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">此更新需要重启Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">下列文件会被更新</system:String>
<system:String x:Key="update_flowlauncher_update_files">更新文件</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">更新日志</system:String>
</ResourceDictionary>

View file

@ -15,7 +15,7 @@
<system:String x:Key="iconTrayExit">結束</system:String>
<!--設定,一般-->
<system:String x:Key="wox_settings">Flow.Launcher 設定</system:String>
<system:String x:Key="flowlauncher_settings">Flow.Launcher 設定</system:String>
<system:String x:Key="general">一般</system:String>
<system:String x:Key="startFlow.LauncherOnSystemStartup">開機時啟動</system:String>
<system:String x:Key="hideFlow.LauncherWhenLoseFocus">失去焦點時自動隱藏 Flow.Launcher</system:String>
@ -50,7 +50,7 @@
<!--設置,熱鍵-->
<system:String x:Key="hotkey">熱鍵</system:String>
<system:String x:Key="woxHotkey">Flow.Launcher 執行熱鍵</system:String>
<system:String x:Key="flowlauncherHotkey">Flow.Launcher 執行熱鍵</system:String>
<system:String x:Key="customQueryHotkey">自定義熱鍵查詢</system:String>
<system:String x:Key="delete">刪除</system:String>
<system:String x:Key="edit">編輯</system:String>
@ -117,16 +117,16 @@
<system:String x:Key="reportWindow_sending">傳送中</system:String>
<system:String x:Key="reportWindow_report_succeed">傳送成功</system:String>
<system:String x:Key="reportWindow_report_failed">傳送失敗</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Flow.Launcher 出錯啦</system:String>
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow.Launcher 出錯啦</system:String>
<!--更新-->
<system:String x:Key="update_wox_update_new_version_available">發現 Flow.Launcher 新版本 V{0}</system:String>
<system:String x:Key="update_wox_update_error">更新 Flow.Launcher 出錯</system:String>
<system:String x:Key="update_wox_update">更新</system:String>
<system:String x:Key="update_wox_update_cancel">取消</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">此更新需要重新啟動 Flow.Launcher</system:String>
<system:String x:Key="update_wox_update_upadte_files">下列檔案會被更新</system:String>
<system:String x:Key="update_wox_update_files">更新檔案</system:String>
<system:String x:Key="update_wox_update_upadte_description">更新日誌</system:String>
<system:String x:Key="update_flowlauncher_update_new_version_available">發現 Flow.Launcher 新版本 V{0}</system:String>
<system:String x:Key="update_flowlauncher_update_error">更新 Flow.Launcher 出錯</system:String>
<system:String x:Key="update_flowlauncher_update">更新</system:String>
<system:String x:Key="update_flowlauncher_update_cancel">取消</system:String>
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">此更新需要重新啟動 Flow.Launcher</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_files">下列檔案會被更新</system:String>
<system:String x:Key="update_flowlauncher_update_files">更新檔案</system:String>
<system:String x:Key="update_flowlauncher_update_upadte_description">更新日誌</system:String>
</ResourceDictionary>

View file

@ -1,7 +1,7 @@
<Window x:Class="Flow.Launcher.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:wox="clr-namespace:Flow.Launcher"
xmlns:flowlauncher="clr-namespace:Flow.Launcher"
xmlns:vm="clr-namespace:Flow.Launcher.ViewModel"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
@ -96,13 +96,13 @@
Y1="0" Y2="0" X2="100" Height="2" Width="752" StrokeThickness="1">
</Line>
<ContentControl>
<wox:ResultListBox x:Name="ResultListBox" DataContext="{Binding Results}" PreviewMouseDown="OnPreviewMouseButtonDown" />
<flowlauncher:ResultListBox x:Name="ResultListBox" DataContext="{Binding Results}" PreviewMouseDown="OnPreviewMouseButtonDown" />
</ContentControl>
<ContentControl>
<wox:ResultListBox DataContext="{Binding ContextMenu}" PreviewMouseDown="OnPreviewMouseButtonDown" />
<flowlauncher:ResultListBox DataContext="{Binding ContextMenu}" PreviewMouseDown="OnPreviewMouseButtonDown" />
</ContentControl>
<ContentControl>
<wox:ResultListBox DataContext="{Binding History}" PreviewMouseDown="OnPreviewMouseButtonDown" />
<flowlauncher:ResultListBox DataContext="{Binding History}" PreviewMouseDown="OnPreviewMouseButtonDown" />
</ContentControl>
</StackPanel>
</Border>

View file

@ -52,7 +52,7 @@ namespace Flow.Launcher
private void OnInitialized(object sender, EventArgs e)
{
// show notify icon when wox is hided
// show notify icon when flowlauncher is hided
InitializeNotifyIcon();
}
@ -186,7 +186,7 @@ namespace Flow.Launcher
{
// Note that you can have more than one file.
string[] files = (string[])e.Data.GetData(DataFormats.FileDrop);
if (files[0].ToLower().EndsWith(".wox"))
if (files[0].ToLower().EndsWith(".flowlauncher"))
{
PluginManager.InstallPlugin(files[0]);
}

View file

@ -10,7 +10,7 @@
ResizeMode="NoResize"
Width="600"
Height="455"
Title="{DynamicResource reportWindow_wox_got_an_error}"
Title="{DynamicResource reportWindow_flowlauncher_got_an_error}"
d:DesignHeight="300" d:DesignWidth="600" x:ClassModifier="internal">
<RichTextBox x:Name="ErrorTextbox"
IsDocumentEnabled="True"

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:wox="clr-namespace:Flow.Launcher"
xmlns:flowlauncher="clr-namespace:Flow.Launcher"
xmlns:vm="clr-namespace:Flow.Launcher.ViewModel"
xmlns:scm="clr-namespace:System.ComponentModel;assembly=WindowsBase"
xmlns:userSettings="clr-namespace:Flow.Launcher.Infrastructure.UserSettings;assembly=Flow.Launcher.Infrastructure"
@ -10,7 +10,7 @@
x:Class="Flow.Launcher.SettingWindow"
mc:Ignorable="d"
Icon="Images\app.png"
Title="{DynamicResource wox_settings}"
Title="{DynamicResource flowlauncher_settings}"
ResizeMode="NoResize"
WindowStartupLocation="CenterScreen"
Height="600" Width="800"
@ -227,7 +227,7 @@
<TextBox Text="{DynamicResource helloFlow.Launcher}" IsReadOnly="True"
Style="{DynamicResource QueryBoxStyle}" Grid.Row="0" />
<ContentControl Visibility="Visible" Grid.Row="1">
<wox:ResultListBox DataContext="{Binding PreviewResults}" />
<flowlauncher:ResultListBox DataContext="{Binding PreviewResults}" />
</ContentControl>
</Grid>
</Border>
@ -294,8 +294,8 @@
</Grid.RowDefinitions>
<StackPanel Grid.Row="0" Orientation="Horizontal" VerticalAlignment="Center" Height="24"
Margin="0,4,0,3">
<TextBlock VerticalAlignment="Center" Margin="0 0 10 0" Text="{DynamicResource woxHotkey}" />
<wox:HotkeyControl x:Name="HotkeyControl" HotkeyChanged="OnHotkeyChanged"
<TextBlock VerticalAlignment="Center" Margin="0 0 10 0" Text="{DynamicResource flowlauncherHotkey}" />
<flowlauncher:HotkeyControl x:Name="HotkeyControl" HotkeyChanged="OnHotkeyChanged"
Loaded="OnHotkeyControlLoaded" />
</StackPanel>
<TextBlock VerticalAlignment="Center" Grid.Row="1" Margin="0,3,10,2"

View file

@ -47,7 +47,7 @@ class Flow.LauncherAPI(object):
@classmethod
def change_query(cls,query,requery = False):
"""
change wox query
change flowlauncher query
"""
print(json.dumps({"method": "Flow.Launcher.ChangeQuery","parameters":[query,requery]}))
@ -61,21 +61,21 @@ class Flow.LauncherAPI(object):
@classmethod
def close_app(cls):
"""
close wox
close flowlauncher
"""
print(json.dumps({"method": "Flow.Launcher.CloseApp","parameters":[]}))
@classmethod
def hide_app(cls):
"""
hide wox
hide flowlauncher
"""
print(json.dumps({"method": "Flow.Launcher.HideApp","parameters":[]}))
@classmethod
def show_app(cls):
"""
show wox
show flowlauncher
"""
print(json.dumps({"method": "Flow.Launcher.ShowApp","parameters":[]}))
@ -96,20 +96,20 @@ class Flow.LauncherAPI(object):
@classmethod
def start_loadingbar(cls):
"""
start loading animation in wox
start loading animation in flowlauncher
"""
print(json.dumps({"method": "Flow.Launcher.StartLoadingBar","parameters":[]}))
@classmethod
def stop_loadingbar(cls):
"""
stop loading animation in wox
stop loading animation in flowlauncher
"""
print(json.dumps({"method": "Flow.Launcher.StopLoadingBar","parameters":[]}))
@classmethod
def reload_plugins(cls):
"""
reload all wox plugins
reload all flowlauncher plugins
"""
print(json.dumps({"method": "Flow.Launcher.ReloadPlugins","parameters":[]}))

View file

@ -3,7 +3,7 @@
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--Plugin Info-->
<system:String x:Key="wox_plugin_browserbookmark_plugin_name">Browser Bookmarks</system:String>
<system:String x:Key="wox_plugin_browserbookmark_plugin_description">Search your browser bookmarks</system:String>
<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>
</ResourceDictionary>

View file

@ -3,7 +3,7 @@
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--Eklenti Bilgisi-->
<system:String x:Key="wox_plugin_browserbookmark_plugin_name">Yer İşaretleri</system:String>
<system:String x:Key="wox_plugin_browserbookmark_plugin_description">Tarayıcılarınızdaki yer işaretlerini arayın.</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">Yer İşaretleri</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">Tarayıcılarınızdaki yer işaretlerini arayın.</system:String>
</ResourceDictionary>

View file

@ -78,12 +78,12 @@ namespace Flow.Launcher.Plugin.BrowserBookmark
public string GetTranslatedPluginTitle()
{
return context.API.GetTranslation("wox_plugin_browserbookmark_plugin_name");
return context.API.GetTranslation("flowlauncher_plugin_browserbookmark_plugin_name");
}
public string GetTranslatedPluginDescription()
{
return context.API.GetTranslation("wox_plugin_browserbookmark_plugin_description");
return context.API.GetTranslation("flowlauncher_plugin_browserbookmark_plugin_description");
}
public Control CreateSettingPanel()

View file

@ -12,13 +12,13 @@ namespace Flow.Launcher.Plugin.Caculator
[TypeConverter(typeof(LocalizationConverter))]
public enum DecimalSeparator
{
[LocalizedDescription("wox_plugin_calculator_decimal_seperator_use_system_locale")]
[LocalizedDescription("flowlauncher_plugin_calculator_decimal_seperator_use_system_locale")]
UseSystemLocale,
[LocalizedDescription("wox_plugin_calculator_decimal_seperator_dot")]
[LocalizedDescription("flowlauncher_plugin_calculator_decimal_seperator_dot")]
Dot,
[LocalizedDescription("wox_plugin_calculator_decimal_seperator_comma")]
[LocalizedDescription("flowlauncher_plugin_calculator_decimal_seperator_comma")]
Comma
}
}

View file

@ -2,15 +2,15 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_caculator_plugin_name">Rechner</system:String>
<system:String x:Key="wox_plugin_caculator_plugin_description">Stellt mathematische Berechnungen bereit.(Versuche 5*3-2 in Flow.Launcher)</system:String>
<system:String x:Key="wox_plugin_calculator_not_a_number">Keine Zahl (NaN)</system:String>
<system:String x:Key="wox_plugin_calculator_expression_not_complete">Ausdruck falsch oder nicht vollständig (Klammern vergessen?)</system:String>
<system:String x:Key="wox_plugin_calculator_copy_number_to_clipboard">Diese Zahl in die Zwischenablage kopieren</system:String>
<system:String x:Key="wox_plugin_calculator_output_decimal_seperator">Dezimaltrennzeichen</system:String>
<system:String x:Key="wox_plugin_calculator_output_decimal_seperator_help">Das Dezimaltrennzeichen, welches bei der Ausgabe verwendet werden soll.</system:String>
<system:String x:Key="wox_plugin_calculator_decimal_seperator_use_system_locale">Systemeinstellung nutzen</system:String>
<system:String x:Key="wox_plugin_calculator_decimal_seperator_comma">Komma (,)</system:String>
<system:String x:Key="wox_plugin_calculator_decimal_seperator_dot">Punkt (.)</system:String>
<system:String x:Key="wox_plugin_calculator_max_decimal_places">Max. Nachkommastellen</system:String>
<system:String x:Key="flowlauncher_plugin_caculator_plugin_name">Rechner</system:String>
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">Stellt mathematische Berechnungen bereit.(Versuche 5*3-2 in Flow.Launcher)</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Keine Zahl (NaN)</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">Ausdruck falsch oder nicht vollständig (Klammern vergessen?)</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">Diese Zahl in die Zwischenablage kopieren</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator">Dezimaltrennzeichen</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator_help">Das Dezimaltrennzeichen, welches bei der Ausgabe verwendet werden soll.</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_use_system_locale">Systemeinstellung nutzen</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">Komma (,)</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_dot">Punkt (.)</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">Max. Nachkommastellen</system:String>
</ResourceDictionary>

View file

@ -2,15 +2,15 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_caculator_plugin_name">Calculator</system:String>
<system:String x:Key="wox_plugin_caculator_plugin_description">Allows to do mathematical calculations.(Try 5*3-2 in Flow.Launcher)</system:String>
<system:String x:Key="wox_plugin_calculator_not_a_number">Not a number (NaN)</system:String>
<system:String x:Key="wox_plugin_calculator_expression_not_complete">Expression wrong or incomplete (Did you forget some parentheses?)</system:String>
<system:String x:Key="wox_plugin_calculator_copy_number_to_clipboard">Copy this number to the clipboard</system:String>
<system:String x:Key="wox_plugin_calculator_output_decimal_seperator">Decimal separator</system:String>
<system:String x:Key="wox_plugin_calculator_output_decimal_seperator_help">The decimal separator to be used in the output.</system:String>
<system:String x:Key="wox_plugin_calculator_decimal_seperator_use_system_locale">Use system locale</system:String>
<system:String x:Key="wox_plugin_calculator_decimal_seperator_comma">Comma (,)</system:String>
<system:String x:Key="wox_plugin_calculator_decimal_seperator_dot">Dot (.)</system:String>
<system:String x:Key="wox_plugin_calculator_max_decimal_places">Max. decimal places</system:String>
<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>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_caculator_plugin_name">Kalkulator</system:String>
<system:String x:Key="wox_plugin_caculator_plugin_description">Szybkie wykonywanie obliczeń matematycznych. (Spróbuj wpisać 5*3-2 w oknie Flow.Launchera)</system:String>
<system:String x:Key="flowlauncher_plugin_caculator_plugin_name">Kalkulator</system:String>
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">Szybkie wykonywanie obliczeń matematycznych. (Spróbuj wpisać 5*3-2 w oknie Flow.Launchera)</system:String>
</ResourceDictionary>

View file

@ -2,9 +2,9 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_caculator_plugin_name">Hesap Makinesi</system:String>
<system:String x:Key="wox_plugin_caculator_plugin_description">Matematiksel hesaplamalar yapmaya yarar. (5*3-2 yazmayı deneyin)</system:String>
<system:String x:Key="wox_plugin_calculator_not_a_number">Sayı değil (NaN)</system:String>
<system:String x:Key="wox_plugin_calculator_expression_not_complete">İfade hatalı ya da eksik. (Parantez koymayı mı unuttunuz?)</system:String>
<system:String x:Key="wox_plugin_calculator_copy_number_to_clipboard">Bu sayıyı panoya kopyala</system:String>
<system:String x:Key="flowlauncher_plugin_caculator_plugin_name">Hesap Makinesi</system:String>
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">Matematiksel hesaplamalar yapmaya yarar. (5*3-2 yazmayı deneyin)</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Sayı değil (NaN)</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">İfade hatalı ya da eksik. (Parantez koymayı mı unuttunuz?)</system:String>
<system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">Bu sayıyı panoya kopyala</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_caculator_plugin_name">计算器</system:String>
<system:String x:Key="wox_plugin_caculator_plugin_description">为Flow.Launcher提供数学计算能力。(试着在Flow.Launcher输入 5*3-2)</system:String>
<system:String x:Key="flowlauncher_plugin_caculator_plugin_name">计算器</system:String>
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">为Flow.Launcher提供数学计算能力。(试着在Flow.Launcher输入 5*3-2)</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_caculator_plugin_name">計算機</system:String>
<system:String x:Key="wox_plugin_caculator_plugin_description">為 Flow.Launcher 提供數學計算功能。(試著在 Flow.Launcher 輸入 5*3-2)</system:String>
<system:String x:Key="flowlauncher_plugin_caculator_plugin_name">計算機</system:String>
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">為 Flow.Launcher 提供數學計算功能。(試著在 Flow.Launcher 輸入 5*3-2)</system:String>
</ResourceDictionary>

View file

@ -56,10 +56,10 @@ namespace Flow.Launcher.Plugin.Caculator
var result = MagesEngine.Interpret(expression);
if (result.ToString() == "NaN")
result = Context.API.GetTranslation("wox_plugin_calculator_not_a_number");
result = Context.API.GetTranslation("flowlauncher_plugin_calculator_not_a_number");
if (result is Function)
result = Context.API.GetTranslation("wox_plugin_calculator_expression_not_complete");
result = Context.API.GetTranslation("flowlauncher_plugin_calculator_expression_not_complete");
if (!string.IsNullOrEmpty(result?.ToString()))
{
@ -73,7 +73,7 @@ namespace Flow.Launcher.Plugin.Caculator
Title = newResult,
IcoPath = "Images/calculator.png",
Score = 300,
SubTitle = Context.API.GetTranslation("wox_plugin_calculator_copy_number_to_clipboard"),
SubTitle = Context.API.GetTranslation("flowlauncher_plugin_calculator_copy_number_to_clipboard"),
Action = c =>
{
try
@ -167,12 +167,12 @@ namespace Flow.Launcher.Plugin.Caculator
public string GetTranslatedPluginTitle()
{
return Context.API.GetTranslation("wox_plugin_caculator_plugin_name");
return Context.API.GetTranslation("flowlauncher_plugin_caculator_plugin_name");
}
public string GetTranslatedPluginDescription()
{
return Context.API.GetTranslation("wox_plugin_caculator_plugin_description");
return Context.API.GetTranslation("flowlauncher_plugin_caculator_plugin_description");
}
public Control CreateSettingPanel()

View file

@ -26,7 +26,7 @@
<ColumnDefinition Width="3*"/>
</Grid.ColumnDefinitions>
<TextBlock Grid.Column="0" Grid.Row="0" Text="{DynamicResource wox_plugin_calculator_output_decimal_seperator}" VerticalAlignment="Center" />
<TextBlock Grid.Column="0" Grid.Row="0" Text="{DynamicResource flowlauncher_plugin_calculator_output_decimal_seperator}" VerticalAlignment="Center" />
<ComboBox x:Name="DecimalSeparatorComboBox"
Grid.Column="1"
Grid.Row="0"
@ -41,7 +41,7 @@
</ComboBox.ItemTemplate>
</ComboBox>
<TextBlock Grid.Column="0" Grid.Row="1" Text="{DynamicResource wox_plugin_calculator_max_decimal_places}" VerticalAlignment="Center" />
<TextBlock Grid.Column="0" Grid.Row="1" Text="{DynamicResource flowlauncher_plugin_calculator_max_decimal_places}" VerticalAlignment="Center" />
<ComboBox x:Name="MaxDecimalPlaces"
Grid.Column="1"
Grid.Row="1"

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_color_plugin_name">Farben</system:String>
<system:String x:Key="wox_plugin_color_plugin_description">Stellt eine HEX-Farben Vorschau bereit. (Versuche #000 in Flow.Launcher)</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_name">Farben</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_description">Stellt eine HEX-Farben Vorschau bereit. (Versuche #000 in Flow.Launcher)</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_color_plugin_name">Colors</system:String>
<system:String x:Key="wox_plugin_color_plugin_description">Allows to preview colors using hex values.(Try #000 in Flow.Launcher)</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_name">Colors</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_description">Allows to preview colors using hex values.(Try #000 in Flow.Launcher)</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_color_plugin_name">Kolory</system:String>
<system:String x:Key="wox_plugin_color_plugin_description">Podgląd kolorów po wpisaniu ich kodu szesnastkowego. (Spróbuj wpisać #000 w oknie Flow.Launchera)</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_name">Kolory</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_description">Podgląd kolorów po wpisaniu ich kodu szesnastkowego. (Spróbuj wpisać #000 w oknie Flow.Launchera)</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_color_plugin_name">Renkler</system:String>
<system:String x:Key="wox_plugin_color_plugin_description">Hex kodunu girdiğiniz renkleri görüntülemeye yarar.(#000 yazmayı deneyin)</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_name">Renkler</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_description">Hex kodunu girdiğiniz renkleri görüntülemeye yarar.(#000 yazmayı deneyin)</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_color_plugin_name">颜色</system:String>
<system:String x:Key="wox_plugin_color_plugin_description">提供在Flow.Launcher查询hex颜色。(尝试在Flow.Launcher中输入#000)</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_name">颜色</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_description">提供在Flow.Launcher查询hex颜色。(尝试在Flow.Launcher中输入#000)</system:String>
</ResourceDictionary>

View file

@ -2,6 +2,6 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_color_plugin_name">顏色</system:String>
<system:String x:Key="wox_plugin_color_plugin_description">提供在 Flow.Launcher 查詢 hex 顏色。(試著在 Flow.Launcher 中輸入 #000)</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_name">顏色</system:String>
<system:String x:Key="flowlauncher_plugin_color_plugin_description">提供在 Flow.Launcher 查詢 hex 顏色。(試著在 Flow.Launcher 中輸入 #000)</system:String>
</ResourceDictionary>

View file

@ -110,12 +110,12 @@ namespace Flow.Launcher.Plugin.Color
public string GetTranslatedPluginTitle()
{
return context.API.GetTranslation("wox_plugin_color_plugin_name");
return context.API.GetTranslation("flowlauncher_plugin_color_plugin_name");
}
public string GetTranslatedPluginDescription()
{
return context.API.GetTranslation("wox_plugin_color_plugin_description");
return context.API.GetTranslation("flowlauncher_plugin_color_plugin_description");
}
}
}

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_controlpanel_plugin_name">Systemsteuerung</system:String>
<system:String x:Key="wox_plugin_controlpanel_plugin_description">Suche in der Systemsteuerung</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_name">Systemsteuerung</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_description">Suche in der Systemsteuerung</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_controlpanel_plugin_name">Control Panel</system:String>
<system:String x:Key="wox_plugin_controlpanel_plugin_description">Search within the Control Panel</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_name">Control Panel</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_description">Search within the Control Panel</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_controlpanel_plugin_name">Panel sterowania</system:String>
<system:String x:Key="wox_plugin_controlpanel_plugin_description">Szybie wyszukiwanie ustawień w panelu sterowania</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_name">Panel sterowania</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_description">Szybie wyszukiwanie ustawień w panelu sterowania</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_controlpanel_plugin_name">Denetim Masası</system:String>
<system:String x:Key="wox_plugin_controlpanel_plugin_description">Denetim Masası'nda arama yapın.</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_name">Denetim Masası</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_description">Denetim Masası'nda arama yapın.</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_controlpanel_plugin_name">控制面板</system:String>
<system:String x:Key="wox_plugin_controlpanel_plugin_description">搜索控制面板</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_name">控制面板</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_description">搜索控制面板</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_controlpanel_plugin_name">控制台</system:String>
<system:String x:Key="wox_plugin_controlpanel_plugin_description">搜尋控制台</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_name">控制台</system:String>
<system:String x:Key="flowlauncher_plugin_controlpanel_plugin_description">搜尋控制台</system:String>
</ResourceDictionary>

View file

@ -88,12 +88,12 @@ namespace Flow.Launcher.Plugin.ControlPanel
public string GetTranslatedPluginTitle()
{
return context.API.GetTranslation("wox_plugin_controlpanel_plugin_name");
return context.API.GetTranslation("flowlauncher_plugin_controlpanel_plugin_name");
}
public string GetTranslatedPluginDescription()
{
return context.API.GetTranslation("wox_plugin_controlpanel_plugin_description");
return context.API.GetTranslation("flowlauncher_plugin_controlpanel_plugin_description");
}
}
}

View file

@ -17,8 +17,8 @@
<ColumnDefinition Width="*"></ColumnDefinition>
<ColumnDefinition Width="Auto"></ColumnDefinition>
</Grid.ColumnDefinitions>
<CheckBox Grid.Row="0" Grid.ColumnSpan="3" x:Name="UseLocationAsWorkingDir" Content="{DynamicResource wox_plugin_everything_use_location_as_working_dir}" Margin="10" HorizontalAlignment="Left" />
<Label Grid.Row="1" Margin="10" Content="{DynamicResource wox_plugin_everything_editor_path}" HorizontalAlignment="Left"/>
<CheckBox Grid.Row="0" Grid.ColumnSpan="3" x:Name="UseLocationAsWorkingDir" Content="{DynamicResource flowlauncher_plugin_everything_use_location_as_working_dir}" Margin="10" HorizontalAlignment="Left" />
<Label Grid.Row="1" Margin="10" Content="{DynamicResource flowlauncher_plugin_everything_editor_path}" HorizontalAlignment="Left"/>
<Label Grid.Row="1" Grid.Column="1" x:Name="EditorPath" Margin="10" HorizontalAlignment="Stretch" />
<Button Grid.Row="1" Grid.Column="2" x:Name="OpenEditorPath" Content="..." Margin="10" HorizontalAlignment="Right" Click="EditorPath_Clicked"/>
</Grid>

View file

@ -2,17 +2,17 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_everything_is_not_running">Everything Service läuft nicht</system:String>
<system:String x:Key="wox_plugin_everything_query_error">Everything Plugin hat einen Fehler (drücke Enter zum kopieren der Fehlernachricht)</system:String>
<system:String x:Key="wox_plugin_everything_copied">kopiert</system:String>
<system:String x:Key="wox_plugin_everything_canot_start">Kann {0} nicht starten</system:String>
<system:String x:Key="wox_plugin_everything_open_containing_folder">Öffne enthaltenden Ordner</system:String>
<system:String x:Key="wox_plugin_everything_open_with_editor">Openen met {0}</system:String>
<system:String x:Key="wox_plugin_everything_editor_path">Editor pad</system:String>
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Everything Service läuft nicht</system:String>
<system:String x:Key="flowlauncher_plugin_everything_query_error">Everything Plugin hat einen Fehler (drücke Enter zum kopieren der Fehlernachricht)</system:String>
<system:String x:Key="flowlauncher_plugin_everything_copied">kopiert</system:String>
<system:String x:Key="flowlauncher_plugin_everything_canot_start">Kann {0} nicht starten</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_containing_folder">Öffne enthaltenden Ordner</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_with_editor">Openen met {0}</system:String>
<system:String x:Key="flowlauncher_plugin_everything_editor_path">Editor pad</system:String>
<system:String x:Key="wox_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="wox_plugin_everything_plugin_description">Suche Dateien mit Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_description">Suche Dateien mit Everything</system:String>
<system:String x:Key="wox_plugin_everything_use_location_as_working_dir">Verwenden Suchergebnis Standort als ausführbare Arbeitsverzeichnis</system:String>
<system:String x:Key="flowlauncher_plugin_everything_use_location_as_working_dir">Verwenden Suchergebnis Standort als ausführbare Arbeitsverzeichnis</system:String>
</ResourceDictionary>

View file

@ -2,21 +2,21 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_everything_is_not_running">Everything Service is not running</system:String>
<system:String x:Key="wox_plugin_everything_query_error">Error while querying Everything</system:String>
<system:String x:Key="wox_plugin_everything_copied">Copied</system:String>
<system:String x:Key="wox_plugin_everything_canot_start">Cant start {0}</system:String>
<system:String x:Key="wox_plugin_everything_open_containing_folder">Open parent folder</system:String>
<system:String x:Key="wox_plugin_everything_open_with_editor">Open with {0}</system:String>
<system:String x:Key="wox_plugin_everything_editor_path">Editor Path</system:String>
<system:String x:Key="wox_plugin_everything_copy_path">Copy path</system:String>
<system:String x:Key="wox_plugin_everything_copy">Copy</system:String>
<system:String x:Key="wox_plugin_everything_delete">Delete</system:String>
<system:String x:Key="wox_plugin_everything_canot_delete">Can't delete {0}</system:String>
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">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_copied">Copied</system:String>
<system:String x:Key="flowlauncher_plugin_everything_canot_start">Cant start {0}</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_containing_folder">Open parent folder</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_with_editor">Open with {0}</system:String>
<system:String x:Key="flowlauncher_plugin_everything_editor_path">Editor Path</system:String>
<system:String x:Key="flowlauncher_plugin_everything_copy_path">Copy path</system:String>
<system:String x:Key="flowlauncher_plugin_everything_copy">Copy</system:String>
<system:String x:Key="flowlauncher_plugin_everything_delete">Delete</system:String>
<system:String x:Key="flowlauncher_plugin_everything_canot_delete">Can't delete {0}</system:String>
<system:String x:Key="wox_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="wox_plugin_everything_plugin_description">Search on-disk files using Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_description">Search on-disk files using Everything</system:String>
<system:String x:Key="wox_plugin_everything_use_location_as_working_dir">Use search result's location as executable working directory</system:String>
<system:String x:Key="flowlauncher_plugin_everything_use_location_as_working_dir">Use search result's location as executable working directory</system:String>
</ResourceDictionary>

View file

@ -2,15 +2,15 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_everything_is_not_running">Everything Service nie jest uruchomiony</system:String>
<system:String x:Key="wox_plugin_everything_query_error">Wystąpił błąd podczas pobierania wyników z Everything</system:String>
<system:String x:Key="wox_plugin_everything_copied">Skopiowano</system:String>
<system:String x:Key="wox_plugin_everything_canot_start">Nie udało się uruchomić {0}</system:String>
<system:String x:Key="wox_plugin_everything_open_containing_folder">Otwórz folder nadrzędny.</system:String>
<system:String x:Key="wox_plugin_everything_open_with_editor">Otwórz za pomocą {0}</system:String>
<system:String x:Key="wox_plugin_everything_editor_path">Ścieżka edytora</system:String>
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Everything Service nie jest uruchomiony</system:String>
<system:String x:Key="flowlauncher_plugin_everything_query_error">Wystąpił błąd podczas pobierania wyników z Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_copied">Skopiowano</system:String>
<system:String x:Key="flowlauncher_plugin_everything_canot_start">Nie udało się uruchomić {0}</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_containing_folder">Otwórz folder nadrzędny.</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_with_editor">Otwórz za pomocą {0}</system:String>
<system:String x:Key="flowlauncher_plugin_everything_editor_path">Ścieżka edytora</system:String>
<system:String x:Key="wox_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="wox_plugin_everything_plugin_description">Szukaj w plikach na dysku używając programu Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_description">Szukaj w plikach na dysku używając programu Everything</system:String>
</ResourceDictionary>

View file

@ -2,21 +2,21 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_everything_is_not_running">Everything Servisi çalışmıyor</system:String>
<system:String x:Key="wox_plugin_everything_query_error">Sorgu Everything üzerinde çalıştırılırken hata oluştu</system:String>
<system:String x:Key="wox_plugin_everything_copied">Kopyalandı</system:String>
<system:String x:Key="wox_plugin_everything_canot_start">{0} başlatılamıyor</system:String>
<system:String x:Key="wox_plugin_everything_open_containing_folder">İçeren klasörü aç</system:String>
<system:String x:Key="wox_plugin_everything_open_with_editor">{0} ile aç</system:String>
<system:String x:Key="wox_plugin_everything_editor_path">Düzenleyici Konumu</system:String>
<system:String x:Key="wox_plugin_everything_copy_path">Konumu Kopyala</system:String>
<system:String x:Key="wox_plugin_everything_copy">Kopyala</system:String>
<system:String x:Key="wox_plugin_everything_delete">Sil</system:String>
<system:String x:Key="wox_plugin_everything_canot_delete">{0} silinemiyor</system:String>
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Everything Servisi çalışmıyor</system:String>
<system:String x:Key="flowlauncher_plugin_everything_query_error">Sorgu Everything üzerinde çalıştırılırken hata oluştu</system:String>
<system:String x:Key="flowlauncher_plugin_everything_copied">Kopyalandı</system:String>
<system:String x:Key="flowlauncher_plugin_everything_canot_start">{0} başlatılamıyor</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_containing_folder">İçeren klasörü aç</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_with_editor">{0} ile aç</system:String>
<system:String x:Key="flowlauncher_plugin_everything_editor_path">Düzenleyici Konumu</system:String>
<system:String x:Key="flowlauncher_plugin_everything_copy_path">Konumu Kopyala</system:String>
<system:String x:Key="flowlauncher_plugin_everything_copy">Kopyala</system:String>
<system:String x:Key="flowlauncher_plugin_everything_delete">Sil</system:String>
<system:String x:Key="flowlauncher_plugin_everything_canot_delete">{0} silinemiyor</system:String>
<system:String x:Key="wox_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="wox_plugin_everything_plugin_description">Everything programı yardımıyla diskteki dosyalarınızı arayın.</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_description">Everything programı yardımıyla diskteki dosyalarınızı arayın.</system:String>
<system:String x:Key="wox_plugin_everything_use_location_as_working_dir">Programın çalışma klasörü olarak sonuç klasörünü kullan</system:String>
<system:String x:Key="flowlauncher_plugin_everything_use_location_as_working_dir">Programın çalışma klasörü olarak sonuç klasörünü kullan</system:String>
</ResourceDictionary>

View file

@ -2,20 +2,20 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_everything_is_not_running">Everything Service 没有运行</system:String>
<system:String x:Key="wox_plugin_everything_query_error">Everything 插件发生了一个错误(回车拷贝具体错误信息)</system:String>
<system:String x:Key="wox_plugin_everything_copied">拷贝成功</system:String>
<system:String x:Key="wox_plugin_everything_canot_start">不能启动 {0}</system:String>
<system:String x:Key="wox_plugin_everything_open_containing_folder">打开所属文件夹</system:String>
<system:String x:Key="wox_plugin_everything_open_with_editor">使用{0}打开</system:String>
<system:String x:Key="wox_plugin_everything_editor_path">编辑器路径</system:String>
<system:String x:Key="wox_plugin_everything_copy_path">拷贝路径</system:String>
<system:String x:Key="wox_plugin_everything_copy">拷贝</system:String>
<system:String x:Key="wox_plugin_everything_delete">删除</system:String>
<system:String x:Key="wox_plugin_everything_canot_delete">无法删除 {0}</system:String>
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Everything Service 没有运行</system:String>
<system:String x:Key="flowlauncher_plugin_everything_query_error">Everything 插件发生了一个错误(回车拷贝具体错误信息)</system:String>
<system:String x:Key="flowlauncher_plugin_everything_copied">拷贝成功</system:String>
<system:String x:Key="flowlauncher_plugin_everything_canot_start">不能启动 {0}</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_containing_folder">打开所属文件夹</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_with_editor">使用{0}打开</system:String>
<system:String x:Key="flowlauncher_plugin_everything_editor_path">编辑器路径</system:String>
<system:String x:Key="flowlauncher_plugin_everything_copy_path">拷贝路径</system:String>
<system:String x:Key="flowlauncher_plugin_everything_copy">拷贝</system:String>
<system:String x:Key="flowlauncher_plugin_everything_delete">删除</system:String>
<system:String x:Key="flowlauncher_plugin_everything_canot_delete">无法删除 {0}</system:String>
<system:String x:Key="wox_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="wox_plugin_everything_plugin_description">利用 Everything 搜索磁盘文件</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_description">利用 Everything 搜索磁盘文件</system:String>
<system:String x:Key="wox_plugin_everything_use_location_as_working_dir">使用应用程序的位置为可执行的工作目录</system:String>
<system:String x:Key="flowlauncher_plugin_everything_use_location_as_working_dir">使用应用程序的位置为可执行的工作目录</system:String>
</ResourceDictionary>

View file

@ -2,16 +2,16 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_everything_is_not_running">Everything Service 尚未啟動</system:String>
<system:String x:Key="wox_plugin_everything_query_error">Everything 套件發生錯誤Enter 複製具體錯誤訊息)</system:String>
<system:String x:Key="wox_plugin_everything_copied">複製成功</system:String>
<system:String x:Key="wox_plugin_everything_canot_start">無法啟動 {0}</system:String>
<system:String x:Key="wox_plugin_everything_open_containing_folder">開啟檔案位置</system:String>
<system:String x:Key="wox_plugin_everything_open_with_editor">利用{0}啟動</system:String>
<system:String x:Key="wox_plugin_everything_editor_path">編輯器路径</system:String>
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Everything Service 尚未啟動</system:String>
<system:String x:Key="flowlauncher_plugin_everything_query_error">Everything 套件發生錯誤Enter 複製具體錯誤訊息)</system:String>
<system:String x:Key="flowlauncher_plugin_everything_copied">複製成功</system:String>
<system:String x:Key="flowlauncher_plugin_everything_canot_start">無法啟動 {0}</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_containing_folder">開啟檔案位置</system:String>
<system:String x:Key="flowlauncher_plugin_everything_open_with_editor">利用{0}啟動</system:String>
<system:String x:Key="flowlauncher_plugin_everything_editor_path">編輯器路径</system:String>
<system:String x:Key="wox_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="wox_plugin_everything_plugin_description">利用 Everything 搜尋磁碟上的檔案</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_name">Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_plugin_description">利用 Everything 搜尋磁碟上的檔案</system:String>
<system:String x:Key="wox_plugin_everything_use_location_as_working_dir">使用程式所在目錄作為工作目錄</system:String>
<system:String x:Key="flowlauncher_plugin_everything_use_location_as_working_dir">使用程式所在目錄作為工作目錄</system:String>
</ResourceDictionary>

View file

@ -59,7 +59,7 @@ namespace Flow.Launcher.Plugin.Everything
{
results.Add(new Result
{
Title = _context.API.GetTranslation("wox_plugin_everything_is_not_running"),
Title = _context.API.GetTranslation("flowlauncher_plugin_everything_is_not_running"),
IcoPath = "Images\\warning.png"
});
}
@ -68,12 +68,12 @@ namespace Flow.Launcher.Plugin.Everything
Log.Exception("EverythingPlugin", "Query Error", e);
results.Add(new Result
{
Title = _context.API.GetTranslation("wox_plugin_everything_query_error"),
Title = _context.API.GetTranslation("flowlauncher_plugin_everything_query_error"),
SubTitle = e.Message,
Action = _ =>
{
Clipboard.SetText(e.Message + "\r\n" + e.StackTrace);
_context.API.ShowMsg(_context.API.GetTranslation("wox_plugin_everything_copied"), null, string.Empty);
_context.API.ShowMsg(_context.API.GetTranslation("flowlauncher_plugin_everything_copied"), null, string.Empty);
return false;
},
IcoPath = "Images\\error.png"
@ -132,7 +132,7 @@ namespace Flow.Launcher.Plugin.Everything
List<ContextMenu> defaultContextMenus = new List<ContextMenu>();
ContextMenu openFolderContextMenu = new ContextMenu
{
Name = _context.API.GetTranslation("wox_plugin_everything_open_containing_folder"),
Name = _context.API.GetTranslation("flowlauncher_plugin_everything_open_containing_folder"),
Command = "explorer.exe",
Argument = " /select,\"{path}\"",
ImagePath = "Images\\folder.png"
@ -144,7 +144,7 @@ namespace Flow.Launcher.Plugin.Everything
ContextMenu openWithEditorContextMenu = new ContextMenu
{
Name = string.Format(_context.API.GetTranslation("wox_plugin_everything_open_with_editor"), Path.GetFileNameWithoutExtension(editorPath)),
Name = string.Format(_context.API.GetTranslation("flowlauncher_plugin_everything_open_with_editor"), Path.GetFileNameWithoutExtension(editorPath)),
Command = editorPath,
Argument = " \"{path}\"",
ImagePath = editorPath
@ -183,12 +183,12 @@ namespace Flow.Launcher.Plugin.Everything
public string GetTranslatedPluginTitle()
{
return _context.API.GetTranslation("wox_plugin_everything_plugin_name");
return _context.API.GetTranslation("flowlauncher_plugin_everything_plugin_name");
}
public string GetTranslatedPluginDescription()
{
return _context.API.GetTranslation("wox_plugin_everything_plugin_description");
return _context.API.GetTranslation("flowlauncher_plugin_everything_plugin_description");
}
public List<Result> LoadContextMenus(Result selectedResult)
@ -218,7 +218,7 @@ namespace Flow.Launcher.Plugin.Everything
}
catch
{
_context.API.ShowMsg(string.Format(_context.API.GetTranslation("wox_plugin_everything_canot_start"), record.FullPath), string.Empty, string.Empty);
_context.API.ShowMsg(string.Format(_context.API.GetTranslation("flowlauncher_plugin_everything_canot_start"), record.FullPath), string.Empty, string.Empty);
return false;
}
return true;
@ -231,7 +231,7 @@ namespace Flow.Launcher.Plugin.Everything
var icoPath = (record.Type == ResultType.File) ? "Images\\file.png" : "Images\\folder.png";
contextMenus.Add(new Result
{
Title = _context.API.GetTranslation("wox_plugin_everything_copy_path"),
Title = _context.API.GetTranslation("flowlauncher_plugin_everything_copy_path"),
Action = (context) =>
{
Clipboard.SetText(record.FullPath);
@ -242,7 +242,7 @@ namespace Flow.Launcher.Plugin.Everything
contextMenus.Add(new Result
{
Title = _context.API.GetTranslation("wox_plugin_everything_copy"),
Title = _context.API.GetTranslation("flowlauncher_plugin_everything_copy"),
Action = (context) =>
{
Clipboard.SetFileDropList(new System.Collections.Specialized.StringCollection { record.FullPath });
@ -254,7 +254,7 @@ namespace Flow.Launcher.Plugin.Everything
if (record.Type == ResultType.File || record.Type == ResultType.Folder)
contextMenus.Add(new Result
{
Title = _context.API.GetTranslation("wox_plugin_everything_delete"),
Title = _context.API.GetTranslation("flowlauncher_plugin_everything_delete"),
Action = (context) =>
{
try
@ -266,7 +266,7 @@ namespace Flow.Launcher.Plugin.Everything
}
catch
{
_context.API.ShowMsg(string.Format(_context.API.GetTranslation("wox_plugin_everything_canot_delete"), record.FullPath), string.Empty, string.Empty);
_context.API.ShowMsg(string.Format(_context.API.GetTranslation("flowlauncher_plugin_everything_canot_delete"), record.FullPath), string.Empty, string.Empty);
return false;
}

View file

@ -15,7 +15,7 @@
DragEnter="lbxFolders_DragEnter">
<ListView.View>
<GridView>
<GridViewColumn Header="{DynamicResource wox_plugin_folder_folder_path}" Width="180">
<GridViewColumn Header="{DynamicResource flowlauncher_plugin_folder_folder_path}" Width="180">
<GridViewColumn.CellTemplate>
<DataTemplate>
<TextBlock Text="{Binding Path}"/>
@ -26,9 +26,9 @@
</ListView.View>
</ListView>
<StackPanel Grid.Row="1" HorizontalAlignment="Right" Orientation="Horizontal">
<Button x:Name="btnDelete" Click="btnDelete_Click" Width="100" Margin="10" Content="{DynamicResource wox_plugin_folder_delete}"/>
<Button x:Name="btnEdit" Click="btnEdit_Click" Width="100" Margin="10" Content="{DynamicResource wox_plugin_folder_edit}"/>
<Button x:Name="btnAdd" Click="btnAdd_Click" Width="100" Margin="10" Content="{DynamicResource wox_plugin_folder_add}"/>
<Button x:Name="btnDelete" Click="btnDelete_Click" Width="100" Margin="10" Content="{DynamicResource flowlauncher_plugin_folder_delete}"/>
<Button x:Name="btnEdit" Click="btnEdit_Click" Width="100" Margin="10" Content="{DynamicResource flowlauncher_plugin_folder_edit}"/>
<Button x:Name="btnAdd" Click="btnAdd_Click" Width="100" Margin="10" Content="{DynamicResource flowlauncher_plugin_folder_add}"/>
</StackPanel>
</Grid>
</UserControl>

View file

@ -13,12 +13,12 @@ namespace Flow.Launcher.Plugin.Folder
public partial class FileSystemSettings
{
private IPublicAPI woxAPI;
private IPublicAPI flowlauncherAPI;
private Settings _settings;
public FileSystemSettings(IPublicAPI woxAPI, Settings settings)
public FileSystemSettings(IPublicAPI flowlauncherAPI, Settings settings)
{
this.woxAPI = woxAPI;
this.flowlauncherAPI = flowlauncherAPI;
InitializeComponent();
_settings = settings;
lbxFolders.ItemsSource = _settings.FolderLinks;
@ -29,7 +29,7 @@ namespace Flow.Launcher.Plugin.Folder
var selectedFolder = lbxFolders.SelectedItem as FolderLink;
if (selectedFolder != null)
{
string msg = string.Format(woxAPI.GetTranslation("wox_plugin_folder_delete_folder_link"), selectedFolder.Path);
string msg = string.Format(flowlauncherAPI.GetTranslation("flowlauncher_plugin_folder_delete_folder_link"), selectedFolder.Path);
if (MessageBox.Show(msg, string.Empty, MessageBoxButton.YesNo) == MessageBoxResult.Yes)
{
@ -39,7 +39,7 @@ namespace Flow.Launcher.Plugin.Folder
}
else
{
string warning = woxAPI.GetTranslation("wox_plugin_folder_select_folder_link_warning");
string warning = flowlauncherAPI.GetTranslation("flowlauncher_plugin_folder_select_folder_link_warning");
MessageBox.Show(warning);
}
}
@ -61,7 +61,7 @@ namespace Flow.Launcher.Plugin.Folder
}
else
{
string warning = woxAPI.GetTranslation("wox_plugin_folder_select_folder_link_warning");
string warning = flowlauncherAPI.GetTranslation("flowlauncher_plugin_folder_select_folder_link_warning");
MessageBox.Show(warning);
}
}

View file

@ -2,14 +2,14 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_folder_delete">Löschen</system:String>
<system:String x:Key="wox_plugin_folder_edit">Bearbeiten</system:String>
<system:String x:Key="wox_plugin_folder_add">Hinzufügen</system:String>
<system:String x:Key="wox_plugin_folder_folder_path">Ordnerpfad</system:String>
<system:String x:Key="wox_plugin_folder_select_folder_link_warning">Bitte wähle eine Ordnerverknüpfung</system:String>
<system:String x:Key="wox_plugin_folder_delete_folder_link">Bist du sicher {0} zu löschen?</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete">Löschen</system:String>
<system:String x:Key="flowlauncher_plugin_folder_edit">Bearbeiten</system:String>
<system:String x:Key="flowlauncher_plugin_folder_add">Hinzufügen</system:String>
<system:String x:Key="flowlauncher_plugin_folder_folder_path">Ordnerpfad</system:String>
<system:String x:Key="flowlauncher_plugin_folder_select_folder_link_warning">Bitte wähle eine Ordnerverknüpfung</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete_folder_link">Bist du sicher {0} zu löschen?</system:String>
<system:String x:Key="wox_plugin_folder_plugin_name">Ordner</system:String>
<system:String x:Key="wox_plugin_folder_plugin_description">Öffne deine Lieblingsordner direkt von Flow.Launcher aus</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_name">Ordner</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_description">Öffne deine Lieblingsordner direkt von Flow.Launcher aus</system:String>
</ResourceDictionary>

View file

@ -2,14 +2,14 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_folder_delete">Delete</system:String>
<system:String x:Key="wox_plugin_folder_edit">Edit</system:String>
<system:String x:Key="wox_plugin_folder_add">Add</system:String>
<system:String x:Key="wox_plugin_folder_folder_path">Folder Path</system:String>
<system:String x:Key="wox_plugin_folder_select_folder_link_warning">Please select a folder link</system:String>
<system:String x:Key="wox_plugin_folder_delete_folder_link">Are you sure you want to delete {0}?</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete">Delete</system:String>
<system:String x:Key="flowlauncher_plugin_folder_edit">Edit</system:String>
<system:String x:Key="flowlauncher_plugin_folder_add">Add</system:String>
<system:String x:Key="flowlauncher_plugin_folder_folder_path">Folder Path</system:String>
<system:String x:Key="flowlauncher_plugin_folder_select_folder_link_warning">Please select a folder link</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete_folder_link">Are you sure you want to delete {0}?</system:String>
<system:String x:Key="wox_plugin_folder_plugin_name">Folder</system:String>
<system:String x:Key="wox_plugin_folder_plugin_description">Open favorite folder from Flow.Launcher directly</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_name">Folder</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_description">Open favorite folder from Flow.Launcher directly</system:String>
</ResourceDictionary>

View file

@ -2,14 +2,14 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_folder_delete">Usuń</system:String>
<system:String x:Key="wox_plugin_folder_edit">Edytuj</system:String>
<system:String x:Key="wox_plugin_folder_add">Dodaj</system:String>
<system:String x:Key="wox_plugin_folder_folder_path">Ścieżka folderu</system:String>
<system:String x:Key="wox_plugin_folder_select_folder_link_warning">Musisz wybrać któryś folder z listy</system:String>
<system:String x:Key="wox_plugin_folder_delete_folder_link">Czy jesteś pewien że chcesz usunąć {0}?</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete">Usuń</system:String>
<system:String x:Key="flowlauncher_plugin_folder_edit">Edytuj</system:String>
<system:String x:Key="flowlauncher_plugin_folder_add">Dodaj</system:String>
<system:String x:Key="flowlauncher_plugin_folder_folder_path">Ścieżka folderu</system:String>
<system:String x:Key="flowlauncher_plugin_folder_select_folder_link_warning">Musisz wybrać któryś folder z listy</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete_folder_link">Czy jesteś pewien że chcesz usunąć {0}?</system:String>
<system:String x:Key="wox_plugin_folder_plugin_name">Foldery</system:String>
<system:String x:Key="wox_plugin_folder_plugin_description">Otwórz ulubione foldery bezpośrednio z poziomu Flow.Launchera</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_name">Foldery</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_description">Otwórz ulubione foldery bezpośrednio z poziomu Flow.Launchera</system:String>
</ResourceDictionary>

View file

@ -2,14 +2,14 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_folder_delete">Sil</system:String>
<system:String x:Key="wox_plugin_folder_edit">Düzenle</system:String>
<system:String x:Key="wox_plugin_folder_add">Ekle</system:String>
<system:String x:Key="wox_plugin_folder_folder_path">Klasör Konumu</system:String>
<system:String x:Key="wox_plugin_folder_select_folder_link_warning">Lütfen bir klasör bağlantısı seçin</system:String>
<system:String x:Key="wox_plugin_folder_delete_folder_link">{0} bağlantısını silmek istediğinize emin misiniz?</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete">Sil</system:String>
<system:String x:Key="flowlauncher_plugin_folder_edit">Düzenle</system:String>
<system:String x:Key="flowlauncher_plugin_folder_add">Ekle</system:String>
<system:String x:Key="flowlauncher_plugin_folder_folder_path">Klasör Konumu</system:String>
<system:String x:Key="flowlauncher_plugin_folder_select_folder_link_warning">Lütfen bir klasör bağlantısı seçin</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete_folder_link">{0} bağlantısını silmek istediğinize emin misiniz?</system:String>
<system:String x:Key="wox_plugin_folder_plugin_name">Klasör</system:String>
<system:String x:Key="wox_plugin_folder_plugin_description">Favori klasörünüzü doğrudan Flow.Launcher'tan açın</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_name">Klasör</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_description">Favori klasörünüzü doğrudan Flow.Launcher'tan açın</system:String>
</ResourceDictionary>

View file

@ -2,14 +2,14 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_folder_delete">删除</system:String>
<system:String x:Key="wox_plugin_folder_edit">编辑</system:String>
<system:String x:Key="wox_plugin_folder_add">添加</system:String>
<system:String x:Key="wox_plugin_folder_folder_path">文件夹路径</system:String>
<system:String x:Key="wox_plugin_folder_select_folder_link_warning">请选择一个文件夹</system:String>
<system:String x:Key="wox_plugin_folder_delete_folder_link">你确定要删除{0}吗?</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete">删除</system:String>
<system:String x:Key="flowlauncher_plugin_folder_edit">编辑</system:String>
<system:String x:Key="flowlauncher_plugin_folder_add">添加</system:String>
<system:String x:Key="flowlauncher_plugin_folder_folder_path">文件夹路径</system:String>
<system:String x:Key="flowlauncher_plugin_folder_select_folder_link_warning">请选择一个文件夹</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete_folder_link">你确定要删除{0}吗?</system:String>
<system:String x:Key="wox_plugin_folder_plugin_name">文件夹</system:String>
<system:String x:Key="wox_plugin_folder_plugin_description">在Flow.Launcher中直接打开收藏的文件夹</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_name">文件夹</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_description">在Flow.Launcher中直接打开收藏的文件夹</system:String>
</ResourceDictionary>

View file

@ -2,14 +2,14 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_folder_delete">刪除</system:String>
<system:String x:Key="wox_plugin_folder_edit">編輯</system:String>
<system:String x:Key="wox_plugin_folder_add">新增</system:String>
<system:String x:Key="wox_plugin_folder_folder_path">資料夾路徑</system:String>
<system:String x:Key="wox_plugin_folder_select_folder_link_warning">請選擇一個資料夾</system:String>
<system:String x:Key="wox_plugin_folder_delete_folder_link">你確認要刪除{0}嗎?</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete">刪除</system:String>
<system:String x:Key="flowlauncher_plugin_folder_edit">編輯</system:String>
<system:String x:Key="flowlauncher_plugin_folder_add">新增</system:String>
<system:String x:Key="flowlauncher_plugin_folder_folder_path">資料夾路徑</system:String>
<system:String x:Key="flowlauncher_plugin_folder_select_folder_link_warning">請選擇一個資料夾</system:String>
<system:String x:Key="flowlauncher_plugin_folder_delete_folder_link">你確認要刪除{0}嗎?</system:String>
<system:String x:Key="wox_plugin_folder_plugin_name">資料夾</system:String>
<system:String x:Key="wox_plugin_folder_plugin_description">在 Flow.Launcher 中直接開啟收藏的資料夾</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_name">資料夾</system:String>
<system:String x:Key="flowlauncher_plugin_folder_plugin_description">在 Flow.Launcher 中直接開啟收藏的資料夾</system:String>
</ResourceDictionary>

View file

@ -294,12 +294,12 @@ namespace Flow.Launcher.Plugin.Folder
public string GetTranslatedPluginTitle()
{
return _context.API.GetTranslation("wox_plugin_folder_plugin_name");
return _context.API.GetTranslation("flowlauncher_plugin_folder_plugin_name");
}
public string GetTranslatedPluginDescription()
{
return _context.API.GetTranslation("wox_plugin_folder_plugin_description");
return _context.API.GetTranslation("flowlauncher_plugin_folder_plugin_description");
}
public List<Result> LoadContextMenus(Result selectedResult)

View file

@ -2,7 +2,7 @@
"ID":"B4D3B69656E14D44865C8D818EAE47C4",
"ActionKeyword":"*",
"Name":"Folder",
"Description":"Open favorite folder from wox directorily",
"Description":"Open favorite folder from Flow Launcher directorily",
"Author":"qianlifeng",
"Version":"1.0.0",
"Language":"csharp",

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_pluginindicator_plugin_name">Plugin Indikator</system:String>
<system:String x:Key="wox_plugin_pluginindicator_plugin_description">Stellt Vorschläge für Plugin-Befehle bereit</system:String>
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">Plugin Indikator</system:String>
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_description">Stellt Vorschläge für Plugin-Befehle bereit</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_pluginindicator_plugin_name">Plugin Indicator</system:String>
<system:String x:Key="wox_plugin_pluginindicator_plugin_description">Provides plugins action words suggestions</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>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_pluginindicator_plugin_name">Plugin Indicator</system:String>
<system:String x:Key="wox_plugin_pluginindicator_plugin_description">Pokazuje podpowiedzi jakich zainstalowanych wtyczek możesz użyć</system:String>
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">Plugin Indicator</system:String>
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_description">Pokazuje podpowiedzi jakich zainstalowanych wtyczek możesz użyć</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_pluginindicator_plugin_name">Eklenti Göstergesi</system:String>
<system:String x:Key="wox_plugin_pluginindicator_plugin_description">Eklenti eylemleri hakkında kelime önerileri sunar</system:String>
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">Eklenti Göstergesi</system:String>
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_description">Eklenti eylemleri hakkında kelime önerileri sunar</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_pluginindicator_plugin_name">插件关键词提示</system:String>
<system:String x:Key="wox_plugin_pluginindicator_plugin_description">提供插件关键词搜索提示</system:String>
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">插件关键词提示</system:String>
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_description">提供插件关键词搜索提示</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_pluginindicator_plugin_name">套件關鍵字提示</system:String>
<system:String x:Key="wox_plugin_pluginindicator_plugin_description">提供套件關鍵字搜尋提示</system:String>
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_name">套件關鍵字提示</system:String>
<system:String x:Key="flowlauncher_plugin_pluginindicator_plugin_description">提供套件關鍵字搜尋提示</system:String>
</ResourceDictionary>

View file

@ -36,12 +36,12 @@ namespace Flow.Launcher.Plugin.PluginIndicator
public string GetTranslatedPluginTitle()
{
return context.API.GetTranslation("wox_plugin_pluginindicator_plugin_name");
return context.API.GetTranslation("flowlauncher_plugin_pluginindicator_plugin_name");
}
public string GetTranslatedPluginDescription()
{
return context.API.GetTranslation("wox_plugin_pluginindicator_plugin_description");
return context.API.GetTranslation("flowlauncher_plugin_pluginindicator_plugin_description");
}
}
}

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_plugin_management_plugin_name">Flow.Launcher Plugin Verwaltung</system:String>
<system:String x:Key="wox_plugin_plugin_management_plugin_description">Installiere/Entferne/Aktualisiere Flow.Launcher Plugins</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_name">Flow.Launcher Plugin Verwaltung</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_description">Installiere/Entferne/Aktualisiere Flow.Launcher Plugins</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_plugin_management_plugin_name">Flow.Launcher Plugin Management</system:String>
<system:String x:Key="wox_plugin_plugin_management_plugin_description">Install, remove or update Flow.Launcher plugins</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_name">Flow.Launcher Plugin Management</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_description">Install, remove or update Flow.Launcher plugins</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_plugin_management_plugin_name">Zarządzanie wtyczkami Flow.Launcher</system:String>
<system:String x:Key="wox_plugin_plugin_management_plugin_description">Pozwala na instalacje, usuwanie i aktualizacje wtyczek</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_name">Zarządzanie wtyczkami Flow.Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_description">Pozwala na instalacje, usuwanie i aktualizacje wtyczek</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_plugin_management_plugin_name">Flow.Launcher Eklenti Yöneticisi</system:String>
<system:String x:Key="wox_plugin_plugin_management_plugin_description">Flow.Launcher eklentilerini kurun, kaldırın ya da güncelleyin</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_name">Flow.Launcher Eklenti Yöneticisi</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_description">Flow.Launcher eklentilerini kurun, kaldırın ya da güncelleyin</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_plugin_management_plugin_name">Flow.Launcher插件管理</system:String>
<system:String x:Key="wox_plugin_plugin_management_plugin_description">安装/卸载/更新Flow.Launcher插件</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_name">Flow.Launcher插件管理</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_description">安装/卸载/更新Flow.Launcher插件</system:String>
</ResourceDictionary>

View file

@ -2,7 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_plugin_management_plugin_name">Flow.Launcher 外掛管理</system:String>
<system:String x:Key="wox_plugin_plugin_management_plugin_description">安裝/解除安裝/更新 Flow.Launcher 外掛</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_name">Flow.Launcher 外掛管理</system:String>
<system:String x:Key="flowlauncher_plugin_plugin_management_plugin_description">安裝/解除安裝/更新 Flow.Launcher 外掛</system:String>
</ResourceDictionary>

View file

@ -152,9 +152,9 @@ namespace Flow.Launcher.Plugin.PluginManagement
if (result == MessageBoxResult.Yes)
{
string folder = Path.Combine(Path.GetTempPath(), "Flow.LauncherPluginDownload");
string folder = Path.Combine(Path.GetTempPath(), "FlowLauncherPluginDownload");
if (!Directory.Exists(folder)) Directory.CreateDirectory(folder);
string filePath = Path.Combine(folder, Guid.NewGuid().ToString() + ".wox");
string filePath = Path.Combine(folder, Guid.NewGuid().ToString() + ".flowlauncher");
string pluginUrl = APIBASE + "/media/" + r1.plugin_file;
@ -248,12 +248,12 @@ namespace Flow.Launcher.Plugin.PluginManagement
public string GetTranslatedPluginTitle()
{
return context.API.GetTranslation("wox_plugin_plugin_management_plugin_name");
return context.API.GetTranslation("flowlauncher_plugin_plugin_management_plugin_name");
}
public string GetTranslatedPluginDescription()
{
return context.API.GetTranslation("wox_plugin_plugin_management_plugin_description");
return context.API.GetTranslation("flowlauncher_plugin_plugin_management_plugin_description");
}
}
}

View file

@ -2,7 +2,7 @@
"ID":"D2D2C23B084D422DB66FE0C79D6C2A6A",
"ActionKeyword":"wpm",
"Name":"Flow.Launcher Plugin Management",
"Description":"Install/Remove/Update wox plugins",
"Description":"Install/Remove/Update Flow Launcher plugins",
"Author":"qianlifeng",
"Version":"1.0",
"Language":"csharp",

View file

@ -9,13 +9,13 @@
WindowStartupLocation="CenterScreen">
<StackPanel Orientation="Vertical">
<StackPanel Orientation="Horizontal">
<Label Content="{DynamicResource wox_plugin_program_directory}"/>
<Label Content="{DynamicResource flowlauncher_plugin_program_directory}"/>
<TextBox Name="Directory" VerticalAlignment="Center" Width="300" Margin="0,7" />
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
<Button Click="BrowseButton_Click" Content="{DynamicResource wox_plugin_program_browse}"
<Button Click="BrowseButton_Click" Content="{DynamicResource flowlauncher_plugin_program_browse}"
HorizontalAlignment="Right" Margin="10" Height="20" Width="70" />
<Button Click="ButtonAdd_OnClick" Content="{DynamicResource wox_plugin_program_update}"
<Button Click="ButtonAdd_OnClick" Content="{DynamicResource flowlauncher_plugin_program_update}"
HorizontalAlignment="Right" Margin="10" Height="20" Width="70" />
</StackPanel>
</StackPanel>

View file

@ -47,7 +47,7 @@ namespace Flow.Launcher.Plugin.Program
string s = Directory.Text;
if (!System.IO.Directory.Exists(s))
{
System.Windows.MessageBox.Show(_context.API.GetTranslation("wox_plugin_program_invalid_path"));
System.Windows.MessageBox.Show(_context.API.GetTranslation("flowlauncher_plugin_program_invalid_path"));
return;
}
if (_editing == null)

View file

@ -3,35 +3,35 @@
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--Program setting-->
<system:String x:Key="wox_plugin_program_delete">Löschen</system:String>
<system:String x:Key="wox_plugin_program_edit">Bearbeiten</system:String>
<system:String x:Key="wox_plugin_program_add">Hinzufügen</system:String>
<system:String x:Key="wox_plugin_program_location">Speicherort</system:String>
<system:String x:Key="wox_plugin_program_suffixes">Indexiere Dateiendungen</system:String>
<system:String x:Key="wox_plugin_program_reindex">erneut Indexieren</system:String>
<system:String x:Key="wox_plugin_program_indexing">Indexieren</system:String>
<system:String x:Key="wox_plugin_program_index_start">Indexierungs Startmenü</system:String>
<system:String x:Key="wox_plugin_program_index_registry">Indexierungsspeicher</system:String>
<system:String x:Key="wox_plugin_program_suffixes_header">Endungen</system:String>
<system:String x:Key="wox_plugin_program_max_depth_header">Maximale Tiefe</system:String>
<system:String x:Key="flowlauncher_plugin_program_delete">Löschen</system:String>
<system:String x:Key="flowlauncher_plugin_program_edit">Bearbeiten</system:String>
<system:String x:Key="flowlauncher_plugin_program_add">Hinzufügen</system:String>
<system:String x:Key="flowlauncher_plugin_program_location">Speicherort</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes">Indexiere Dateiendungen</system:String>
<system:String x:Key="flowlauncher_plugin_program_reindex">erneut Indexieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_indexing">Indexieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start">Indexierungs Startmenü</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">Indexierungsspeicher</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Endungen</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Maximale Tiefe</system:String>
<system:String x:Key="wox_plugin_program_directory">Verzeichnis:</system:String>
<system:String x:Key="wox_plugin_program_browse">Durchsuchen</system:String>
<system:String x:Key="wox_plugin_program_file_suffixes">Dateiendungen:</system:String>
<system:String x:Key="wox_plugin_program_max_search_depth">Maximale Suchtiefe (-1 ist unlimitiert):</system:String>
<system:String x:Key="flowlauncher_plugin_program_directory">Verzeichnis:</system:String>
<system:String x:Key="flowlauncher_plugin_program_browse">Durchsuchen</system:String>
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">Dateiendungen:</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maximale Suchtiefe (-1 ist unlimitiert):</system:String>
<system:String x:Key="wox_plugin_program_pls_select_program_source">Bitte wähle eine Programmquelle</system:String>
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Bitte wähle eine Programmquelle</system:String>
<system:String x:Key="wox_plugin_program_update">Aktualisieren</system:String>
<system:String x:Key="wox_plugin_program_only_index_tip">Flow.Launcher indexiert nur Datien mit folgenden Endungen:</system:String>
<system:String x:Key="wox_plugin_program_split_by_tip">(Jede Endung muss durch ein ; getrennt werden)</system:String>
<system:String x:Key="wox_plugin_program_update_file_suffixes">Dateiendungen wurden erfolgreich aktualisiert</system:String>
<system:String x:Key="wox_plugin_program_suffixes_cannot_empty">Dateiendungen dürfen nicht leer sein</system:String>
<system:String x:Key="flowlauncher_plugin_program_update">Aktualisieren</system:String>
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow.Launcher indexiert nur Datien mit folgenden Endungen:</system:String>
<system:String x:Key="flowlauncher_plugin_program_split_by_tip">(Jede Endung muss durch ein ; getrennt werden)</system:String>
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Dateiendungen wurden erfolgreich aktualisiert</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">Dateiendungen dürfen nicht leer sein</system:String>
<system:String x:Key="wox_plugin_program_run_as_administrator">Als Administrator ausführen</system:String>
<system:String x:Key="wox_plugin_program_open_containing_folder">Enthaltenden Ordner öffnen</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Als Administrator ausführen</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Enthaltenden Ordner öffnen</system:String>
<system:String x:Key="wox_plugin_program_plugin_name">Programm</system:String>
<system:String x:Key="wox_plugin_program_plugin_description">Suche Programme mit Flow.Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Programm</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Suche Programme mit Flow.Launcher</system:String>
</ResourceDictionary>

View file

@ -3,46 +3,46 @@
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--Program setting-->
<system:String x:Key="wox_plugin_program_delete">Delete</system:String>
<system:String x:Key="wox_plugin_program_edit">Edit</system:String>
<system:String x:Key="wox_plugin_program_add">Add</system:String>
<system:String x:Key="wox_plugin_program_disable">Disable</system:String>
<system:String x:Key="wox_plugin_program_location">Location</system:String>
<system:String x:Key="wox_plugin_program_all_programs">All Programs</system:String>
<system:String x:Key="wox_plugin_program_suffixes">File Suffixes</system:String>
<system:String x:Key="wox_plugin_program_reindex">Reindex</system:String>
<system:String x:Key="wox_plugin_program_indexing">Indexing</system:String>
<system:String x:Key="wox_plugin_program_index_start">Index Start Menu</system:String>
<system:String x:Key="wox_plugin_program_index_registry">Index Registry</system:String>
<system:String x:Key="wox_plugin_program_suffixes_header">Suffixes</system:String>
<system:String x:Key="wox_plugin_program_max_depth_header">Max Depth</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_disable">Disable</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 Suffixes</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_start">Index Start Menu</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">Index Registry</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="wox_plugin_program_directory">Directory:</system:String>
<system:String x:Key="wox_plugin_program_browse">Browse</system:String>
<system:String x:Key="wox_plugin_program_file_suffixes">File Suffixes:</system:String>
<system:String x:Key="wox_plugin_program_max_search_depth">Maximum Search Depth (-1 is unlimited):</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="wox_plugin_program_pls_select_program_source">Please select a program source</system:String>
<system:String x:Key="wox_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_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="wox_plugin_program_update">Update</system:String>
<system:String x:Key="wox_plugin_program_only_index_tip">Flow.Launcher will only index files that end with the following suffixes:</system:String>
<system:String x:Key="wox_plugin_program_split_by_tip">(Each suffix should split by ';' )</system:String>
<system:String x:Key="wox_plugin_program_update_file_suffixes">Successfully updated file suffixes</system:String>
<system:String x:Key="wox_plugin_program_suffixes_cannot_empty">File suffixes can't be empty</system:String>
<system:String x:Key="flowlauncher_plugin_program_update">Update</system:String>
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow.Launcher will only index files that end with the following suffixes:</system:String>
<system:String x:Key="flowlauncher_plugin_program_split_by_tip">(Each suffix should split by ';' )</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="wox_plugin_program_run_as_different_user">Run As Different User</system:String>
<system:String x:Key="wox_plugin_program_run_as_administrator">Run As Administrator</system:String>
<system:String x:Key="wox_plugin_program_open_containing_folder">Open containing folder</system:String>
<system:String x:Key="wox_plugin_program_disable_program">Disable this program from displaying</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="wox_plugin_program_plugin_name">Program</system:String>
<system:String x:Key="wox_plugin_program_plugin_description">Search programs in Flow.Launcher</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="wox_plugin_program_invalid_path">Invalid Path</system:String>
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Invalid Path</system:String>
<!--Dialogs-->
<system:String x:Key="wox_plugin_program_disable_dlgtitle_success">Success</system:String>
<system:String x:Key="wox_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">Success</system:String>
<system:String x:Key="flowlauncher_plugin_program_disable_dlgtitle_success_message">Successfully disabled this program from displaying in your query</system:String>
</ResourceDictionary>

View file

@ -3,36 +3,36 @@
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--Program setting-->
<system:String x:Key="wox_plugin_program_delete">Delete</system:String>
<system:String x:Key="wox_plugin_program_edit">Edit</system:String>
<system:String x:Key="wox_plugin_program_add">Add</system:String>
<system:String x:Key="wox_plugin_program_location">Location</system:String>
<system:String x:Key="wox_plugin_program_suffixes">Index file suffixes</system:String>
<system:String x:Key="wox_plugin_program_reindex">Reindex</system:String>
<system:String x:Key="wox_plugin_program_indexing">Indexing</system:String>
<system:String x:Key="wox_plugin_program_index_start">Index Start Menu</system:String>
<system:String x:Key="wox_plugin_program_index_registry">Index Registry</system:String>
<system:String x:Key="wox_plugin_program_suffixes_header">Suffixes</system:String>
<system:String x:Key="wox_plugin_program_max_depth_header">Max Depth</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_location">Location</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes">Index file suffixes</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_start">Index Start Menu</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">Index Registry</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="wox_plugin_program_directory">Directory:</system:String>
<system:String x:Key="wox_plugin_program_browse">Browse</system:String>
<system:String x:Key="wox_plugin_program_file_suffixes">File Suffixes:</system:String>
<system:String x:Key="wox_plugin_program_max_search_depth">Maximum Search Depth (-1 is unlimited):</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="wox_plugin_program_pls_select_program_source">Please select a program source</system:String>
<system:String x:Key="wox_plugin_program_delete_program_source">Are your sure to delete {0}?</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 your sure to delete {0}?</system:String>
<system:String x:Key="wox_plugin_program_update">Update</system:String>
<system:String x:Key="wox_plugin_program_only_index_tip">Flow.Launcher will only index files that end with following suffixes:</system:String>
<system:String x:Key="wox_plugin_program_split_by_tip">(Each suffix should split by ;)</system:String>
<system:String x:Key="wox_plugin_program_update_file_suffixes">Sucessfully update file suffixes</system:String>
<system:String x:Key="wox_plugin_program_suffixes_cannot_empty">File suffixes can't be empty</system:String>
<system:String x:Key="flowlauncher_plugin_program_update">Update</system:String>
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow.Launcher will only index files that end with following suffixes:</system:String>
<system:String x:Key="flowlauncher_plugin_program_split_by_tip">(Each suffix should split by ;)</system:String>
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Sucessfully update 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="wox_plugin_program_run_as_administrator">Run As Administrator</system:String>
<system:String x:Key="wox_plugin_program_open_containing_folder">Open containing folder</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="wox_plugin_program_plugin_name">Program</system:String>
<system:String x:Key="wox_plugin_program_plugin_description">Search programs in Flow.Launcher</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>
</ResourceDictionary>

View file

@ -3,35 +3,35 @@
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--Program setting-->
<system:String x:Key="wox_plugin_program_delete">Usuń</system:String>
<system:String x:Key="wox_plugin_program_edit">Edytuj</system:String>
<system:String x:Key="wox_plugin_program_add">Dodaj</system:String>
<system:String x:Key="wox_plugin_program_location">Lokalizacja</system:String>
<system:String x:Key="wox_plugin_program_suffixes">Rozszerzenia indeksowanych plików</system:String>
<system:String x:Key="wox_plugin_program_reindex">Re-indeksuj</system:String>
<system:String x:Key="wox_plugin_program_indexing">Indeksowanie</system:String>
<system:String x:Key="wox_plugin_program_index_start">Indeksuj Menu Start</system:String>
<system:String x:Key="wox_plugin_program_index_registry">Indeksuj rejestr</system:String>
<system:String x:Key="wox_plugin_program_suffixes_header">Rozszerzenia</system:String>
<system:String x:Key="wox_plugin_program_max_depth_header">Maksymalna głębokość</system:String>
<system:String x:Key="flowlauncher_plugin_program_delete">Usuń</system:String>
<system:String x:Key="flowlauncher_plugin_program_edit">Edytuj</system:String>
<system:String x:Key="flowlauncher_plugin_program_add">Dodaj</system:String>
<system:String x:Key="flowlauncher_plugin_program_location">Lokalizacja</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes">Rozszerzenia indeksowanych plików</system:String>
<system:String x:Key="flowlauncher_plugin_program_reindex">Re-indeksuj</system:String>
<system:String x:Key="flowlauncher_plugin_program_indexing">Indeksowanie</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start">Indeksuj Menu Start</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">Indeksuj rejestr</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Rozszerzenia</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Maksymalna głębokość</system:String>
<system:String x:Key="wox_plugin_program_directory">Katalog:</system:String>
<system:String x:Key="wox_plugin_program_browse">Przeglądaj</system:String>
<system:String x:Key="wox_plugin_program_file_suffixes">Rozszerzenia plików:</system:String>
<system:String x:Key="wox_plugin_program_max_search_depth">Maksymalna głębokość wyszukiwania (-1 to nieograniczona):</system:String>
<system:String x:Key="flowlauncher_plugin_program_directory">Katalog:</system:String>
<system:String x:Key="flowlauncher_plugin_program_browse">Przeglądaj</system:String>
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">Rozszerzenia plików:</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maksymalna głębokość wyszukiwania (-1 to nieograniczona):</system:String>
<system:String x:Key="wox_plugin_program_pls_select_program_source">Musisz wybrać katalog programu</system:String>
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">Musisz wybrać katalog programu</system:String>
<system:String x:Key="wox_plugin_program_update">Aktualizuj</system:String>
<system:String x:Key="wox_plugin_program_only_index_tip">Flow.Launcher będzie indeksował tylko te pliki z podanymi rozszerzeniami:</system:String>
<system:String x:Key="wox_plugin_program_split_by_tip">(Każde rozszerzenie musi być oddzielone ;)</system:String>
<system:String x:Key="wox_plugin_program_update_file_suffixes">Pomyślnie zaktualizowano rozszerzenia plików</system:String>
<system:String x:Key="wox_plugin_program_suffixes_cannot_empty">Musisz podać rozszerzenia plików</system:String>
<system:String x:Key="flowlauncher_plugin_program_update">Aktualizuj</system:String>
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow.Launcher będzie indeksował tylko te pliki z podanymi rozszerzeniami:</system:String>
<system:String x:Key="flowlauncher_plugin_program_split_by_tip">(Każde rozszerzenie musi być oddzielone ;)</system:String>
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Pomyślnie zaktualizowano rozszerzenia plików</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">Musisz podać rozszerzenia plików</system:String>
<system:String x:Key="wox_plugin_program_run_as_administrator">Uruchom jako administrator</system:String>
<system:String x:Key="wox_plugin_program_open_containing_folder">Otwórz folder zawierający</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Uruchom jako administrator</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">Otwórz folder zawierający</system:String>
<system:String x:Key="wox_plugin_program_plugin_name">Programy</system:String>
<system:String x:Key="wox_plugin_program_plugin_description">Szukaj i uruchamiaj programy z poziomu Flow.Launchera</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Programy</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Szukaj i uruchamiaj programy z poziomu Flow.Launchera</system:String>
</ResourceDictionary>

View file

@ -3,37 +3,37 @@
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--Program setting-->
<system:String x:Key="wox_plugin_program_delete">Sil</system:String>
<system:String x:Key="wox_plugin_program_edit">Düzenle</system:String>
<system:String x:Key="wox_plugin_program_add">Ekle</system:String>
<system:String x:Key="wox_plugin_program_location">Konum</system:String>
<system:String x:Key="wox_plugin_program_suffixes">İndekslenecek Uzantılar</system:String>
<system:String x:Key="wox_plugin_program_reindex">Yeniden İndeksle</system:String>
<system:String x:Key="wox_plugin_program_indexing">İndeksleniyor</system:String>
<system:String x:Key="wox_plugin_program_index_start">Başlat Menüsünü İndeksle</system:String>
<system:String x:Key="wox_plugin_program_index_registry">Registry'i İndeksle</system:String>
<system:String x:Key="wox_plugin_program_suffixes_header">Uzantılar</system:String>
<system:String x:Key="wox_plugin_program_max_depth_header">Derinlik</system:String>
<system:String x:Key="flowlauncher_plugin_program_delete">Sil</system:String>
<system:String x:Key="flowlauncher_plugin_program_edit">Düzenle</system:String>
<system:String x:Key="flowlauncher_plugin_program_add">Ekle</system:String>
<system:String x:Key="flowlauncher_plugin_program_location">Konum</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes">İndekslenecek Uzantılar</system:String>
<system:String x:Key="flowlauncher_plugin_program_reindex">Yeniden İndeksle</system:String>
<system:String x:Key="flowlauncher_plugin_program_indexing">İndeksleniyor</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start">Başlat Menüsünü İndeksle</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">Registry'i İndeksle</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Uzantılar</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Derinlik</system:String>
<system:String x:Key="wox_plugin_program_directory">Dizin:</system:String>
<system:String x:Key="wox_plugin_program_browse">Gözat</system:String>
<system:String x:Key="wox_plugin_program_file_suffixes">Dosya Uzantıları:</system:String>
<system:String x:Key="wox_plugin_program_max_search_depth">Maksimum Arama Derinliği (Limitsiz için -1):</system:String>
<system:String x:Key="flowlauncher_plugin_program_directory">Dizin:</system:String>
<system:String x:Key="flowlauncher_plugin_program_browse">Gözat</system:String>
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">Dosya Uzantıları:</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maksimum Arama Derinliği (Limitsiz için -1):</system:String>
<system:String x:Key="wox_plugin_program_pls_select_program_source">İşlem yapmak istediğiniz klasörü seçin.</system:String>
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">İşlem yapmak istediğiniz klasörü seçin.</system:String>
<system:String x:Key="wox_plugin_program_update">Güncelle</system:String>
<system:String x:Key="wox_plugin_program_only_index_tip">Flow.Launcher yalnızca aşağıdaki uzantılara sahip dosyaları indeksleyecektir:</system:String>
<system:String x:Key="wox_plugin_program_split_by_tip">(Her uzantıyı ; işareti ile ayırın)</system:String>
<system:String x:Key="wox_plugin_program_update_file_suffixes">Dosya uzantıları başarıyla güncellendi</system:String>
<system:String x:Key="wox_plugin_program_suffixes_cannot_empty">Dosya uzantıları boş olamaz</system:String>
<system:String x:Key="flowlauncher_plugin_program_update">Güncelle</system:String>
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow.Launcher yalnızca aşağıdaki uzantılara sahip dosyaları indeksleyecektir:</system:String>
<system:String x:Key="flowlauncher_plugin_program_split_by_tip">(Her uzantıyı ; işareti ile ayırın)</system:String>
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Dosya uzantıları başarıyla güncellendi</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">Dosya uzantıları boş olamaz</system:String>
<system:String x:Key="wox_plugin_program_run_as_administrator">Yönetici Olarak Çalıştır</system:String>
<system:String x:Key="wox_plugin_program_open_containing_folder">İçeren Klasörü Aç</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Yönetici Olarak Çalıştır</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">İçeren Klasörü Aç</system:String>
<system:String x:Key="wox_plugin_program_plugin_name">Program</system:String>
<system:String x:Key="wox_plugin_program_plugin_description">Programları Flow.Launcher'tan arayın</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Program</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Programları Flow.Launcher'tan arayın</system:String>
<system:String x:Key="wox_plugin_program_invalid_path">Geçersiz Konum</system:String>
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Geçersiz Konum</system:String>
</ResourceDictionary>

View file

@ -3,37 +3,37 @@
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--Program setting-->
<system:String x:Key="wox_plugin_program_delete">删除</system:String>
<system:String x:Key="wox_plugin_program_edit">编辑</system:String>
<system:String x:Key="wox_plugin_program_add">增加</system:String>
<system:String x:Key="wox_plugin_program_location">位置</system:String>
<system:String x:Key="wox_plugin_program_suffixes">索引文件后缀</system:String>
<system:String x:Key="wox_plugin_program_reindex">重新索引</system:String>
<system:String x:Key="wox_plugin_program_indexing">索引中</system:String>
<system:String x:Key="wox_plugin_program_index_start">索引开始菜单</system:String>
<system:String x:Key="wox_plugin_program_index_registry">索引注册表</system:String>
<system:String x:Key="wox_plugin_program_suffixes_header">后缀</system:String>
<system:String x:Key="wox_plugin_program_max_depth_header">最大深度</system:String>
<system:String x:Key="flowlauncher_plugin_program_delete">删除</system:String>
<system:String x:Key="flowlauncher_plugin_program_edit">编辑</system:String>
<system:String x:Key="flowlauncher_plugin_program_add">增加</system:String>
<system:String x:Key="flowlauncher_plugin_program_location">位置</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes">索引文件后缀</system:String>
<system:String x:Key="flowlauncher_plugin_program_reindex">重新索引</system:String>
<system:String x:Key="flowlauncher_plugin_program_indexing">索引中</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start">索引开始菜单</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">索引注册表</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">后缀</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">最大深度</system:String>
<system:String x:Key="wox_plugin_program_directory">目录</system:String>
<system:String x:Key="wox_plugin_program_browse">浏览</system:String>
<system:String x:Key="wox_plugin_program_file_suffixes">文件后缀</system:String>
<system:String x:Key="wox_plugin_program_max_search_depth">最大搜索深度(-1是无限的</system:String>
<system:String x:Key="flowlauncher_plugin_program_directory">目录</system:String>
<system:String x:Key="flowlauncher_plugin_program_browse">浏览</system:String>
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">文件后缀</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">最大搜索深度(-1是无限的</system:String>
<system:String x:Key="wox_plugin_program_pls_select_program_source">请先选择一项</system:String>
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">请先选择一项</system:String>
<system:String x:Key="wox_plugin_program_update">更新</system:String>
<system:String x:Key="wox_plugin_program_only_index_tip">Flow.Launcher仅索引下列后缀的文件</system:String>
<system:String x:Key="wox_plugin_program_split_by_tip">(每个后缀以英文状态下的分号分隔)</system:String>
<system:String x:Key="wox_plugin_program_update_file_suffixes">成功更新索引文件后缀</system:String>
<system:String x:Key="wox_plugin_program_suffixes_cannot_empty">文件后缀不能为空</system:String>
<system:String x:Key="flowlauncher_plugin_program_update">更新</system:String>
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow.Launcher仅索引下列后缀的文件</system:String>
<system:String x:Key="flowlauncher_plugin_program_split_by_tip">(每个后缀以英文状态下的分号分隔)</system:String>
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">成功更新索引文件后缀</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">文件后缀不能为空</system:String>
<system:String x:Key="wox_plugin_program_run_as_administrator">以管理员身份运行</system:String>
<system:String x:Key="wox_plugin_program_open_containing_folder">打开所属文件夹</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">以管理员身份运行</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">打开所属文件夹</system:String>
<system:String x:Key="wox_plugin_program_plugin_name">程序</system:String>
<system:String x:Key="wox_plugin_program_plugin_description">在Flow.Launcher中搜索程序</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_name">程序</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_description">在Flow.Launcher中搜索程序</system:String>
<system:String x:Key="wox_plugin_program_invalid_path">无效路径</system:String>
<system:String x:Key="flowlauncher_plugin_program_invalid_path">无效路径</system:String>
</ResourceDictionary>

View file

@ -3,34 +3,34 @@
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--Program setting-->
<system:String x:Key="wox_plugin_program_delete">刪除</system:String>
<system:String x:Key="wox_plugin_program_edit">編輯</system:String>
<system:String x:Key="wox_plugin_program_add">新增</system:String>
<system:String x:Key="wox_plugin_program_location">路徑</system:String>
<system:String x:Key="wox_plugin_program_suffixes">索引副檔名清單</system:String>
<system:String x:Key="wox_plugin_program_reindex">重新建立索引</system:String>
<system:String x:Key="wox_plugin_program_indexing">正在建立索引</system:String>
<system:String x:Key="wox_plugin_program_index_start">替開始選單建立索引</system:String>
<system:String x:Key="wox_plugin_program_index_registry">替登錄檔建立索引</system:String>
<system:String x:Key="wox_plugin_program_suffixes_header">副檔名</system:String>
<system:String x:Key="wox_plugin_program_max_depth_header">最大深度</system:String>
<system:String x:Key="flowlauncher_plugin_program_delete">刪除</system:String>
<system:String x:Key="flowlauncher_plugin_program_edit">編輯</system:String>
<system:String x:Key="flowlauncher_plugin_program_add">新增</system:String>
<system:String x:Key="flowlauncher_plugin_program_location">路徑</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes">索引副檔名清單</system:String>
<system:String x:Key="flowlauncher_plugin_program_reindex">重新建立索引</system:String>
<system:String x:Key="flowlauncher_plugin_program_indexing">正在建立索引</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start">替開始選單建立索引</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">替登錄檔建立索引</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">副檔名</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">最大深度</system:String>
<system:String x:Key="wox_plugin_program_directory">目錄</system:String>
<system:String x:Key="wox_plugin_program_browse">瀏覽</system:String>
<system:String x:Key="wox_plugin_program_file_suffixes">副檔名</system:String>
<system:String x:Key="wox_plugin_program_max_search_depth">最大搜尋深度(-1是無限的</system:String>
<system:String x:Key="flowlauncher_plugin_program_directory">目錄</system:String>
<system:String x:Key="flowlauncher_plugin_program_browse">瀏覽</system:String>
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">副檔名</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">最大搜尋深度(-1是無限的</system:String>
<system:String x:Key="wox_plugin_program_pls_select_program_source">請先選擇一項</system:String>
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">請先選擇一項</system:String>
<system:String x:Key="wox_plugin_program_update">更新</system:String>
<system:String x:Key="wox_plugin_program_only_index_tip">Flow.Launcher 僅索引下列副檔名的檔案:</system:String>
<system:String x:Key="wox_plugin_program_split_by_tip">(每個副檔名以英文的分號分隔)</system:String>
<system:String x:Key="wox_plugin_program_update_file_suffixes">成功更新索引副檔名清單</system:String>
<system:String x:Key="wox_plugin_program_suffixes_cannot_empty">副檔名不能為空</system:String>
<system:String x:Key="flowlauncher_plugin_program_update">更新</system:String>
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow.Launcher 僅索引下列副檔名的檔案:</system:String>
<system:String x:Key="flowlauncher_plugin_program_split_by_tip">(每個副檔名以英文的分號分隔)</system:String>
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">成功更新索引副檔名清單</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">副檔名不能為空</system:String>
<system:String x:Key="wox_plugin_program_run_as_administrator">以系統管理員身分執行</system:String>
<system:String x:Key="wox_plugin_program_open_containing_folder">開啟檔案位置</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">以系統管理員身分執行</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">開啟檔案位置</system:String>
<system:String x:Key="wox_plugin_program_plugin_name">程式</system:String>
<system:String x:Key="wox_plugin_program_plugin_description">在 Flow.Launcher 中搜尋程式</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_name">程式</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_description">在 Flow.Launcher 中搜尋程式</system:String>
</ResourceDictionary>

View file

@ -133,12 +133,12 @@ namespace Flow.Launcher.Plugin.Program
public string GetTranslatedPluginTitle()
{
return _context.API.GetTranslation("wox_plugin_program_plugin_name");
return _context.API.GetTranslation("flowlauncher_plugin_program_plugin_name");
}
public string GetTranslatedPluginDescription()
{
return _context.API.GetTranslation("wox_plugin_program_plugin_description");
return _context.API.GetTranslation("flowlauncher_plugin_program_plugin_description");
}
public List<Result> LoadContextMenus(Result selectedResult)
@ -153,12 +153,12 @@ namespace Flow.Launcher.Plugin.Program
menuOptions.Add(
new Result
{
Title = _context.API.GetTranslation("wox_plugin_program_disable_program"),
Title = _context.API.GetTranslation("flowlauncher_plugin_program_disable_program"),
Action = c =>
{
DisableProgram(program);
_context.API.ShowMsg(_context.API.GetTranslation("wox_plugin_program_disable_dlgtitle_success"),
_context.API.GetTranslation("wox_plugin_program_disable_dlgtitle_success_message"));
_context.API.ShowMsg(_context.API.GetTranslation("flowlauncher_plugin_program_disable_dlgtitle_success"),
_context.API.GetTranslation("flowlauncher_plugin_program_disable_dlgtitle_success_message"));
return false;
},
IcoPath = "Images/disable.png"

View file

@ -9,10 +9,10 @@
WindowStartupLocation="CenterScreen"
d:DesignHeight="400" d:DesignWidth="300">
<StackPanel>
<TextBlock Margin="10 10 0 0" Foreground="Gray" Text="{DynamicResource wox_plugin_program_only_index_tip}" />
<TextBlock Margin="10 10 0 0" Foreground="Gray" Text="{DynamicResource wox_plugin_program_split_by_tip}" />
<TextBlock Margin="10 10 0 0" Foreground="Gray" Text="{DynamicResource flowlauncher_plugin_program_only_index_tip}" />
<TextBlock Margin="10 10 0 0" Foreground="Gray" Text="{DynamicResource flowlauncher_plugin_program_split_by_tip}" />
<TextBox x:Name="tbSuffixes" Margin="10"/>
<Button HorizontalAlignment="Right" Height="30" Width="80" Click="ButtonBase_OnClick" Margin="10" Content="{DynamicResource wox_plugin_program_update}" />
<Button HorizontalAlignment="Right" Height="30" Width="80" Click="ButtonBase_OnClick" Margin="10" Content="{DynamicResource flowlauncher_plugin_program_update}" />
</StackPanel>
</Window>

Some files were not shown because too many files have changed in this diff Show more