Newer
Older
music / app / src / main / res / values / strings.xml
  1. <!--
  2. ~ Copyright (C) 2022 Lukas Eisenhauer
  3. ~
  4. ~ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or(at your option) any later version.
  5. ~
  6. ~ This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  7. ~
  8. ~ You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
  9. -->
  10.  
  11. <resources>
  12. <string name="app_name">Music</string>
  13. <string name="play_tab">Play</string>
  14. <string name="song_tab">Song</string>
  15. <string name="instrument_tab">Instruments</string>
  16. <string name="credits_tab">Credits</string>
  17. <string name="credits">this app was created by Lukas Eisenhauer</string>
  18. <string name="play_button_description">start or stop the song</string>
  19. <string name="placeholder">placeholder text...</string>
  20. <string name="instrument_active">active</string>
  21. <string name="instrument_type_description">select the instrument waveform</string>
  22. <string name="edit_instrument_description">edit this instrument\'s properties</string>
  23. <string name="new_phrase_description">Add a new phrase</string>
  24. <string name="actual_chords">Actual chords</string>
  25. <string name="key_selection_description">select the song\'s key</string>
  26. <string name="edit_chord">Edit chord</string>
  27. <string name="chord_pitch_description">Edit this chord\'s pitch</string>
  28. <string name="chord_type_description">Edit this chord\'s type</string>
  29. <string name="chord_pitch">Chord pitch</string>
  30. <string name="chord_type">Chord type</string>
  31. <string name="exit">Exit this menu</string>
  32. <string name="advance_measure">Go to the next measure</string>
  33. <string name="reverse_measure">Go to the start of the current measure</string>
  34. <string name="advance_phrase">Go to the next phrase</string>
  35. <string name="reverse_phrase">Go to the start of the current phrase</string>
  36. <string name="unknown_chord">Next chord not known yet . . .</string>
  37. <string name="edit_instrument">Edit instrument</string>
  38. <string name="instrument_name">Instrument name:</string>
  39. <string name="close">close this menu</string>
  40. <string name="waveform">Waveform:</string>
  41. <string name="voice">Voice:</string>
  42. <string name="add_instrument">Add a new instrument</string>
  43. <string name="delete_instrument">Delete this instrument</string>
  44. <string name="edit_voice">Edit voice</string>
  45. <string name="edit_envelope">Edit envelope</string>
  46. <string name="edit_effects">Edit effects</string>
  47. <string name="restrike">restrike</string>
  48. <string name="restrike_description">restrike a note if it\'s already playing?</string>
  49. </resources>