2016-07-07 08:55:42 -04:00
|
|
|
# Screen Reader Turned On or Off
|
2016-07-07 05:40:48 -04:00
|
|
|
ScreenReaderOn=''
|
|
|
|
ScreenReaderOff=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Cancel the current command
|
|
|
|
Cancel=''
|
|
|
|
# Accept command
|
2016-07-07 08:45:05 -04:00
|
|
|
Accept=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Bell a sound if the TTY is changed (ctrl + alt +FX)
|
2016-07-07 05:40:48 -04:00
|
|
|
ChangeTTY=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Is the first Position on the Screen
|
2016-07-07 05:40:48 -04:00
|
|
|
StartOfLine=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Is the last position of the Line
|
2016-07-07 05:40:48 -04:00
|
|
|
EndOfLine=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# the Line is empty
|
2016-07-07 08:41:49 -04:00
|
|
|
EmptyLine=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Is the first line on the screen.
|
2016-07-07 05:40:48 -04:00
|
|
|
StartOfScreen=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Is the last line on the screen
|
2016-07-07 05:40:48 -04:00
|
|
|
EndOfScreen=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# The content has changed
|
2016-07-07 05:40:48 -04:00
|
|
|
ContentChanged=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Speech has turned On or Off
|
2016-07-07 05:40:48 -04:00
|
|
|
SpeechOn=''
|
|
|
|
SpeechOff=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Braille has turned On or Off
|
2016-07-07 05:40:48 -04:00
|
|
|
BrailleOn=''
|
|
|
|
BrailleOff=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# SoundIcons has turned On or Off
|
2016-07-07 05:40:48 -04:00
|
|
|
SoundIconsOn=''
|
|
|
|
SoundIconsOff=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Set beginnig mark for copy to clipboard
|
2016-07-07 08:43:04 -04:00
|
|
|
PlaceStartCopyMark=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Set end mark for copy to clipboard
|
2016-07-07 08:43:04 -04:00
|
|
|
PlaceEndCopyMark=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Copied to clipboard
|
2016-07-07 08:46:29 -04:00
|
|
|
CopyToClipboard=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# Pasted on the screen
|
2016-07-07 08:46:29 -04:00
|
|
|
PasedClipboardOnScreen=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# An error accoured while speech or braille output or reading the screen
|
2016-07-07 08:48:16 -04:00
|
|
|
ErrorSpeech=''
|
|
|
|
ErrorBraille=''
|
|
|
|
ErrorScreen=''
|
2016-07-07 08:55:42 -04:00
|
|
|
# I if you cursor over an text that has attributs (like color)
|
2016-07-07 08:48:16 -04:00
|
|
|
HasAttributes=''
|