@@ -15,34 +15,34 @@ static const char * localizedDescriptionTable[] = {
15
15
" MobileMe is no longer an active mail service." , /* * MCOErrorMobileMeMoved */
16
16
" Yahoo!'s servers are currently unavailable." , /* * MCOErrorYahooUnavailable */
17
17
" The requested folder does not exist. Folder selection failed" , /* * MCOErrorNonExistantFolder */
18
- " An error occured while renaming the requested folder." , /* * MCOErrorRename */
19
- " An error occured while deleting the requested folder." , /* * MCOErrorDelete */
20
- " An error occured while creating the requested folder." , /* * MCOErrorCreate */
21
- " An error occured while (un)subscribing to the requested folder." , /* * MCOErrorSubscribe */
22
- " An error occured while appending a message to the requested folder." , /* * MCOErrorAppend */
23
- " An error occured while copying a message to the requested folder." , /* * MCOErrorCopy */
24
- " An error occured while expunging a message in the requested folder." , /* * MCOErrorExpunge */
25
- " An error occured while fetching messages in the requested folder." , /* * MCOErrorFetch */
26
- " An error occured during an IDLE operation." , /* * MCOErrorIdle */
27
- " An error occured while requesting the server's identity." , /* * MCOErrorIdentity */
28
- " An error occured while requesting the server's namespace." , /* * MCOErrorNamespace */
29
- " An error occured while storing flags." , /* * MCOErrorStore */
30
- " An error occured while requesting the server's capabilities." , /* * MCOErrorCapability */
18
+ " An error occurred while renaming the requested folder." , /* * MCOErrorRename */
19
+ " An error occurred while deleting the requested folder." , /* * MCOErrorDelete */
20
+ " An error occurred while creating the requested folder." , /* * MCOErrorCreate */
21
+ " An error occurred while (un)subscribing to the requested folder." , /* * MCOErrorSubscribe */
22
+ " An error occurred while appending a message to the requested folder." , /* * MCOErrorAppend */
23
+ " An error occurred while copying a message to the requested folder." , /* * MCOErrorCopy */
24
+ " An error occurred while expunging a message in the requested folder." , /* * MCOErrorExpunge */
25
+ " An error occurred while fetching messages in the requested folder." , /* * MCOErrorFetch */
26
+ " An error occurred during an IDLE operation." , /* * MCOErrorIdle */
27
+ " An error occurred while requesting the server's identity." , /* * MCOErrorIdentity */
28
+ " An error occurred while requesting the server's namespace." , /* * MCOErrorNamespace */
29
+ " An error occurred while storing flags." , /* * MCOErrorStore */
30
+ " An error occurred while requesting the server's capabilities." , /* * MCOErrorCapability */
31
31
" The server does not support STARTTLS connections." , /* * MCOErrorStartTLSNotAvailable */
32
32
" Attempted to send a message with an illegal attachment." , /* * MCOErrorSendMessageIllegalAttachment */
33
33
" The SMTP storage limit was hit while trying to send a large message." , /* * MCOErrorStorageLimit */
34
34
" Sending messages is not allowed on this server." , /* * MCOErrorSendMessageNotAllowed */
35
35
" The current HotMail account cannot connect to WebMail." , /* * MCOErrorNeedsConnectToWebmail */
36
- " An error occured while sending the message." , /* * MCOErrorSendMessage */
36
+ " An error occurred while sending the message." , /* * MCOErrorSendMessage */
37
37
" Authentication is required for this SMTP server." , /* * MCOErrorAuthenticationRequired */
38
- " An error occured while fetching a message list on the POP server." , /* * MCOErrorFetchMessageList */
39
- " An error occured while deleting a message on the POP server." , /* * MCOErrorDeleteMessage */
38
+ " An error occurred while fetching a message list on the POP server." , /* * MCOErrorFetchMessageList */
39
+ " An error occurred while deleting a message on the POP server." , /* * MCOErrorDeleteMessage */
40
40
" Account check failed because the account is invalid." , /* * MCOErrorInvalidAccount */
41
41
" File access error" , /* * MCOErrorFile */
42
42
" Compression is not available" , /* * MCOErrorCompression */
43
43
" A sender is required to send message" , /* * MCOErrorNoSender */
44
44
" A recipient is required to send message" , /* * MCOErrorNoRecipient */
45
- " An error occured while performing a No-Op operation." , /* * MCOErrorNoop */
45
+ " An error occurred while performing a No-Op operation." , /* * MCOErrorNoop */
46
46
" An application specific password is required" , /* * MCOErrorGmailApplicationSpecificPasswordRequired */
47
47
" An error when requesting date" , /* * MCOErrorServerDate */
48
48
" No valid server found" , /* * MCOErrorNoValidServerFound */
0 commit comments