adding some new settings strings

This commit is contained in:
tibbi 2020-03-30 21:43:19 +02:00
parent 64741cc327
commit 6125b40f37
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,10 @@
<string name="recording_saved_successfully">Nahrávka bola uložená ako \n\"%s\"</string>
<string name="recording">Nahráva sa</string>
<!-- Settings -->
<string name="hide_status_bar_icon">Skryť ikonku na vrchnej lište</string>
<string name="save_recordings_in">Ukladať nahrávky do</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Voice Recorder - Record any audio easily</string>

View File

@ -4,6 +4,10 @@
<string name="recording_saved_successfully">Recording saved successfully as\n\"%s\"</string>
<string name="recording">Recording</string>
<!-- Settings -->
<string name="hide_status_bar_icon">Hide the top status bar icon</string>
<string name="save_recordings_in">Save recordings in</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple Voice Recorder - Record any audio easily</string>