Leaked source code of windows server 2003
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

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. /*
  4. - This file only contains resources for the non-wab32.dll files
  5. -
  6. */
  7. #include "resrc2.h"
  8. #include "windows.h"
  9. #include "commctrl.h"
  10. #ifdef WIN16 // DS_CENTER is not valid flag for WIN16
  11. #define DS_CENTER 0
  12. #endif
  13. /////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Icon
  16. //
  17. // Icon with lowest ID value placed first to ensure application icon
  18. // remains consistent on all systems.
  19. IDI_ICON1 ICON DISCARDABLE "ui\\_adrbook.ico"
  20. IDI_WabMig ICON DISCARDABLE "ui\\wabmig.ico"
  21. IDI_INETFIND ICON DISCARDABLE "ui\\_adrbook.ico"
  22. IDB_CHECKS BITMAP DISCARDABLE "ui\\checks.bmp"
  23. IDB_WIZARD BITMAP DISCARDAble "ui\\wizard.bmp"
  24. IDI_PasswordKeys ICON DISCARDABLE "ui\\keys.ico"
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // Dialog
  28. //
  29. IDD_DIALOG_DEFAULT_VCARD_VIEWER DIALOG DISCARDABLE 0, 0, 254, 85
  30. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  31. CAPTION "Address Book"
  32. FONT 8, "MS Shell Dlg"
  33. BEGIN
  34. DEFPUSHBUTTON "Yes",IDOK,71,64,50,14
  35. PUSHBUTTON "No",IDCANCEL,132,64,50,14
  36. ICON IDI_ICON1,IDC_STATIC_ICON,7,7,21,20
  37. LTEXT "Address Book is currently not your default vCard viewer. \nWould you like to make it your default vCard viewer?",
  38. IDC_STATIC_ASK,37,13,210,18
  39. CONTROL "Do not perform this check when starting the Address Book.",
  40. IDC_CHECK_ALWAYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  41. 37,39,201,10
  42. END
  43. IDD_CERTPROP_ADDRESS_BOOK DIALOG 0, 0, 255, 235
  44. STYLE WS_CHILD | WS_VISIBLE
  45. CAPTION "Address Book"
  46. FONT 8, "MS Shell Dlg"
  47. BEGIN
  48. GROUPBOX "Add to Address Book", IDC_ADD_TO_ADDRESS_BOOK_FRAME, 9, 11, 230, 87
  49. 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.",
  50. IDC_ADD_TO_ADDRESS_BOOK_TEXT, 17, 25, 215, 36
  51. PUSHBUTTON "&Add to Address Book", IDC_ADD_TO_ADDRESS_BOOK, 83, 66, 82, 14
  52. ICON IDI_ICON1, 106, 115, 154, 18, 20
  53. END
  54. IDD_ImportDialog DIALOG DISCARDABLE 0, 0, 266, 145
  55. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
  56. CAPTION "Address Book Import Tool"
  57. FONT 8, "MS Shell Dlg"
  58. BEGIN
  59. LTEXT " ",IDC_Message,
  60. 7,7,252,28
  61. LISTBOX IDC_Target,
  62. 7,42,196,76,
  63. LBS_STANDARD | WS_TABSTOP
  64. CONTROL "Progress",IDC_Progress,"msctls_progress32",0x0,//WS_BORDER,
  65. 7,126,252,12
  66. DEFPUSHBUTTON "&Import",IDC_Import,
  67. 209,42,50,14, WS_DISABLED
  68. PUSHBUTTON "&Close",IDCANCEL,
  69. 209,60,50,14
  70. END
  71. IDD_ExportDialog DIALOG DISCARDABLE 0, 0, 266, 145
  72. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
  73. CAPTION "Address Book Export Tool"
  74. FONT 8, "MS Shell Dlg"
  75. BEGIN
  76. LTEXT " ",IDC_Message,
  77. 7,7,252,28
  78. LISTBOX IDC_Target,
  79. 7,42,196,76,
  80. LBS_STANDARD | WS_TABSTOP
  81. CONTROL "Progress",IDC_Progress,"msctls_progress32",0x0,//WS_BORDER,
  82. 7,126,252,12
  83. DEFPUSHBUTTON "&Export",IDC_Export,
  84. 209,42,50,14, WS_DISABLED
  85. PUSHBUTTON "&Close",IDCANCEL,
  86. 209,60,50,14
  87. END
  88. IDD_ImportReplace DIALOG DISCARDABLE 0, 0, 298, 76
  89. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  90. CAPTION "Confirm Replace"
  91. FONT 8, "MS Shell Dlg"
  92. BEGIN
  93. LTEXT "", IDC_Replace_Message,
  94. 8,8,282,30
  95. LTEXT "Would you like to replace the existing entry with the imported entry?",IDC_STATIC,
  96. 8,38,282,10
  97. PUSHBUTTON "&Yes",IDYES,
  98. 8,54,50,14
  99. PUSHBUTTON "Yes to &All",IDC_YesToAll,
  100. 66,54,50,14
  101. DEFPUSHBUTTON "&No",IDNO,
  102. 124,54,50,14
  103. PUSHBUTTON "N&o to All",IDC_NoToAll,
  104. 182,54,50,14
  105. PUSHBUTTON "Cancel",IDCANCEL,
  106. 240,54,50,14
  107. END
  108. IDD_ExportReplace DIALOG DISCARDABLE 0, 0, 298, 76
  109. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  110. CAPTION "Confirm Replace"
  111. FONT 8, "MS Shell Dlg"
  112. BEGIN
  113. LTEXT "", IDC_Replace_Message,
  114. 8,8,282,30
  115. LTEXT "Would you like to replace the existing entry with the exported entry?",IDC_STATIC,
  116. 8,38,282,10
  117. PUSHBUTTON "&Yes",IDYES,
  118. 8,54,50,14
  119. PUSHBUTTON "Yes to &All",IDC_YesToAll,
  120. 66,54,50,14
  121. DEFPUSHBUTTON "&No",IDNO,
  122. 124,54,50,14
  123. PUSHBUTTON "N&o to All",IDC_NoToAll,
  124. 182,54,50,14
  125. PUSHBUTTON "Cancel",IDCANCEL,
  126. 240,54,50,14
  127. END
  128. IDD_ErrorImport DIALOG DISCARDABLE 0, 0, 216, 94
  129. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  130. CAPTION "Error Importing Contact"
  131. FONT 8, "MS Shell Dlg"
  132. BEGIN
  133. LTEXT " ",IDC_ErrorMessage,
  134. 8,8,200,50
  135. DEFPUSHBUTTON "OK",IDOK,
  136. 54,74,50,14
  137. PUSHBUTTON "Cancel",IDCANCEL,
  138. 112,74,50,14
  139. CONTROL "&Don't show me error messages anymore.",
  140. IDC_NoMoreError,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  141. 8,60,200,10
  142. END
  143. IDD_ErrorExport DIALOG DISCARDABLE 0, 0, 216, 94
  144. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  145. CAPTION "Error Exporting Contact"
  146. FONT 8, "MS Shell Dlg"
  147. BEGIN
  148. LTEXT " ",IDC_ErrorMessage,
  149. 8,8,200,50
  150. DEFPUSHBUTTON "OK",IDOK,
  151. 54,74,50,14
  152. PUSHBUTTON "Cancel",IDCANCEL,
  153. 112,74,50,14
  154. CONTROL "&Don't show me error messages anymore.",
  155. IDC_NoMoreError,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  156. 8,60,200,10
  157. END
  158. IDD_CSV_EXPORT_WIZARD_FILE DIALOG DISCARDABLE 0, 0, 276, 140
  159. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  160. CAPTION "CSV Export"
  161. FONT 8, "MS Shell Dlg"
  162. BEGIN
  163. CONTROL IDB_WIZARD, IDC_WIZARD_BITMAP, "Static", SS_BITMAP | SS_SUNKEN,
  164. 0, 0, WIZ_CXBMP, WIZ_CYDLG
  165. LTEXT "&Save exported file as:", IDC_STATIC,
  166. WIZ_CXBMP + 10,0,(WIZ_CXDLG - WIZ_CXBMP) - 10,14
  167. EDITTEXT IDE_CSV_EXPORT_NAME,
  168. WIZ_CXBMP + 10,10,(WIZ_CXDLG - WIZ_CXBMP) - 66,14,ES_AUTOHSCROLL
  169. PUSHBUTTON "B&rowse ...", IDC_BROWSE,
  170. WIZ_CXDLG - 50, 10, 50, 14
  171. END
  172. IDD_CSV_EXPORT_WIZARD_PICK DIALOG DISCARDABLE 0, 0, 276, 140
  173. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  174. CAPTION "CSV Export"
  175. FONT 8, "MS Shell Dlg"
  176. BEGIN
  177. CONTROL IDB_WIZARD, IDC_WIZARD_BITMAP, "Static", SS_BITMAP | SS_SUNKEN,
  178. 0, 0, WIZ_CXBMP, WIZ_CYDLG
  179. LTEXT "&Select the fields you wish to export:", IDC_STATIC,
  180. WIZ_CXBMP + 10,0,(WIZ_CXDLG - WIZ_CXBMP) - 10,14
  181. CONTROL "Picker", IDLV_PICKER, "SysListView32",
  182. LVS_REPORT | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, //| LVS_SINGLESEL,
  183. WIZ_CXBMP + 10,16,(WIZ_CXDLG - WIZ_CXBMP) - 10,WIZ_CYDLG - 16
  184. END
  185. IDD_CSV_IMPORT_WIZARD_FILE DIALOG DISCARDABLE 0, 0, 276, 140
  186. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  187. CAPTION "CSV Import"
  188. FONT 8, "MS Shell Dlg"
  189. BEGIN
  190. CONTROL IDB_WIZARD, IDC_WIZARD_BITMAP, "Static", SS_BITMAP | SS_SUNKEN,
  191. 0, 0, WIZ_CXBMP, WIZ_CYDLG
  192. LTEXT "&Choose a file to import:", IDC_STATIC,
  193. WIZ_CXBMP + 10,0,(WIZ_CXDLG - WIZ_CXBMP) - 10,14
  194. EDITTEXT IDE_CSV_IMPORT_NAME,
  195. WIZ_CXBMP + 10,10,(WIZ_CXDLG - WIZ_CXBMP) - 66,14,ES_AUTOHSCROLL
  196. PUSHBUTTON "B&rowse ...", IDC_BROWSE,
  197. WIZ_CXDLG - 50, 10, 50, 14
  198. END
  199. IDD_CSV_IMPORT_WIZARD_MAP DIALOG DISCARDABLE 0, 0, 276, 140
  200. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  201. CAPTION "CSV Import"
  202. FONT 8, "MS Shell Dlg"
  203. BEGIN
  204. CONTROL IDB_WIZARD, IDC_WIZARD_BITMAP, "Static", SS_BITMAP | SS_SUNKEN,
  205. 0, 0, WIZ_CXBMP, WIZ_CYDLG
  206. LTEXT "&Map the fields you wish to import:", IDC_STATIC,
  207. WIZ_CXBMP + 10,0,(WIZ_CXDLG - WIZ_CXBMP) - 10,12
  208. CONTROL "Mapper", IDLV_MAPPER, "SysListView32",
  209. LVS_REPORT | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP | LVS_SINGLESEL,
  210. WIZ_CXBMP + 10,14,(WIZ_CXDLG - WIZ_CXBMP) - 10,WIZ_CYDLG - 32
  211. PUSHBUTTON "&Change Mapping...", IDC_CHANGE_MAPPING,
  212. 143, WIZ_CYDLG - 14, 70, 14
  213. END
  214. IDD_CSV_CHANGE_MAPPING DIALOG DISCARDABLE 0, 0, 200, 106
  215. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  216. CAPTION "Change Mapping"
  217. FONT 8, "MS Shell Dlg"
  218. BEGIN
  219. LTEXT "", IDC_CSV_CHANGE_MAPPING_TEXT_FIELD,
  220. 8,8,282,20
  221. COMBOBOX IDC_CSV_MAPPING_COMBO,
  222. 8, 30, 184, 60,
  223. CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | WS_VSCROLL |
  224. WS_TABSTOP
  225. CHECKBOX "&Import this field", IDC_CSV_MAPPING_SELECT,
  226. 8, 70, 184, 10,
  227. BS_CHECKBOX | WS_TABSTOP
  228. DEFPUSHBUTTON "OK", IDOK,
  229. 90,86,50,14
  230. PUSHBUTTON "Cancel", IDCANCEL,
  231. 144,86,50,14
  232. END
  233. iddConflict DIALOG DISCARDABLE 0, 0, 356, 246
  234. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  235. CAPTION "Conflicting Contact Information"
  236. FONT 8, "MS Shell Dlg"
  237. BEGIN
  238. CONTROL "List2",IDC_SYNC_LIST,"SysListView32",LVS_REPORT |
  239. LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER |
  240. WS_TABSTOP,7,66,342,96
  241. CONTROL "&Address Book information",IDC_SYNC_ADDRESSBOOK,"Button",
  242. BS_AUTORADIOBUTTON,180,174,96,10
  243. CONTROL "&Hotmail Information",IDC_SYNC_HOTMAIL,"Button",
  244. BS_AUTORADIOBUTTON,180,185,96,10
  245. CONTROL "&Ignore for now",IDC_SYNC_IGNORE,"Button",BS_AUTORADIOBUTTON,
  246. 180,196,96,10
  247. PUSHBUTTON "< &Back",IDC_SYNC_BACK,139,225,50,14
  248. DEFPUSHBUTTON "&Next >",IDC_SYNC_NEXT,189,225,50,14
  249. PUSHBUTTON "&Finish",IDOK,244,225,50,14
  250. PUSHBUTTON "Cancel",IDCANCEL,299,225,50,14
  251. 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.",
  252. IDC_STATIC,7,7,306,27
  253. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,215,342,1
  254. LTEXT "Contact name:",IDC_STATIC,7,43,47,8
  255. EDITTEXT IDC_SYNC_CONTACTNAME,64,41,143,14,ES_AUTOHSCROLL | ES_READONLY
  256. LTEXT "For",IDC_STATIC,7,174,11,8
  257. EDITTEXT IDC_SYNC_FIELDNAME,29,172,127,14,ES_AUTOHSCROLL | ES_READONLY
  258. LTEXT "use:",IDC_STATIC,162,174,14,8
  259. END
  260. iddSyncProgress DIALOG DISCARDABLE 0, 0, 221, 65
  261. STYLE WS_POPUP | WS_CAPTION
  262. CAPTION "Synchronization Progress"
  263. FONT 8, "MS Shell Dlg"
  264. BEGIN
  265. PUSHBUTTON "Cancel",IDCANCEL,164,44,50,14
  266. CONTROL "Progress",IDC_SYNC_PROGBAR,"msctls_progress32",0x1,7,46,153,11
  267. ICON IDI_ICON_SYNC,IDC_STATIC,7,7,37,32
  268. LTEXT "",IDC_SYNC_MSG,49,19,165,9
  269. END
  270. iddPassword DIALOG DISCARDABLE 0, 0, 219, 131
  271. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  272. CAPTION "Logon"
  273. FONT 8, "MS Shell Dlg"
  274. BEGIN
  275. LTEXT "&User Name:",IDC_STATIC,14,55,38,8
  276. EDITTEXT IDE_ACCOUNT,55,53,151,14,ES_AUTOHSCROLL
  277. LTEXT "&Password:",IDC_STATIC,14,72,34,8
  278. EDITTEXT IDE_PASSWORD,55,70,151,14,ES_PASSWORD | ES_AUTOHSCROLL
  279. CONTROL "&Remember Password",IDCH_REMEMBER,"Button",
  280. BS_AUTOCHECKBOX | WS_TABSTOP,56,89,107,10
  281. DEFPUSHBUTTON "OK",IDOK,108,110,50,14
  282. PUSHBUTTON "Cancel",IDCANCEL,162,110,50,14
  283. ICON IDI_PasswordKeys,IDC_STATIC,10,7,21,20
  284. GROUPBOX "Logon",IDC_STATIC,7,29,205,75
  285. LTEXT "Server:",IDC_STATIC,14,40,24,8
  286. LTEXT "Please enter your user name and password for the following server.",
  287. IDC_STATIC,39,8,168,18
  288. LTEXT "Static",IDS_SERVER,56,40,150,8
  289. END
  290. iddChooseServer DIALOG DISCARDABLE 0, 0, 186, 111
  291. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  292. CAPTION "Choose Synchronization Account"
  293. FONT 8, "MS Shell Dlg"
  294. BEGIN
  295. DEFPUSHBUTTON "OK",IDOK,129,90,50,14
  296. PUSHBUTTON "Cancel",IDCANCEL,72,90,50,14
  297. LTEXT "Select the Hotmail server that you would like to use to synchronize contacts.",
  298. IDC_STATIC,7,7,172,21
  299. LISTBOX IDC_SERVER_LIST,7,31,172,43,LBS_SORT |
  300. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  301. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,82,172,1
  302. END
  303. /////////////////////////////////////////////////////////////////////////////
  304. //
  305. // Strings
  306. //
  307. STRINGTABLE DISCARDABLE
  308. BEGIN
  309. idsWABTitle "Address Book"
  310. idsWABTitleWithFileName "Address Book - (%1)"
  311. 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."
  312. idsWABOpenFileTitle "Select Address Book File"
  313. idsWABNewFileTitle "Specify Name and Path for New Address Book"
  314. idsWABOpenFileFilter "Address Book Files"
  315. #ifdef WIN16 // String is too long for WIN16
  316. 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"
  317. 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"
  318. #else
  319. 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"
  320. #endif
  321. idsWABPathNotFound "The directory for the specified file '%1' could not be found.\nPlease verify that the specified path is correct."
  322. idsWABInvalidCmdLine "Invalid command line parameters.\nRun 'Wab.exe /?' to see a list of command line parameters."
  323. idsWABOpenError "An error occurred while attempting to open the Address Book file."
  324. idsWABOpenErrorMemory "Not enough memory to complete this operation."
  325. idsWABOpenErrorLocked "The Address Book file has been locked by another application. Please close the other application and try again later."
  326. idsWABOpenErrorCorrupt "The Address Book file appears to be corrupt and could not be opened."
  327. idsWABOpenErrorDisk "The Address Book file could not be opened."
  328. idsWABAddressErrorMissing "A required component could not be found. The Address Book contents could not be displayed."
  329. idsWABOpenErrorNotWAB "The specified file does not appear to be a valid Address Book file."
  330. idsWABOpenErrorNotWABName "The specified file ' %1 ' does not appear to be a valid Address Book file."
  331. idsWABOpenVCardError "An error occurred while attempting to open the vCard file."
  332. idsWABOpenLDAPUrlError "An error occurred while processing the LDAP URL:\r\n\r\n%1"
  333. idsAddToABPaneTitle "Address Book"
  334. idsCertificateViewTitle "Digital ID"
  335. END
  336. STRINGTABLE DISCARDABLE
  337. BEGIN
  338. IDS_STATE_IMPORT_ERROR "Error importing to the Address Book"
  339. IDS_STATE_IMPORT_CANCEL "Address Book Import was cancelled by the user."
  340. IDS_STATE_IMPORT_IDLE "Select the program or file type you want to import address book information from, and then click the Import button."
  341. IDS_STATE_IMPORT_COMPLETE "Address book import process has completed."
  342. IDS_STATE_EXPORT_ERROR "Error exporting the Address Book"
  343. IDS_STATE_EXPORT_CANCEL "Address Book Export was cancelled by the user."
  344. IDS_STATE_EXPORT_IDLE "Select the program or file type you want to export your address book to, and then click the Export button."
  345. IDS_STATE_EXPORT_COMPLETE "Address book export process has completed."
  346. IDS_ERROR_DLL_NOT_FOUND "Cannot find Importer DLL: %1"
  347. IDS_ERROR_DLL_INVALID "Cannot load Importer DLL: %1"
  348. IDS_ERROR_DLL_EXCEPTION "Application Error in Importer DLL %1"
  349. IDS_BUTTON_CANCEL "&Cancel"
  350. IDS_BUTTON_CLOSE "&Close"
  351. IDS_APP_TITLE "Address Book"
  352. IDS_ERROR_NOT_ENOUGH_MEMORY "There is not enough memory to perform this action."
  353. IDS_ERROR_NOT_ENOUGH_DISK "There is not enough disk space to perform this action."
  354. IDS_MESSAGE_TITLE "Import/Export Tool Error"
  355. IDS_NO_WAB "A required component 'wab32.dll' seems to be missing.\nPlease reinstall this application."
  356. IDS_STATE_IMPORT_ERROR_FILEOPEN "The file to import is locked. Please check to see if an application has the file open."
  357. 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."
  358. 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."
  359. END
  360. STRINGTABLE DISCARDABLE
  361. BEGIN
  362. IDE_NETSCAPE_IMPORT_FILE_ERROR "Could not open file ""%1""."
  363. IDE_NETSCAPE_EXPORT_FILE_ERROR "Could not open file ""%1""."
  364. IDS_NETSCAPE_IMPORT_COLLISION "The Address Book already has an entry named ""%1"".\nDo you want to replace it with the CompuServe address ""%2""?"
  365. IDS_REPLACE_MESSAGE """%s""."
  366. IDS_STRING_SELECTPATH "The address book could not be automatically detected.\nWould you like to manually select the address book file?"
  367. IDS_MAILTO "mailto:"
  368. IDS_SMTP "SMTP"
  369. IDS_MESSAGE "Import Message"
  370. 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?"
  371. IDS_ERROR "Import Error"
  372. IDS_INVALID_FILE "File type incorrect, Please select proper address book file."
  373. IDS_NO_ENTRY "No Entries to import"
  374. IDS_ALIASOF "ALIASOF="""
  375. IDS_DUMMY "Unknown"
  376. IDS_LOOPING "Looping in folders has occurred"
  377. IDS_ENTRY_NOIMPORT "Entry not imported"
  378. IDS_NETSCAPE_PATH "*.HTM"
  379. IDS_NETSCAPE_FILE "HTML Files(*.HTM)\0*.HTM\0\0"
  380. IDS_NETSCAPE_TITLE "Import Netscape Address Book"
  381. IDS_ATHENA16_PATH "*.ABC"
  382. IDS_ATHENA16_FILE "Internet Mail Address Book Files(*.ABC)\0*.ABC\0\0"
  383. IDS_ATHENA16_TITLE "Import Internet Mail Address Book"
  384. IDS_EUDORA_PATH "*.TXT"
  385. IDS_EUDORA_FILE "TXT Files(*.txt)\0*.txt\0\0"
  386. IDS_EUDORA_TITLE "Import Eudora Address Book"
  387. IDS_NETSCAPE_REGKEY "Software\\Netscape\\Netscape Navigator\\Main"
  388. IDS_NETSCAPE_ADDRESS_PATH "Install Directory"
  389. IDS_NETSCAPE_ADDRESSBOOK "\\Address.htm"
  390. IDS_EUDORA_32_REGKEY "Software\\Qualcomm\\Eudora\\CommandLine"
  391. IDS_EUDORA_REGKEY "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\Eudora.exe"
  392. IDS_EUDORA_ADDRESS_PATH "Current"
  393. IDS_GERNERIC_ERROR "There was an error when importing some of the addresses"
  394. IDS_WAB_ERROR "Error manipulating WAB container"
  395. IDS_ERROR_ADDRESSBOOK "This is not a valid Microsoft Internet Mail for Windows 3.1 address book file."
  396. IDS_EUDORA_ADDRESS "\\nndbase.txt"
  397. IDS_EUDORA_TOC "toc"
  398. IDS_EOL "\r\n"
  399. IDS_NICKNAME "NICKNAME="
  400. IDS_ALIAS_OF "ALIASOF="""
  401. IDS_ALIAS_ID "ALIASID="""
  402. IDS_MEMORY "There is not enough memory to complete this operation"
  403. IDS_NONAME "NoName"
  404. IDS_EUDORA_NAME "nndbase.txt"
  405. IDS_IMPORT_BUTTON "I&mport"
  406. IDS_EUDORA_SUBDIR_NAME "\\nickname"
  407. IDS_EUDORA_GENERIC_SUFFIX "\\*.txt"
  408. IDS_EUDORA_DEFAULT_INSTALL "c:\\eudora"
  409. END
  410. STRINGTABLE DISCARDABLE
  411. BEGIN
  412. IDS_STATE_LOGGING_IN "Logging in to Microsoft Exchange Profile..."
  413. IDS_STATE_IMPORT_MU "Importing contacts..."
  414. IDS_STATE_IMPORT_DL "Importing distribution lists..."
  415. IDS_STATE_EXPORT_MU "Exporting contacts..."
  416. IDS_STATE_EXPORT_DL "Exporting distribution lists..."
  417. IDS_MESSAGE_IMPORTING_DL "Importing distribution lists...\n""%s"""
  418. IDS_MESSAGE_EXPORTING_DL "Exporting distribution lists...\n""%s"""
  419. IDS_REPLACE_MESSAGE_IMPORT_1 "Your address book already contains the entry\n""%1"""
  420. IDS_REPLACE_MESSAGE_IMPORT_2 "Your address book already contains the entry\n""%1"", %2"
  421. IDS_REPLACE_MESSAGE_EXPORT_1 "Your personal address book already contains the entry\n""%1"""
  422. IDS_REPLACE_MESSAGE_EXPORT_2 "Your personal address book already contains the entry\n""%1"", %2."
  423. 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."
  424. 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."
  425. IDS_ERROR_NO_SUPPORT """%1""\nwas not imported correctly. You may not be logged in to the Microsoft Exchange server."
  426. IDS_ERROR_GENERAL """%1""\nwas not imported correctly."
  427. IDS_ERROR_MAPI_LOGON "Error logging in to Microsoft Exchange Profile."
  428. IDS_PAB "Microsoft Exchange Personal Address Book"
  429. IDS_CSV "Text File (Comma Separated Values)"
  430. IDS_ERROR_MAPI_DLL_NOT_FOUND "Cannot open Microsoft Exchange Personal Address Book: MAPI32.DLL not found."
  431. IDS_CSV_FILE_SPEC "Comma Separated Values (*.csv)"
  432. IDS_TEXT_FILE_SPEC "Text Files (*.txt)"
  433. IDE_CSV_EXPORT_FILE_ERROR "Could not create file: ""%1""."
  434. IDE_CSV_EXPORT_FILE_EXISTS "The file ""%1"" already exists.\nWould you like to replace it?"
  435. IDS_CSV_EXPORT_PICK_FIELDS "Pick the fields to export"
  436. IDE_CSV_IMPORT_FILE_ERROR "Could not find file: ""%1""."
  437. IDS_CSV_IMPORT_MAP_FIELDS "Map the fields to import"
  438. IDS_CSV_IMPORT_HEADER_CSV "Text Field"
  439. IDS_CSV_IMPORT_HEADER_WAB "Address Book Field"
  440. IDS_CSV_CHANGE_MAPPING_TEXT_FIELD "&Select an address book field for the text field:\n%1"
  441. 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"
  442. IDS_CSV_COLUMN "Column %1"
  443. IDE_LDIF_IMPORT_FILE_ERROR "Could not find file: ""%1""."
  444. IDS_LDIF_FILE_SPEC "LDIF - LDAP Data Interchange Format (*.ldif)"
  445. IDS_MESS_FILE_SPEC "Netscape Communicator Address Book (*.nab)"
  446. END
  447. //
  448. // Property Name Strings.
  449. // These should be maintained to match the CSV import/export defaults for Outlook.
  450. //
  451. // Note to localizers: These are property name strings that are used for
  452. // writing CSV files. They should match the default CSV header names from
  453. // Outlook's CSV export/import.
  454. //
  455. STRINGTABLE DISCARDABLE
  456. BEGIN
  457. // Personal Pane
  458. ids_ExportGivenName "First Name"
  459. ids_ExportSurname "Last Name"
  460. ids_ExportMiddleName "Middle Name"
  461. ids_ExportDisplayName "Name"
  462. ids_ExportNickname "Nickname"
  463. ids_ExportEmailAddress "E-mail Address"
  464. // Home Pane
  465. ids_ExportHomeAddressStreet "Home Street"
  466. ids_ExportHomeAddressCity "Home City"
  467. ids_ExportHomeAddressPostalCode "Home Postal Code"
  468. ids_ExportHomeAddressState "Home State"
  469. ids_ExportHomeAddressCountry "Home Country/Region"
  470. ids_ExportHomeTelephoneNumber "Home Phone"
  471. ids_ExportHomeFaxNumber "Home Fax"
  472. ids_ExportCellularTelephoneNumber "Mobile Phone"
  473. ids_ExportPersonalHomePage "Personal Web Page"
  474. // Business Pane
  475. ids_ExportBusinessAddressStreet "Business Street"
  476. ids_ExportBusinessAddressCity "Business City"
  477. ids_ExportBusinessAddressPostalCode "Business Postal Code"
  478. ids_ExportBusinessAddressStateOrProvince "Business State"
  479. ids_ExportBusinessAddressCountry "Business Country/Region"
  480. ids_ExportBusinessHomePage "Business Web Page"
  481. ids_ExportBusinessTelephoneNumber "Business Phone"
  482. ids_ExportBusinessFaxNumber "Business Fax"
  483. ids_ExportPagerTelephoneNumber "Pager"
  484. ids_ExportCompanyName "Company"
  485. ids_ExportTitle "Job Title"
  486. ids_ExportDepartmentName "Department"
  487. ids_ExportOfficeLocation "Office Location"
  488. // Notes Pane
  489. ids_ExportComment "Notes"
  490. ids_ExportConfServer "Conferencing Server"
  491. END
  492. // Synonym Table
  493. // Note to localizers: These are synonyms for the property name strings above.
  494. // They are common CSV field names from Schedule+, Outlook, etc. that don't
  495. // have exactly the same string name as those in the property name string
  496. // table above.
  497. STRINGTABLE DISCARDABLE
  498. BEGIN
  499. idsSynonymCount "13"
  500. idsSynonym001 "Display Name=Name"
  501. idsSynonym002 "Email Address=E-mail Address"
  502. idsSynonym003 "Home Zip Code=Home Postal Code"
  503. idsSynonym004 "Business Zip Code=Business Postal Code"
  504. idsSynonym005 "Job Title=Job Title"
  505. idsSynonym006 "Office=Office Location"
  506. idsSynonym007 "Business Street Address=Business Street"
  507. idsSynonym008 "Home Street Address=Home Street"
  508. idsSynonym009 "Fax Phone=Business Fax"
  509. idsSynonym010 "Cellular Phone=Mobile Phone"
  510. idsSynonym011 "Mobile Phone=Mobile Phone"
  511. idsSynonym012 "Cellular=Mobile Phone"
  512. idsSynonym013 "Web Page=Personal Web Page"
  513. idsSynonym014 " "
  514. idsSynonym015 " "
  515. idsSynonym016 " "
  516. idsSynonym017 " "
  517. idsSynonym018 " "
  518. idsSynonym019 " "
  519. idsSynonym020 " "
  520. idsSynonym021 " "
  521. idsSynonym022 " "
  522. idsSynonym023 " "
  523. idsSynonym024 " "
  524. idsSynonym025 " "
  525. idsSynonym026 " "
  526. idsSynonym027 " "
  527. idsSynonym028 " "
  528. idsSynonym029 " "
  529. idsSynonym030 " "
  530. END
  531. STRINGTABLE DISCARDABLE
  532. BEGIN
  533. IDS_ONTHEINTERNET "Find &People"
  534. IDS_FORPEOPLE "For &People..."
  535. IDS_PEOPLE "&People..."
  536. IDS_FINDHELP "Locate people in your address book or on the Internet"
  537. END
  538. // WAB Syncing field name strings
  539. STRINGTABLE DISCARDABLE
  540. BEGIN
  541. idsDisplayName "Display Name"
  542. idsGivenName "First Name"
  543. idsSurname "Last Name"
  544. idsNickname "Nickname"
  545. idsEmail "E-mail"
  546. idsHomeStreet "Home Street"
  547. idsHomeCity "Home City"
  548. idsHomeState "Home State or Province"
  549. idsHomePostalCode "Home Postal Code"
  550. idsHomeCountry "Home Country/Region"
  551. idsCompany "Company"
  552. idsWorkStreet "Work Street"
  553. idsWorkCity "Work City"
  554. idsWorkState "Work State or Province"
  555. idsWorkPostalCode "Work Postal Code"
  556. idsWorkCountry "Work Country/Region"
  557. idsHomePhone "Home Phone"
  558. idsHomeFax "Home Fax"
  559. idsWorkPhone "Work Phone"
  560. idsWorkFax "Work Fax"
  561. idsMobilePhone "Mobile Phone"
  562. idsOtherPhone "Other Phone"
  563. idsBirthday "Birthday"
  564. idsMultipleSelected "Multiple Items Selected"
  565. idsNicknameFmt "Nickname%d"
  566. idsSyncConnecting "Connecting to Hotmail server..."
  567. idsSyncGathering "Gathering information about your contacts..."
  568. idsSyncSynchronizing "Synchronizing contacts. %ld remaining."
  569. idsSyncConflicts "Processing %ld conflicts..."
  570. idsSyncFinishing "Updating conflicts..."
  571. idsSyncField "Field"
  572. idsSyncABInfo "Address Book Information"
  573. idsSyncHMInfo "Hotmail Information"
  574. idsSyncKeep "Keep"
  575. idsSyncSkip "Skip"
  576. idsSyncReplace "Replace"
  577. idsSyncFailed "Some of your contacts were not synchronized because of errors communicating with the server.\r\nTry again to finish synchronizing your Address Book."
  578. idsSyncError "Synchronization Error"
  579. 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)"
  580. 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"
  581. idsSyncNotHandled "This HTTP server does not support synchronizing contacts."
  582. idsPager "Pager"
  583. idsNoInternetConnect "You are not connected to the Internet. Please connect to the Internet, then try synchronizing again."
  584. 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."
  585. #ifdef HM_GROUP_SYNCING
  586. idsSyncContactsTitle "Synchronizing Contacts"
  587. idsSyncGroupsTitle "Synchronizing Groups"
  588. #endif
  589. END