You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Flow.Launcher/Languages/en.xaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,18 @@
18
18
<system:Stringx:Key="failedToInitializePluginsTitle">Fail to Init Plugins</system:String>
19
19
<system:Stringx:Key="failedToInitializePluginsMessage">Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help</system:String>
20
20
21
+
<!-- Portable -->
22
+
<system:Stringx:Key="restartToDisablePortableMode">Flow Launcher needs to restart to finish disabling portable mode, after the restart your portable data profile will be deleted and roaming data profile kept</system:String>
23
+
<system:Stringx:Key="restartToEnablePortableMode">Flow Launcher needs to restart to finish enabling portable mode, after the restart your roaming data profile will be deleted and portable data profile kept</system:String>
24
+
<system:Stringx:Key="moveToDifferentLocation">Flow Launcher has detected you enabled portable mode, would you like to move it to a different location?</system:String>
25
+
<system:Stringx:Key="shortcutsUninstallerCreated">Flow Launcher has detected you disabled portable mode, the relevant shortcuts and uninstaller entry have been created</system:String>
26
+
<system:Stringx:Key="userDataDuplicated">Flow Launcher detected your user data exists both in {0} and {1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred.</system:String>
27
+
28
+
<!-- Plugin Loader -->
29
+
<system:Stringx:Key="pluginHasErrored">The following plugin has errored and cannot be loaded:</system:String>
30
+
<system:Stringx:Key="pluginsHaveErrored">The following plugins have errored and cannot be loaded:</system:String>
31
+
<system:Stringx:Key="referToLogs">Please refer to the logs for more information</system:String>
32
+
21
33
<!-- MainWindow -->
22
34
<system:Stringx:Key="registerHotkeyFailed">Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program.</system:String>
23
35
<system:Stringx:Key="unregisterHotkeyFailed">Failed to unregister hotkey "{0}". Please try again or see log for details</system:String>
0 commit comments