mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
3a0027dcac
of insufficient disk space.
198 lines
6.7 KiB
Properties
198 lines
6.7 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
|
|
#
|
|
|
|
## @name MK_POP3_OUT_OF_DISK_SPACE
|
|
## @loc None
|
|
-321=There is not enough disk space to download new messages. Try deleting old mail, emptying the Trash folder, and compacting your mail folders, and then try again.
|
|
|
|
# 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.
|
|
|
|
# Status - pop3 user name failed
|
|
## @name POP3_USERNAME_FAILURE
|
|
## @loc None
|
|
4004=The USER command did not succeed.
|
|
|
|
# Status - password failed
|
|
## @name POP3_PASSWORD_FAILURE
|
|
## @loc None
|
|
4005=The PASS command did not succeed.
|
|
|
|
# Status - write error occurred
|
|
## @name POP3_MESSAGE_WRITE_ERROR
|
|
## @loc None
|
|
4006=Unable to write the email to the mailbox. Make sure the file system allows you write privileges, and you have enough disk space to copy the mailbox.
|
|
|
|
# Status - write error occurred
|
|
## @name POP3_MESSAGE_FOLDER_BUSY
|
|
## @loc None
|
|
4029=This folder is being processed. Please wait until processing is complete to get 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=The RETR command did not succeed.
|
|
|
|
# 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=The LIST command did not succeed.
|
|
|
|
# Status - delete error
|
|
## @name POP3_DELE_FAILURE
|
|
## @loc None
|
|
# LOCALIZATION NOTE(4016): Do not translate the word "POP3" below.
|
|
4016=The DELE command did not succeed.
|
|
|
|
## @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. john.smith@example.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=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 folder into the Trash?
|
|
|
|
## @name POP3_FOLDER_ALREADY_EXISTS
|
|
## @loc None
|
|
4022=A folder with that name already exists.
|
|
|
|
## @name POP3_FOLDER_FOR_TRASH
|
|
## @loc None
|
|
4023=The Trash already contained a folder named %s. The folder which you just deleted can be found in the Trash under the new name %s.
|
|
|
|
# Status - stat failed
|
|
## @name POP3_STAT
|
|
## @loc None
|
|
4024= The STAT command did not succeed.
|
|
|
|
## @name POP3_SERVER_SAID
|
|
## @loc None
|
|
4025= Mail server %S responded:
|
|
|
|
## @name DELETING_MSGS_STATUS
|
|
## @loc None
|
|
4026=Deleting %S of %S messages
|
|
|
|
## @name COPYING_MSGS_STATUS
|
|
## @loc None
|
|
4027=Copying %S of %S messages to %S
|
|
|
|
## @name MOVING_MSGS_STATUS
|
|
## @loc None
|
|
4028=Moving %S of %S messages to %S
|