mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-25 01:01:52 +00:00
88 lines
2.5 KiB
Properties
88 lines
2.5 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 outlook express import code to display status/error
|
|
# and informational messages
|
|
#
|
|
|
|
# Success message when no address books are found to import
|
|
## @name IMPORT_NO_ADDRBOOKS
|
|
## @loc None
|
|
2000=No address books were found to import
|
|
|
|
# Error: Address book import not intialized
|
|
## @name IMPORT_ERROR_AB_NOTINITIALIZED
|
|
## @loc None
|
|
2001=Unable to import address books, initialization error
|
|
|
|
# Error: Unable to create the import thread
|
|
## @name IMPORT_ERROR_AB_NOTHREAD
|
|
## @loc None
|
|
2002=Unable to import address books, cannot create import thread
|
|
|
|
# Error: Unable to create the import thread
|
|
## @name IMPORT_ERROR_GETABOOK
|
|
## @loc None
|
|
2003=Error importing %S, unable to create address book
|
|
|
|
# Success message when no mailboxes are found to import
|
|
## @name IMPORT_NO_MAILBOXES
|
|
## @loc None
|
|
2004=No mailboxes were found to import
|
|
|
|
# Error: Mailbox import not intialized
|
|
## @name IMPORT_ERROR_MB_NOTINITIALIZED
|
|
## @loc None
|
|
2005=Unable to import mailboxes, initialization error
|
|
|
|
# Error: Unable to create the import thread
|
|
## @name IMPORT_ERROR_MB_NOTHREAD
|
|
## @loc None
|
|
2006=Unable to import mailboxes, cannot create import thread
|
|
|
|
# Error: Unable to create the proxy object for importing mailboxes
|
|
## @name IMPORT_ERROR_MB_NOPROXY
|
|
## @loc None
|
|
2007=Unable to import mailboxes, cannot create proxy object for destination mailboxes
|
|
|
|
# Error: Error creating destination mailboxes
|
|
## @name IMPORT_ERROR_MB_FINDCHILD
|
|
## @loc None
|
|
2008=Error creating destination mailboxes, cannot find mailbox %S
|
|
|
|
# Error: Error creating destination mailboxes
|
|
## @name IMPORT_ERROR_MB_CREATE
|
|
## @loc None
|
|
2009=Error importing mailbox %S, unable to create destination mailbox
|
|
|
|
# Error: No destination account to import mailboxes
|
|
## @name IMPORT_ERROR_MB_NODESTFOLDER
|
|
## @loc None
|
|
2010=Unable to create an account to import mail into
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|