remove opus files
This commit is contained in:
Binary file not shown.
BIN
config/sound/default/Accept.wav
Normal file
BIN
config/sound/default/Accept.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/Announce.wav
Normal file
BIN
config/sound/default/Announce.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/BrailleOff.wav
Normal file
BIN
config/sound/default/BrailleOff.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/BrailleOn.wav
Normal file
BIN
config/sound/default/BrailleOn.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/Cancel.wav
Normal file
BIN
config/sound/default/Cancel.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/Caps.wav
Normal file
BIN
config/sound/default/Caps.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/ChangeTTY.wav
Normal file
BIN
config/sound/default/ChangeTTY.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/ContentChanged.wav
Normal file
BIN
config/sound/default/ContentChanged.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/CopyToClipboard.wav
Normal file
BIN
config/sound/default/CopyToClipboard.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/EmptyLine.wav
Normal file
BIN
config/sound/default/EmptyLine.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/EndOfLine.wav
Normal file
BIN
config/sound/default/EndOfLine.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/EndOfScreen.wav
Normal file
BIN
config/sound/default/EndOfScreen.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/ErrorBraille.wav
Normal file
BIN
config/sound/default/ErrorBraille.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/ErrorScreen.wav
Normal file
BIN
config/sound/default/ErrorScreen.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/ErrorSpeech.wav
Normal file
BIN
config/sound/default/ErrorSpeech.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/HasAtributes.wav
Normal file
BIN
config/sound/default/HasAtributes.wav
Normal file
Binary file not shown.
BIN
config/sound/default/PTYBypass.wav
Normal file
BIN
config/sound/default/PTYBypass.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/PasteClipboardOnScreen.wav
Normal file
BIN
config/sound/default/PasteClipboardOnScreen.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/PlaceEndMark.wav
Normal file
BIN
config/sound/default/PlaceEndMark.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/PlaceStartMark.wav
Normal file
BIN
config/sound/default/PlaceStartMark.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/PromotedText.wav
Normal file
BIN
config/sound/default/PromotedText.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/ScreenReaderOff.wav
Normal file
BIN
config/sound/default/ScreenReaderOff.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/ScreenReaderOn.wav
Normal file
BIN
config/sound/default/ScreenReaderOn.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/SoundOff.wav
Normal file
BIN
config/sound/default/SoundOff.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/SoundOn.wav
Normal file
BIN
config/sound/default/SoundOn.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/SpeechOff.wav
Normal file
BIN
config/sound/default/SpeechOff.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/SpeechOn.wav
Normal file
BIN
config/sound/default/SpeechOn.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/StartOfLine.wav
Normal file
BIN
config/sound/default/StartOfLine.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/StartOfScreen.wav
Normal file
BIN
config/sound/default/StartOfScreen.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
config/sound/default/mispell.wav
Normal file
BIN
config/sound/default/mispell.wav
Normal file
Binary file not shown.
@ -1,52 +1,54 @@
|
||||
# Screen Reader Turned On or Off
|
||||
ScreenReaderOn='ScreenReaderOn.opus'
|
||||
ScreenReaderOff='ScreenReaderOff.opus'
|
||||
ScreenReaderOn='ScreenReaderOn.wav'
|
||||
ScreenReaderOff='ScreenReaderOff.wav'
|
||||
# PTY bypass
|
||||
PTYBypass='PTYBypass.wav'
|
||||
# Cancel the current command
|
||||
Cancel='Cancel.opus'
|
||||
Cancel='Cancel.wav'
|
||||
# Accept command
|
||||
Accept='Accept.opus'
|
||||
Accept='Accept.wav'
|
||||
# Bell a sound if the TTY is changed (ctrl + alt +FX)
|
||||
ChangeTTY='ChangeTTY.opus'
|
||||
ChangeTTY='ChangeTTY.wav'
|
||||
# Is the first Position on the line
|
||||
StartOfLine='StartOfLine.opus'
|
||||
StartOfLine='StartOfLine.wav'
|
||||
# Is the last position of the Line
|
||||
EndOfLine='EndOfLine.opus'
|
||||
EndOfLine='EndOfLine.wav'
|
||||
# the Line is empty
|
||||
EmptyLine='EmptyLine.opus'
|
||||
EmptyLine='EmptyLine.wav'
|
||||
# Is the first line on the screen.
|
||||
StartOfScreen='StartOfScreen.opus'
|
||||
StartOfScreen='StartOfScreen.wav'
|
||||
# Is the last line on the screen
|
||||
EndOfScreen='EndOfScreen.opus'
|
||||
EndOfScreen='EndOfScreen.wav'
|
||||
# The content has changed
|
||||
ContentChanged='ContentChanged.opus'
|
||||
ContentChanged='ContentChanged.wav'
|
||||
# Speech has turned On or Off
|
||||
SpeechOn='SpeechOn.opus'
|
||||
SpeechOff='SpeechOff.opus'
|
||||
SpeechOn='SpeechOn.wav'
|
||||
SpeechOff='SpeechOff.wav'
|
||||
# Braille has turned On or Off
|
||||
BrailleOn='BrailleOn.opus'
|
||||
BrailleOff='BrailleOff.opus'
|
||||
BrailleOn='BrailleOn.wav'
|
||||
BrailleOff='BrailleOff.wav'
|
||||
# SoundIcons has turned On or Off
|
||||
SoundOn='SoundOn.opus'
|
||||
SoundOff='SoundOff.opus'
|
||||
# Set beginnig mark for copy to clipboard
|
||||
PlaceStartMark='PlaceStartMark.opus'
|
||||
# Set end mark for copy to clipboard
|
||||
PlaceEndMark='PlaceEndMark.opus'
|
||||
SoundOn='SoundOn.wav'
|
||||
SoundOff='SoundOff.wav'
|
||||
# Set beginnig mark
|
||||
PlaceStartMark='PlaceStartMark.wav'
|
||||
# Set end mark
|
||||
PlaceEndMark='PlaceEndMark.wav'
|
||||
# Copied to clipboard
|
||||
CopyToClipboard='CopyToClipboard.opus'
|
||||
CopyToClipboard='CopyToClipboard.wav'
|
||||
# Pasted on the screen
|
||||
PasteClipboardOnScreen='PasteClipboardOnScreen.opus'
|
||||
PasteClipboardOnScreen='PasteClipboardOnScreen.wav'
|
||||
# An error accoured while speech or braille output or reading the screen
|
||||
ErrorSpeech='ErrorSpeech.opus'
|
||||
ErrorBraille='ErrorBraille.opus'
|
||||
ErrorScreen='ErrorScreen.opus'
|
||||
ErrorSpeech='ErrorSpeech.wav'
|
||||
ErrorBraille='ErrorBraille.wav'
|
||||
ErrorScreen='ErrorScreen.wav'
|
||||
# If you cursor over an text that has attributs (like color)
|
||||
HasAttributes='HasAttributes.opus'
|
||||
HasAttributes='HasAttributes.wav'
|
||||
# fenrir can promote strings if they appear on the screen.
|
||||
PromotedText='PromotedText.opus'
|
||||
PromotedText='PromotedText.wav'
|
||||
# missspelled indicator
|
||||
mispell='mispell.opus'
|
||||
mispell='mispell.wav'
|
||||
# the for capital letter
|
||||
capital='Caps.opus'
|
||||
capital='Caps.wav'
|
||||
# general announcement
|
||||
announce="Announce.opus"
|
||||
announce="Announce.wav"
|
||||
|
Reference in New Issue
Block a user