Leaked source code of windows server 2003
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.
|
|
/* 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."
};
/*
|