source: golgotha/src/test/ray_tracer/menu.scm @ 80

Last change on this file since 80 was 80, checked in by Sam Hocevar, 15 years ago
  • Adding the Golgotha source code. Not sure what's going to be interesting in there, but since it's all public domain, there's certainly stuff to pick up.
File size: 774 bytes
Line 
1
2
3;; Translation instructions :
4;; Translate File/Edit/View/Window/Map/Terrain, etc.
5;; Translate the first string (everything in quotes), do not translate the second string
6;; pair
7
8;;            Translate                 Don't Translate
9;;            this colum                this colum
10;----------------------------------------------------------------
11(add_sub_menu "File"
12              ("New"                    "File/New")
13              -
14              ("Save"                   "File/Save")
15              ("Save As"                "File/Save As")
16              ("Open"                   "File/Open")
17              -
18              ("Load DLL"               "File/Open DLL")
19              -
20              ("Exit"                   "File/Exit"))
21
22
Note: See TracBrowser for help on using the repository browser.