You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
music-synthesizer-for-android/android/res/values/strings.xml

80 lines
2.5 KiB

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Music Synthesizer</string>
<!-- Sections -->
<string name="new_score">New score</string>
<string name="save_score">Save score as...</string>
<string name="open_score">Open score...</string>
<string name="compose">Compose</string>
<string name="piano">Piano</string>
<string name="edit_instrument">Edit instrument</string>
<string name="instrument_list">Instrument List</string>
<string name="chord_grid">Chord Grid</string>
<string name="vibrato">Vibrato</string>
<string name="oscillator">Oscillator</string>
<string name="oscillator1">Oscillator 1</string>
<string name="oscillator2">Oscillator 2</string>
<string name="karplus_strong">Karplus-Strong</string>
<string name="karplus_strong1">Karplus-Strong 1</string>
<string name="karplus_strong2">Karplus-Strong 2</string>
<string name="tremolo">Tremolo</string>
<string name="low_pass_filter">Low Pass Filter</string>
<string name="amplification">Amplification</string>
<string name="effects">Effects</string>
<!-- Vibrato -->
<string name="rate">Rate</string>
<!-- Karplus-Strong -->
<string name="blend">Blend</string>
<string name="stretch">Stretch</string>
<string name="excitement">Excitement</string>
<!-- Oscillator -->
<string name="glide">Glide</string>
<string name="coarse">Coarse</string>
<string name="fine">Fine</string>
<string name="vibrato_depth">Vibrato</string>
<!-- Mixing -->
<string name="balance">Balance</string>
<!-- Tremolo -->
<string name="depth">Depth</string>
<!-- Low Pass Filter -->
<string name="cutoff">Cutoff</string>
<string name="resonance">Resonance</string>
<!-- Amp -->
<string name="attack">Attack</string>
<string name="decay">Decay</string>
<string name="sustain">Sustain</string>
<string name="release">Release</string>
<string name="volume">Volume</string>
<!-- Effects -->
<string name="echo_mix">Echo Mix</string>
<string name="echo_delay">Echo Delay</string>
<!-- Delay -->
<string name="play">Play</string>
<string name="record">Record</string>
<string name="stop">Stop</string>
<!-- Array of Sections -->
<string-array name="sections">
<item>Vibrato</item>
<item>Oscillator 1</item>
<item>Oscillator 2</item>
<item>Karplus-Strong 1</item>
<item>Karplus-Strong 2</item>
<item>Tremolo</item>
<item>Low Pass Filter</item>
<item>Amplification</item>
<item>Effects</item>
</string-array>
</resources>