Subversion Repositories Kolibri OS

Rev

Rev 7838 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7838 Rev 9459
Line 1... Line 1...
1
include 'lang.inc'
1
include 'lang.inc'
Line 2... Line 2...
2
 
2
 
-
 
3
if lang eq ru
3
if lang eq ru
4
 
4
	text        db ' ‚å” ©«:','‚ë唠©«:','   ãâì:'
5
text		db ' ‚å” ©«:','‚ë唠©«:','   ãâì:'
-
 
6
	.line_size = ($-text)/3
5
				.line_size = ($-text)/3
7
 
6
	s_compile	db 'Š®¬¯¨«.'
8
s_compile	db 'Š®¬¯¨«.'
7
	s_run		db ' ã᪠ '
9
s_run		db ' ã᪠ '
8
	s_debug 	db 'Žâ« ¤ª '
10
s_debug 	db 'Žâ« ¤ª '
-
 
11
s_dbgdescr	db '‘®§¤ ¢ âì ®â« ¤®ç­ãî ¨­ä®à¬ æ¨î',0
-
 
12
 
-
 
13
sz_EPnotFound	db 'Not found entry point to ',0
-
 
14
sizeof.sz_EPnotFound = $-sz_EPnotFound
-
 
15
 
-
 
16
sz_cantLL	db 'Can not load library ',0
-
 
17
sizeof.sz_cantLL = $-sz_cantLL
-
 
18
 
-
 
19
sz_system_error db 'System error: ',0
-
 
20
sizeof.sz_system_error = $-sz_system_error
9
	s_dbgdescr	db '‘®§¤ ¢ âì ®â« ¤®ç­ãî ¨­ä®à¬ æ¨î',0
21
 
-
 
22
else
10
else
23
 
11
	text        db ' InFile:','OutFile:','   Path:'
24
text	db    ' InFile:','OutFile:','   Path:'
-
 
25
	.line_size = ($-text)/3
12
				.line_size = ($-text)/3
26
 
13
	s_compile	db 'COMPILE'
27
s_compile	db    'COMPILE'
14
	s_run		db '  RUN  '
28
s_run		db    '  RUN  '
15
	s_debug 	db ' DEBUG '
29
s_debug 	db    ' DEBUG '
16
	s_dbgdescr	db 'Generate debug information',0
-
 
Line 17... Line 30...
17
end if
30
s_dbgdescr	db    'Generate debug information',0
18
 
31
 
Line 19... Line 32...
19
sz_EPnotFound	db 'Not found entry point to ',0
32
sz_EPnotFound	db 'Not found entry point to ',0
20
sizeof.sz_EPnotFound = $-sz_EPnotFound
33
sizeof.sz_EPnotFound = $-sz_EPnotFound
Line 21... Line 34...
21
 
34
 
22
sz_cantLL	db 'Can not load library ',0
35
sz_cantLL	db 'Can not load library ',0
Line -... Line 36...
-
 
36
sizeof.sz_cantLL = $-sz_cantLL