Archived
1
This repository has been archived on 2022-08-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ilyrics/en.lproj/Localizable.strings
Kim Wittenburg 41b1ef775c -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
2012-06-24 14:22:37 +02:00

103 lines
4.3 KiB
Plaintext

/* ---------- 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";
//----- 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
/* 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 \"%@\".";