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.7 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 ���槠��� �椦 %dK ��� ��㣞� low. 512k ��� ��㣞� low\n" \
  15. "������礫�� ��� ��� ���⢜�� ��� Windows NT. ���� ����᝜��� ��\n" \
  16. "�������婜�� ��� ���������� ��� � �� ���⢜���� ⤘ ��暨���� �矣����\n" \
  17. "�����⫨�� ��� ��� �柞�� ��� ��� ������������\n"
  18. #define SU_NO_EXTENDED_MEMORY \
  19. "�� Windows NT ��� ���槠��� ������ ��㣞 extended. 7Mb ��� ��㣞� extended\n" \
  20. "������礫�� ��� ��� ���⢜�� ��� Windows NT. ���� ����᝜��� �� \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������� ��� �� ��������� ������������� ��������� "
  32. #define PG_FAULT_ADDRESS "** ��� �������� ���矬��� %lx\n"