This commit is contained in:
serso
2016-03-09 21:29:16 +01:00
parent 3dabe37576
commit 84be914bd5
10 changed files with 327 additions and 27 deletions

View File

@@ -39,6 +39,7 @@
<item name="cpp_button_settings_widget" type="id" />
<item name="cpp_button_settings_onscreen" type="id" />
<item name="cpp_button_like" type="id" />
<item name="cpp_button_memory" type="id" />
<item name="cpp_button_left" type="id" />
<item name="cpp_button_right" type="id" />
<item name="cpp_button_vars" type="id" />

View File

@@ -5,6 +5,10 @@
<string name="cpp_kb_operators" translatable="false"></string>
<string name="cpp_kb_undo" translatable="false"></string>
<string name="cpp_kb_redo" translatable="false"></string>
<string name="cpp_kb_memory_recall" translatable="false">M</string>
<string name="cpp_kb_memory_plus" translatable="false">M+</string>
<string name="cpp_kb_memory_minus" translatable="false">M-</string>
<string name="cpp_kb_memory_clear" translatable="false">MC</string>
<string name="cpp_plot_add_function" translatable="false">+</string>
<string name="cpp_plot_zoom_in" translatable="false">+</string>
<string name="cpp_plot_zoom_reset" translatable="false">0</string>