mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.3 KiB
44 lines
1.3 KiB
/*****************************************************************/
|
|
/** Microsoft LAN Manager **/
|
|
/** Copyright(c) Microsoft Corp., 1990 **/
|
|
/*****************************************************************/
|
|
|
|
/*
|
|
* File: luitext.c
|
|
* the module for text strings FIXED into
|
|
* the LUI library
|
|
* Project: LANMAN 2.0
|
|
* Authors: chuckc
|
|
* Remarks: (none)
|
|
* History: July 89, chuckc, created
|
|
*/
|
|
|
|
char LUI_txt_yes[] = "Yes" ;
|
|
char LUI_txt_no[] = "No" ;
|
|
|
|
char LUI_txt_am[] = "AM" ;
|
|
char LUI_txt_pm[] = "PM" ;
|
|
|
|
char LUI_txt_net[] = "NET" ;
|
|
char LUI_txt_help[] = "HELP" ;
|
|
|
|
char LUI_txt_january[] = "January" ;
|
|
char LUI_txt_february[] = "February" ;
|
|
char LUI_txt_march[] = "March" ;
|
|
char LUI_txt_april[] = "April" ;
|
|
char LUI_txt_may[] = "May" ;
|
|
char LUI_txt_june[] = "June" ;
|
|
char LUI_txt_july[] = "July" ;
|
|
char LUI_txt_august[] = "August" ;
|
|
char LUI_txt_september[] = "September" ;
|
|
char LUI_txt_october[] = "October" ;
|
|
char LUI_txt_november[] = "November" ;
|
|
char LUI_txt_december[] = "December" ;
|
|
|
|
char LUI_txt_monday[] = "Monday" ;
|
|
char LUI_txt_tuesday[] = "Tuesday" ;
|
|
char LUI_txt_wednesday[] = "Wednesday" ;
|
|
char LUI_txt_thursday[] = "Thursday" ;
|
|
char LUI_txt_friday[] = "Friday" ;
|
|
char LUI_txt_saturday[] = "Saturday" ;
|
|
char LUI_txt_sunday[] = "Sunday" ;
|