Archived
1
This repository has been archived on 2020-06-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tagtunes/TagTunes/Base.lproj/Localizable.strings
Kim Wittenburg 0a485ff42a Stuff…
2019-02-01 22:59:01 +01:00

133 lines
7.2 KiB
Plaintext
Executable File

// MARK: Button Titles
/* Button title */
"Cancel" = "Cancel";
/* Button title */
"OK" = "OK";
/* Button title for error alerts offering the user to try again. */
"Try Again" = "Try Again";
/* Action title for row in 'Unsorted Tracks' table view. */
"Remove" = "Remove";
/* Action title for row in 'Unsorted Tracks' table view. */
"Lookup on iTunes Match" = "Lookup on iTunes Match";
// MARK: Menu Item Titles
/* Menu item title for a tag that is going to be saved */
"Save" = "Save";
/* Menu item title for a tag that is going to be cleared */
"Clear" = "Clear";
/* Menu item title for a tag that is not going to be saved */
"Ignore" = "Ignore";
// MARK: Error messages
/* Error message informing the user that he is not connected to the internet. */
"You are not connected to the internet." = "You are not connected to the internet.";
/* Error recovery suggestion for 'not connected to the internet' error. */
"Please check your network connection and try again." = "Please check your network connection and try again.";
/* Error message informing the user that the network request timed out. */
"The network request timed out." = "The network request timed out.";
/* Error recovery suggestion for 'time out' error. */
"Please check your network connection and try again. If that does not help it may be possible that Apple's Search API service is currently offline. Please try again later." = "Please check your network connection and try again. If that does not help it may be possible that Apple's Search API service is currently offline. Please try again later.";
/* Error message informing the user that an artwork could not be saved to a file. */
"The artwork could not be saved." = "The artwork could not be saved.";
/* Informative text for the 'The artwork could not be saved.' error. */
"Please check your network connection. Also make sure that you have write permissions to the destination you selected." = "Please check your network connection. Also make sure that you have write permissions to the destination you selected.";
/* Error message informing the user that iTunes is not currently running. */
"iTunes is not running." = "iTunes is not running.";
/* Informative text for the 'iTunes is not running.' error */
"Please launch iTunes and try again." = "Please launch iTunes and try again.";
/* Alert message indicating that the selected tracks are currently being saved */
"Saving tracks…" = "Saving tracks…";
// MARK: Other
/* Default name for a track that has no name associated with it. */
"Unnamed Track" = "Unnamed Track";
// MARK: Tag Names
/* 'Name' Tag */
"Tag: name" = "Name";
/* 'Artist' Tag */
"Tag: artist" = "Artist";
/* 'Year' Tag */
"Tag: year" = "Year";
/* 'Track Number' Tag */
"Tag: trackNumber" = "Track Number";
/* 'Track Count' Tag */
"Tag: trackCount" = "Track Count";
/* 'Disc Number' Tag */
"Tag: discNumber" = "Disc Number";
/* 'Disc Count' Tag */
"Tag: discCount" = "Disc Count";
/* 'Genre' Tag */
"Tag: genre" = "Genre";
/* 'Album' Tag */
"Tag: album" = "Album";
/* 'Album Artist' Tag */
"Tag: albumArtist" = "Album Artist";
/* 'Compilation' Tag */
"Tag: compilation" = "Compilation";
/* 'Release Date' Tag */
"Tag: releaseDate" = "Release Date";
/* 'Artwork' Tag */
"Tag: artwork" = "Artwork";
/* 'Sort Name' Tag */
"Tag: sortName" = "Sort Name";
/* 'Sort Artist' Tag */
"Tag: sortArtist" = "Sort Artist";
/* 'Sort Album' Tag */
"Tag: sortAlbum" = "Sort Album";
/* 'Sort Album Artist' Tag */
"Tag: sortAlbumArtist" = "Sort Album Artist";
/* 'Composer' Tag */
"Tag: composer" = "Composer";
/* 'Sort Composer' Tag */
"Tag: sortComposer" = "Sort Composer";
/* 'Comment' Tag */
"Tag: comment" = "Comment";