-Fixed a search bug: Returned false results when having a & in query
-Added Functionality: Send Lyrics to matching iTunes Tracks
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
"No" = "No";
|
||||
|
||||
"Cancel" = "Cancel";
|
||||
|
||||
|
||||
/* ---------- iLyrics - Main Window ---------- */
|
||||
|
||||
@@ -78,6 +80,16 @@
|
||||
|
||||
//----- Alert Texts
|
||||
|
||||
/* Alert Sheet shown when the user selects "send to iTunes" */
|
||||
"iTunes.messages.sentToiTunes.title" = "Do you want to send the lyrics to the currently playing track (if there is one) or do you want iLyrics to search for a track matching to the artist and song name?";
|
||||
"iTunes.messages.sentToiTunes.detail" = "iLyrics can search for tracks matching to the songname-artist combination and set the lyrics for these songs (old lyrics will be replaced). If you want that choose \"Send to matching track\".";
|
||||
"iTunes.messages.sentToiTunes.sendToCurrent" = "Send to current track";
|
||||
"iTunes.messages.sentToiTunes.sendToMatching" = "Send to matching tracks";
|
||||
|
||||
/* Displayed when the user selects send to matching track and no tracks are found (in the detail message %track% and %artist% are available) */
|
||||
"iTunes.messages.noMatchingTracks.title" = "No Matching tracks found.";
|
||||
"iTunes.messages.noMatchingTracks.detail" = "You do not have \"%track%\" by \"%artist%\" in your iTunes library.";
|
||||
|
||||
/* No Track is currently playing */
|
||||
"iTunes.messages.noTrackPlaying.title" = "iTunes does currently not play any music.";
|
||||
"iTunes.messages.noTrackPlaying.detail" = "Play a track using iTunes or select \"Play/Pause\" from the iTunes menu.";
|
||||
|
||||
Reference in New Issue
Block a user