Newer
Older
music / app / src / main / res / values / strings.xml
<resources>
    <string name="app_name">Music</string>
    <string name="play_tab">Play</string>
    <string name="song_tab">Song</string>
    <string name="instrument_tab">Instruments</string>
    <string name="credits_tab">Credits</string>
    <string name="credits">this app was created by Lukas Eisenhauer</string>
    <string name="play_button_description">start or stop the song</string>
    <string name="placeholder">placeholder text...</string>
    <string name="instrument_active">active</string>
    <string name="instrument_type_description">select the instrument waveform</string>
    <string name="edit_instrument_description">edit this instrument\'s properties</string>
    <string name="new_phrase_description">Add a new phrase</string>
    <string name="actual_chords">Actual chords</string>
    <string name="key_selection_description">select the song\'s key</string>
</resources>