2015-02-07 21:27:48 +08:00
|
|
|
<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">
|
|
|
|
|
|
|
|
<system:String x:Key="wox_plugin_caculator_plugin_name">Calculator</system:String>
|
2016-06-11 04:27:26 +08:00
|
|
|
<system:String x:Key="wox_plugin_caculator_plugin_description">Allows to do mathematical calculations.(Try 5*3-2 in Wox)</system:String>
|
2017-10-17 02:17:53 +08:00
|
|
|
<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>
|
2015-02-07 21:27:48 +08:00
|
|
|
</ResourceDictionary>
|