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.

46 lines
1.6 KiB

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. strings.h
  5. Abstract:
  6. Contains all localizable strings for startup.com
  7. Author:
  8. John Vert (jvert) 4-Jan-1994
  9. Revision History:
  10. John Vert (jvert) 4-Jan-1994
  11. created
  12. --*/
  13. #define SU_NO_LOW_MEMORY \
  14. "Windows NT �����㦨�� ⮫쪮 %d �� ���筮� ������. \n" \
  15. "��� ����᪠ Windows NT �ॡ����� 512 �� ���筮� ������. \n" \
  16. "����� ���ॡ������� ���������� �⮣� ���������� ��� ������ \n" \
  17. "�ணࠬ�� ����ன��, ���⠢�塞�� ����⮢�⥫��. \n"
  18. #define SU_NO_EXTENDED_MEMORY \
  19. "Windows NT �� �����㦨�� �������筮�� ��ꥬ� �������⥫쭮� ������. \n" \
  20. "��� ����᪠ Windows NT ����室��� 7 �� �������⥫쭮� ������. \n" \
  21. "����� ���ॡ������� ���������� �⮣� ���������� ��� ������ \n" \
  22. "�ணࠬ�� ����ன��, ���⠢�塞�� ����⮢�⥫��. \n" \
  23. "\n\n�ᯮ�짮����� ������:\n"
  24. #define SU_NTLDR_CORRUPT \
  25. "NTLDR �ᯮ�祭. ���������� ����㧨�� ���⥬�."
  26. #define PG_FAULT_MSG " =================== ������ �������� ============================ \n\n"
  27. #define DBL_FAULT_MSG " ==================== ������� ������ ============================ \n\n"
  28. #define GP_FAULT_MSG " ================= ����� ������ ������ ========================== \n\n"
  29. #define STK_OVERRUN_MSG " ===== ������������ ����� �������� ��� ������ ���������� ======== \n\n"
  30. #define EX_FAULT_MSG " ===================== ���������� =============================== \n\n"
  31. #define DEBUG_EXCEPTION "\n����誠 DEBUG "
  32. #define PG_FAULT_ADDRESS "** �� ��������� ������ %lx\n"