media/library/ui/src/main/res/values-nl/strings.xml
olly adc77fd0b1 Simplify & clean up offline support in demo app
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=193938140
2018-05-07 05:58:59 +01:00

25 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="exo_controls_previous_description">Vorige track</string>
<string name="exo_controls_next_description">Volgende track</string>
<string name="exo_controls_pause_description">Pauzeren</string>
<string name="exo_controls_play_description">Afspelen</string>
<string name="exo_controls_stop_description">Stoppen</string>
<string name="exo_controls_rewind_description">Terugspoelen</string>
<string name="exo_controls_fastforward_description">Vooruitspoelen</string>
<string name="exo_controls_repeat_off_description">Niets herhalen</string>
<string name="exo_controls_repeat_one_description">Eén herhalen</string>
<string name="exo_controls_repeat_all_description">Alles herhalen</string>
<string name="exo_controls_shuffle_description">Shuffle</string>
<string name="exo_controls_fullscreen_description">Modus \'Volledig scherm\'</string>
<string name="exo_download_description">Download</string>
<string name="exo_download_notification_channel_name">Downloads</string>
<string name="exo_download_downloading">Downloading</string>
<string name="exo_download_completed">Downloaden voltooid</string>
<string name="exo_download_failed">Downloaden mislukt</string>
<string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Audio</string>
<string name="exo_track_selection_title_text">Text</string>
<string name="exo_track_selection_none">None</string>
<string name="exo_track_selection_auto">Auto</string>
</resources>