Last change
on this file was
80,
checked in by Sam Hocevar, 14 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:
797 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 "Options"
|
---|
12 | ("Add Thread" "add_thread")
|
---|
13 | ("Exit" "exit"))
|
---|
14 | ; ("Save Visited Sites" "save_visited")
|
---|
15 | ; ("Load Visited Sites" "load_visited")
|
---|
16 | ; _
|
---|
17 |
|
---|
18 |
|
---|
19 |
|
---|
20 | ;(add_sub_menu "Search"
|
---|
21 | ; ("Add site to visit" "add_site")
|
---|
22 | ; ("Options" "Options")
|
---|
23 | ; -
|
---|
24 | ; ) |
---|
Note: See
TracBrowser
for help on using the repository browser.