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