Package SUEConstants :: Module Help
[hide private]
[frames] | no frames]

Module Help

source code

Help message constants. All HELP_* variables are strings shown at the command line.


Authors:
Peter Parente, Frank Zenker
Organizations: Copyright: License:
Variables [hide private]
string HELP_GENERATE = _('generate a template for a new UIE')
Help string 'Generate a template for a new UIE'
string HELP_INSTALL = _('install a UIE')
Help string 'Install a UIE'
string HELP_UNINSTALL = _('uninstall a UIE')
Help string 'Uninstall a UIE'
string HELP_ASSOCIATE = _('associate a UIE with a profile')
Help string 'Associate a UIE with a profile'
string HELP_DISASSOCIATE = _('disassociate a UIE from a profile')
Help string 'Disassociate a UIE from a profile'
string HELP_CREATE_PROFILE = _('create a new user profile')
Help string 'Create a new user profile'
string HELP_REMOVE_PROFILE = _('remove a user profile')
Help string 'Remove a user profile'
string HELP_DUPLICATE_PROFILE = _('duplicate a user profile')
Help string 'Duplicate a user profile'
string HELP_SHOW = _('show installed UIEs')
Help string 'Show installed UIEs'
string HELP_PROFILE = _('profile name')
Help string 'Profile name'
string HELP_SAY = _('output a string using the default device')
Help string 'Output a string using the default device'
string HELP_INDEX = _('load order index for the UIE')
Help string 'Load order index for the UIE'
string HELP_TIER = _('process name with which a Script should be asso...
Help string 'Process name with which a Script should be associated'
string HELP_ALL_TIERS = _('flag indicating a Script should be associa...
Help string 'Flag indicating a Script should be associated with all apps'
string HELP_GLOBAL = _('flag indicating the command should be perform...
Help string 'Flag indicating the command should be performed globally'
string HELP_LOG_LEVEL = _('level of log messages: %s')
Help string 'level of log messages'
string HELP_LOG_CHANNEL = _('channel of log messages, any of: %s')
Help string 'channel of log messages, any of: %s'
string HELP_LOG_FILENAME = _('filename for simple log output')
Help string 'filename for simple log output'
string HELP_LOG_CONFIG = _('filename for Python logging module config...
Help string 'filename for Python logging module configuration'
string HELP_NO_INTRO = _('suppress the welcome announcement')
Help string 'suppress the welcome announcement'
string HELP_INIT_PROFILES = _('initialize built-in profiles')
Help string 'initialize built-in profiles'
string HELP_INIT_GLOBAL = _('initialize installed UIEs with packaged ...
Help string 'initialize installed UIEs with packaged UIEs'
string HELP_A11Y = _('Desktop accessibility disabled. Enabling...' '\...
Help string 'Desktop accessibility disabled.
string HELP_NO_A11Y = _('skips check for desktop accessibility')
Help string 'skips check for desktop accessibility'
string HELP_NO_BRIDGE = _('prevents UIE windows from becoming accessi...
Help string 'prevents UIE windows from becoming accessible'
string HELP_EXPORT_PATH = _('prints the path to the SUE package')
Help string 'prints the path to the SUE package'
string MSG_CONFIRM_REMOVE = _('Are you sure you want to remove %s? ')...
Message displayed to confirm a removal at the command line
Variables Details [hide private]

HELP_TIER

Help string 'Process name with which a Script should be associated'
Type:
string
Value:
_('process name with which a Script should be associated')

HELP_ALL_TIERS

Help string 'Flag indicating a Script should be associated with all apps'
Type:
string
Value:
_('flag indicating a Script should be associated with all apps')

HELP_GLOBAL

Help string 'Flag indicating the command should be performed globally'
Type:
string
Value:
_('flag indicating the command should be performed globally')

HELP_LOG_CONFIG

Help string 'filename for Python logging module configuration'
Type:
string
Value:
_('filename for Python logging module configuration')

HELP_INIT_GLOBAL

Help string 'initialize installed UIEs with packaged UIEs'
Type:
string
Value:
_('initialize installed UIEs with packaged UIEs')

HELP_A11Y

Help string 'Desktop accessibility disabled. Enabling Please logout and run SUE again.'
Type:
string
Value:
_('Desktop accessibility disabled. Enabling...' '\nPlease logout and r\
un SUE again.')

HELP_NO_BRIDGE

Help string 'prevents UIE windows from becoming accessible'
Type:
string
Value:
_('prevents UIE windows from becoming accessible')

MSG_CONFIRM_REMOVE

Message displayed to confirm a removal at the command line
Type:
string
Value:
_('Are you sure you want to remove %s? ')+ '(y/n) '