mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
164 lines
6.3 KiB
Properties
164 lines
6.3 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 local mail code to display progress/status/error messages
|
|
#
|
|
|
|
# Out of memory
|
|
## @name LOCAL_OUT_OF_MEMORY
|
|
## @loc None
|
|
-1000=Application is out of memory.
|
|
|
|
# Status - parsing folder
|
|
## @name LOCAL_STATUS_SELECTING_MAILBOX
|
|
## @loc None
|
|
#LOCALIZATION NOTE (4000): Do not translate %s in the following line.
|
|
# Place the word %s where the name of the mailbox should appear
|
|
4000=Building summary file for %S...
|
|
|
|
# Status - parsing folder
|
|
## @name LOCAL_STATUS_DOCUMENT_DONE
|
|
## @loc None
|
|
4001=Document: Done
|
|
|
|
# Status - receiving message n of m
|
|
## @name LOCAL_STATUS_RECEIVING_MESSAGE_OF
|
|
## @loc None
|
|
#LOCALIZATION NOTE (4002): Do not translate %lu in the following line.
|
|
# Place the word %lu where the number of messages should appear.
|
|
# The first %lu will receive the number of messages received so far;
|
|
# the second %lu will receive the total number of messages
|
|
4002=Receiving: message %S of %S
|
|
|
|
# Status - pop3 server error
|
|
## @name POP3_SERVER_ERROR
|
|
## @loc None
|
|
#LOCALIZATION NOTE (4003): Do not translate POP3 in the following line.
|
|
4003=An error occurred with the POP3 mail server.You should contact the administrator for this server or try again later.
|
|
|
|
# Status - pop3 user name failed
|
|
## @name POP3_USERNAME_FAILURE
|
|
## @loc None
|
|
4004=An error occurred while sending your user name to the mail server. You should contact the administrator for this server or try again later.
|
|
|
|
# Status - password failed
|
|
## @name POP3_PASSWORD_FAILURE
|
|
## @loc None
|
|
4005=An error occurred while sending your password to the mail server.You should contact the administrator for this server or try again later.
|
|
|
|
# Status - write error occurred
|
|
## @name POP3_MESSAGE_WRITE_ERROR
|
|
## @loc None
|
|
4006=An error occurred while saving mail messages.
|
|
|
|
# Status - connecting to host
|
|
## @name POP3_CONNECT_HOST_CONTACTED_SENDING_LOGIN_INFORMATION
|
|
## @loc None
|
|
4007=Connect: Host contacted, sending login information...
|
|
|
|
# Status - no messages to download
|
|
## @name POP3_NO_MESSAGES
|
|
## @loc None
|
|
4008=There are no new messages on the server.
|
|
|
|
# Status - messages received after the download
|
|
## @name POP3_DOWNLOAD_COUNT
|
|
## @loc None
|
|
#LOCALIZATION NOTE (4009): Do not translate %ld in the following line.
|
|
# Place the word %ld where the number of messages should appear.
|
|
# The first %ld will receive the number of messages received so far;
|
|
# the second %ld will receive the total number of messages
|
|
4009=Received %ld of %ld messages
|
|
|
|
# Status - the server doesn't support UIDL...
|
|
## @name POP3_SERVER_DOES_NOT_SUPPORT_UIDL_ETC
|
|
## @loc None
|
|
# LOCALIZATION NOTE(4010): The following sentence should be translated in this way:
|
|
# Do not translate "POP3"
|
|
# Do not translate "%S". Place %s in your translation where the name of the server should appear.
|
|
# Do not translate "UIDL"
|
|
4010=The POP3 server (%S) does not support UIDL, which is needed to implement the ``Leave on Server'' and ``Maximum Message Size'' options. To download your mail, turn off these options in the Mail Server panel of Preferences.
|
|
|
|
# Status - the server doesn't support the top command
|
|
## @name POP3_SERVER_DOES_NOT_SUPPORT_THE_TOP_COMMAND
|
|
## @loc None
|
|
# LOCALIZATION NOTE(4011): The following sentence should be translated in this way:
|
|
# Do not translate "POP3"
|
|
# Do not translate "%s". Place %s in your translation where the name of the server should appear.
|
|
# Do not translate "TOP"
|
|
4011=The POP3 mail server (%s) does not support the TOP command. Without server support for this, we cannot implement the ``Maximum Message Size'' preference. This option has been disabled, and messages will be downloaded regardless of their size.
|
|
|
|
# Status - retr failure from the server
|
|
## @name POP3_RETR_FAILURE
|
|
## @loc None
|
|
# LOCALIZATION NOTE(4012): Do not translate the word "POP3" below.
|
|
4012=An error occurred while getting messages from the POP3 mail server. You should contact the administrator for this server or try again later.
|
|
|
|
# Status - password undefined
|
|
## @name POP3_PASSWORD_UNDEFINED
|
|
## @loc None
|
|
4013=Error getting mail password.
|
|
|
|
# Status - username undefined
|
|
## @name POP3_USERNAME_UNDEFINED
|
|
## @loc None
|
|
4014=You have not supplied a username for this server. Please provide one in the account setup menu and try again.
|
|
|
|
# Status - list failure
|
|
## @name POP3_LIST_FAILURE
|
|
## @loc None
|
|
# LOCALIZATION NOTE(4015): Do not translate the word "POP3" below.
|
|
4015=An error occurred while listing messages on the POP3 mail server. You should contact the administrator for this server or try again later.
|
|
|
|
# Status - delete error
|
|
## @name POP3_DELE_FAILURE
|
|
## @loc None
|
|
# LOCALIZATION NOTE(4016): Do not translate the word "POP3" below.
|
|
4016=An error occurred while removing messages from the POP3 mail server. You should contact the administrator for this server or try again later.
|
|
|
|
## @name POP3_ENTER_PASSWORD_PROMPT
|
|
## @loc None
|
|
# LOCALIZATION NOTE(4016): Do not translate the word "%1$s@%2$s" below.
|
|
# Place the word "%1$s@%2$s" where email account name should appear (i.e. mozilla@mozilla.org)
|
|
4017=Enter your password for %1$s@%2$s.
|
|
|
|
## @name POP3_PREVIOUSLY_ENTERED_PASSWORD_IS_INVALID_ETC
|
|
## @loc None
|
|
# LOCALIZATION NOTE(4016): Do not translate the word "%s" below. It will receive the message returned by the server.
|
|
# Do not translate "%.100s@%.100s". It will receive the email account name.
|
|
4018=Could not log in to the mail server. The server responded: %s. Please enter a new password for user %.100s@%.100s:
|
|
|
|
## @name POP3_NO_ANSWER
|
|
## @loc None
|
|
4019=No Answer
|
|
|
|
## @name POP3_ENTER_PASSWORD_PROMPT_TITLE
|
|
## @loc None
|
|
4020=Enter your password
|
|
|
|
## @name moveFolderToTrash
|
|
## @loc None
|
|
4021=Are you sure you want to move the selected folders into the Trash?
|
|
|
|
## @name POP3_FOLDER_ALREADY_EXISTS
|
|
## @loc None
|
|
4022=A folder with that name already exists.
|