|
44 | 44 | <system:String x:Key="GameMode">Game Mode</system:String> |
45 | 45 | <system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String> |
46 | 46 | <system:String x:Key="PositionReset">Position Reset</system:String> |
47 | | - <system:String x:Key="PositionResetToolTip">Reset search window position</system:String> |
| 47 | + <system:String x:Key="PositionResetToolTip">Reset search window location</system:String> |
48 | 48 | <system:String x:Key="queryTextBoxPlaceholder">Type here to search</system:String> |
49 | 49 |
|
50 | 50 | <!-- Setting General --> |
|
58 | 58 | <system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String> |
59 | 59 | <system:String x:Key="hideFlowLauncherWhenLoseFocus">Hide Flow Launcher when focus is lost</system:String> |
60 | 60 | <system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String> |
61 | | - <system:String x:Key="SearchWindowPosition">Search Window Position</system:String> |
| 61 | + <system:String x:Key="SearchWindowPosition">Search Window Location</system:String> |
62 | 62 | <system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String> |
63 | 63 | <system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String> |
64 | 64 | <system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String> |
|
490 | 490 | <system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String> |
491 | 491 | <system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String> |
492 | 492 |
|
| 493 | + <system:String x:Key="Welcome_Page_UserType_Title">Pick your style</system:String> |
| 494 | + <system:String x:Key="Welcome_Page_UserType_Desc">Based on your selected style, Flow will customize the initial settings for you. This setting can be changed later.</system:String> |
| 495 | + <system:String x:Key="Welcome_Page_UserType_CLI_Title">CLI Friendly</system:String> |
| 496 | + <system:String x:Key="Welcome_Page_UserType_CLI_Desc">Recommended for users familiar with the CLI or Terminal environment.</system:String> |
| 497 | + <system:String x:Key="Welcome_Page_UserType_CLI_Sub1">TAB is used as the key to Auto Complete.</system:String> |
| 498 | + <system:String x:Key="Welcome_Page_UserType_CLI_Sub2">Pressing Enter will open the path in Flow.</system:String> |
| 499 | + <system:String x:Key="Welcome_Page_UserType_GUI_Title">Windows Friendly</system:String> |
| 500 | + <system:String x:Key="Welcome_Page_UserType_GUI_Desc">Recommended for users familiar with the Windows operating style.</system:String> |
| 501 | + <system:String x:Key="Welcome_Page_UserType_GUI_Sub1">TAB is used as the key to switch between selectable options.</system:String> |
| 502 | + <system:String x:Key="Welcome_Page_UserType_GUI_Sub2">Auto Complete will be ALT+RIGHT.</system:String> |
| 503 | + <system:String x:Key="Welcome_Page_UserType_GUI_Sub3">Pressing Enter will open the folder.</system:String> |
| 504 | + |
493 | 505 | <!-- General Guide & Hotkey --> |
494 | 506 |
|
495 | 507 | <system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String> |
|
0 commit comments