summaryrefslogtreecommitdiff
path: root/app-defaults/XSm
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-28 03:38:37 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-28 03:38:37 -0200
commitf1a527497c9621428cdb78dd9d37cb846ec10544 (patch)
tree9d1c1f2e1226b4561359ecfb70ad600aaf33731e /app-defaults/XSm
parent463bc71d330d357babb4981c933e6b615621c262 (diff)
enable VPATH build, reorganize app default files
Minor changes to http://bugs.freedesktop.org/attachment.cgi?id=20212.
Diffstat (limited to 'app-defaults/XSm')
-rw-r--r--app-defaults/XSm119
1 files changed, 119 insertions, 0 deletions
diff --git a/app-defaults/XSm b/app-defaults/XSm
new file mode 100644
index 0000000..5129722
--- /dev/null
+++ b/app-defaults/XSm
@@ -0,0 +1,119 @@
+! $Xorg: XSm.ad,v 1.3 2000/08/17 19:55:04 cpqbld Exp $
+*chooseSessionPopup*font: 12x24
+*chooseSessionLabel.label: Session Menu
+*chooseSessionMessageLabel.label: Press button again to confirm, or hit Cancel...
+*chooseSessionLoadButton.label: Load Session
+*chooseSessionDeleteButton.label: Delete Session
+*chooseSessionFailSafeButton.label: Default/Fail Safe
+*chooseSessionCancelButton.label: Cancel
+*chooseSessionBreakLockButton.label: Break Lock
+*chooseSessionLoadButton.background: light steel blue
+*chooseSessionDeleteButton.background: light steel blue
+*chooseSessionBreakLockButton.background: light steel blue
+
+*chooseSessionFailSafeButton.background:light steel blue
+*chooseSessionCancelButton.background: light steel blue
+
+*clientInfoButton.label: Client List
+*logButton.label: Session Log
+*checkPointButton.label: Checkpoint
+*shutdownButton.label: Shutdown
+*shutdownSave.label: With Checkpoint
+*shutdownDontSave.label: Immediately
+
+*logPopup.title: Session Log
+*logPopup.iconName: Session Log
+*logOkButton.label: OK
+*logText.width: 600
+*logText.height: 300
+
+*clientInfoPopup.title: Client List
+*clientInfoPopup.iconName: Client List
+*noClientsLabel.label: There are no clients in the session
+*viewPropButton.label: View Properties
+*cloneButton.label: Clone
+*killClientButton.label: Kill
+*restartHintButton.label: Restart Hint
+*restartIfRunning.label: If Running
+*restartAnyway.label: Anyway
+*restartImmediately.label: Immediately
+*restartNever.label: Never
+
+*clientInfoDoneButton.label: Done
+*manualRestartLabel.label: Restart the following non-session-aware clients...
+
+*clientPropTextWidget.width: 500
+*clientPropTextWidget.height: 300
+*clientPropDoneButton.label: Done
+
+*saveMessageLabel.label: Session name
+
+*saveTypeLabel.label: Save Type
+*saveTypeNone.label: None
+*saveTypeLocal.label: Local
+*saveTypeGlobal.label: Global
+*saveTypeBoth.label: Both
+
+*interactStyleLabel.label: Interact Style
+*interactStyleNone.label: None
+*interactStyleErrors.label: Errors
+*interactStyleAny.label: Any
+
+*saveCancelButton.label: Cancel
+
+*helpSaveButton.label: Help
+*helpSaveOkButton.label: OK
+
+*helpSaveText.label:\n\
+Save types\n\
+----------\n\
+Local - Applications should save enough information to\n\
+ restore the state as seen by the user.\n\
+ The save should not affect data seen by other users.\n\
+\n\
+Global - Applications should commit all of their data to\n\
+ permanent, globally accessible storage.\n\
+\n\
+Both - Applications should commit their data to global\n\
+ storage and also save state local to the user.\n\
+\n\n\
+Interaction styles\n\
+------------------\n\
+None - Don't allow user interaction\n\
+Errors - Allow user interaction only if an error occurs\n\
+Any - Allow user interaction for any reason\n\
+\n
+
+*nameInUsePopup.title: Warning
+*nameInUseOverwriteButton.label: Overwrite
+
+*badSavePopup.title: Save Failure
+*badSaveLabel.label: The following applications did not report\n\
+a successful save of their state:
+*badSaveOkButton.label: OK
+*badSaveCancelButton.label: Cancel Shutdown
+
+*chooseSessionListWidget.Translations: #override\n\
+ <Key>Up: ChooseSessionUp()\n\
+ <Key>KP_Up: ChooseSessionUp()\n\
+ Ctrl<Key>P: ChooseSessionUp()\n\
+ <Key>Down: ChooseSessionDown()\n\
+ <Key>KP_Down: ChooseSessionDown()\n\
+ Ctrl<Key>N: ChooseSessionDown()\n\
+ <Btn1Down>: Set() ChooseSessionBtn1Down()\n
+
+*chooseSessionLoadButton.Accelerators: #override\n\
+ <Btn1Down>(2+): set() notify() unset()\n\
+ <Key>Return: set() notify() unset()\n\
+ <Key>KP_Enter: set() notify() unset()\n
+
+*checkPointButton.Translations: #override\n\
+ <Btn1Up>: notify() reset()\n
+*shutdownButton.Translations: #override\n\
+ <Btn1Up>: notify() reset()\n
+
+*saveOkButton.Accelerators: #override\n\
+ <Key>Return: set() notify() unset()\n
+
+*badSaveOkButton.Accelerators: #override\n\
+ <Key>Return: set() notify() unset()\n