diff --git a/public/sound/futuristic/Error.mp3 b/public/sound/futuristic/Error.mp3 new file mode 120000 index 0000000000..261b68e0ca --- /dev/null +++ b/public/sound/futuristic/Error.mp3 @@ -0,0 +1 @@ +../standard/Error.mp3 \ No newline at end of file diff --git a/public/sound/futuristic/Error.ogg b/public/sound/futuristic/Error.ogg new file mode 120000 index 0000000000..ea772099a8 --- /dev/null +++ b/public/sound/futuristic/Error.ogg @@ -0,0 +1 @@ +../standard/Error.ogg \ No newline at end of file diff --git a/public/sound/instrument/Error.mp3 b/public/sound/instrument/Error.mp3 new file mode 120000 index 0000000000..261b68e0ca --- /dev/null +++ b/public/sound/instrument/Error.mp3 @@ -0,0 +1 @@ +../standard/Error.mp3 \ No newline at end of file diff --git a/public/sound/instrument/Error.ogg b/public/sound/instrument/Error.ogg new file mode 120000 index 0000000000..ea772099a8 --- /dev/null +++ b/public/sound/instrument/Error.ogg @@ -0,0 +1 @@ +../standard/Error.ogg \ No newline at end of file diff --git a/public/sound/nes/Error.mp3 b/public/sound/nes/Error.mp3 new file mode 120000 index 0000000000..261b68e0ca --- /dev/null +++ b/public/sound/nes/Error.mp3 @@ -0,0 +1 @@ +../standard/Error.mp3 \ No newline at end of file diff --git a/public/sound/nes/Error.ogg b/public/sound/nes/Error.ogg new file mode 120000 index 0000000000..ea772099a8 --- /dev/null +++ b/public/sound/nes/Error.ogg @@ -0,0 +1 @@ +../standard/Error.ogg \ No newline at end of file diff --git a/public/sound/piano/Error.mp3 b/public/sound/piano/Error.mp3 new file mode 120000 index 0000000000..261b68e0ca --- /dev/null +++ b/public/sound/piano/Error.mp3 @@ -0,0 +1 @@ +../standard/Error.mp3 \ No newline at end of file diff --git a/public/sound/piano/Error.ogg b/public/sound/piano/Error.ogg new file mode 120000 index 0000000000..ea772099a8 --- /dev/null +++ b/public/sound/piano/Error.ogg @@ -0,0 +1 @@ +../standard/Error.ogg \ No newline at end of file diff --git a/public/sound/robot/Error.mp3 b/public/sound/robot/Error.mp3 new file mode 120000 index 0000000000..261b68e0ca --- /dev/null +++ b/public/sound/robot/Error.mp3 @@ -0,0 +1 @@ +../standard/Error.mp3 \ No newline at end of file diff --git a/public/sound/robot/Error.ogg b/public/sound/robot/Error.ogg new file mode 120000 index 0000000000..ea772099a8 --- /dev/null +++ b/public/sound/robot/Error.ogg @@ -0,0 +1 @@ +../standard/Error.ogg \ No newline at end of file diff --git a/public/sound/sfx/Error.mp3 b/public/sound/sfx/Error.mp3 new file mode 120000 index 0000000000..261b68e0ca --- /dev/null +++ b/public/sound/sfx/Error.mp3 @@ -0,0 +1 @@ +../standard/Error.mp3 \ No newline at end of file diff --git a/public/sound/sfx/Error.ogg b/public/sound/sfx/Error.ogg new file mode 120000 index 0000000000..ea772099a8 --- /dev/null +++ b/public/sound/sfx/Error.ogg @@ -0,0 +1 @@ +../standard/Error.ogg \ No newline at end of file diff --git a/public/sound/standard/Error.mp3 b/public/sound/standard/Error.mp3 new file mode 100644 index 0000000000..af769c0e91 Binary files /dev/null and b/public/sound/standard/Error.mp3 differ diff --git a/public/sound/standard/Error.ogg b/public/sound/standard/Error.ogg new file mode 100644 index 0000000000..fc3e45163c Binary files /dev/null and b/public/sound/standard/Error.ogg differ diff --git a/ui/site/src/main.js b/ui/site/src/main.js index af557b1ae9..78b6a7354c 100644 --- a/ui/site/src/main.js +++ b/ui/site/src/main.js @@ -572,7 +572,8 @@ check: 'Check', newChallenge: 'NewChallenge', newPM: 'NewPM', - confirmation: 'Confirmation' + confirmation: 'Confirmation', + error: 'Error' }; for (var i = 0; i <= 10; i++) names['countDown' + i] = 'CountDown' + i;