-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathstrings_menu.xml
More file actions
75 lines (75 loc) · 4.68 KB
/
strings_menu.xml
File metadata and controls
75 lines (75 loc) · 4.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Menu option to start playback of the artist/album/all songs -->
<string name="menu_title_play">Afspelen</string>
<!-- Menu option to shuffle artist/album/all songs -->
<string name="menu_title_shuffle">Shuffle</string>
<!-- Menu option to start 'album shuffle' mode (plays a random album, where tracks are played in order)-->
<string name="menu_title_album_shuffle">Album shuffle</string>
<!-- Menu option to add this song to the queue, to play next -->
<string name="menu_title_play_next">Volgende afspelen</string>
<!-- Menu option to open the tag editor for this song/album/artist -->
<string name="menu_title_edit_tags">Tags bewerken</string>
<!-- Menu option to configure the selected media provider -->
<string name="menu_title_media_provider_configure">Configureren</string>
<!-- Menu option to remove the selected media provider -->
<string name="menu_title_media_provider_remove">Verwijderen</string>
<!-- Menu option to show the Sleep Timer -->
<string name="menu_title_sleep_timer">Slaaptimer</string>
<!-- Menu option to add the selected song to the 'favorites' playlist -->
<string name="menu_title_favorite">Favoriet</string>
<!-- Menu option to show the 'lyrics' view -->
<string name="menu_title_lyrics">Songtekst</string>
<!-- Menu option to show the 'song info' dialog -->
<string name="menu_title_song_info">Nummerinformatie</string>
<!-- Menu option to delete the selected artist/album/song -->
<string name="menu_title_delete">Verwijderen</string>
<!-- Menu option to import a playlist from the Android Media Store-->
<string name="menu_title_import">Importeren</string>
<!-- Menu option to add an artist/album/song to the list of excluded (blacklisted) songs-->
<string name="menu_title_exclude">Uitsluiten</string>
<!-- Menu option to remove an artist/album/song from a playlist, or the exclude list (blacklist)-->
<string name="menu_title_remove">Verwijderen</string>
<!-- Menu option to open the submenu to change between 'list' and 'grid' view modes-->
<string name="menu_title_view_mode">Bekijken als</string>
<!-- Menu option to view the artist/album list as a list rather than a grid-->
<string name="menu_title_view_mode_list">Lijst</string>
<!-- Menu option to view the artist/album list as a grid rather than a list-->
<string name="menu_title_view_mode_grid">Raster</string>
<!-- Menu option to open the sorting submenu -->
<string name="menu_title_sort_by">Sorteer op</string>
<!-- Menu option to sort by album name -->
<string name="menu_title_sort_album_name">Naam Album</string>
<!-- Menu option to sort by artist name -->
<string name="menu_title_sort_artist_name">Artiestennaam</string>
<!-- Menu option to sort by song name -->
<string name="menu_title_sort_song_name">Titel van een liedje</string>
<!-- Menu option to sort by year-->
<string name="menu_title_sort_year">Jaar</string>
<!-- Menu option to sort by name -->
<string name="menu_title_sort_name">Naam</string>
<!-- Menu option to sort by song count -->
<string name="menu_title_sort_song_count">Aantal nummers</string>
<!-- Menu option to sort by song duration -->
<string name="menu_title_sort_duration">Looptijd</string>
<!-- Menu option to sort by last modified date -->
<string name="menu_title_sort_date_modified">Laatst aangepast</string>
<!-- Menu option to sort playlists by a custom sort order (user-defined sort order) -->
<string name="menu_title_sort_custom">Eigen</string>
<!-- Menu option to scroll to the current playing track in the queue -->
<string name="menu_title_scroll_to_current">Scroll naar Huidig</string>
<!-- Menu option to rename a playlist-->
<string name="menu_title_rename">Hernoemen</string>
<!-- Menu option to clear (remove) all tracks in a playlist-->
<string name="menu_title_clear">Wissen</string>
<!-- Menu option to add an artist/album/song to a playlist-->
<string name="menu_title_add_to_playlist">Toevoegen aan afspeellijst</string>
<!-- Menu option to save the current queue to a playlist -->
<string name="menu_title_save_queue_to_playlist">Wachtrij opslaan in afspeellijst</string>
<!-- Menu option to add the selected artist/album/song to the queue-->
<string name="menu_title_add_to_queue">Toevoegen aan wachtrij</string>
<!-- Menu option to remove the selected item from the queue -->
<string name="menu_title_remove_from_queue">Uit Wachtrij Verwijderen</string>
<!-- Menu option to remove all items from the queue -->
<string name="menu_title_sort_clear_queue">Wachtrij wissen</string>
</resources>