-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Новые звуки - Исправления и улучшения - Пункт "О программе" - Пункт "Обратная связь" - Новая иконка
- Loading branch information
Showing
14 changed files
with
139 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-526 Bytes
(76%)
app/src/main/res/mipmap-hdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-228 Bytes
(84%)
app/src/main/res/mipmap-mdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.56 KB
(58%)
app/src/main/res/mipmap-xhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.62 KB
(42%)
app/src/main/res/mipmap-xxhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-8.35 KB
(36%)
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,39 @@ | ||
<resources> | ||
<string name="app_name">Noizer</string> | ||
<string name="action_exit">Exit</string> | ||
<string name="action_contact">Feedback</string> | ||
<string name="action_about">About</string> | ||
<string name="action_about_title">About</string> | ||
<string name="action_about_description">Noizer - open source noise manager.\r\n\r\nFeel free to send feedback from menu.\r\n\r\nSource code:\r\n<a href="https://github.com/ZorgeR/Noizer">https://github.com/ZorgeR/Noizer</a>\r\n\r\n</string> | ||
<string name="on">On</string> | ||
<string name="off">Off</string> | ||
<!-- Title --> | ||
<string name="sound_title_whitenoise">White noise</string> | ||
<string name="sound_title_brownnoise">Brown noise</string> | ||
<string name="sound_title_intrauterine">Intrauterine sound</string> | ||
<string name="sound_title_wind">Wind</string> | ||
<string name="sound_title_rain">Rain</string> | ||
<string name="sound_title_storm">Storm</string> | ||
<string name="sound_title_fireplace">Fireplace</string> | ||
<string name="sound_title_birds">Birds</string> | ||
<string name="sound_title_street">Street</string> | ||
<string name="sound_title_bar">Bar</string> | ||
<string name="sound_title_waves">Waves</string> | ||
<string name="sound_title_foliage">Foliage</string> | ||
<string name="sound_title_train">Train</string> | ||
<!-- Desription --> | ||
<string name="sound_description_whitenoise">Soothe your baby</string> | ||
<string name="sound_description_brownnoise">Calm down and you</string> | ||
<string name="sound_description_intrauterine">The familiar atmosphere of the baby</string> | ||
<string name="sound_description_wind">Melancholy</string> | ||
<string name="sound_description_rain">Relaxes</string> | ||
<string name="sound_description_storm">Be carefull</string> | ||
<string name="sound_description_fireplace">Pure pleasure</string> | ||
<string name="sound_description_birds">Enjoy</string> | ||
<string name="sound_description_street">Who can soothe a</string> | ||
<string name="sound_description_bar">Many help</string> | ||
<string name="sound_description_waves">Close your eyes, put on your headphones</string> | ||
<string name="sound_description_foliage">Sit down and listen to</string> | ||
<string name="sound_description_train">Choo-choo-choo-Choo</string> | ||
|
||
</resources> |