############################################################################
# TSM user customizable file: prog_menu, Run a program menu definitions.
#
# TSM will search along the following paths (in order) for this file name.
#     ./.tsmtext/$LANG/
#     ./.tsmtext/C/
#     ./.tsmtext/
#     $HOME/.tsmtext/$LANG/
#     $HOME/.tsmtext/C/
#     $HOME/.tsmtext/
#     /usr/tsm/text/$LANG/
#     /usr/tsm/text/C/
#     /usr/tsm/text/
#
# It is recommended that you copy this file to $HOME/.tsmtext/
# for customization.
#
# If tsm has not been installed in the standard path, /usr/tsm,
# then set the environment variable, $TSMPATH to the location of
# tsm directory on your system.
############################################################################
# @(#) $Header: prog_menu,v 70.1 92/06/11 19:39:01 ssa Exp $

# LOCALIZERS
#  In all the following the items you can localize include:
#       item_name  you can localize the string following the = sign.
#  item_selection  which the letter users can enter to select this item
#                  when the menu is displayed instead of using arrow keys.
#                  You can change the character to the right of = sign.
#

pull_down_menu

item_name=Shell
item_selection=S
item_type=program
item_action=$SHELL

item_name=shell des touches programmables (shell Menu)
item_selection=M
item_type=program
item_action=/usr/bin/keysh

item_name=Courrier (elm)
item_selection=C
item_type=program
item_action=elm

item_name=Diteur (vi)...
item_selection=D
item_type=program
item_action=vi $0
dialog_box
# LOCALIZERS
#   The following is the prompt string asking the users to enter a file name
#   when this item is selected. The string "File(s):" can be localized.
dialog_item_prompt Fichier(s):
dialog_item_var $0 60

item_name=SAM (system Administration manager)
item_selection=A
item_type=program
item_action=/usr/bin/sam

# LOCALIZERS
#   You can change the character after $tsm_hot_key (r in this case) to another
#   character. But you need to change the key mapping in tsmtext (see
#   !in_window_mode_prompt in tsmtext).
item_name=autres pRogrammes...   $tsm_hot_keyr
item_selection=r
item_type=program
item_action=$0
new_window_title=$0
dialog_box
# LOCALIZERS
#   The following is the prompt string asking the users to enter a program name
#   when this item is selected. The string "Program:" can be localized.
dialog_item_prompt Programme:
dialog_item_var $0 60
