Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nelsonjchen
Created August 5, 2012 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelsonjchen/3267613 to your computer and use it in GitHub Desktop.
Save nelsonjchen/3267613 to your computer and use it in GitHub Desktop.
<?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