SSKeychain.strings 1.5 KB

123456789101112
  1. /* SSKeychainQuery */
  2. "SSKeychainErrorBadArguments" = "Some of the arguments were invalid";
  3. "errSecUnimplemented" = "Function or operation not implemented";
  4. "errSecParam" = "One or more parameters passed to a function were not valid";
  5. "errSecAllocate" = "Failed to allocate memory";
  6. "errSecNotAvailable" = "No keychain is available. You may need to restart your computer";
  7. "errSecDuplicateItem" = "The specified item already exists in the keychain";
  8. "errSecItemNotFound" = "The specified item could not be found in the keychain";
  9. "errSecInteractionNotAllowed" = "User interaction is not allowed";
  10. "errSecDecode" = "Unable to decode the provided data";
  11. "errSecAuthFailed" = "The user name or passphrase you entered is not correct";
  12. "errSecDefault" = "Refer to SecBase.h for description";