mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
e8a4061a40
if the user passes one in, or use "Password" if they pass null.
253 lines
6.4 KiB
Properties
253 lines
6.4 KiB
Properties
# The contents of this file are subject to the Netscape Public
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
# except in compliance with the License. You may obtain a copy of
|
|
# the License at http://www.mozilla.org/NPL/
|
|
#
|
|
# Software distributed under the License is distributed on an "AS
|
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
# implied. See the License for the specific language governing
|
|
# rights and limitations under the License.
|
|
#
|
|
# The Original Code is mozilla.org code.
|
|
#
|
|
# The Initial Developer of the Original Code is Netscape
|
|
# Communications Corporation. Portions created by Netscape are
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
# Rights Reserved.
|
|
#
|
|
# Contributor(s):
|
|
#
|
|
|
|
#
|
|
# The following are used by the imap code to display progress/status/error messages
|
|
#
|
|
|
|
# Out of memory
|
|
## @name IMAP_OUT_OF_MEMORY
|
|
## @loc None
|
|
-1000=Application is out of memory.
|
|
|
|
# Status - opening folder
|
|
## @name IMAP_STATUS_SELECTING_MAILBOX
|
|
## @loc None
|
|
5000=Opening folder...
|
|
|
|
# Status - create folder
|
|
## @name IMAP_STATUS_CREATING_MAILBOX
|
|
## @loc None
|
|
5001=Creating folder...
|
|
|
|
# Status - deleting a folder
|
|
## @name IMAP_STATUS_DELETING_MAILBOX
|
|
## @loc None
|
|
5002=Deleting folder %s...
|
|
|
|
# Status - renaming mailbox
|
|
## @name IMAP_STATUS_RENAMING_MAILBOX
|
|
## @loc None
|
|
5003=Renaming folder %s...
|
|
|
|
# Status - looking for mailboxes
|
|
## @name IMAP_STATUS_LOOKING_FOR_MAILBOX
|
|
## @loc None
|
|
5004=Looking for folders...
|
|
|
|
# Status - subscribing to mailbox
|
|
## @name IMAP_STATUS_SUBSCRIBE_TO_MAILBOX
|
|
## @loc None
|
|
5005=Subscribing to folder %s...
|
|
|
|
# Status - unsubscribing from mailbox
|
|
## @name IMAP_STATUS_UNSUBSCRIBE_MAILBOX
|
|
## @loc None
|
|
5006=Unsubscribing from folder %s...
|
|
|
|
# Status - searching imap folder
|
|
## @name IMAP_STATUS_SEARCH_MAILBOX
|
|
## @loc None
|
|
5007=Searching folder...
|
|
|
|
# Status - getting message info
|
|
## @name IMAP_STATUS_MSG_INFO
|
|
## @loc None
|
|
5008=Getting message info...
|
|
|
|
# Status - closing a folder
|
|
## @name IMAP_STATUS_CLOSE_MAILBOX
|
|
## @loc None
|
|
5009=Closing folder...
|
|
|
|
# Status - compacting a folder
|
|
## @name IMAP_STATUS_EXPUNGING_MAILBOX
|
|
## @loc None
|
|
5010=Compacting folder...
|
|
|
|
# Status - logging out
|
|
## @name IMAP_STATUS_LOGGING_OUT
|
|
## @loc None
|
|
5011=Logging out...
|
|
|
|
# Status - checking server capabilities
|
|
## @name IMAP_STATUS_CHECK_COMPAT
|
|
## @loc None
|
|
5012=Checking mail server capabilities...
|
|
|
|
# Status - logging on
|
|
## @name IMAP_STATUS_SENDING_LOGIN
|
|
## @loc None
|
|
5013=Sending login information...
|
|
|
|
# Status - auth logon
|
|
## @name IMAP_STATUS_SENDING_AUTH_LOGIN
|
|
## @loc None
|
|
5014=Sending authenticate login information...
|
|
|
|
## @name IMAP_DOWNLOADING_MESSAGE
|
|
## @loc None
|
|
5015=Downloading message...
|
|
|
|
## @name IMAP_CREATE_FOLDER_BUT_NO_SUBSCRIBE
|
|
## @loc None
|
|
5016=Folder creation succeeded, but Netscape was unable to subscribe the new folder.
|
|
|
|
## @name IMAP_DELETE_FOLDER_BUT_NO_UNSUBSCRIBE
|
|
## @loc None
|
|
5017=Folder deletion succeeded, but Netscape was unable to unsubscribe from the folder.
|
|
|
|
## @name IMAP_RENAME_FOLDER_BUT_NO_SUBSCRIBE
|
|
## @loc None
|
|
5018=Folder move succeeded, but Netscape was unable to subscribe to the new folder name.
|
|
|
|
## @name IMAP_RENAME_FOLDER_BUT_NO_UNSUBSCRIBE
|
|
## @loc None
|
|
5019=Folder move succeeded, but Netscape was unable to unsubscribe from the old folder name.
|
|
|
|
## @name IMAP_STATUS_GETTING_NAMESPACE
|
|
## @loc None
|
|
5020=Checking IMAP Namespace...
|
|
|
|
## @name IMAP_UPGRADE_NO_PERSONAL_NAMESPACE
|
|
## @loc None
|
|
5021="The mail server indicates that you may not have any personal mail folders. Please verify your subscriptions.
|
|
|
|
## @name IMAP_UPGRADE_TOO_MANY_FOLDERS
|
|
## @loc None
|
|
5022=While trying to automatically subscribe, Netscape has found a large number of mail folders. Please select which folders you would like subscribed.
|
|
|
|
## @name IMAP_UPGRADE_PROMPT_USER
|
|
## @loc None
|
|
5023=Netscape has detected that you have upgraded from a previous version of Communicator. You will need to choose which mail folders you want subscribed.
|
|
|
|
## @name IMAP_UPGRADE_PROMPT_USER_2
|
|
## @loc None
|
|
5024=Any folders which are left unsubscribed will not appear in your folder lists, but can be subscribed to later by choosing File / Subscribe.
|
|
|
|
## @name IMAP_UPGRADE_PROMPT_QUESTION
|
|
## @loc None
|
|
5025=Would you like Netscape to try to automatically subscribe to all your folders?
|
|
|
|
## @name IMAP_UPGRADE_CUSTOM
|
|
## @loc None
|
|
5026=Please choose which folders you want subscribed in the Subscribe window...
|
|
|
|
## @name IMAP_UPGRADE_WAIT_WHILE_UPGRADE
|
|
## @loc None
|
|
5027=Please wait while Netscape upgrades you to use IMAP mail folder subscriptions...
|
|
|
|
## @name IMAP_UPGRADE_SUCCESSFUL
|
|
## @loc None
|
|
5028=The upgrade was successful.
|
|
|
|
## @name IMAP_GETTING_ACL_FOR_FOLDER
|
|
## @loc None
|
|
5029=Getting folder ACL...
|
|
|
|
## @name IMAP_GETTING_SERVER_INFO
|
|
## @loc None
|
|
5030=Getting Server Configuration Info...
|
|
|
|
## @name IMAP_GETTING_MAILBOX_INFO
|
|
## @loc None
|
|
5031=Getting Mailbox Configuration Info...
|
|
|
|
## @name IMAP_EMPTY_MIME_PART
|
|
## @loc None
|
|
5032=This body part will be downloaded on demand.
|
|
|
|
## @name IMAP_UNABLE_TO_SAVE_MESSAGE
|
|
## @loc None
|
|
5033=IMAP Error: The message could not be saved due to an error.
|
|
|
|
## @name IMAP_NO_ONLINE_FOLDER
|
|
## @loc None
|
|
5034=IMAP Error: The online folder information could not be retrieved.
|
|
|
|
## @name IMAP_LOGIN_FAILED
|
|
## @loc None
|
|
5035=Login failed.
|
|
|
|
## @name IMAP_RECEIVING_MESSAGE_HEADERS_OF
|
|
## @loc None
|
|
5036=%s Receiving: message headers %lu of %lu
|
|
|
|
## @name IMAP_RECEIVING_MESSAGE_FLAGS_OF
|
|
## @loc None
|
|
5037=%s Receiving: message flags %lu of %lu
|
|
|
|
## @name IMAP_DELETING_MESSAGES
|
|
## @loc None
|
|
5038=Deleting messages...
|
|
|
|
## @name IMAP_DELETING_MESSAGE
|
|
## @loc None
|
|
5039=Deleting message...
|
|
|
|
## @name IMAP_MOVING_MESSAGES_TO
|
|
## @loc None
|
|
5040=Moving messages to %s...
|
|
|
|
## @name IMAP_MOVING_MESSAGE_TO
|
|
## @loc None
|
|
5041=Moving message to %s...
|
|
|
|
## @name IMAP_COPYING_MESSAGES_TO
|
|
## @loc None
|
|
5042=Copying messages %s...
|
|
|
|
## @name IMAP_COPYING_MESSAGE_TO
|
|
## @loc None
|
|
5043=Copying message %s...
|
|
|
|
## @name IMAP_SELECTING_MAILBOX
|
|
## @loc None
|
|
5044=Opening folder %s...
|
|
|
|
## @name IMAP_FOLDER_RECEIVING_MESSAGE_OF
|
|
## @loc None
|
|
5045=%s - Receiving: message %lu of %lu
|
|
|
|
## @name IMAP_DISCOVERING_MAILBOX
|
|
## @loc None
|
|
5046=Found folder: %s
|
|
|
|
## @name IMAP_ENTER_PASSWORD_PROMPT
|
|
## @loc None
|
|
5047=Enter your password for %1$s@%2$s.
|
|
|
|
## @name IMAP_SERVER_NOT_IMAP4
|
|
## @loc None
|
|
5048=This mail server is not an IMAP4 mail server.
|
|
|
|
## @name IMAP_SERVER_SAID
|
|
## @loc None
|
|
5049=The current command did not succeed. The mail server responded:
|
|
|
|
## @name IMAP_DONE
|
|
## @loc None
|
|
5050=Document: Done
|
|
|
|
## @name IMAP_ENTER_PASSWORD_PROMPT_TITLE
|
|
## @loc None
|
|
5051=Enter your password
|
|
|