;	****************************************
;	*                                      *
;	*  File....: TimePrefs.cd              *
;	*  Descript: Catalog description file  *
;	*  Author..: Mathew Wilson             *
;	*  Creation: 30 April 1996             *
;	*                                      *
;	****************************************
;
; ****************************************************************************
; * Common Gadget Strings                                                    *
; ****************************************************************************
;
MSG_LABEL_MAIN_DATE (//)
_Date:
;
MSG_LABEL_MAIN_TIME (//)
_Time:
;
MSG_BUT_MAIN_SAVE (//)
_Save
;
MSG_BUT_MAIN_USE (//)
_Use
;
MSG_BUT_MAIN_CANCEL (//)
_Cancel
;
; ****************************************************************************
; * Request Strings                                                          *
; ****************************************************************************
;
MSG_REQUEST_ALERT_TITLE (//)
Time Prefs: Attention!
;
MSG_REQUEST_BUT_OKAY (//)
*_Okay
;
; ** About Requester **
MSG_STR_ABOUT_CLASS (//)
This program is classified Freeware.
;
; ****************************************************************************
; * Error Strings                                                            *
; ****************************************************************************
;
MSG_ERROR_WRONG_CLI_ARGS (//)
Wrong arguments!
;
MSG_ERROR_CREATE_APP (//)
Failed to create MUI Application!
;
MSG_ERROR_SET_TIMER (//)
Failed to set timer.device!
;
; ****************************************************************************
; * Miscellaneous Strings                                                    *
; ****************************************************************************
;
MSG_MUI_APP_DESCRIPTION (//)
Time prefs replacement.
;
;  ##########################################################################
; #  HELP BUBBLE STRINGS                                                     #
;  ##########################################################################
;##
; ****************************************************************************
; * Window Gadget Help Strings                                               *
; ****************************************************************************
;
; ** Main Window Short Help **
MSG_HELP_MAIN_CALENDAR (//)
Click on a number to change the day.
;
MSG_HELP_MAIN_MONTH (//)
Select the calendar month.
;
MSG_HELP_MAIN_YEAR_DEC (//)
Decrement the calendar year.
;
MSG_HELP_MAIN_YEAR_INC (//)
Increment the calendar year.
;
MSG_HELP_MAIN_DATE (//)
Enter a valid date (1978 to 2099).\nSee On-Time docs for details.
;
MSG_HELP_MAIN_TIME (//)
Enter a valid time.\nSee On-Time docs for details.
;
MSG_HELP_MAIN_SAVE (//)
Write the above time to the battery clock.
;
MSG_HELP_MAIN_USE (//)
Change the computer's timer (temporary save).
;
MSG_HELP_MAIN_CANCEL (//)
Quit program and revert to previous time.
;
; ****************************************************************************
; * Menu Strings                                                             *
; ****************************************************************************
;
MSG_MENU_PROJECT (//)
Project
;
MSG_MENU_PROJECT_ABOUT (//)
About...
;
MSG_MENU_PROJECT_ABOUT_MUI (//)
About MUI...
;
MSG_MENU_PROJECT_QUIT (//)
Quit
;
MSG_MENU_EDIT (//)
Edit
;
MSG_MENU_EDIT_LASTSAVED (//)
Last Saved
;
MSG_MENU_EDIT_RESTORE (//)
Restore
;
MSG_MENU_SETTINGS (//)
Settings
;
MSG_MENU_SETTINGS_MUI (//)
MUI...
