You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
633 lines
32 KiB
633 lines
32 KiB
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
|
|
/*
|
|
- This file only contains resources for the non-wab32.dll files
|
|
-
|
|
*/
|
|
|
|
#include "resrc2.h"
|
|
#include "windows.h"
|
|
#include "commctrl.h"
|
|
|
|
#ifdef WIN16 // DS_CENTER is not valid flag for WIN16
|
|
#define DS_CENTER 0
|
|
#endif
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDI_ICON1 ICON DISCARDABLE "ui\\_adrbook.ico"
|
|
IDI_WabMig ICON DISCARDABLE "ui\\wabmig.ico"
|
|
IDI_INETFIND ICON DISCARDABLE "ui\\_adrbook.ico"
|
|
IDB_CHECKS BITMAP DISCARDABLE "ui\\checks.bmp"
|
|
IDB_WIZARD BITMAP DISCARDAble "ui\\wizard.bmp"
|
|
IDI_PasswordKeys ICON DISCARDABLE "ui\\keys.ico"
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_DIALOG_DEFAULT_VCARD_VIEWER DIALOG DISCARDABLE 0, 0, 254, 85
|
|
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Address Book"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "Yes",IDOK,71,64,50,14
|
|
PUSHBUTTON "No",IDCANCEL,132,64,50,14
|
|
ICON IDI_ICON1,IDC_STATIC_ICON,7,7,21,20
|
|
LTEXT "Address Book is currently not your default vCard viewer. \nWould you like to make it your default vCard viewer?",
|
|
IDC_STATIC_ASK,37,13,210,18
|
|
CONTROL "Do not perform this check when starting the Address Book.",
|
|
IDC_CHECK_ALWAYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
|
|
37,39,201,10
|
|
END
|
|
|
|
IDD_CERTPROP_ADDRESS_BOOK DIALOG 0, 0, 255, 235
|
|
STYLE WS_CHILD | WS_VISIBLE
|
|
CAPTION "Address Book"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "Add to Address Book", IDC_ADD_TO_ADDRESS_BOOK_FRAME, 9, 11, 230, 87
|
|
LTEXT "In order to send encrypted mail to this person, you must add the digital ID to your Address Book. Click the Add to Address Book button to create a contact with this digital ID in the Address Book.",
|
|
IDC_ADD_TO_ADDRESS_BOOK_TEXT, 17, 25, 215, 36
|
|
PUSHBUTTON "&Add to Address Book", IDC_ADD_TO_ADDRESS_BOOK, 83, 66, 82, 14
|
|
ICON IDI_ICON1, 106, 115, 154, 18, 20
|
|
END
|
|
|
|
IDD_ImportDialog DIALOG DISCARDABLE 0, 0, 266, 145
|
|
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Address Book Import Tool"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT " ",IDC_Message,
|
|
7,7,252,28
|
|
LISTBOX IDC_Target,
|
|
7,42,196,76,
|
|
LBS_STANDARD | WS_TABSTOP
|
|
CONTROL "Progress",IDC_Progress,"msctls_progress32",0x0,//WS_BORDER,
|
|
7,126,252,12
|
|
DEFPUSHBUTTON "&Import",IDC_Import,
|
|
209,42,50,14, WS_DISABLED
|
|
PUSHBUTTON "&Close",IDCANCEL,
|
|
209,60,50,14
|
|
END
|
|
|
|
|
|
IDD_ExportDialog DIALOG DISCARDABLE 0, 0, 266, 145
|
|
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Address Book Export Tool"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT " ",IDC_Message,
|
|
7,7,252,28
|
|
LISTBOX IDC_Target,
|
|
7,42,196,76,
|
|
LBS_STANDARD | WS_TABSTOP
|
|
CONTROL "Progress",IDC_Progress,"msctls_progress32",0x0,//WS_BORDER,
|
|
7,126,252,12
|
|
DEFPUSHBUTTON "&Export",IDC_Export,
|
|
209,42,50,14, WS_DISABLED
|
|
PUSHBUTTON "&Close",IDCANCEL,
|
|
209,60,50,14
|
|
END
|
|
|
|
IDD_ImportReplace DIALOG DISCARDABLE 0, 0, 298, 76
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Confirm Replace"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "", IDC_Replace_Message,
|
|
8,8,282,30
|
|
LTEXT "Would you like to replace the existing entry with the imported entry?",IDC_STATIC,
|
|
8,38,282,10
|
|
PUSHBUTTON "&Yes",IDYES,
|
|
8,54,50,14
|
|
PUSHBUTTON "Yes to &All",IDC_YesToAll,
|
|
66,54,50,14
|
|
DEFPUSHBUTTON "&No",IDNO,
|
|
124,54,50,14
|
|
PUSHBUTTON "N&o to All",IDC_NoToAll,
|
|
182,54,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,
|
|
240,54,50,14
|
|
END
|
|
|
|
IDD_ExportReplace DIALOG DISCARDABLE 0, 0, 298, 76
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Confirm Replace"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "", IDC_Replace_Message,
|
|
8,8,282,30
|
|
LTEXT "Would you like to replace the existing entry with the exported entry?",IDC_STATIC,
|
|
8,38,282,10
|
|
PUSHBUTTON "&Yes",IDYES,
|
|
8,54,50,14
|
|
PUSHBUTTON "Yes to &All",IDC_YesToAll,
|
|
66,54,50,14
|
|
DEFPUSHBUTTON "&No",IDNO,
|
|
124,54,50,14
|
|
PUSHBUTTON "N&o to All",IDC_NoToAll,
|
|
182,54,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,
|
|
240,54,50,14
|
|
END
|
|
|
|
IDD_ErrorImport DIALOG DISCARDABLE 0, 0, 216, 94
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Error Importing Contact"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT " ",IDC_ErrorMessage,
|
|
8,8,200,50
|
|
DEFPUSHBUTTON "OK",IDOK,
|
|
54,74,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,
|
|
112,74,50,14
|
|
CONTROL "&Don't show me error messages anymore.",
|
|
IDC_NoMoreError,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
|
|
8,60,200,10
|
|
END
|
|
|
|
IDD_ErrorExport DIALOG DISCARDABLE 0, 0, 216, 94
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Error Exporting Contact"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT " ",IDC_ErrorMessage,
|
|
8,8,200,50
|
|
DEFPUSHBUTTON "OK",IDOK,
|
|
54,74,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,
|
|
112,74,50,14
|
|
CONTROL "&Don't show me error messages anymore.",
|
|
IDC_NoMoreError,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
|
|
8,60,200,10
|
|
END
|
|
|
|
IDD_CSV_EXPORT_WIZARD_FILE DIALOG DISCARDABLE 0, 0, 276, 140
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "CSV Export"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL IDB_WIZARD, IDC_WIZARD_BITMAP, "Static", SS_BITMAP | SS_SUNKEN,
|
|
0, 0, WIZ_CXBMP, WIZ_CYDLG
|
|
LTEXT "&Save exported file as:", IDC_STATIC,
|
|
WIZ_CXBMP + 10,0,(WIZ_CXDLG - WIZ_CXBMP) - 10,14
|
|
EDITTEXT IDE_CSV_EXPORT_NAME,
|
|
WIZ_CXBMP + 10,10,(WIZ_CXDLG - WIZ_CXBMP) - 66,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "B&rowse ...", IDC_BROWSE,
|
|
WIZ_CXDLG - 50, 10, 50, 14
|
|
END
|
|
|
|
IDD_CSV_EXPORT_WIZARD_PICK DIALOG DISCARDABLE 0, 0, 276, 140
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "CSV Export"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL IDB_WIZARD, IDC_WIZARD_BITMAP, "Static", SS_BITMAP | SS_SUNKEN,
|
|
0, 0, WIZ_CXBMP, WIZ_CYDLG
|
|
LTEXT "&Select the fields you wish to export:", IDC_STATIC,
|
|
WIZ_CXBMP + 10,0,(WIZ_CXDLG - WIZ_CXBMP) - 10,14
|
|
CONTROL "Picker", IDLV_PICKER, "SysListView32",
|
|
LVS_REPORT | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, //| LVS_SINGLESEL,
|
|
WIZ_CXBMP + 10,16,(WIZ_CXDLG - WIZ_CXBMP) - 10,WIZ_CYDLG - 16
|
|
END
|
|
|
|
|
|
IDD_CSV_IMPORT_WIZARD_FILE DIALOG DISCARDABLE 0, 0, 276, 140
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "CSV Import"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL IDB_WIZARD, IDC_WIZARD_BITMAP, "Static", SS_BITMAP | SS_SUNKEN,
|
|
0, 0, WIZ_CXBMP, WIZ_CYDLG
|
|
LTEXT "&Choose a file to import:", IDC_STATIC,
|
|
WIZ_CXBMP + 10,0,(WIZ_CXDLG - WIZ_CXBMP) - 10,14
|
|
EDITTEXT IDE_CSV_IMPORT_NAME,
|
|
WIZ_CXBMP + 10,10,(WIZ_CXDLG - WIZ_CXBMP) - 66,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "B&rowse ...", IDC_BROWSE,
|
|
WIZ_CXDLG - 50, 10, 50, 14
|
|
END
|
|
|
|
IDD_CSV_IMPORT_WIZARD_MAP DIALOG DISCARDABLE 0, 0, 276, 140
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "CSV Import"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL IDB_WIZARD, IDC_WIZARD_BITMAP, "Static", SS_BITMAP | SS_SUNKEN,
|
|
0, 0, WIZ_CXBMP, WIZ_CYDLG
|
|
LTEXT "&Map the fields you wish to import:", IDC_STATIC,
|
|
WIZ_CXBMP + 10,0,(WIZ_CXDLG - WIZ_CXBMP) - 10,12
|
|
CONTROL "Mapper", IDLV_MAPPER, "SysListView32",
|
|
LVS_REPORT | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP | LVS_SINGLESEL,
|
|
WIZ_CXBMP + 10,14,(WIZ_CXDLG - WIZ_CXBMP) - 10,WIZ_CYDLG - 32
|
|
PUSHBUTTON "&Change Mapping...", IDC_CHANGE_MAPPING,
|
|
143, WIZ_CYDLG - 14, 70, 14
|
|
END
|
|
|
|
IDD_CSV_CHANGE_MAPPING DIALOG DISCARDABLE 0, 0, 200, 106
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Change Mapping"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "", IDC_CSV_CHANGE_MAPPING_TEXT_FIELD,
|
|
8,8,282,20
|
|
COMBOBOX IDC_CSV_MAPPING_COMBO,
|
|
8, 30, 184, 60,
|
|
CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | WS_VSCROLL |
|
|
WS_TABSTOP
|
|
CHECKBOX "&Import this field", IDC_CSV_MAPPING_SELECT,
|
|
8, 70, 184, 10,
|
|
BS_CHECKBOX | WS_TABSTOP
|
|
DEFPUSHBUTTON "OK", IDOK,
|
|
90,86,50,14
|
|
PUSHBUTTON "Cancel", IDCANCEL,
|
|
144,86,50,14
|
|
END
|
|
|
|
iddConflict DIALOG DISCARDABLE 0, 0, 356, 246
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Conflicting Contact Information"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "List2",IDC_SYNC_LIST,"SysListView32",LVS_REPORT |
|
|
LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER |
|
|
WS_TABSTOP,7,66,342,96
|
|
CONTROL "&Address Book information",IDC_SYNC_ADDRESSBOOK,"Button",
|
|
BS_AUTORADIOBUTTON,180,174,96,10
|
|
CONTROL "&Hotmail Information",IDC_SYNC_HOTMAIL,"Button",
|
|
BS_AUTORADIOBUTTON,180,185,96,10
|
|
CONTROL "&Ignore for now",IDC_SYNC_IGNORE,"Button",BS_AUTORADIOBUTTON,
|
|
180,196,96,10
|
|
PUSHBUTTON "< &Back",IDC_SYNC_BACK,139,225,50,14
|
|
DEFPUSHBUTTON "&Next >",IDC_SYNC_NEXT,189,225,50,14
|
|
PUSHBUTTON "&Finish",IDOK,244,225,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,299,225,50,14
|
|
LTEXT "This contact has been modified in both your Windows Address Book and your Hotmail Address Book, and the items below have conflicting information. Use the radio buttons to choose the type of information you would like to keep for each conflicting item.",
|
|
IDC_STATIC,7,7,306,27
|
|
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,215,342,1
|
|
LTEXT "Contact name:",IDC_STATIC,7,43,47,8
|
|
EDITTEXT IDC_SYNC_CONTACTNAME,64,41,143,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "For",IDC_STATIC,7,174,11,8
|
|
EDITTEXT IDC_SYNC_FIELDNAME,29,172,127,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "use:",IDC_STATIC,162,174,14,8
|
|
END
|
|
|
|
iddSyncProgress DIALOG DISCARDABLE 0, 0, 221, 65
|
|
STYLE WS_POPUP | WS_CAPTION
|
|
CAPTION "Synchronization Progress"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
PUSHBUTTON "Cancel",IDCANCEL,164,44,50,14
|
|
CONTROL "Progress",IDC_SYNC_PROGBAR,"msctls_progress32",0x1,7,46,153,11
|
|
ICON IDI_ICON_SYNC,IDC_STATIC,7,7,37,32
|
|
LTEXT "",IDC_SYNC_MSG,49,19,165,9
|
|
END
|
|
|
|
iddPassword DIALOG DISCARDABLE 0, 0, 219, 131
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Logon"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&User Name:",IDC_STATIC,14,55,38,8
|
|
EDITTEXT IDE_ACCOUNT,55,53,151,14,ES_AUTOHSCROLL
|
|
LTEXT "&Password:",IDC_STATIC,14,72,34,8
|
|
EDITTEXT IDE_PASSWORD,55,70,151,14,ES_PASSWORD | ES_AUTOHSCROLL
|
|
CONTROL "&Remember Password",IDCH_REMEMBER,"Button",
|
|
BS_AUTOCHECKBOX | WS_TABSTOP,56,89,107,10
|
|
DEFPUSHBUTTON "OK",IDOK,108,110,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,162,110,50,14
|
|
ICON IDI_PasswordKeys,IDC_STATIC,10,7,21,20
|
|
GROUPBOX "Logon",IDC_STATIC,7,29,205,75
|
|
LTEXT "Server:",IDC_STATIC,14,40,24,8
|
|
LTEXT "Please enter your user name and password for the following server.",
|
|
IDC_STATIC,39,8,168,18
|
|
LTEXT "Static",IDS_SERVER,56,40,150,8
|
|
END
|
|
|
|
iddChooseServer DIALOG DISCARDABLE 0, 0, 186, 111
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
|
|
CAPTION "Choose Synchronization Account"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "OK",IDOK,129,90,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,72,90,50,14
|
|
LTEXT "Select the Hotmail server that you would like to use to synchronize contacts.",
|
|
IDC_STATIC,7,7,172,21
|
|
LISTBOX IDC_SERVER_LIST,7,31,172,43,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
|
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,82,172,1
|
|
END
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Strings
|
|
//
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
idsWABTitle "Address Book"
|
|
idsWABTitleWithFileName "Address Book - (%1)"
|
|
idsWABFileNotFound "The specified file '%1' could not be found.\nDo you want to create a new file by this name?\n\nClick Yes to create a new Address Book file.\nClick No to exit."
|
|
idsWABOpenFileTitle "Select Address Book File"
|
|
idsWABNewFileTitle "Specify Name and Path for New Address Book"
|
|
idsWABOpenFileFilter "Address Book Files"
|
|
#ifdef WIN16 // String is too long for WIN16
|
|
idsWABUsage "Command line parameters for Wab.Exe are:\n\nNo Parameters\tOpens the default Address Book\n/Open\t\tShows a file dialog to select an Address Book file\n"
|
|
idsWABUsage1 "/New\t\tShows a file dialog to specify a new Address Book file\nFile-name\t\tOpens specified Address Book file\nDirectory-name\tOpens a file dialog to select an Address Book file from specified directory\n"
|
|
#else
|
|
idsWABUsage "Command line parameters for Wab.Exe are:\n\nNo Parameters\tOpens the default Address Book\n/Open\t\tShows a file dialog to select an Address Book file\n/New\t\tShows a file dialog to specify a new Address Book file\nFile-name\t\tOpens specified Address Book file\nDirectory-name\tOpens a file dialog to select an Address Book file from specified directory\n"
|
|
#endif
|
|
idsWABPathNotFound "The directory for the specified file '%1' could not be found.\nPlease verify that the specified path is correct."
|
|
idsWABInvalidCmdLine "Invalid command line parameters.\nRun 'Wab.exe /?' to see a list of command line parameters."
|
|
|
|
idsWABOpenError "An error occurred while attempting to open the Address Book file."
|
|
idsWABOpenErrorMemory "Not enough memory to complete this operation."
|
|
idsWABOpenErrorLocked "The Address Book file has been locked by another application. Please close the other application and try again later."
|
|
idsWABOpenErrorCorrupt "The Address Book file appears to be corrupt and could not be opened."
|
|
idsWABOpenErrorDisk "The Address Book file could not be opened."
|
|
|
|
idsWABAddressErrorMissing "A required component could not be found. The Address Book contents could not be displayed."
|
|
idsWABOpenErrorNotWAB "The specified file does not appear to be a valid Address Book file."
|
|
idsWABOpenErrorNotWABName "The specified file ' %1 ' does not appear to be a valid Address Book file."
|
|
|
|
idsWABOpenVCardError "An error occurred while attempting to open the vCard file."
|
|
idsWABOpenLDAPUrlError "An error occurred while processing the LDAP URL:\r\n\r\n%1"
|
|
|
|
idsAddToABPaneTitle "Address Book"
|
|
idsCertificateViewTitle "Digital ID"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_STATE_IMPORT_ERROR "Error importing to the Address Book"
|
|
IDS_STATE_IMPORT_CANCEL "Address Book Import was cancelled by the user."
|
|
IDS_STATE_IMPORT_IDLE "Select the program or file type you want to import address book information from, and then click the Import button."
|
|
IDS_STATE_IMPORT_COMPLETE "Address book import process has completed."
|
|
IDS_STATE_EXPORT_ERROR "Error exporting the Address Book"
|
|
IDS_STATE_EXPORT_CANCEL "Address Book Export was cancelled by the user."
|
|
IDS_STATE_EXPORT_IDLE "Select the program or file type you want to export your address book to, and then click the Export button."
|
|
IDS_STATE_EXPORT_COMPLETE "Address book export process has completed."
|
|
IDS_ERROR_DLL_NOT_FOUND "Cannot find Importer DLL: %1"
|
|
IDS_ERROR_DLL_INVALID "Cannot load Importer DLL: %1"
|
|
IDS_ERROR_DLL_EXCEPTION "Application Error in Importer DLL %1"
|
|
IDS_BUTTON_CANCEL "&Cancel"
|
|
IDS_BUTTON_CLOSE "&Close"
|
|
IDS_APP_TITLE "Address Book"
|
|
IDS_ERROR_NOT_ENOUGH_MEMORY "There is not enough memory to perform this action."
|
|
IDS_ERROR_NOT_ENOUGH_DISK "There is not enough disk space to perform this action."
|
|
IDS_MESSAGE_TITLE "Import/Export Tool Error"
|
|
IDS_NO_WAB "A required component 'wab32.dll' seems to be missing.\nPlease reinstall this application."
|
|
IDS_STATE_IMPORT_ERROR_FILEOPEN "The file to import is locked. Please check to see if an application has the file open."
|
|
IDS_STATE_EXPORT_ERROR_NOPAB "The Windows Address Book is currently unable to perform this export. Make sure you have a Personal Address Book set up in Outlook and that it is set as your current personal address book."
|
|
IDS_STATE_IMPORT_ERROR_NOPAB "The Windows Address Book is currently unable to perform this import. Make sure you have a Personal Address Book set up in Outlook and that it is set as your current personal address book."
|
|
END
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDE_NETSCAPE_IMPORT_FILE_ERROR "Could not open file ""%1""."
|
|
IDE_NETSCAPE_EXPORT_FILE_ERROR "Could not open file ""%1""."
|
|
IDS_NETSCAPE_IMPORT_COLLISION "The Address Book already has an entry named ""%1"".\nDo you want to replace it with the CompuServe address ""%2""?"
|
|
IDS_REPLACE_MESSAGE """%s""."
|
|
IDS_STRING_SELECTPATH "The address book could not be automatically detected.\nWould you like to manually select the address book file?"
|
|
IDS_MAILTO "mailto:"
|
|
IDS_SMTP "SMTP"
|
|
IDS_MESSAGE "Import Message"
|
|
IDS_ADDRESS_HTM "The address book could not be found in the default application directory.\nWould you like to manually select the address book file?"
|
|
IDS_ERROR "Import Error"
|
|
IDS_INVALID_FILE "File type incorrect, Please select proper address book file."
|
|
IDS_NO_ENTRY "No Entries to import"
|
|
IDS_ALIASOF "ALIASOF="""
|
|
IDS_DUMMY "Unknown"
|
|
IDS_LOOPING "Looping in folders has occurred"
|
|
IDS_ENTRY_NOIMPORT "Entry not imported"
|
|
IDS_NETSCAPE_PATH "*.HTM"
|
|
IDS_NETSCAPE_FILE "HTML Files(*.HTM)\0*.HTM\0\0"
|
|
IDS_NETSCAPE_TITLE "Import Netscape Address Book"
|
|
IDS_ATHENA16_PATH "*.ABC"
|
|
IDS_ATHENA16_FILE "Internet Mail Address Book Files(*.ABC)\0*.ABC\0\0"
|
|
IDS_ATHENA16_TITLE "Import Internet Mail Address Book"
|
|
IDS_EUDORA_PATH "*.TXT"
|
|
IDS_EUDORA_FILE "TXT Files(*.txt)\0*.txt\0\0"
|
|
IDS_EUDORA_TITLE "Import Eudora Address Book"
|
|
IDS_NETSCAPE_REGKEY "Software\\Netscape\\Netscape Navigator\\Main"
|
|
IDS_NETSCAPE_ADDRESS_PATH "Install Directory"
|
|
IDS_NETSCAPE_ADDRESSBOOK "\\Address.htm"
|
|
IDS_EUDORA_32_REGKEY "Software\\Qualcomm\\Eudora\\CommandLine"
|
|
IDS_EUDORA_REGKEY "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\Eudora.exe"
|
|
IDS_EUDORA_ADDRESS_PATH "Current"
|
|
IDS_GERNERIC_ERROR "There was an error when importing some of the addresses"
|
|
IDS_WAB_ERROR "Error manipulating WAB container"
|
|
IDS_ERROR_ADDRESSBOOK "This is not a valid Microsoft Internet Mail for Windows 3.1 address book file."
|
|
IDS_EUDORA_ADDRESS "\\nndbase.txt"
|
|
IDS_EUDORA_TOC "toc"
|
|
IDS_EOL "\r\n"
|
|
IDS_NICKNAME "NICKNAME="
|
|
IDS_ALIAS_OF "ALIASOF="""
|
|
IDS_ALIAS_ID "ALIASID="""
|
|
IDS_MEMORY "There is not enough memory to complete this operation"
|
|
IDS_NONAME "NoName"
|
|
IDS_EUDORA_NAME "nndbase.txt"
|
|
IDS_IMPORT_BUTTON "I&mport"
|
|
IDS_EUDORA_SUBDIR_NAME "\\nickname"
|
|
IDS_EUDORA_GENERIC_SUFFIX "\\*.txt"
|
|
IDS_EUDORA_DEFAULT_INSTALL "c:\\eudora"
|
|
END
|
|
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_STATE_LOGGING_IN "Logging in to Microsoft Exchange Profile..."
|
|
IDS_STATE_IMPORT_MU "Importing contacts..."
|
|
IDS_STATE_IMPORT_DL "Importing distribution lists..."
|
|
IDS_STATE_EXPORT_MU "Exporting contacts..."
|
|
IDS_STATE_EXPORT_DL "Exporting distribution lists..."
|
|
IDS_MESSAGE_IMPORTING_DL "Importing distribution lists...\n""%s"""
|
|
IDS_MESSAGE_EXPORTING_DL "Exporting distribution lists...\n""%s"""
|
|
IDS_REPLACE_MESSAGE_IMPORT_1 "Your address book already contains the entry\n""%1"""
|
|
IDS_REPLACE_MESSAGE_IMPORT_2 "Your address book already contains the entry\n""%1"", %2"
|
|
IDS_REPLACE_MESSAGE_EXPORT_1 "Your personal address book already contains the entry\n""%1"""
|
|
IDS_REPLACE_MESSAGE_EXPORT_2 "Your personal address book already contains the entry\n""%1"", %2."
|
|
IDS_ERROR_EMAIL_ADDRESS_1 """%1""\nhas a non-Internet e-mail address. This contact will be imported to the Address Book without an e-mail address."
|
|
IDS_ERROR_EMAIL_ADDRESS_2 """%1""\nhas a non-Internet e-mail address:\n%2\nThis contact will be imported to the Address Book without an e-mail address."
|
|
IDS_ERROR_NO_SUPPORT """%1""\nwas not imported correctly. You may not be logged in to the Microsoft Exchange server."
|
|
IDS_ERROR_GENERAL """%1""\nwas not imported correctly."
|
|
IDS_ERROR_MAPI_LOGON "Error logging in to Microsoft Exchange Profile."
|
|
IDS_PAB "Microsoft Exchange Personal Address Book"
|
|
IDS_CSV "Text File (Comma Separated Values)"
|
|
IDS_ERROR_MAPI_DLL_NOT_FOUND "Cannot open Microsoft Exchange Personal Address Book: MAPI32.DLL not found."
|
|
IDS_CSV_FILE_SPEC "Comma Separated Values (*.csv)"
|
|
IDS_TEXT_FILE_SPEC "Text Files (*.txt)"
|
|
IDE_CSV_EXPORT_FILE_ERROR "Could not create file: ""%1""."
|
|
IDE_CSV_EXPORT_FILE_EXISTS "The file ""%1"" already exists.\nWould you like to replace it?"
|
|
IDS_CSV_EXPORT_PICK_FIELDS "Pick the fields to export"
|
|
IDE_CSV_IMPORT_FILE_ERROR "Could not find file: ""%1""."
|
|
IDS_CSV_IMPORT_MAP_FIELDS "Map the fields to import"
|
|
IDS_CSV_IMPORT_HEADER_CSV "Text Field"
|
|
IDS_CSV_IMPORT_HEADER_WAB "Address Book Field"
|
|
IDS_CSV_CHANGE_MAPPING_TEXT_FIELD "&Select an address book field for the text field:\n%1"
|
|
IDE_CSV_NO_COLUMNS "You must map fields to at least one of these address book properties:\nCompany, First Name, Last Name, Middle Name, Name, Nickname, or E-mail Address"
|
|
IDS_CSV_COLUMN "Column %1"
|
|
IDE_LDIF_IMPORT_FILE_ERROR "Could not find file: ""%1""."
|
|
IDS_LDIF_FILE_SPEC "LDIF - LDAP Data Interchange Format (*.ldif)"
|
|
IDS_MESS_FILE_SPEC "Netscape Communicator Address Book (*.nab)"
|
|
END
|
|
|
|
//
|
|
// Property Name Strings.
|
|
// These should be maintained to match the CSV import/export defaults for Outlook.
|
|
//
|
|
// Note to localizers: These are property name strings that are used for
|
|
// writing CSV files. They should match the default CSV header names from
|
|
// Outlook's CSV export/import.
|
|
//
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
// Personal Pane
|
|
ids_ExportGivenName "First Name"
|
|
ids_ExportSurname "Last Name"
|
|
ids_ExportMiddleName "Middle Name"
|
|
ids_ExportDisplayName "Name"
|
|
ids_ExportNickname "Nickname"
|
|
ids_ExportEmailAddress "E-mail Address"
|
|
|
|
// Home Pane
|
|
ids_ExportHomeAddressStreet "Home Street"
|
|
ids_ExportHomeAddressCity "Home City"
|
|
ids_ExportHomeAddressPostalCode "Home Postal Code"
|
|
ids_ExportHomeAddressState "Home State"
|
|
ids_ExportHomeAddressCountry "Home Country/Region"
|
|
ids_ExportHomeTelephoneNumber "Home Phone"
|
|
ids_ExportHomeFaxNumber "Home Fax"
|
|
ids_ExportCellularTelephoneNumber "Mobile Phone"
|
|
ids_ExportPersonalHomePage "Personal Web Page"
|
|
|
|
// Business Pane
|
|
ids_ExportBusinessAddressStreet "Business Street"
|
|
ids_ExportBusinessAddressCity "Business City"
|
|
ids_ExportBusinessAddressPostalCode "Business Postal Code"
|
|
ids_ExportBusinessAddressStateOrProvince "Business State"
|
|
ids_ExportBusinessAddressCountry "Business Country/Region"
|
|
ids_ExportBusinessHomePage "Business Web Page"
|
|
ids_ExportBusinessTelephoneNumber "Business Phone"
|
|
ids_ExportBusinessFaxNumber "Business Fax"
|
|
ids_ExportPagerTelephoneNumber "Pager"
|
|
ids_ExportCompanyName "Company"
|
|
ids_ExportTitle "Job Title"
|
|
ids_ExportDepartmentName "Department"
|
|
ids_ExportOfficeLocation "Office Location"
|
|
|
|
// Notes Pane
|
|
ids_ExportComment "Notes"
|
|
ids_ExportConfServer "Conferencing Server"
|
|
END
|
|
|
|
|
|
// Synonym Table
|
|
// Note to localizers: These are synonyms for the property name strings above.
|
|
// They are common CSV field names from Schedule+, Outlook, etc. that don't
|
|
// have exactly the same string name as those in the property name string
|
|
// table above.
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
idsSynonymCount "13"
|
|
idsSynonym001 "Display Name=Name"
|
|
idsSynonym002 "Email Address=E-mail Address"
|
|
idsSynonym003 "Home Zip Code=Home Postal Code"
|
|
idsSynonym004 "Business Zip Code=Business Postal Code"
|
|
idsSynonym005 "Job Title=Job Title"
|
|
idsSynonym006 "Office=Office Location"
|
|
idsSynonym007 "Business Street Address=Business Street"
|
|
idsSynonym008 "Home Street Address=Home Street"
|
|
idsSynonym009 "Fax Phone=Business Fax"
|
|
idsSynonym010 "Cellular Phone=Mobile Phone"
|
|
idsSynonym011 "Mobile Phone=Mobile Phone"
|
|
idsSynonym012 "Cellular=Mobile Phone"
|
|
idsSynonym013 "Web Page=Personal Web Page"
|
|
idsSynonym014 " "
|
|
idsSynonym015 " "
|
|
idsSynonym016 " "
|
|
idsSynonym017 " "
|
|
idsSynonym018 " "
|
|
idsSynonym019 " "
|
|
idsSynonym020 " "
|
|
idsSynonym021 " "
|
|
idsSynonym022 " "
|
|
idsSynonym023 " "
|
|
idsSynonym024 " "
|
|
idsSynonym025 " "
|
|
idsSynonym026 " "
|
|
idsSynonym027 " "
|
|
idsSynonym028 " "
|
|
idsSynonym029 " "
|
|
idsSynonym030 " "
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ONTHEINTERNET "Find &People"
|
|
IDS_FORPEOPLE "For &People..."
|
|
IDS_PEOPLE "&People..."
|
|
IDS_FINDHELP "Locate people in your address book or on the Internet"
|
|
END
|
|
|
|
// WAB Syncing field name strings
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
idsDisplayName "Display Name"
|
|
idsGivenName "First Name"
|
|
idsSurname "Last Name"
|
|
idsNickname "Nickname"
|
|
idsEmail "E-mail"
|
|
idsHomeStreet "Home Street"
|
|
idsHomeCity "Home City"
|
|
idsHomeState "Home State or Province"
|
|
idsHomePostalCode "Home Postal Code"
|
|
idsHomeCountry "Home Country/Region"
|
|
idsCompany "Company"
|
|
idsWorkStreet "Work Street"
|
|
idsWorkCity "Work City"
|
|
idsWorkState "Work State or Province"
|
|
idsWorkPostalCode "Work Postal Code"
|
|
idsWorkCountry "Work Country/Region"
|
|
idsHomePhone "Home Phone"
|
|
idsHomeFax "Home Fax"
|
|
idsWorkPhone "Work Phone"
|
|
idsWorkFax "Work Fax"
|
|
idsMobilePhone "Mobile Phone"
|
|
idsOtherPhone "Other Phone"
|
|
idsBirthday "Birthday"
|
|
idsMultipleSelected "Multiple Items Selected"
|
|
idsNicknameFmt "Nickname%d"
|
|
idsSyncConnecting "Connecting to Hotmail server..."
|
|
idsSyncGathering "Gathering information about your contacts..."
|
|
idsSyncSynchronizing "Synchronizing contacts. %ld remaining."
|
|
idsSyncConflicts "Processing %ld conflicts..."
|
|
idsSyncFinishing "Updating conflicts..."
|
|
idsSyncField "Field"
|
|
idsSyncABInfo "Address Book Information"
|
|
idsSyncHMInfo "Hotmail Information"
|
|
idsSyncKeep "Keep"
|
|
idsSyncSkip "Skip"
|
|
idsSyncReplace "Replace"
|
|
idsSyncFailed "Some of your contacts were not synchronized because of errors communicating with the server.\r\nTry again to finish synchronizing your Address Book."
|
|
idsSyncError "Synchronization Error"
|
|
idsSyncAborted "Some of your contacts were not synchronized because of errors communicating with the server.\r\nTry again to finish synchronizing your Address Book. (Error %08lx)"
|
|
idsOutOfServerSpace "Some contact data could not be saved on the server because you have exceeded your storage limit on the server. To make space, try deleting unneeded messages and contacts"
|
|
idsSyncNotHandled "This HTTP server does not support synchronizing contacts."
|
|
idsPager "Pager"
|
|
idsNoInternetConnect "You are not connected to the Internet. Please connect to the Internet, then try synchronizing again."
|
|
idsOffline "You have selected the Work Offline option in Outlook Express or Internet Explorer. Please make sure that the Work Offline menu item is unchecked and try synchronizing again."
|
|
#ifdef HM_GROUP_SYNCING
|
|
idsSyncContactsTitle "Synchronizing Contacts"
|
|
idsSyncGroupsTitle "Synchronizing Groups"
|
|
#endif
|
|
END
|
|
|