Subversion Repositories Kolibri OS

Rev

Rev 7836 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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