Archived
1

Release 1.0

iLyrics functionality added
Magistrix Lyrics Hoster added

Release 1.0.1
Added Split View in Main Window
Some little code changes
This commit is contained in:
Kim Wittenburg
2012-06-16 16:29:56 +02:00
parent a31765d6b1
commit e4fdd7e306
27 changed files with 4250 additions and 2610 deletions

View File

@@ -0,0 +1,68 @@
/* Standards */
"OK" = "OK";
"Yes" = "Yes";
"No" = "No";
/* "No Selection" label(s) in the main window */
"iLyrics.text.noSelection" = "No Selection";
/* Text displayed when a lyrics hoster does not return a valid NSDate in it's hosterVersion method */
"iLyrics.text.illegalDateFormat" = "No Specification";
/* Preferences */
/* Search Token Replacements */
"iLyrics.searchToken.%name%" = "Song Name";
"iLyrics.searchToken.%artist%" = "Artist";
"iLyrics.searchToken.%album%" = "Album";
/* Magistrix Hoster */
"Magistrix.text.noPreview" = "No Preview available.";
"Hoster.text.noNetwork" = "No Network connection";
"Hoster.messages.networkError.title" = "You are not connected to the internet.";
"Hoster.messages.networkError.detail" = "Check if you are connected through WLAN or Ethernet. Use the Network Diagnostics for more information.";
"Hoster.messages.noResults.title" = "Your search did not return any results.";
"Hoster.messages.noResults.detail" = "Magistrix.de does not provide any lyrics for this search.";
"Magistrix.messages.unknownPage.title" = "There occured an error while parsing the request.";
"Magistrix.messages.unknownPage.detail" = "Normally this can be fixed by getting the newest versin of iLyrics.";
/* iTunes connection */
/* By text used in the artist menu item where %@ is the artist */
"iTunes.text.byFormat" = "by %@";
/* iTunes (error) messages */
"iTunes.messages.iTunesIdle.title" = "iTunes is idle.";
"iTunes.messages.iTunesIdle.detail" = "Please start iTunes to use this feature.";
"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.";
"iTunes.messages.replaceLyrics.title" = "The current iTunes track already has lyrics. Do you want to replace them?";
"iTunes.messages.replaceLyrics.detail" = "If you replace the old lyrics they can not be restored anymore.";
/* Error while saving */
"messages.error.saveLyrics.title" = "The Lyrics could not be saved.";
"messages.error.saveLyrics.detail" = "Ceck if you have the rights to write to the selected location.";
/* Growl */
"Growl.messages.lyricsSaved.title" = "Lyrics Saved";
"Growl.messages.lyricsSaved.detail" = "to \"%@\"";
"Growl.messages.lyricsSent.title" = "Lyrics sent to iTunes";
"Growl.messages.lyricsSent.detail" = "";