Leaked source code of windows server 2003
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.

17 lines
1.1 KiB

  1. <% @LANGUAGE="VBScript" @CodePage="1252" @EnableSessionState="False" %>
  2. <%
  3. Option Explicit
  4. Const L_DevInfoFound_Text = "������� ���� Windows ��� ����"
  5. Const L_NoDevInfoFound_Text = "������� ����� ���� Windows ��� ����"
  6. Const L_MatchButNoInfoIntro_Text = "���� ��� ����� Microsoft ������ ����� �� ������� ���� ������ ""Designed for Windows XP"" ������ ���� ���� �������."
  7. Const L_InfoFoundBlurb_Text = "���� ���� ����� ������� ���� �� ����� ������� ��� ������ ""Designed for Windows XP"" ����� �� ����� ������ ����� ��������� ��� ������� ������� �� �� ���� ����. ������ ��� ���� ����� ���� Microsoft ������ ��� ����� ������� ���� ���� ���� ""Designed for Windows XP"".<br />������ �� ��� ��� ������ ����� ������� ""Designed for Windows XP""�, ������ ������� ������� ������ �������."
  8. Const L_NoInfoFoundBlurb_Text = "������� ������ ��������� ��� ������ ������� ������� ��� Microsoft. �� ����ݡ �� ���� ������ ��� ������ ������ Microsoft ���� ������� ��� ������ �������. ���� ������ ����� ����� �� ������ ��� �� ��� �������� ����� ������ ������ ����� ����� ������� ""Designed for Windows XP""�, ������ ������� ��������� �������."
  9. %>