115 lines
5.3 KiB
Plaintext
Executable File
115 lines
5.3 KiB
Plaintext
Executable File
/* ---------- Standards - Used in Alert sheets and dialogs ---------- */
|
|
"OK" = "OK";
|
|
|
|
"Yes" = "Yes";
|
|
|
|
"No" = "No";
|
|
|
|
"Cancel" = "Cancel";
|
|
|
|
|
|
/* ---------- 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";
|
|
|
|
//----- Alert Texts
|
|
|
|
//Lyrics Search (Called when the user presses ↩ (Enter) on the search field)
|
|
|
|
/* 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.";
|
|
|
|
/* 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 */
|
|
"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.";
|
|
|
|
|
|
/* ---------- 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
|
|
|
|
/* 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.";
|
|
|
|
/* 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 \"%@\".";
|
|
|
|
/* 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";
|
|
"Growl.messages.lyricsSent.detail" = "Lyrics sent to \"%@\"."; |