forked from KolibriOS/kolibrios
return to commot 'lang eq'
git-svn-id: svn://kolibrios.org@7838 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b19b80fd33
commit
ad3dc1f530
@ -1,23 +1,21 @@
|
|||||||
|
|
||||||
include 'lang.inc'
|
include 'lang.inc'
|
||||||
|
|
||||||
match =en,lang {
|
if lang eq ru
|
||||||
text db ' InFile:','OutFile:',' Path:'
|
text db ' ‚å” ©«:','‚ëå” ©«:',' <20>ãâì:'
|
||||||
.line_size = ($-text)/3
|
.line_size = ($-text)/3
|
||||||
s_compile db 'COMPILE'
|
s_compile db 'Š®¬¯¨«.'
|
||||||
s_run db ' RUN '
|
s_run db ' <20>ã᪠'
|
||||||
s_debug db ' DEBUG '
|
s_debug db 'Žâ« ¤ª '
|
||||||
s_dbgdescr db 'Generate debug information',0
|
s_dbgdescr db '‘®§¤ ¢ âì ®â« ¤®çãî ¨ä®à¬ æ¨î',0
|
||||||
}
|
else
|
||||||
|
text db ' InFile:','OutFile:',' Path:'
|
||||||
match =ru,lang {
|
.line_size = ($-text)/3
|
||||||
text db ' ‚å” ©«:','‚ëå” ©«:',' <20>ãâì:'
|
s_compile db 'COMPILE'
|
||||||
.line_size = ($-text)/3
|
s_run db ' RUN '
|
||||||
s_compile db 'Š®¬¯¨«.'
|
s_debug db ' DEBUG '
|
||||||
s_run db ' <20>ã᪠'
|
s_dbgdescr db 'Generate debug information',0
|
||||||
s_debug db 'Žâ« ¤ª '
|
end if
|
||||||
s_dbgdescr db '‘®§¤ ¢ âì ®â« ¤®çãî ¨ä®à¬ æ¨î',0
|
|
||||||
}
|
|
||||||
|
|
||||||
sz_EPnotFound db 'Not found entry point to ',0
|
sz_EPnotFound db 'Not found entry point to ',0
|
||||||
sizeof.sz_EPnotFound = $-sz_EPnotFound
|
sizeof.sz_EPnotFound = $-sz_EPnotFound
|
||||||
|
Loading…
Reference in New Issue
Block a user