Sindbad~EG File Manager
/* Text for top-level menus */
/* M. Beeson, for MathXpert
/* 11.22.98 */
/* Last modified 6.29.99 */
/* 4.4.00 added two items for graphing in color */
/* 4.20.00 added string 130 */
/* 6.24.00 added string 131 */
/* 7.16.00 added 132 and 133 */
/* 7.25.00 added 134-137 */
/* 8.17.04 changed .mp to .mxp */
/* 9.19.04 menustr 29 is now available for reuse */
#define ENGLISH_DLL
#include "export.h"
const char *menustrings[] =
{ "&Algebra", /* 0 */
"&Pre-Calculus", /* 1 */
"&Calculus", /* 2 */
"&File", /* 3 */
"&Graph", /* 4 */
"&Options", /* 5 */
"&Window", /* 6 */
"&Help", /* 7 */
"&Problem", /* 8 */
"&Edit", /* 9 */
"&View", /* 10 */
"&Open .mxp file", /* 11 */ /* Frame File Menu */
"Open &problem file", /* 12 */
"&Close problem file", /* 13 */
"&Select textbook", /* 14 */
"E&xit", /* 15 */
"&Save", /* 16 */
"Save &as", /* 17 */
"Print &now", /* 18 */
"&Print", /* 19 */
"&Copy\tCtrl+C", /* 20 */ /* Edit menu */
"&Assumptions", /* 21 */ /* View menu */
"Author's &Commentary", /* 22 */
"&Cascade\tShift+F5", /* 23 */ /* Window menu */
"&Tile\tShift+F4", /* 24 */
"Arrange &Icons", /* 25 */
"Close &All", /* 26 */
"&Contents\tF1", /* 27 CM_HELPCONTENTS */
"&Search for Help on...", /* 28 CM_HELPSEARCH */
" ", /* 29 available for reuse */
"&About MathXpert", /* 30 CM_HELPABOUT */
"Graph y = f(x)", /* 31 _ordinary_graph */
"Compare graphs", /* 32 */
"Same axes", /* 33 _compare_same */
"Different axes", /* 34 _compare_different*/
"Inequality of functions", /* 35 _graph_ineq */
"Inequality relation", /* 36 _graph_set */
"Relation f(x,y) = g(x,y)", /* 37 _graph_relation */
"Complex roots of polynomial", /* 38 _polyroots */
"Parametric graph", /* 39 _parametric_graph */
"Polar graph", /* 40 _polar_graph */
"Graph z = f(x,y)", /* 41 _nonparametric_surface */
"Graph z = f(r,theta)", /* 42 _polar_nonparametric_surface */
"Space curve", /* 43 _space_curve */
"Compare f and f'", /* 44 _comparefandfprime*/
"Compare f, f', and f''", /* 45 _comparetwoderivs */
"Approximate Integration", /* 46 */
"Riemann Sums", /* 47 _riemann_sums */
"Trapezoid Rule", /* 48 _trapezoid_rule */
"Simpson's Rule", /* 49 _simpsons_rule */
"Differential Equations", /* 50 */
"Solve y' = f(x,y) graphically", /* 51 _solve_ode */
"Solve two odes graphically", /* 52 _solve_two_odes */
"Graph higher-order ode", /* 53 _high_order_ode */
"Functions", /* 54 Frame Options Menu begins */
"&Define a function", /* 55 CM_FUNCTIONDEFINE */
"&Redefine a function", /* 56 CM_FUNCTIONREDEFINE */
"&Undefine a function", /* 57 CM_FUNCTIONUNDEFINE */
"&Show functions", /* 58 CM_FUNCTIONSHOW */
"Confirm Close", /* 59 */
"Always request confirmation", /* 60 CM_CONFIRMCLOSEON */
"Never request confirmation", /* 61 CM_CONFIRMCLOSEOFF */
"Language", /* 62 */
"Colors", /* 63 Symbol Options Menu begins */
"Background", /* 64 CM_COLORSBACKGROUND */
"Formulas", /* 65 CM_COLORSFORMULAS */
"Highlighted formulas", /* 66 CM_COLORSHIGHLIGHT */
"Selected formulas", /* 67 CM_COLORSSELECTED */
"Justifications", /* 68 CM_COLORSREASONS */
"Restore factory colors", /* 69 CM_COLORSRESTORE */
"Type Size", /* 70 */
"Bigger", /* 71 CM_OPTIONBIGGERTYPE */
"Smaller", /* 72 CM_OPTIONSMALLERTYPE*/
"Normal", /* 73 CM_OPTIONNORMALTYPE */
"Tool Bar", /* 74 */
"Large buttons", /* 75 CM_LARGEICONS */
"Small buttons", /* 76 CM_SMALLICONS */
"Decimals", /* 77 */
"9.12", /* 78 CM_OPTIONPRECISION2 */
"9.123", /* 79 CM_OPTIONPRECISION3 */
"9.1234", /* 80 CM_OPTIONPRECISION4 */
"9.12345", /* 81 CM_OPTIONPRECISION5 */
"9.123456", /* 82 CM_OPTIONPRECISION6 */
"9.1234567", /* 83 CM_OPTIONPRECISION7 */
"Large Numbers", /* 84 */
"9,234,567", /* 85 CM_OPTIONCOMMAS */
"9234567", /* 86 CM_OPTIONNOCOMMAS */
"Sound", /* 87 */
"On", /* 88 CM_SOUND_ON */
"Off", /* 89 CM_SOUND_OFF */
"Operations", /* 90 */
"Show operations menu", /* 91 CM_SHOW_OPERATIONS */
"Hide operations menu", /* 92 CM_HIDE_OPERATIONS */
"&Ranges", /* 93 IDM_RANGES Graph Options Menu begins */
"&Parameters", /* 94 IDM_PARAMETERS */
"&Ticks", /* 95 */
"&Normal", /* 96 IDM_NORMALTICKS */
"N&one", /* 97 IDM_NOTICKS */
"&Multiples of Pi", /* 98 IDM_PITICKS */
"&Axes Labels", /* 99 */
"N&umbers", /* 100 IDM_NUMBERLABELS */
"&Letters", /* 101 IDM_LETTERLABELS */
"N&o labels", /* 102 IDM_NOLABELS */
"&Change Colors", /* 103 */
"Graph &1", /* 104 IDM_GRAPH1 */
"Graph &2", /* 105 IDM_GRAPH2 */
"Graph &3", /* 106 IDM_GRAPH3 */
"Graph &4", /* 107 IDM_GRAPH4 */
"Graph &5", /* 108 IDM_GRAPH5 */
"Graph &6", /* 109 IDM_GRAPH6 */
"All Graphs", /* 110 IDM_ALL_GRAPHS */
"Re&store factory colors", /* 111 IDM_COLORSRESTORE */
"Initial &values", /* 112 IDM_INITIALVALUES */
"Singularities", /* 113 */
"Jumps", /* 114 */
"Author's commentary", /* 115 */
"Hide titles", /* 116 IDM_TITLES */
"Show titles", /* 117 */
"Show grid", /* 118 IDM_GRID */
"Hide grid", /* 119 */
"Show direction field", /* 120 IDM_DIRECTIONFIELD */
"Hide direction field", /* 121 */
"Show graph tools", /* 122 */
"Hide graph tools", /* 123 */
"9 234 567", /* 124 CM_OPTIONSPACES */
"Print", /* 125 */ /* with no hot key */
"&Headers", /* 126 */
"Si&ze and Position", /* 127 CM_LAYOUT */
"Black on white", /* 128 CM_BW_GRAPHS */
"Screen colors", /* 129 CM_WYSIWYG_GRAPHS */
"Ope&rations", /* 130 menu bar text when operations menu is present */
"Graph &paper", /* 131 IDM_GRAPHPAPER */
"With graph paper", /* 132 IDM_WITHGRAPHPAPER */
"Without graph paper", /* 133 IDM_WITHOUTGRAPHPAPER */
"Save graph as .bmp file", /* 134 CM_FILESAVEASBMP */
"Save calculation as .bmp file", /* 135 CM_FILESAVEASBMP */
"Copy graph to clipboard as bitmap", /* 136 CM_BITMAPTOCLIPBOARD */
"Copy calculation to clipboard as bitmap", /* 137 CM_BITMAPTOCLIPBOARD */
""
};
/*___________________________________________________________________________*/
MEXPORT_ENGLISH const char * menustring(int n)
{ return menustrings[n];
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists