1! $Xorg: XSm.ad,v 1.3 2000/08/17 19:55:04 cpqbld Exp $
2*chooseSessionPopup*font:		12x24
3*chooseSessionLabel.label:		Session Menu
4*chooseSessionMessageLabel.label:	Press button again to confirm, or hit Cancel...
5*chooseSessionLoadButton.label:		Load Session
6*chooseSessionDeleteButton.label:	Delete Session
7*chooseSessionFailSafeButton.label:	Default/Fail Safe
8*chooseSessionCancelButton.label:	Cancel
9*chooseSessionBreakLockButton.label:	Break Lock
10*chooseSessionLoadButton.background:	light steel blue
11*chooseSessionDeleteButton.background:	light steel blue
12*chooseSessionBreakLockButton.background: light steel blue
13
14*chooseSessionFailSafeButton.background:light steel blue
15*chooseSessionCancelButton.background:	light steel blue
16
17*clientInfoButton.label:	Client List
18*logButton.label:		Session Log
19*checkPointButton.label:	Checkpoint
20*shutdownButton.label:		Shutdown
21*shutdownSave.label:		With Checkpoint
22*shutdownDontSave.label:	Immediately
23
24*logPopup.title:		Session Log
25*logPopup.iconName:		Session Log
26*logOkButton.label:		OK
27*logText.width:			600
28*logText.height:		300
29
30*clientInfoPopup.title:		Client List
31*clientInfoPopup.iconName:	Client List
32*noClientsLabel.label:		There are no clients in the session
33*viewPropButton.label:		View Properties
34*cloneButton.label:		Clone
35*killClientButton.label:	Kill
36*restartHintButton.label:	Restart Hint
37*restartIfRunning.label:	If Running
38*restartAnyway.label:		Anyway
39*restartImmediately.label:	Immediately
40*restartNever.label:		Never
41
42*clientInfoDoneButton.label:	Done
43*manualRestartLabel.label:	Restart the following non-session-aware clients...
44
45*clientPropTextWidget.width:	500
46*clientPropTextWidget.height:	300
47*clientPropDoneButton.label:	Done
48
49*saveMessageLabel.label:	Session name
50
51*saveTypeLabel.label:		Save Type     
52*saveTypeNone.label:		None
53*saveTypeLocal.label:		Local
54*saveTypeGlobal.label:		Global
55*saveTypeBoth.label:		Both
56
57*interactStyleLabel.label:	Interact Style
58*interactStyleNone.label:	None
59*interactStyleErrors.label:	Errors
60*interactStyleAny.label:	Any
61
62*saveCancelButton.label:	Cancel
63
64*helpSaveButton.label:		Help
65*helpSaveOkButton.label:	OK
66
67*helpSaveText.label:\n\
68Save types\n\
69----------\n\
70Local  - Applications should save enough information to\n\
71         restore the state as seen by the user.\n\
72         The save should not affect data seen by other users.\n\
73\n\
74Global - Applications should commit all of their data to\n\
75         permanent, globally accessible storage.\n\
76\n\
77Both   - Applications should commit their data to global\n\
78         storage and also save state local to the user.\n\
79\n\n\
80Interaction styles\n\
81------------------\n\
82None   - Don't allow user interaction\n\
83Errors - Allow user interaction only if an error occurs\n\
84Any    - Allow user interaction for any reason\n\
85\n
86
87*nameInUsePopup.title:		Warning
88*nameInUseOverwriteButton.label: Overwrite
89
90*badSavePopup.title:		Save Failure
91*badSaveLabel.label:		The following applications did not report\n\
92a successful save of their state:
93*badSaveOkButton.label:		OK
94*badSaveCancelButton.label:	Cancel Shutdown
95
96*chooseSessionListWidget.Translations: #override\n\
97	<Key>Up:	ChooseSessionUp()\n\
98	<Key>KP_Up:	ChooseSessionUp()\n\
99	Ctrl<Key>P:	ChooseSessionUp()\n\
100	<Key>Down:	ChooseSessionDown()\n\
101	<Key>KP_Down:	ChooseSessionDown()\n\
102	Ctrl<Key>N:	ChooseSessionDown()\n\
103	<Btn1Down>:	Set() ChooseSessionBtn1Down()\n
104
105*chooseSessionLoadButton.Accelerators: #override\n\
106	<Btn1Down>(2+):	set() notify() unset()\n\
107	<Key>Return:	set() notify() unset()\n\
108	<Key>KP_Enter:	set() notify() unset()\n
109
110*checkPointButton.Translations: #override\n\
111	<Btn1Up>:	notify() reset()\n
112*shutdownButton.Translations: #override\n\
113	<Btn1Up>:	notify() reset()\n
114
115*saveOkButton.Accelerators: #override\n\
116	<Key>Return:	set() notify() unset()\n
117
118*badSaveOkButton.Accelerators: #override\n\
119	<Key>Return:	set() notify() unset()\n
120