Subversion Repositories Kolibri OS

Rev

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

  1.  
  2. if lang eq ru
  3.  
  4. sz_main_menu_View  db '‚¨¤', 0
  5. sz_main_menu_Veiw_Vertexes db '‚¥àè¨­ë ¢ª«./¢ëª«.', 0
  6. sz_main_menu_Veiw_Faces db 'ƒà ­¨ ¢ª«./¢ëª«.', 0
  7. sz_main_menu_Veiw_Faces_Fill db '‡ «¨¢ª  £à ­¥© ¢ª«./¢ëª«.', 0
  8. sz_main_menu_Veiw_Light db '‘¢¥â ¢ª«./¢ëª«.', 0
  9. sz_main_menu_Veiw_Reset db '‘¡à®á ­ áâ஥ª', 0
  10.  
  11. else
  12.  
  13. sz_main_menu_View  db 'View', 0
  14. sz_main_menu_Veiw_Vertexes db 'Vertexes on/off', 0
  15. sz_main_menu_Veiw_Faces db 'Faces on/off', 0
  16. sz_main_menu_Veiw_Faces_Fill db 'Faces fill on/off', 0
  17. sz_main_menu_Veiw_Light db 'Light on/off', 0
  18. sz_main_menu_Veiw_Reset db 'Reset settings', 0
  19.  
  20. end if
  21.  
  22. main_menu dd 0
  23. main_menu_file dd 0
  24. main_menu_view dd 0
  25.  
  26. KMENUITEM_NORMAL equ 0
  27. KMENUITEM_SUBMENU equ 1
  28. KMENUITEM_SEPARATOR equ 2