Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 551 → Rev 993

/programs/network/dnsr/trunk/dnsr.asm
27,7 → 27,7
dd 0x0 , 0x0 ; I_Param , I_Path
 
include 'lang.inc'
include '..\..\..\macros.inc'
include 'macros.inc'
 
START: ; start of execution
mov eax,40 ; Report events
725,6 → 725,17
ya dd 0x0
 
text:
 
if lang eq ru
db 'ˆ¬ï å®áâ  : xxxxxxxxxxxxxxx '
db 'DNS á¥à¢¥à : xxx.xxx.xxx.xxx '
db ' '
db ' ®«ãç¨âì  ¤à¥á '
db ' '
db ' '
db 'x <- END MARKER, DONT DELETE '
 
else
db 'Host name : xxxxxxxxxxxxxxx '
db 'DNS server : xxx.xxx.xxx.xxx '
db ' '
732,9 → 743,14
db ' '
db ' '
db 'x <- END MARKER, DONT DELETE '
end if
 
if lang eq ru
title db 'DNS Š«¨¥­â',0
 
else
title db 'DNS Client',0
end if
 
 
prompt: dd 0
741,8 → 757,15
promptlen: dd 0
 
 
if lang eq ru
p1: db '†¤ã ª®¬ ­¤ë '
p1len:
 
 
else
p1: db 'Waiting for Command '
p1len:
end if
 
p4: db 'IP Address: . . . '
p4len: