remove unused strings

This commit is contained in:
dkanada 2020-09-25 16:48:29 +09:00
commit e55d87b684
35 changed files with 4 additions and 127 deletions

View file

@ -33,8 +33,8 @@
<string name="action_go_to_album">Go to album</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle">Shuffle</string>
<string name="action_shuffle_album">Shuffle album</string>
<string name="action_shuffle_artist">Shuffle artist</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
@ -100,7 +100,6 @@
<string name="pref_header_colors">Colors</string>
<string name="pref_header_now_playing_screen">Now Playing</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_directplay">Direct Play</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
@ -199,10 +198,6 @@
<string name="up_next">Up next</string>
<string name="x_selected">%1$d selected</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top tracks</string>
<string name="app_shortcut_last_added_short">Last added</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>