Home | History | Annotate | Download | only in values

Lines Matching full:track

38     <!-- Text displayed in the remove audio track confirmation dialog. -->
39 <string name="editor_remove_audio_track_question">Do you want to remove this audio track?</string>
92 <!-- Enable looping for the audio track. -->
94 <!-- Disable looping for the audio track. -->
96 <!-- Mute the audio track. -->
98 <!-- Unmute the audio track. -->
171 <!-- Error message displayed in a toast if an audio track cannot be added. -->
172 <string name="editor_add_audio_track_error">Can\'t add the audio track.</string>
173 <!-- Error message displayed in a toast if an audio track cannot be removed. -->
174 <string name="editor_remove_audio_track_error">Can\'t remove the audio track.</string>
175 <!-- Error message displayed in a toast if an audio track cannot be trimmed. -->
176 <string name="editor_set_audio_track_boundaries_error">Can\'t trim the audio track.</string>