From 7d031ce4bc1ea4d563508687ee2feb6d985c57f9 Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Fri, 23 Dec 2005 09:37:54 +0000 Subject: [PATCH] Added audioscrobbler status strings --- English.lproj/Localizable.strings | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/English.lproj/Localizable.strings b/English.lproj/Localizable.strings index 4badbe6..fce169b 100755 --- a/English.lproj/Localizable.strings +++ b/English.lproj/Localizable.strings @@ -71,4 +71,12 @@ genericDevice = "Generic Device"; iPod = "iPod"; cd = "CD"; sharedLibrary = "Shared Library"; -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)"; \ No newline at end of file +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)"; +audioscrobbler_handshake_complete = "Handshake complete"; +audioscrobbler_handshake_failed = "Handshake failed"; +audioscrobbler_bad_user = "Handshake failed - invalid user name"; +audioscrobbler_protocol_error = "Internal protocol error"; +audioscrobbler_submission_ok = "Last track submission successful"; +audioscrobbler_bad_password = "Last track submission failed - invalid password"; +audioscrobbler_submission_failed = "Last track submission failed - see console for error"; +audioscrobbler_error = "Error - %@"; \ No newline at end of file -- 2.20.1