1 playPause = "Play/Pause";
5 nextTrack = "Next Track";
6 prevTrack = "Previous Track";
7 fastForward = "Fast Forward";
9 showPlayer = "Show Player";
11 preferences = "Preferences...";
12 about = "About MenuTunes...";
13 quit = "Quit MenuTunes";
14 trackInfo = "Current Track Info";
15 nowPlaying = "Now Playing";
19 separator = "<separator>";
20 songRating = "Song Rating";
21 upcomingSongs = "Upcoming Songs";
22 playlists = "Playlists";
23 eqPresets = "EQ Presets";
28 playCount = "Play Count";
29 shuffleOn = "Shuffle On";
30 shuffleOff = "Shuffle Off";
31 shufflableOn = "Current Song Skipped When Shuffling";
32 shufflableOff = "Current Song Not Skipped When Shuffling";
33 repeatOff = "Repeat Off";
34 repeatPlaylist = "Repeat Playlist";
35 repeatOneTrack = "Repeat One Track";
36 noSongPlaying = "No song is playing.";
37 noAlbumArt = "No art for current song.";
38 iTunesNotResponding = "iTunes is not responding.";
39 noUpcomingSongs = "No upcoming songs.";
40 autolaunch = "Auto-launch MenuTunes";
41 autolaunch_msg = "Would you like MenuTunes to launch\nautomatically at startup?";
42 duplicateCombo = "Duplicate Key Combo";
43 duplicateCombo_msg = "The specified key combo is already in use...";
46 register = "Register MenuTunes...";
47 validated_title = "Registration Successful";
48 validated_msg = "Your license key has been validated and stored. Thank you for your support.";
49 failed_title = "Registration Failed";
50 failed_msg = "Your license key could not be validated. Be sure that the name you entered matches the license key.";
51 trialexpired_msg = "Your 7-day unlimited trial period has elapsed.\nYou must register to continue using MenuTunes.";
52 sharedplayeravailable_msg = "The selected shared player is available again.\nWould you like to reconnect to it?";
53 sharedplayerunreachable_msg = "The remote MenuTunes server is unreachable.\nMenuTunes will revert back to the local player.";
54 reconfigureprefs_msg = "The new features in this version of MenuTunes\nrequire you to reconfigure your preferences.";
55 sharewareMessage = "MenuTunes is shareware. If you find it to be a valuable tool, please click the button below to buy your copy. Your support is greatly appreciated.";
56 registerMenuTunes = "Register MenuTunes";
57 regPoints = "• Register instantly and easily.\n• Fast, secure transaction.\n• Major credit cards accepted.";
58 regInfo = "Please enter your registration information below.";
59 licenseOwner = "License Owner:";
60 licenseKey = "License Key:";
61 registernow = "Register Now";
62 registerLater = "Register Later";
63 verifyKey = "Verify Key";
64 quitmenutunes = "Quit MenuTunes";
65 reconnect = "Reconnect";
67 showPreferences = "Show Preferences";
68 launch_at_startup = "Launch At Startup";
69 launch_manually = "Launch Manually";
71 genericDevice = "Generic Device";
74 sharedLibrary = "Shared Library";
75 debugmodeenabled = "Debug Mode Enabled\nAll actions MenuTunes performs will be logged\nto the console. To disable debug mode, quit\nand relaunch MenuTunes.\n\n(debug mode is enabled by holding down\nthe control key while MenuTunes opens)";
76 audioscrobbler_handshaking = "Attempting to handshake with server";
77 audioscrobbler_handshake_complete = "Handshake complete";
78 audioscrobbler_handshake_failed = "Handshake failed";
79 audioscrobbler_bad_user = "Handshake failed - invalid user name";
80 audioscrobbler_protocol_error = "Internal protocol error";
81 audioscrobbler_submitting = "Sending data to server";
82 audioscrobbler_submission_ok = "Last track submission successful";
83 audioscrobbler_bad_password = "Last track submission failed - invalid password";
84 audioscrobbler_submission_failed = "Last track submission failed - see console for error";
85 audioscrobbler_error = "Error - %@";