remove dialog for song deletion

This commit is contained in:
dkanada 2020-04-28 22:54:04 +09:00
commit b8db41e61b
35 changed files with 0 additions and 204 deletions

View file

@ -52,12 +52,8 @@
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b> %1$s </b>?]]></string>
<string name="clear_playlist_x"><![CDATA[Clear the playlist <b> %1$s </b>? This can\u2019t be undone!]]></string>
<string name="delete_x_playlists"><![CDATA[<b>%1$d</b> playlists?]]></string>
<string name="delete_song_x"><![CDATA[Delete the song <b> %1$s </b> ?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b> %1$d </b> songs?]]></string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b> %1$s </b> from the playlist?]]></string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b> %1$d </b> songs from the playlist?]]></string>
<string name="delete_song_title">Delete song</string>
<string name="delete_songs_title">Delete songs</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="rename_playlist_title">Rename playlist</string>