home *** CD-ROM | disk | FTP | other *** search
- ; $VER: AppMenu.cd 2.1 (18.7.94)
- ;
- #language english
- #version 2
- ;
- msg_no_library (//)
- Invalid resident library
- ;
- msg_no_window (//)
- Could not open window
- ;
- msg_no_app_window (//)
- Could not activate appwindow
- ;
- msg_no_filereq (//)
- Could not open file requester
- ;
- msg_no_memory (//)
- Not enough memory available
- ;
- ; NOTE: file name follows
- msg_load_prefs_err (//)
- Error loading IFF file\n
- ;
- ; NOTE: file name follows
- msg_save_prefs_err (//)
- Error saving IFF file\n
- ;
- msg_paste_clip_err (//)
- Error pasting from Clip
- ;
- msg_copy_clip_err (//)
- Error coping to Clip
- ;
- msg_cmd_too_long (//)
- Command line too long
- ;
- msg_proceed_anyway (//)
- Prefs have changed. Proceed anyway?
- ;
- title_window (//)
- AppMenu Preferences
- ;
- title_req_open (//)
- Load AppMenu Preferences
- ;
- title_req_save (//)
- Save AppMenu Preferences
- ;
- title_req_select (//)
- AppMenu - Select Command
- ;
- button_ok (//)
- OK
- ;
- button_quit_cancel (//)
- Quit|Save then Quit|Cancel
- ;
- button_open_cancel (//)
- Open|Save then Open|Cancel
- ;
- glab_menu_items (//)
- Menu Items:
- ;
- glab_new (//)
- New
- ;
- glab_del (//)
- Del
- ;
- glab_arg (//)
- Arg:
- ;
- glab_command (//)
- Command:
- ;
- glab_save (//)
- Save
- ;
- glab_use (//)
- Use
- ;
- glab_cancel (//)
- Cancel
- ;
- glab_cy_none (//)
- None
- ;
- glab_cy_requester (//)
- Requester
- ;
- glab_cy_icons (//)
- Icons
- ;
- glab_cy_icons_req (//)
- Icons/Request
- ;
- menu_project (//)
- Project
- ;
- menu_open (//)
- Open...
- ;
- ckey_open (//)
- O
- ;
- menu_save_as (//)
- Save as...
- ;
- ; NOTE: don't use "G" as ckey_xxx!
- ckey_save_as (//)
- A
- ;
- menu_about (//)
- About...
- ;
- menu_quit (//)
- Quit
- ;
- ckey_quit (//)
- Q
- ;
- menu_edit (//)
- Edit
- ;
- menu_last_saved (//)
- Last saved
- ;
- ckey_last_saved (//)
- L
- ;
- menu_restore (//)
- Restore
- ;
- ckey_restore (//)
- R
- ;
- menu_copy (//)
- Copy
- ;
- ckey_copy (//)
- C
- ;
- menu_paste (//)
- Paste
- ;
- ckey_paste (//)
- V
- ;
- menu_move_up (//)
- Move up
- ;
- ckey_move_up (//)
- U
- ;
- menu_move_down (//)
- Move down
- ;
- ckey_move_down (//)
- D
- ;
- menu_options (//)
- Options
- ;
- menu_create_icons (//)
- Create icons?
- ;
- ckey_create_icons (//)
- I
-