74 lines
2.5 KiB
Plaintext
74 lines
2.5 KiB
Plaintext
/* Standards */
|
|
"OK" = "OK";
|
|
|
|
"Yes" = "Yes";
|
|
|
|
"No" = "No";
|
|
|
|
/* "No Selection" label(s) in the main window */
|
|
"iLyrics.text.noSelection" = "No Selection";
|
|
|
|
/* Preference Items */
|
|
"iLyrics.text.enableAutoLyrics" = "Enable Auto-Lyrics";
|
|
|
|
"iLyrics.text.disableAutoLyrics" = "Disable Auto-Lyrics";
|
|
|
|
/* 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";
|
|
|
|
/* %@ is the name of the song */
|
|
"Growl.messages.lyricsSent.detail" = "Lyrics sent to \"%@\"."; |