|
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_caculator_plugin_name">Calculator</system:String> |
5 | | - <system:String x:Key="flowlauncher_plugin_caculator_plugin_description">Allows to do mathematical calculations.(Try 5*3-2 in Flow Launcher)</system:String> |
6 | | - <system:String x:Key="flowlauncher_plugin_calculator_not_a_number">Not a number (NaN)</system:String> |
7 | | - <system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">Expression wrong or incomplete (Did you forget some parentheses?)</system:String> |
8 | | - <system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">Copy this number to the clipboard</system:String> |
9 | | - <system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator">Decimal separator</system:String> |
10 | | - <system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator_help">The decimal separator to be used in the output.</system:String> |
11 | | - <system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_use_system_locale">Use system locale</system:String> |
12 | | - <system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">Comma (,)</system:String> |
13 | | - <system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_dot">Dot (.)</system:String> |
14 | | - <system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">Max. decimal places</system:String> |
| 4 | + <system:String x:Key="flowlauncher_plugin_caculator_plugin_name">מחשבון</system:String> |
| 5 | + <system:String x:Key="flowlauncher_plugin_caculator_plugin_description">מאפשר לבצע חישובים מתמטיים. (נסה 5*3-2 ב-Flow Launcher)</system:String> |
| 6 | + <system:String x:Key="flowlauncher_plugin_calculator_not_a_number">לא מספר (NaN)</system:String> |
| 7 | + <system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">הביטוי שגוי או לא שלם (האם שכחת סוגריים?)</system:String> |
| 8 | + <system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">העתק מספר זה ללוח</system:String> |
| 9 | + <system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator">מפריד עשרוני</system:String> |
| 10 | + <system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator_help">מפריד עשרוני שישמש בתוצאה.</system:String> |
| 11 | + <system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_use_system_locale">השתמש בהגדרת מערכת</system:String> |
| 12 | + <system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">פסיק (,)</system:String> |
| 13 | + <system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_dot">נקודה (.)</system:String> |
| 14 | + <system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">מספר מקסימלי של מקומות עשרוניים</system:String> |
15 | 15 | </ResourceDictionary> |
0 commit comments