Created
August 5, 2012 22:42
-
-
Save nelsonjchen/3267613 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>SUAutoPushInfoCheckFailed</key> | |
<string>Can't determine if automatic downloads are enabled due to a network problem</string> | |
<key>SUAutoPushInfoChecking</key> | |
<string>Checking if automatic app downloads are enabled…</string> | |
<key>SUAutoPushInfoNotAdmin</key> | |
<string>You must be an admin user to enable automatic downloads</string> | |
<key>SUAutoPushInfoNotSignedIn</key> | |
<string>Sign into your account in the Mac App Store to enable automatic downloads</string> | |
<key>SUAutoPushInfoSignedIn</key> | |
<string>You are signed in as %@ in the Mac App Store</string> | |
<key>SUAutoPushInfoToggleFailed</key> | |
<string>Can't change automatic app downloads due to a network problem</string> | |
<key>SUAutoPushInfoTogglingOff</key> | |
<string>Disabling automatic app downloads…</string> | |
<key>SUAutoPushInfoTogglingOn</key> | |
<string>Enabling automatic app downloads…</string> | |
<key>SUPrefButtonCheckNow</key> | |
<string>Check Now</string> | |
<key>SUPrefButtonShowUpdates</key> | |
<string>Show Updates</string> | |
<key>SUPrefLastChecked</key> | |
<string>Last check was %@</string> | |
<key>SUPrefNoSuccessfulCheck</key> | |
<string>No check for software updates has been done yet</string> | |
<key>SUPrefUpdatesAvailable</key> | |
<string>Software updates are available</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment