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.3 KiB

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