Subversion Repositories Kolibri OS

Rev

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

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