add comments to soundicon

This commit is contained in:
chrys87 2016-07-07 14:55:42 +02:00 committed by GitHub
parent c67f8eb3b9
commit 88d2abc71a

View File

@ -1,25 +1,44 @@
# Screen Reader Turned On or Off
ScreenReaderOn='' ScreenReaderOn=''
ScreenReaderOff='' ScreenReaderOff=''
Abbording='' # Cancel the current command
Cancel=''
# Accept command
Accept='' Accept=''
# Bell a sound if the TTY is changed (ctrl + alt +FX)
ChangeTTY='' ChangeTTY=''
# Is the first Position on the Screen
StartOfLine='' StartOfLine=''
# Is the last position of the Line
EndOfLine='' EndOfLine=''
# the Line is empty
EmptyLine='' EmptyLine=''
# Is the first line on the screen.
StartOfScreen='' StartOfScreen=''
# Is the last line on the screen
EndOfScreen='' EndOfScreen=''
# The content has changed
ContentChanged='' ContentChanged=''
# Speech has turned On or Off
SpeechOn='' SpeechOn=''
SpeechOff='' SpeechOff=''
# Braille has turned On or Off
BrailleOn='' BrailleOn=''
BrailleOff='' BrailleOff=''
# SoundIcons has turned On or Off
SoundIconsOn='' SoundIconsOn=''
SoundIconsOff='' SoundIconsOff=''
# Set beginnig mark for copy to clipboard
PlaceStartCopyMark='' PlaceStartCopyMark=''
# Set end mark for copy to clipboard
PlaceEndCopyMark='' PlaceEndCopyMark=''
# Copied to clipboard
CopyToClipboard='' CopyToClipboard=''
# Pasted on the screen
PasedClipboardOnScreen='' PasedClipboardOnScreen=''
# An error accoured while speech or braille output or reading the screen
ErrorSpeech='' ErrorSpeech=''
ErrorBraille='' ErrorBraille=''
ErrorScreen='' ErrorScreen=''
# I if you cursor over an text that has attributs (like color)
HasAttributes='' HasAttributes=''