Archived
1

-Added Songtexte.com Lyrics Hoster

-Repositioned the load more results button into the outline view
-Improved the replacing of html escape characters
-Lyrics Hosters can now be dragged into a preferred order in the preference window
-Changed results outline's column ordering method
-Some code changes
-Replaced the Buttons in the lyrics pane with an action button
-Preferred order of lyrics hosters will now be saved
-Translation Improvements
This commit is contained in:
Kim Wittenburg
2012-06-24 14:22:37 +02:00
parent 98b0e70a8b
commit 41b1ef775c
27 changed files with 3611 additions and 2826 deletions

View File

@@ -1,79 +1,103 @@
/* Standards */
/* ---------- Standards - Used in Alert sheets and dialogs ---------- */
"OK" = "OK";
"Yes" = "Yes";
"No" = "No";
/* ---------- iLyrics - Main Window ---------- */
//----- Displayed Texts
/* Used in the NSPopUpButton inside the results outline */
"iLyrics.text.loadNextResultsFrom" = "Load more results from...";
/* "No Selection" label(s) in the main window */
"iLyrics.text.noSelection" = "No Selection";
/* Preference Items */
"iLyrics.text.enableAutoLyrics" = "Enable Auto-Lyrics";
//----- Alert Texts
"iLyrics.text.disableAutoLyrics" = "Disable Auto-Lyrics";
//Lyrics Search (Called when the user presses ↩ (Enter) on the search field)
/* Text displayed when a lyrics hoster does not return a valid NSDate in it's hosterVersion method */
"iLyrics.text.illegalDateFormat" = "No Specification";
/* A Network error occured while loading search results */
"iLyrics.messages.networkOrQueryError.title" = "You are not connected to the internet.";
"iLyrics.messages.networkOrQueryError.detail" = "Check if you are connected through WLAN or Ethernet. Use the Network Diagnostics for more information.";
/* 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.networkOrQueryError.title" = "You are not connected to the internet or you entered an invalid query.";
"Hoster.messages.networkOrQueryError.detail" = "1. Check if you are connected through WLAN or Ethernet. Use the Network Diagnostics for more information.\n2. Try to remove any special characters (&%$§€) and try again.";
"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.";
/* Spotify Messages */
"Spotify.messages.noTrackPlaying.title" = "Spotify does currently not play any music.";
"Spotify.messages.noTrackPlaying.detail" = "Play a track in Spotify to use this feature.";
/* The search did not return any results */
"iLyrics.messages.noResults.title" = "Your search did not return any results.";
"iLyrics.messages.noResults.detail" = "None of the hosters provides any songtexts matching to the entered query.";
/* Error while saving */
"messages.error.saveLyrics.title" = "The Lyrics could not be saved.";
"iLyrics.messages.error.saveLyrics.title" = "The Lyrics could not be saved.";
"iLyrics.messages.error.saveLyrics.detail" = "Ceck if you have the rights to write to the selected location.";
"messages.error.saveLyrics.detail" = "Ceck if you have the rights to write to the selected location.";
/* Growl */
/* ---------- iLyrics - Preference Window ---------- */
//----- Displayed Texts
/* Window title when the general tab is active (This is not the label for the toolbar item) */
"iLyrics.preferences.text.general" = "General";
/* Window title when the Auto-Lyrics tab is active (This is not the label for the toolbar item) */
"iLyrics.preferences.text.auto-lyrics" = "Auto-Lyrics";
/* Auto-Lyrics texts */
"iLyrics.preferences.text.enableAutoLyrics" = "Enable Auto-Lyrics";
"iLyrics.preferences.text.disableAutoLyrics" = "Disable Auto-Lyrics";
/* ---------- Lyrics Hosters ---------- */
//----- Displayed Texts
/* Displayed as song name, artist and lyrics when network connection failed */
"Hoster.text.noNetwork" = "No Network connection.";
/* Displayed in the preview area if no preview is available */
"Hoster.text.noPreviewAvailable" = "No Preview available.";
//----- Alert Texts (%hoster% will be replaced with the name of the hoster)
/* A Network error occured while loading a lyric */
"Hoster.messages.networkOrQueryError.title" = "You are not connected to the internet.";
"Hoster.messages.networkOrQueryError.detail" = "Check if you are connected through WLAN or Ethernet. Use the Network Diagnostics for more information.";
/* (Deprecated - Should not be used because of the hasMoreResults method of the LyricsHoster protocol) */
"Hoster.messages.noResults.title" = "Your search did not return any results.";
"Hoster.messages.noResults.detail" = "%hoster% does not provide any lyrics matching to the entered query.";
/* Should never be used - This means that a parsing error occured */
"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 ---------- */
//----- Alert Texts
/* 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.";
/* Ask the user wether to replace the old lyrics */
"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.";
/* ---------- Spotify Connection ---------- */
/* No Track is currentlx playing */
"Spotify.messages.noTrackPlaying.title" = "Spotify does currently not play any music.";
"Spotify.messages.noTrackPlaying.detail" = "Play a track in Spotify to use this feature.";
/* ---------- Growl Notifications ---------- */
/* A lyric was successfully saved to a file (in the detail message %@ is the filename) */
"Growl.messages.lyricsSaved.title" = "Lyrics Saved";
"Growl.messages.lyricsSaved.detail" = "to \"%@\".";
"Growl.messages.lyricsSaved.detail" = "to \"%@\"";
/* A lyric was successfully saved to the current iTunes song (in the detail message %@ is the name of the iTunes song) */
"Growl.messages.lyricsSent.title" = "Lyrics sent to iTunes";
/* %@ is the name of the song */
"Growl.messages.lyricsSent.detail" = "Lyrics sent to \"%@\".";
"Growl.messages.lyricsSent.detail" = "Lyrics sent to \"%@\".";