Skip to content

Commit cfb155b

Browse files
authored
Merge pull request #148 from CodeDead/feature/forest
feat: Added forest sound
2 parents 84bb859 + ed9fa86 commit cfb155b

16 files changed

+19
-0
lines changed

src/main/java/com/codedead/opal/controller/MainWindowController.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ public final class MainWindowController implements IAudioTimer, TrayIconListener
100100
@FXML
101101
private SoundPane snpDolphins;
102102
@FXML
103+
private SoundPane snpForest;
104+
@FXML
103105
private SoundPane snpZoo;
104106
@FXML
105107
private SoundPane snpFrogs;
@@ -313,6 +315,7 @@ public void setControllers(final SettingsController settingsController, final Up
313315
snpFrogs.getNameLabel().textProperty().bind(resourceFactory.getStringBinding("Frogs"));
314316
snpZoo.getNameLabel().textProperty().bind(resourceFactory.getStringBinding("Zoo"));
315317
snpDolphins.getNameLabel().textProperty().bind(resourceFactory.getStringBinding("Dolphins"));
318+
snpForest.getNameLabel().textProperty().bind(resourceFactory.getStringBinding("Forest"));
316319

317320
pneOffice.textProperty().bind(resourceFactory.getStringBinding("Office"));
318321
snpTyping.getNameLabel().textProperty().bind(resourceFactory.getStringBinding("Typing"));
5.22 MB
Binary file not shown.
709 Bytes
Loading

src/main/resources/translations/OpalApplication.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ CustomSounds=Custom sounds
105105
AddCustomSound=Add custom sound
106106
OpenCustomSoundError=Unable to open custom sound!
107107
CustomSound=Custom sound
108+
Forest=Forest

src/main/resources/translations/OpalApplication_de_DE.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ CustomSounds=Benutzerdefinierte Klänge
105105
AddCustomSound=Benutzerdefinierten Klang hinzufügen
106106
OpenCustomSoundError=Benutzerdefinierten Klang konnte nicht geöffnet werden!
107107
CustomSound=Benutzerdefinierter Klang
108+
Forest=Wald

src/main/resources/translations/OpalApplication_en_US.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ CustomSounds=Custom sounds
105105
AddCustomSound=Add custom sound
106106
OpenCustomSoundError=Unable to open custom sound!
107107
CustomSound=Custom sound
108+
Forest=Forest

src/main/resources/translations/OpalApplication_es_ES.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ CustomSounds=Sonidos personalizados
105105
AddCustomSound=Añadir sonido personalizado
106106
OpenCustomSoundError=¡No se puede abrir el sonido personalizado!
107107
CustomSound=Sonido personalizado
108+
Forest=Bosque

src/main/resources/translations/OpalApplication_fr_FR.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ CustomSounds=Sons personnalisés
105105
AddCustomSound=Ajouter un son personnalisé
106106
OpenCustomSoundError=Impossible d'ouvrir le son personnalisé!
107107
CustomSound=Son personnalisé
108+
Forest=Forêt

src/main/resources/translations/OpalApplication_hi_IN.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ CustomSounds=कस्टम ध्वनियाँ
105105
AddCustomSound=कस्टम ध्वनि जोड़ें
106106
OpenCustomSoundError=कस्टम ध्वनि खोलने में असमर्थ!
107107
CustomSound=कस्टम ध्वनि
108+
Forest=जंगल

src/main/resources/translations/OpalApplication_jp_JP.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ CustomSounds=カスタム サウンド
105105
AddCustomSound=カスタム サウンドを追加
106106
OpenCustomSoundError=カスタム サウンドを開けません!
107107
CustomSound=カスタム サウンド
108+
Forest=森

0 commit comments

Comments
 (0)