/* sysstr.h */ #ifndef _INC_SYSSTR_H #define _INC_SYSSTR_H // system.spl #define _pswdmes1 'We will send a Password Request Form to the default printer "lpr".' #define _pswdmes2 'After clicking "OK", please fill out the printed form and fax it to DSP.' #define _pswdmes3 'Print Permission Request' #define _pswdmes4 'Permission file "faxnow.txt" sent to printer.' #define _pswdmes5 'Password Required for Machine ID ->' #define _pswdmes6 'password@dadisp.com' #define _pswdmes7 'DADiSP Password Request' #define _pswdmes8 'Email failed, so we will run Notepad with a Password Request Form.' #define _pswdmes9 'After clicking "OK", please switch to the "Notepad FAXNOW.TXT" application, print the form, fill it out, and fax it to DSP.' #define _pswdmes10 'Please contact DSP at www.dadisp.com or (US) 1-800-424-3131.' // pswdmode.pan #define _pswdstr_gpr1 'We will now generate your Password Request Form. To process your request, you may either: ' #define _pswdstr_gpr2 '' #define _pswdstr_prm 'Password Request Method' #define _pswdtip_prm 'Request password directly from the Internet (recommended) | Use your email service to send the Password Request Form | Use Notepad to create a text file of the Password Request Form' #define _pswdopt_gwn 'Get Password from Web Now' #define _pswdopt_epr 'Email Password Request' #define _pswdopt_chl 'Create Hardcopy for Later' #define _pswdoff 0 #endif