# 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 # Description: Address book field name ## @name IMPORT_FIELD_DESC_START ## @loc None 2100=First Name # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2101=Last Name # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2102=Display Name # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2103=Nickname # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2104=Primary Email # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2105=Secondary Email # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2106=Work Phone # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2107=Home Phone # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2108=Fax Number # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2109=Pager Number # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2110=Cellular Number # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2111=Home Address # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2112=Home Address 2 # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2113=Home City # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2114=Home State # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2115=Home ZipCode # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2116=Home Country # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2117=Work Address # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2118=Work Address 2 # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2119=Work City # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2120=Work State # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2121=Work ZipCode # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2122=Work Country # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2123=Job Title # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2124=Department # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2125=Company # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2126=Web Page 1 # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2127=Web Page 2 # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2128=Birth Year # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2129=Birth Month # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2130=Birth Day # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2131=Custom 1 # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2132=Custom 2 # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2133=Custom 3 # Description: Address book field name ## @name IMPORT_FIELD_DESC ## @loc None 2134=Custom 4 # Description: Address book field name ## @name IMPORT_FIELD_DESC_END ## @loc None 2135=Notes # Description: Strings for the import dialog ImportMailDialogTitle=Import Mail ImportAddressBooksDialogTitle=Import Address Books ImportSettingsDialogTitle=Import Settings ImportMailListLabel=Select application to import mail from: ImportAddressBooksListLabel=Select address book format: ImportSettingsListLabel=Select application to import settings from: #Error strings ImportAlreadyInProgress=An import operation is currently in progress, try again when the current import has finished. #Error strings for settings import ImportSettingsBadModule=Unable to load settings module ImportSettingsNotFound=Unable to find settings. Check to make sure the application is installed on this machine. ImportSettingsFailed=An error occurred while importing settings. Some, or all, of the settings may not have been imported. ImportSettingsSuccess=Settings were imported from #Error string for mail import ImportMailBadModule=Unable to load mail import module ImportMailNotFound=Unable to find mail to import. Check to make sure the mail application is correctly installed on this machine. ImportMailFailed=An error occurred importing mail from ImportMailSuccess=Mail was successfully imported from #Error string for address import ImportAddressBadModule=Unable to load address book import module ImportAddressNotFound=Unable to find any address books to import. Check to make sure the selected application or format is correctly installed on this machine. ImportAddressFailed=An error occurred importing addresses from ImportAddressSuccess=Addresses were successfully imported from