/* xystr.h */ #ifndef _INC_XYSTR_H #define _INC_XYSTR_H // xy.tab #define _xystr_xyp "XY Plot" // xy.pan #define _xytstr_title "XY Series" #define _xytstr_pty "XY Plot Type" #define _xyttip_pty "Standard X Series vs Y Series Plot | XY Plot from Date, Time and Y series" #define _xytstr_pyv "Preserve Y Values" #define _xyttip_aut "Use Smallest Available Delta X Value" #define _xyttip_pyv "No Interpolation, Preserve Original Y Values" #define _xytopt_xvy "X vs Y" #define _xytopt_xdt "XY Date Time" #define _xytstr_ds "Date Series" #define _xytstr_ts "Time Series" #define _xytstr_xs "X Series" #define _xytstr_ys "Y Series" #define _xyttip_int "Delta X Value, 0 Implies Preserve Original Y Values" #define _xyttip_itp "Interpolate XY Result to Interval Series with a Constant Sample Rate" #define _xystr_fcc "Table Contains %d Channels, Add %d Window(s)?" #define _xystr_yal "All Columns" #define _xytip_yal "Make XY Pairs with All Y Series in Table and Selected X Series" #define _xytip_yal2 "Make XY Pairs with All Y Series in Table and Selected Date/Time Series" #define _xystr_mcl "Multiple Columns" #define _xytip_mcl "Make XY Pairs with Selected Y Columns in Table and Selected X Series" #define _xytip_mcl2 "Make XY Pairs with Selected Y Columns in Table and Selected Date/Time Series" #define _xystr_das "Data Settings" #define _xystr_tar "Target Windows" #define _xytip_tar "Load Series into Sequential Windows | Load Series into Single Window | Load Series into One Window as a Stripchart" #define _xyopt_lmw "Multiple Windows" #define _xyopt_low "One Window" #define _xyopt_spc "One Window Stripchart" #define _xystr_lch "Add Column Header" #define _xytip_lch "Label Destination Window or Stripchart Y Axis with Column Header" #define _xystr_lwu "Add Units" #define _xytip_lwu "Add Units to Stripchart Y Axis Label" // xydt.tab #define _xystr_dtp "XY Date/Time PLot" #define _xystr_dts "Data Series" #endif