forked from KolibriOS/kolibrios
Stackcfg now has Russian interface
git-svn-id: svn://kolibrios.org@664 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
81e27e05e7
commit
94cec78ecd
@ -22,7 +22,7 @@ use32
|
||||
dd PARAMS , 0x0 ; I_Param , I_Icon
|
||||
|
||||
include 'lang.inc'
|
||||
include '..\..\..\macros.inc'
|
||||
include 'macros.inc'
|
||||
|
||||
START: ; start of execution
|
||||
|
||||
@ -653,6 +653,22 @@ boot_set_settings:
|
||||
|
||||
; DATA AREA
|
||||
|
||||
if lang eq ru
|
||||
title db '<27> áâனª á¥â¥¢®£® á⥪ ',0
|
||||
text:
|
||||
db ' <20>¥ ªâ¨¢ë© Œ®¤¥¬ Com-¯®àâã: 0x < '
|
||||
db ' Slip <20>à¥àë¢ ¨¥ ¬®¤¥¬ : 0x < '
|
||||
db ' PPP '
|
||||
db ' „à ©¢¥à ¯ ª¥â®¢ IP server § ç¥ë© '
|
||||
db ' ”¨ªá. . . . < '
|
||||
db ' ˜«î§: . . . < '
|
||||
db ' <20>®¤á¥âì: . . . < '
|
||||
db ' DNS IP: . . . < '
|
||||
db ' '
|
||||
db 'w —¨â âì <20>ਬ¥¨âì '
|
||||
|
||||
else
|
||||
title db 'Stack configuration',0
|
||||
text:
|
||||
db ' Not active Modem Com Port: 0x < '
|
||||
db ' Slip Modem Com Irq: 0x < '
|
||||
@ -664,13 +680,12 @@ text:
|
||||
db ' DNS IP: . . . < '
|
||||
db ' '
|
||||
db 'w READ APPLY '
|
||||
end if
|
||||
|
||||
xx: db 'x' ;<- END MARKER, DONT DELETE
|
||||
|
||||
button_color dd 0x2254b9
|
||||
|
||||
title db 'STACK CONFIGURATION',0
|
||||
|
||||
|
||||
;ENTER YOUR SETTINGS HERE:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user