* _framewk.h *********************************************************** * localization strings and constants for _framewk.vcx, * framework-enabling header file for global template classes *********************************************************** * _application class #DEFINE APP_FILE_NOT_FOUND_LOC "File not found" #DEFINE APP_READY_TO_SHUTDOWN_LOC "Are you sure you want to quit?" #DEFINE APP_LOADING_LOC "Loading..." #DEFINE APP_PM_WIN_TITLE_LOC "Project Manager - " #DEFINE APP_ALREADY_EXISTS_LOC "already exists" #DEFINE APP_GO_MESSAGE_LOC "Navigates the currently selected table, cursor, or view" * note: don't use TRANSFORM() below, need the padding spaces: #DEFINE APP_META_FAVE_ID STR(RECNO()) #DEFINE APP_META_FAVE_ID_DELIMITER "*" #DEFINE APP_META_FAVE_CLEAR_LOC "Do you want to clear your Favorites list?" #DEFINE APP_META_TABLE_CHANGED_LOC "Document table for "+THIS.cCaption+ " has been changed. "+ CHR(13)+; "Some of your Favorites may not run properly now. "+ ; CHR(13)+CHR(13)+ ; APP_META_FAVE_CLEAR_LOC #DEFINE APP_MACRO_RESTORE_LOC "Restore" #DEFINE APP_OUTPUT_ONE_REC_LOC "Current Record" #DEFINE PJX_META_DOC_FORM_TYPE "F" #DEFINE PJX_META_DOC_REPORT_TYPE "R" #DEFINE PJX_META_DOC_HEADER_TYPE "A" * _dialog fonts #DEFINE DIALOG_SMALLFONT_NAME "MS Sans Serif" #DEFINE DIALOG_LARGEFONT_NAME "Arial" * _aboutbox class #DEFINE ABOUT_LOC "About" * _options class #DEFINE OPTIONS_LOC "User Options" #DEFINE OPTIONS_DEFAULTS_SAVED_LOC "User option defaults have been saved." #DEFINE OPTIONS_APPLIED_LOC "User options have been applied." #DEFINE OPTIONS_DEFAULTS_SHOWN_LOC "User option saved defaults are shown." #DEFINE OPTIONS_NOT_STORED_LOC "User option defaults not yet saved!" #DEFINE CHANGEPASSWORD_LOC "Change Password" #DEFINE OPTIONS_CONFIRM_PASSWORD_LOC "Please retype your new password for confirmation." #DEFINE OPTIONS_PASSWORD_UNCONFIRMED_LOC "Password not confirmed."+CHR(13)+"Please try again." #DEFINE OPTIONS_PASSWORD_CONFIRMED_LOC "Your new password has been accepted. " * _UserLogInClass #DEFINE LOGIN_CAPTION_LOC "User Login" #DEFINE LOGIN_ADD_USER_LOC "Would you like to add a new user?" #DEFINE LOGIN_NEW_USER_INFO_LOC "Store a new password for this user now."+ CHR(13)+CHR(13)+; "This new user will receive basic-level access." #DEFINE LOGIN_USER_NOT_FOUND_LOC "User not listed." #DEFINE LOGIN_WRONG_PASSWORD_LOC "Incorrect password for this user." #DEFINE LOGIN_EMPTY_PASSWORD_LOC "Empty password not allowed." #DEFINE LOGIN_TRIES_EXCEEDED_LOC "Attempts to log in exceed limit!" * user permissions and levels are provided for, although * not evaluated, in the basic framework #DEFINE USER_PERMISSION_DENIED_LOC "Your user-level does not allow access to this function." * _documentpicker and descendent classes #DEFINE DOCUMENTPICKER_NO_DOCUMENTS_LOC "No documents available." #DEFINE DOCUMENTPICKER_NO_APP_LOC "Must pass a reference to an object descended from _APPLICATION" #DEFINE NEWOPEN_CAPTION_NEW_LOC "Choose a document to create" #DEFINE NEWOPEN_CAPTION_OPEN_LOC "Choose a document to open" #DEFINE REPORTPICKER_CAPTION_RUN_LOC "Choose a report to run" * report editing may be offered at some point. #DEFINE REPORTPICKER_CAPTION_MODIFY_LOC "Choose a report to modify" #DEFINE FAVORITEPICKER_CAPTION_ADD_LOC "Documents available for Favorites" #DEFINE FAVORITEPICKER_ADDBUTTON_LOC "\