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.6 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 ""����������� ��� Windows XP"" ����������� �������� ��� ��� ������� ��� �����������."
  7. Const L_InfoFoundBlurb_Text = "����������� �������� ��� ��� ����������� ��� ����������� ""����������� ��� Windows XP"" ������� �������� �� ���������� ��� ����� ���������� ��� ���������� ��� ������ ���� ��� ����������� ���� � ���� ���� ������ ��� ������. � Microsoft �������, ��� ��� �������� ������� ��� ���������� ���, ��� ���� ��� �� ������ ���� ������������ �������� ��� ������ �� �������� ""����������� ��� Windows XP"".<br />��� �� ������������ ��� � ������� �� �������� ��� ��������� �������� ��� �� ���������� ��� ����������� ""����������� ��� Windows XP"" ��� ������, ������������� ��������� �� ��� ������������ ��� ��������."
  8. Const L_NoInfoFoundBlurb_Text = "��� ������������ ��� ��� �������� ����������� ������� �� �� ��������� �������� ��� ��� ��������� ���� Microsoft. ��������, � ������������� ����� ��� �������� ��� ���� ������������ ��� Microsoft ������� �� ����������� �������� ��� ����� �������. ��� �� �������� ��� ��������� ��������� �������� � ��� �� ������������ ��� � ������������� ���������� �� ������������ ��� ��������� �������� ��� �� ���������� ��� ����������� ""����������� ��� Windows XP"", ������������� ��������� �� ��� ������������."
  9. %>