-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathstrings_menu.xml
More file actions
74 lines (74 loc) · 4.58 KB
/
strings_menu.xml
File metadata and controls
74 lines (74 loc) · 4.58 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
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Menu option to start playback of the artist/album/all songs -->
<string name="menu_title_play">Riproduci</string>
<!-- Menu option to shuffle artist/album/all songs -->
<string name="menu_title_shuffle">Casuale</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 casuali</string>
<!-- Menu option to add this song to the queue, to play next -->
<string name="menu_title_play_next">Traccia successiva</string>
<!-- Menu option to open the tag editor for this song/album/artist -->
<string name="menu_title_edit_tags">Modifica tag</string>
<!-- Menu option to configure the selected media provider -->
<string name="menu_title_media_provider_configure">Configura</string>
<!-- Menu option to remove the selected media provider -->
<string name="menu_title_media_provider_remove">Rimuovi</string>
<!-- Menu option to show the Sleep Timer -->
<string name="menu_title_sleep_timer">Timer</string>
<!-- Menu option to add the selected song to the 'favorites' playlist -->
<string name="menu_title_favorite">Preferito</string>
<!-- Menu option to show the 'lyrics' view -->
<string name="menu_title_lyrics">Testo</string>
<!-- Menu option to show the 'song info' dialog -->
<string name="menu_title_song_info">Informazioni brano</string>
<!-- Menu option to delete the selected artist/album/song -->
<string name="menu_title_delete">Elimina</string>
<!-- Menu option to import a playlist from the Android Media Store-->
<string name="menu_title_import">Importa</string>
<!-- Menu option to add an artist/album/song to the list of excluded (blacklisted) songs-->
<string name="menu_title_exclude">Escludi</string>
<!-- Menu option to remove an artist/album/song from a playlist, or the exclude list (blacklist)-->
<string name="menu_title_remove">Rimuovi</string>
<!-- Menu option to open the submenu to change between 'list' and 'grid' view modes-->
<string name="menu_title_view_mode">Visualizza come</string>
<!-- Menu option to view the artist/album list as a list rather than a grid-->
<string name="menu_title_view_mode_list">Elenco</string>
<!-- Menu option to view the artist/album list as a grid rather than a list-->
<string name="menu_title_view_mode_grid">Griglia</string>
<!-- Menu option to open the sorting submenu -->
<string name="menu_title_sort_by">Ordina per</string>
<!-- Menu option to sort by album name -->
<string name="menu_title_sort_album_name">Nome dell\'album</string>
<!-- Menu option to sort by artist name -->
<string name="menu_title_sort_artist_name">Nome dell\'artista</string>
<!-- Menu option to sort by song name -->
<string name="menu_title_sort_song_name">Nome della canzone</string>
<!-- Menu option to sort by year-->
<string name="menu_title_sort_year">Anno</string>
<!-- Menu option to sort by name -->
<string name="menu_title_sort_name">Nome</string>
<!-- Menu option to sort by song count -->
<string name="menu_title_sort_song_count">Numero di canzoni</string>
<!-- Menu option to sort by song duration -->
<string name="menu_title_sort_duration">Durata</string>
<!-- Menu option to sort by last modified date -->
<!-- Menu option to sort playlists by a custom sort order (user-defined sort order) -->
<string name="menu_title_sort_custom">Personalizzato</string>
<!-- Menu option to scroll to the current playing track in the queue -->
<string name="menu_title_scroll_to_current">Vai al brano attuale</string>
<!-- Menu option to rename a playlist-->
<string name="menu_title_rename">Rinomina</string>
<!-- Menu option to clear (remove) all tracks in a playlist-->
<string name="menu_title_clear">Svuota</string>
<!-- Menu option to add an artist/album/song to a playlist-->
<string name="menu_title_add_to_playlist">Aggiungi a una playlist</string>
<!-- Menu option to save the current queue to a playlist -->
<string name="menu_title_save_queue_to_playlist">Salva coda come playlist</string>
<!-- Menu option to add the selected artist/album/song to the queue-->
<string name="menu_title_add_to_queue">Aggiungi alla coda</string>
<!-- Menu option to remove the selected item from the queue -->
<string name="menu_title_remove_from_queue">Rimuovi dalla coda</string>
<!-- Menu option to remove all items from the queue -->
<string name="menu_title_sort_clear_queue">Svuota coda</string>
</resources>