Source code of Windows XP (NT5)
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.
|
|
### nmmsg.txt -- Message text file for NMAKE ################################### # # Copyright (C) 1988-1989, Microsoft Corporation. All rights reserved. # # Purpose: # Message file used by mkmsg to create .H header file and .ASM file for all the # messages given by NMAKE. # # Remember: # Don't renumber 1030-1039 or 1016 or 1000-1007. These messages are used by # lexer and parser for syntax errors and are accessed through error masks. # # Revision History: # 14-Jul-1995 CV added 1025 # 01-Feb-1994 HV Move messages to external file. # 08-Jun-1992 SS add IDE feedback support # 08-Jun-1992 SS Port to DOSX32 # 17-Sep-1991 SB Add 1099; comment out 4003 # 30-Aug-1991 SB Commented out obsolete messages 1044,1066,1074,1075,1091 # changed messages 1093,1096,1097,1098 as per LUE (MarciM) # add /m in usage message ... # 05-Jan-1990 SB COPYRIGHT_MESSAGE_1 changed for standard format message; The # internal buildno should be seeable even in a Released version # 29-Dec-1989 SB changed message 5 (removed quotes) because nmake -nt >foo.bat # gives syntax errors. # 17-Nov-1989 SB changed 1084 (prev not needed) # 06-Oct-1989 SB LUE: quote ->double quotation mark # 06-Oct-1989 SB renumbered a lot; LUE suggetsed changes # 06-Sep-1989 SB LUE changes for 2001 # 18-Aug-1989 SB renamed 4010 as 2001; removed -make help # 17-Aug-1989 SB added 1066 # 16-Aug-1989 SB added 4010 # 31-Jul-1989 SB removed -z messages (reworded 1010) # 05-Jul-1989 SB changed 8, 9, 10, 12 for cleaning up the output # 29-Jun-1989 SB Added 4009 # 28-Jun-1989 SB 1064 changed on LUE request # 19-Jun-1989 SB add 1084 and 9-12, 20-25 to localize error messages # 19-May-1989 SB modified 1031 actual message # 18-May-1989 SB added 1059 for -make option and -? and -help updated # 18-May-1989 SB LUE changes and command.com -> command processor # 13-May-1989 SB Made message changes as LUE suggested # 10-Mar-1989 SB Added 1010 for PWB.SHL # 22-Feb-1989 SB added 1009 and deleted 1060 # 21-Feb-1989 SB renumbered 1007 as 1008, added 1007; added 'Or' for Note # 19-Jan-1989 SB Added 1083 for null macro target # 9-Jan-1989 SB Added 100-119 and deleted 1051 and renumbered 1052-1059 # Added note about <TAB> business # 6-Jan-1989 SB Added 1060-65 # 3-Dec-1988 SB Changed Usage message # 16-Dec-1988 SB Added error 1007 # 6-Dec-1988 SB Added error 1045 and 1006 # 7-Jul-1988 rj Removed unused error 1030 # 6-Jul-1988 rj Removed warning 4010 # 5-Jul-1988 rj Added error 1081 & added progname to error 1077 # 24-Jun-1988 rj Created message 0006 from build.c # 23-Jun-1988 rj Added 4019 for friendly file truncates # 22-Jun-1988 rj Added 1059, 4020 for ^c handler # # Note: # Watch out for <TAB> characters. M does not directly insert TAB's and so # 'ctrl+p ctrl+i' sequences must be used when inserting new lines. Make sure # that NMMSG does not give any warnings for missing TAB's when building NMAKE # OR when using M make tabs visible and then make changes # ################################################################################
!codepage 932 # Japanese codepage
<<FMSG>> # # Fatal errors # Syntax errors # SYNTAX_NO_PAREN 1000 syntax error : ϸیĂяo���� ')' �������܂����B SYNTAX_BAD_CHAR 1001 syntax error : �����ȕ��� '%c' ��ϸے��ɂ����܂��B SYNTAX_ONE_DOLLAR 1002 syntax error : ������ϸیĂяo�� '$' SYNTAX_NO_EQUALS 1003 syntax error : ϸے��� '=' �������܂����B SYNTAX_NO_MACRO_NAME 1004 syntax error : ϸۖ��������܂����B SYNTAX_NO_SEQUENCE 1005 syntax error : ϸے���÷�Ă� ':' �̌��ɂȂ����Ȃ��܂����B SYNTAX_NO_QUOTE 1006 syntax error : ���̓��d���p���������܂����B SYNTAX_QUOTE_UNEXPECTED 1007 ���d���p���͖��O�̒��ɂ͎g���܂����B # # Fatal errors # Syntax errors # SYNTAX_BAD_DIRECTIVE 1017 �F���s�\���ިڸè�� '!%s' SYNTAX_MISSING_DIRECTIVE 1018 �ިڸè�ނ܂��͎��̕����������܂����B SYNTAX_TOO_MANY_IFS 1019 !IF ��ۯ���ȽĂ��������܂��B SYNTAX_EOF_NO_DIRECTIVE 1020 �����ިڸè�ނ̑O�� EOF �����������܂����B SYNTAX_UNEXPECTED_ELSE 1021 syntax error : �\�����Ȃ� !ELSE SYNTAX_MISSING_END_CHAR 1022 �������܂�����۸��т̌Ăяo���ɏI�[�����������܂����B : '%c' SYNTAX_INVALID_EXPR 1023 ���ɍ\���װ�������܂��B SYNTAX_BAD_CMDSWITCHES 1024 !CMDSWITCHES �ɖ����Ȉ����������܂��B SYNTAX_UNEXPECTED_ENDIF 1025 syntax error : �\�����Ȃ� !ENDIF SYNTAX_NO_NAME 1031 ̧�ٖ��������܂����B (�܂���ϸۂ� null) SYNTAX_UNEXPECTED_TOKEN 1033 syntax error: �\�����Ȃ� '%s' SYNTAX_NO_SEPARATOR 1034 syntax error : ���ڰ��������܂����B SYNTAX_NO_SEP_OR_EQUALS 1035 syntax error : ':' �� '=' ���ڰ����K�v SYNTAX_TOO_MANY_NAMES 1036 syntax error : '=' �̍��ɖ��O���������܂��B SYNTAX_NO_TARGET_NAME 1037 syntax error : ���ޯĖ��������܂����B # # Fatal errors # Internal errors and other errors # LEXER_INTERNAL 1038 internal error : ڸ�� PARSER_INTERNAL 1039 internal error : �߰�� MACRO_INTERNAL 1040 internal error : ϸۓW�J BUILD_INTERNAL 1041 internal error : ���ޯĂ������ EXPR_TOO_LONG_INTERNAL 1042 internal error : �W�J�����̵��ް�۰ TOO_MANY_TMP_FILES_INTERNAL 1043 internal error : ������ ̧�ق��������܂����B SPAWN_FAILED_ERROR 1045 �N���Ɏ��s���܂����B : %s OUT_OF_SEARCH_HANDLES 1046 internal error : ��� ����ق̕s�� MISSING_ARG_BEFORE_PAREN 1047 ')' �̑O�̈����͓W�J�����܂����B # # Fatal errors # User controlled and DOS related errors # CANT_WRITE_FILE 1048 ̧�� '%s' �ɏ������߂܂����B MACRO_TOO_LONG 1049 ϸۂ܂��Ͳ�ײ� ̧�ق��������܂��B (�ő� : 64K) USER_CONTROLLED 1050 %s OUT_OF_MEMORY 1051 ��������܂����B CANT_OPEN_FILE 1052 ̧�� '%s' ���������܂����B CANT_READ_FILE 1053 ̧�� '%s' ���ǂݏo���܂����B CANT_MAKE_INLINE 1054 ��ײ� ̧�� '%s' ���쐬�ł��܂����B OUT_OF_ENV_SPACE 1055 ���̽�߰��������܂����B NO_COMMAND_COM 1056 ����� ��۾�����������܂����B BAD_UNLINK 1057 ������ ̧�� '%s' ���폜�ł��܂����B USER_INTERRUPT 1058 հ�ް�ɂ��钆�f MISSING_CLOSING_BRACE 1059 syntax error : �ˑ��s�� '}' �������܂����B #OLD_MAKE_ERROR 1059 MAKE.EXE �����s�ł��܂����B ERROR_CLOSING_FILE 1060 ̧�ق��۰�ނł��܂����B : '%s' # # Fatal errors # Errors with command line syntax # CMDLINE_F_NO_FILENAME 1061 /F ���݂ɂ�̧�ٖ����K�v�ł��B CMDLINE_X_NO_FILENAME 1062 /X ���݂�̧�ٖ����w�肳���Ă��܂����B CMDLINE_NO_MACRONAME 1063 '=' �̑O��ϸۖ��������܂����B CMDLINE_NO_MAKEFILE 1064 MAKEFILE ���������܂����A�܂����ޯĂ��w�肳���Ă��܂����B CMDLINE_BAD_OPTION 1065 ���� '%c' �͖����ł��B #CMDLINE_N_Z_INCOMPATIBLE 1066 ���� /N �ͻ�߰Ă��Ă��܂����BNMAKE /N ���g�p���Ă��������B # # Fatal errors # Errors while building targets and miscellaneous # NO_WILDCARD_MATCH 1069 ܲ����� '%s' �͈��v���܂����B CYCLE_IN_MACRODEF 1070 ϸے��` '%s' �ɏz���`�������܂��B CYCLE_IN_TREE 1071 ���ޯ� '%s' �̈ˑ��ذ�ɏz���`�������܂��B CYCLE_IN_INCLUDES 1072 �ݸٰ�� ̧�قɏz���`�������܂��B : '%s' CANT_MAKE_TARGET 1073 '%s' ������ޕ��@���w�肳���Ă��܂����B #MACRODEF_TOO_LONG 1074 ϸے��`���������܂��B #STRING_TOO_LONG 1075 �����������܂��B NAME_TOO_LONG 1076 ���O���������܂��B BAD_RETURN_CODE 1077 '%s' : ���� ���� '0x%x' CONST_TOO_BIG 1078 '%s' �Œ萔�̵��ް�۰�������܂��B DIVIDE_BY_ZERO 1079 �����Ȏ��ł��B : 0 �ŏ��Z���s�����Ƃ��܂����B BAD_OP_TYPES 1080 ���Z�q�܂��͵�����ނ̎g�����������ł��B CANT_FIND_PROGRAM 1081 '%s' : ��۸��т��������܂����B EXEC_NO_MEM 1082 '%s' : ��������Ȃ��̂ŁA����ނ����s�ł��܂����B�B TARGET_MACRO_IS_NULL 1083 ���ޯ� ϸ� '%s' ���W�J�����܂����B CANT_CREATE_TEMP 1084 ������ ̧�� '%s' ���쐬�ł��܂����B # # Fatal errors # Errors with inference rules and explicit rules # MIXED_RULES 1085 �����I��ٰقƈÖٓI��ٰق������邱�Ƃ͂ł��܂����B DEPENDENTS_ON_RULE 1086 ���_�K���͈ˑ�̧�ق����Ă܂����B MIXED_SEPARATORS 1087 �������ޯĂ� : �� :: �̈ˑ�̧�ق����Ă܂����B BAD_SEPARATOR 1088 ���_�K���ɖ����Ⱦ��ڰ� '::' �������܂��B CMDS_ON_PSEUDO 1089 �ިڸè�� '%s' ������� ����ނ��g���܂����B DEPS_ON_PSEUDO 1090 �ިڸè�� '%s' �͈ˑ�̧�ق����Ă܂����B #BAD_RULE 1091 ���_�K���̨̻����������ł��B TOO_MANY_RULE_NAMES 1092 ٰقɖ��O���������܂��B MIXED_TARGETS 1093 �ޯ� �ިڸè�ނ������邱�Ƃ͂ł��܂����B # # Fatal errors (Extensions) # Syntax errors # SYNTAX_KEEP_INLINE_FILE 1094 syntax error : (NO)KEEP �̂ݎg�p�ł��܂��B COMMAND_TOO_LONG 1095 �W�J���ꂽ����� ײ� '%s' ���������܂��B EXTMAKE_CANNOT_OPEN 1096 ��ײ� ̧�� '%s' ������݂ł��܂����B EXTMAKE_NO_FILENAME 1097 ̧�ٖ��̍\���v�f�ɂ͈ˑ�̧�ق��K�v�ł��B EXTMAKE_BAD_SYNTAX 1098 '%s' �ɖ�����̧�ٖ��̍\���v�f�������܂��B CANT_SUPPORT_UNICODE 1101 nmake does not support unicode/utf8 files
#Cannot use 1099 ... nmake ������� �װ�ł��B # # Errors (non-fatal) # OUT_OF_HANDLES 2001 ̧�� ����ق������܂����B (����݂��Ă���̧�ق��������܂��B) # # Warnings # SYNTAX_CMDFILE 4001 ����� ̧�قͺ���� ײ݂��炵���N���ł��܂����B RESETTING_MACRO 4002 ����ϸ� '%s' �̒l��ؾ�Ă��܂� #NO_WILDCARD_MATCH 4003 ܲ����� '%s' �͈��v���܂����B TOO_MANY_RULES 4004 ���ޯ� '%s' �ɑ���ٰق��������܂��B IGNORING_RULE 4005 ٰ� '%s' �����܂��B(.SUFFIXES �ɐڔ������w�肳���Ă��܂����B) ILLEGAL_SPECIAL_MACRO 4006 ����ϸۂ͒��`�����Ă��܂����B : '%s' TRUNCATING_FILENAME 4007 ̧�ٖ� '%s' �͒������܂��B8.3 �ɐ��l�߂܂����B REMOVED_TARGET 4008 ���ޯ� '%s' ���폜���܂����B #DUPLICATE_INLINE_FILE 4009 ��ײ� ̧�� '%s' �͏d�����Ă��܂��B BUILD_FAILED_SLASH_K 4010 '%s' : ����ނ͎��s���܂����B; /K ���w�肳���Ă����̂Ōp�����܂��B TARGET_ERROR_IN_CHILD 4011 '%s' : �ˑ�̧�ق̈ꕔ���g�p�ł��܂����B; ���ޯĂ�����ނ����܂����B # # Messages # FILE_DOESNT_EXIST 1 ̧�� %s �͑��݂��܂����B TARGET_UP_TO_DATE 2 '%s' �͍X�V�����K�v�������܂����B UPDATE_INFO 3 ** %s �� %s �����V���� TIME_FORMAT 4 %*s%-14s %*s TOUCHING_TARGET 5 \t%s ��������܂��B TARGET_DOESNT_EXIST 6 %*s%-14s ���ޯĂ͑��݂��܂����B INFERENCE_MESSAGE 7 \n���_�K��:\n MACROS_MESSAGE 8 \nϸ�:\n TARGETS_MESSAGE 9 \n���ޯ�:\n COMMANDS_MESSAGE 10 \n\t�����:\t FLAGS_MESSAGE 11 \n\t��:\t DEPENDENTS_MESSAGE 12 \n\t�ˑ�̧��:\t USER_MESSAGE 13 %s\n MACRO_DEFINITION 14 %13s = %s\n MSG_IDE_BUILD 15 ����ޒ�: %s # # Messages for stderr # FATAL_ERROR_MESSAGE 20 fatal error ERROR_MESSAGE 21 error WARNING_MESSAGE 22 warning STOP_MESSAGE 23 ���~\n COPYRIGHT_MESSAGE_1 24 Microsoft (R) Program Maintenance Utility Version %s #COPYRIGHT_MESSAGE_1 24 \nMicrosoft (R) Program Maintenance Utility Version %d.%s%s COPYRIGHT_MESSAGE_2 25 Copyright (C) Microsoft Corp %s. All rights reserved.\n # # Help option messages # # NOTE: # 1 Add lines for help option between MESG_FIRST and MESG_LAST only # 2 in the output no '\n' is printed after MESG_LAST gets printed # # MESG_FIRST 100 Usage: %s @commandfile MESG_USAGE 101 \t%s [options] [/f makefile] [/x stderrfile] [macrodefs] [targets]\n MESG_WHERE 102 Options:\n MESG_A 103 /A Build all evaluated targets MESG_B 104 /B Build if time stamps are equal MESG_C 105 /C Suppress output messages MESG_D 106 /D Display build information MESG_E 107 /E Override env-var macros MESG_HELP 108 /HELP Display brief usage message MESG_I 109 /I Ignore exit codes from commands MESG_K 110 /K Build unrelated targets on error MESG_M 111 /M Ignore extended/expanded memory MESG_N 112 /N Display commands but do not execute MESG_L 113 /NOLOGO Suppress copyright message MESG_P 114 /P Display NMAKE information MESG_Q 115 /Q Check time stamps but do not build MESG_R 116 /R Ignore predefined rules/macros MESG_S 117 /S Suppress executed-commands display MESG_T 118 /T Change time stamps but do not build MESG_V 119 /V Inherit macros during recursion MESG_U 120 /U Dump inline files MESG_Y 121 /Y Disable batch-mode #MESG_V_w 111 /V Inherit macros during recursion /w Run NMAKE using extended memory MESG_LAST 122 /? Display brief usage message\n #This message is used to format the other messages in a 2-col format MESG_OPTIONS 125 %-39s%s
|