You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
6.0 KiB
1 lines
6.0 KiB
/* UAMMessages.r
Copyright © 1997-2001, Microsoft Corp. All Rights Reserved World Wide.
Michael J. Conrad
Microsoft Corp.
*/
#include <UAMTypes.r>
#ifdef UAM_TARGET_R_CLASSIC
#include <types.r>
#include <systypes.r>
#endif
#ifndef UAM_TARGET_R_CLASSIC
#include <Carbon/Carbon.r>
#endif
/*******************************************/
/* ASP Errors */
/*******************************************/
resource 'STR ' (-1066) {
"The server cannot support accept the version of Appletalk Session Protocol on this workstation."
};
resource 'STR ' (-1068) {
"The server was unable to open another session."
};
resource 'STR ' (-1070) {
"The server refused to open a session."
};
resource 'STR ' (-1071) {
"The server will not allow additional users to logon. Try again later."
};
resource 'STR ' (-1072) {
"The server unexpectedly closed the session."
};
resource 'STR ' (-1074) {
"The server currently has too many clients logged on."
};
/*******************************************/
/* AFP Errors */
/*******************************************/
resource 'STR ' (-5000) {
"The server does not recognize the user name."
};
resource 'STR ' (-5002) {
"The server cannot accept the chosen user authentication method."
};
resource 'STR ' (-5003) {
"The server cannot accept the version of AppleTalk Filing Protocol on this workstation."
};
resource 'STR ' (-5014) {
"A miscellaneous AFP error ocurred."
};
resource 'STR ' (-5016) {
"The indicated server could not be found on the network."
};
resource 'STR ' (-5019) {
"The server does not recognize the user name."
};
resource 'STR ' (-5022) {
"The session is closed."
};
resource 'STR ' (-5023) {
"Your user name or password are incorrect. Login failed."
};
resource 'STR ' (-5027) {
"The server could not open a session because it is shutting down."
};
resource 'STR ' (-5042) {
"Your password has expired on this server. You must change it before you can logon."
};
/*******************************************/
/* NT Errors */
/*******************************************/
resource 'STR ' (-13000) {
"Your New and Verified passwords do not match, try again."
};
resource 'STR ' (-13001) {
"Server refused to changed password. Ensure old password is correct."
};
resource 'STR ' (-13002) {
"Your account is currently disabled on this server."
};
resource 'STR ' (-13003) {
"You do not have permission to log on to this server from this workstation."
};
resource 'STR ' (-13004) {
"You are not allowed to log on to this server at this time. Try again later."
};
resource 'STR ' (-13005) {
"Your password has expired on this server. You must change it before you can logon."
};
resource 'STR ' (-13006) {
"You are not allowed to change your password on this server."
};
resource 'STR ' (-13007) {
"Unable to change password: your new password is too short for this server."
};
resource 'STR ' (-13008) {
"Unable to change password: your password was changed too recently."
};
resource 'STR ' (-13009) {
"Unable to change password: your new password has been used too recently."
};
resource 'STR ' (-13010) {
"Unable to change password: your new password was not accepted by the server."
};
resource 'STR ' (-13011) {
"Could not change the password for your account."
};
resource 'STR ' (-13012) {
"There was an error processing your password, please try again."
};
/*******************************************/
/* Keychain Errors */
/*******************************************/
resource 'STR ' (-25292) {
"The current Keychain is open only for reading, not editing."
};
resource 'STR ' (-25293) {
"Authentication to the Keychain failed. Please check your Keychain password."
};
resource 'STR ' (-25299) {
"Could not add the specified item to the Keychain, it already exists."
};
resource 'STR ' (-25302) {
"Keychain data too large."
};
resource 'STR ' (-25304) {
"There was an unknown error performing an operation on the Keychain."
};
resource 'STR ' (-25307) {
"There is currently no active Keychain to add this password to."
};
/*******************************************/
/* Other Errors */
/*******************************************/
resource 'STR ' (-108) {
"Unable to complete operation because there is not enough memory."
};
/*******************************************/
/* Internal Errors */
/*******************************************/
resource 'STR ' (1001) {
"The Microsoft UAM was unable to obtain a correct AFP version number."
};
resource 'STR ' (1002) {
"Your password will expire today."
};
resource 'STR ' (1003) {
"The Microsoft User Authentication Method encountered an error."
};
resource 'STR ' (1004) {
"An unexpected error ocurred, please try again."
};
resource 'STR ' (1005) {
"Password Expiration Notice"
};
resource 'STR ' (1006) {
"Your password will expire in ^0 days."
};
resource 'STR ' (1007) {
"Keychain entry already exists."
};
resource 'STR ' (1008) {
"Do you want to replace the keychain entry with the new credentials?"
};
resource 'STR ' (1009) {
"Password error."
};
resource 'STR ' (1010) {
"The password you entered is too long. The maximum length for passwords is ^3 characters."
};
resource 'STR ' (1011) {
"Blank passwords are no longer supported by the MSUAM. If you need to authenticate using a blank password, use the Apple standard UAM."
};
resource 'STR ' (1012) {
"Changing to a password containing extended characters is not supported."
};
resource 'STR ' (1013) {
"WARNING!"
};
resource 'STR ' (1014) {
"You are allowing the MSUAM to authenticate to servers that do not support strong authentication protocols. This is not recommended."
};
resource 'STR ' (1015) {
"Authentication Error"
};
resource 'STR ' (1016) {
"The server does not support a strong enough authentication protcol. Uncheck 'Require strong authentication (NTLMv2)' to continue."
};
/*******************************************/
/* Misc */
/*******************************************/
resource 'STR ' (1500) {
"A Keychain item for this server and user name already exists, do you want to replace it?"
};
|