|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib"> |
3 | 3 |
|
4 | | - <system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Replace Win+R</system:String> |
5 | | - <system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">Close Command Prompt after pressing any key</system:String> |
6 | | - <system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">Press any key to close this window...</system:String> |
7 | | - <system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Do not close Command Prompt after command execution</system:String> |
8 | | - <system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Always run as administrator</system:String> |
9 | | - <system:String x:Key="flowlauncher_plugin_cmd_use_windows_terminal">Use Windows Terminal</system:String> |
10 | | - <system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Run as different user</system:String> |
| 4 | + <system:String x:Key="flowlauncher_plugin_cmd_relace_winr">החלף את Win+R</system:String> |
| 5 | + <system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">סגור את שורת הפקודה לאחר לחיצה על מקש כלשהו</system:String> |
| 6 | + <system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">לחץ על מקש כלשהו כדי לסגור חלון זה...</system:String> |
| 7 | + <system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">אל תסגור את שורת הפקודה לאחר ביצוע הפקודה</system:String> |
| 8 | + <system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">הפעל תמיד כמנהל</system:String> |
| 9 | + <system:String x:Key="flowlauncher_plugin_cmd_use_windows_terminal">השתמש ב-Windows Terminal</system:String> |
| 10 | + <system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">הפעל כמשתמש אחר</system:String> |
11 | 11 | <system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Shell</system:String> |
12 | | - <system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Allows to execute system commands from Flow Launcher</system:String> |
13 | | - <system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">this command has been executed {0} times</system:String> |
14 | | - <system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">execute command through command shell</system:String> |
15 | | - <system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Run As Administrator</system:String> |
16 | | - <system:String x:Key="flowlauncher_plugin_cmd_copy">Copy the command</system:String> |
17 | | - <system:String x:Key="flowlauncher_plugin_cmd_history">Only show number of most used commands:</system:String> |
| 12 | + <system:String x:Key="flowlauncher_plugin_cmd_plugin_description">מאפשר להריץ פקודות מערכת מתוך Flow Launcher</system:String> |
| 13 | + <system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">פקודה זו בוצעה {0} פעמים</system:String> |
| 14 | + <system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">בצע פקודה דרך מעטפת הפקודות</system:String> |
| 15 | + <system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">הפעל כמנהל</system:String> |
| 16 | + <system:String x:Key="flowlauncher_plugin_cmd_copy">העתק את הפקודה</system:String> |
| 17 | + <system:String x:Key="flowlauncher_plugin_cmd_history">הצג רק את מספר הפקודות הנפוצות ביותר:</system:String> |
18 | 18 | </ResourceDictionary> |
0 commit comments