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.

840 lines
43 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. #include "version.h"
  12. #include "cscuiext.h"
  13. #undef APSTUDIO_HIDDEN_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. // English (U.S.) resources
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // Menu
  26. //
  27. IDR_ADVOPTIONS_CONTEXTMENU MENU DISCARDABLE
  28. BEGIN
  29. POPUP ""
  30. BEGIN
  31. MENUITEM "&Remove", IDM_ACTION_DELETE
  32. MENUITEM SEPARATOR
  33. MENUITEM "&Work Offline", IDM_ACTION_WORKOFFLINE
  34. MENUITEM "Ne&ver Go Offline", IDM_ACTION_FAIL
  35. END
  36. END
  37. /////////////////////////////////////////////////////////////////////////////
  38. //
  39. // Icon
  40. //
  41. // Icon with lowest ID value placed first to ensure application icon
  42. // remains consistent on all systems.
  43. IDI_CSCUI_ICON ICON DISCARDABLE "cscui.ico"
  44. IDI_PIN_OVERLAY ICON DISCARDABLE "offline.ico"
  45. IDI_SHARE ICON DISCARDABLE "share.ico"
  46. IDI_DOCUMENT ICON DISCARDABLE "document.ico"
  47. IDI_NUKE ICON DISCARDABLE "nuke.ico"
  48. IDI_CSCNORMAL ICON DISCARDABLE "csc.ico"
  49. IDI_CSCINFORMATION ICON DISCARDABLE "netback.ico"
  50. IDI_CSCWARNING ICON DISCARDABLE "shareoff.ico"
  51. IDI_SERVER ICON DISCARDABLE "server.ico"
  52. IDI_SERVER_OFFLINE ICON DISCARDABLE "svroff.ico"
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // AVI
  56. //
  57. IDA_FILEDEL AVI MOVEABLE PURE "filedel.avi"
  58. IDA_FILEENCR AVI MOVEABLE PURE "fileencr.avi"
  59. IDA_FILEDECR AVI MOVEABLE PURE "filedecr.avi"
  60. #ifdef APSTUDIO_INVOKED
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // TEXTINCLUDE
  64. //
  65. 1 TEXTINCLUDE DISCARDABLE
  66. BEGIN
  67. "resource.h\0"
  68. END
  69. 2 TEXTINCLUDE DISCARDABLE
  70. BEGIN
  71. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  72. "#include ""windows.h""\r\n"
  73. "#include ""version.h""\r\n"
  74. "#include ""cscuiext.h""\r\n"
  75. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  76. "\0"
  77. END
  78. 3 TEXTINCLUDE DISCARDABLE
  79. BEGIN
  80. "#include ""msg.rc""\r\n"
  81. "\r\n"
  82. "\0"
  83. END
  84. #endif // APSTUDIO_INVOKED
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // Dialog
  88. //
  89. IDD_CSC_OPTIONS DIALOGEX 0, 0, 240, 220
  90. STYLE DS_MODALFRAME | DS_FIXEDSYS | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE |
  91. WS_CAPTION | WS_SYSMENU
  92. EXSTYLE WS_EX_CONTEXTHELP
  93. CAPTION "Offline Files"
  94. FONT 8, "MS Shell Dlg"
  95. BEGIN
  96. ICON IDI_CSCUI_ICON,IDC_STATIC2,7,7,20,20
  97. LTEXT "Use Offline Files to work with files and programs stored on the network even when you are not connected.",
  98. IDC_STATIC3,35,7,198,27,NOT WS_GROUP
  99. CONTROL "&Enable Offline Files",IDC_CBX_ENABLE_CSC,"Button",
  100. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
  101. WS_TABSTOP,14,43,215,10
  102. CONTROL "S&ynchronize all offline files when logging on",
  103. IDC_CBX_FULLSYNC_AT_LOGON,"Button",BS_AUTOCHECKBOX |
  104. BS_TOP | BS_MULTILINE | WS_TABSTOP,14,57,216,10
  105. CONTROL "&Synchronize all offline files before logging off",
  106. IDC_CBX_FULLSYNC_AT_LOGOFF,"Button",BS_AUTOCHECKBOX |
  107. BS_TOP | BS_MULTILINE | WS_TABSTOP,14,71,216,10
  108. CONTROL "Display a &reminder every:",IDC_CBX_REMINDERS,"Button",
  109. BS_AUTOCHECKBOX | WS_TABSTOP,14,85,213,10
  110. EDITTEXT IDC_EDIT_REMINDERS,51,99,35,12,ES_RIGHT | ES_AUTOHSCROLL |
  111. ES_NUMBER | WS_GROUP,WS_EX_NOPARENTNOTIFY
  112. CONTROL "Spin1",IDC_SPIN_REMINDERS,"msctls_updown32",
  113. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  114. UDS_ARROWKEYS | UDS_NOTHOUSANDS,78,99,8,12,
  115. WS_EX_NOPARENTNOTIFY
  116. LTEXT "minutes.",IDC_TXT_REMINDERS1,91,101,37,8,NOT WS_GROUP
  117. CONTROL "&Create an Offline Files shortcut on the desktop",
  118. IDC_CBX_LINK_ON_DESKTOP,"Button",BS_AUTOCHECKBOX |
  119. WS_GROUP | WS_TABSTOP,14,119,214,10
  120. CONTROL "E&ncrypt offline files to secure data",
  121. IDC_CBX_ENCRYPT_CSC,"Button",BS_AUTO3STATE | BS_NOTIFY |
  122. WS_TABSTOP,14,133,219,10
  123. LTEXT "A&mount of disk space to use for temporary offline files:",
  124. IDC_LBL_CACHESIZE_PCT,14,154,190,10,NOT WS_GROUP
  125. CONTROL "Slider1",IDC_SLIDER_CACHESIZE_PCT,"msctls_trackbar32",
  126. TBS_AUTOTICKS | TBS_NOTICKS | WS_GROUP | WS_TABSTOP,17,
  127. 170,107,14
  128. LTEXT "999.99GB (100% of drive)",IDC_TXT_CACHESIZE_PCT,126,173,
  129. 84,8,NOT WS_GROUP
  130. PUSHBUTTON "&Delete Files...",IDC_BTN_DELETE_CACHE,49,197,56,14,
  131. WS_GROUP
  132. PUSHBUTTON "Vie&w Files",IDC_BTN_VIEW_CACHE,110,197,56,14
  133. PUSHBUTTON "Ad&vanced",IDC_BTN_ADVANCED,170,197,56,14
  134. END
  135. IDD_CSC_ADVOPTIONS DIALOGEX 0, 0, 227, 215
  136. STYLE DS_MODALFRAME | DS_FIXEDSYS | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE |
  137. WS_CAPTION | WS_SYSMENU
  138. EXSTYLE WS_EX_CONTEXTHELP
  139. CAPTION "Offline Files - Advanced Settings"
  140. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  141. BEGIN
  142. ICON IDI_CSCUI_ICON,IDC_STATIC2,7,10,20,20
  143. LTEXT "Set up how your computer behaves when the connection to another computer on the network is lost.",
  144. IDC_STATIC3,40,12,174,23,NOT WS_GROUP
  145. GROUPBOX "When a network connection is lost",IDC_STATIC4,7,41,213,
  146. 44
  147. CONTROL "&Notify me and begin working offline",
  148. IDC_RBN_GOOFFLINE_SILENT,"Button",BS_AUTORADIOBUTTON |
  149. BS_TOP | WS_GROUP | WS_TABSTOP,15,53,184,10
  150. CONTROL "Ne&ver allow my computer to go offline",
  151. IDC_RBN_GOOFFLINE_FAIL,"Button",BS_AUTORADIOBUTTON |
  152. BS_TOP,15,67,184,10
  153. GROUPBOX "E&xception list",IDC_GRP_CUSTGOOFFLINE,7,93,213,86,
  154. WS_GROUP
  155. CONTROL "List1",IDC_LV_CUSTGOOFFLINE,"SysListView32",LVS_REPORT |
  156. LVS_SHOWSELALWAYS | WS_BORDER | WS_GROUP | WS_TABSTOP,14,
  157. 107,199,45,WS_EX_NOPARENTNOTIFY
  158. PUSHBUTTON "&Add...",IDC_BTN_ADD_CUSTGOOFFLINE,55,159,50,14
  159. PUSHBUTTON "&Edit",IDC_BTN_EDIT_CUSTGOOFFLINE,109,159,50,14,
  160. WS_DISABLED
  161. PUSHBUTTON "&Remove",IDC_BTN_DELETE_CUSTGOOFFLINE,163,159,50,14,
  162. WS_DISABLED
  163. DEFPUSHBUTTON "OK",IDOK,115,194,50,14
  164. PUSHBUTTON "Cancel",IDCANCEL,170,194,50,14
  165. END
  166. IDD_CSC_ADVOPTIONS_ADD DIALOGEX 0, 0, 227, 194
  167. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  168. WS_SYSMENU
  169. EXSTYLE WS_EX_CONTEXTHELP
  170. CAPTION "Offline Files - Add Custom Action"
  171. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  172. BEGIN
  173. ICON IDI_CSCUI_ICON,IDC_STATIC2,7,10,20,20
  174. LTEXT "Set up how your computer behaves when a specific computer becomes unavailable. Enter the computer name and select an action.",
  175. IDC_STATIC3,40,12,174,28,NOT WS_GROUP
  176. LTEXT "&Computer:",IDC_STATIC4,14,60,37,8,NOT WS_GROUP
  177. EDITTEXT IDC_EDIT_GOOFFLINE_SERVER,54,57,166,14,ES_AUTOHSCROLL
  178. PUSHBUTTON "&Browse...",IDC_BTN_BROWSEFORSERVER,170,79,50,14
  179. GROUPBOX "When a network connection is lost",
  180. IDC_GRP_GOOFFLINE_DEFAULTS,7,109,213,44
  181. CONTROL "&Notify me and begin working offline",
  182. IDC_RBN_GOOFFLINE_SILENT,"Button",BS_AUTORADIOBUTTON |
  183. BS_TOP | WS_GROUP | WS_TABSTOP,15,121,184,10
  184. CONTROL "Ne&ver allow my computer to go offline",
  185. IDC_RBN_GOOFFLINE_FAIL,"Button",BS_AUTORADIOBUTTON |
  186. BS_TOP,15,135,184,10
  187. DEFPUSHBUTTON "OK",IDOK,116,173,50,14,WS_GROUP
  188. PUSHBUTTON "Cancel",IDCANCEL,170,173,50,14
  189. END
  190. IDD_CSC_ADVOPTIONS_EDIT DIALOGEX 0, 0, 227, 170
  191. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  192. WS_SYSMENU
  193. EXSTYLE WS_EX_CONTEXTHELP
  194. CAPTION "Offline Files - Edit Custom Action"
  195. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  196. BEGIN
  197. ICON IDI_CSCUI_ICON,IDC_STATIC2,7,10,20,20
  198. LTEXT "Set up how your computer behaves when the computer becomes unavailable.",
  199. IDC_STATIC3,40,12,174,20,NOT WS_GROUP
  200. LTEXT "Computer:",IDC_STATIC4,10,40,38,8,NOT WS_GROUP
  201. LTEXT "Static",IDC_TXT_GOOFFLINE_SERVER,49,40,168,8,NOT
  202. WS_GROUP
  203. GROUPBOX "When a network connection is lost",
  204. IDC_GRP_GOOFFLINE_DEFAULTS,7,56,213,44
  205. CONTROL "&Notify me and begin working offline",
  206. IDC_RBN_GOOFFLINE_SILENT,"Button",BS_AUTORADIOBUTTON |
  207. BS_TOP | WS_GROUP | WS_TABSTOP,15,68,184,10
  208. CONTROL "Ne&ver allow my computer to go offline",
  209. IDC_RBN_GOOFFLINE_FAIL,"Button",BS_AUTORADIOBUTTON |
  210. BS_TOP,15,82,184,10
  211. DEFPUSHBUTTON "OK",IDOK,116,149,50,14,WS_GROUP
  212. PUSHBUTTON "Cancel",IDCANCEL,170,149,50,14
  213. END
  214. IDD_CONFIRM_PIN DIALOGEX 0, 0, 252, 110
  215. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  216. CAPTION "Confirm Offline Subfolders"
  217. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  218. BEGIN
  219. LTEXT "The folder you want to make available offline contains subfolders. Do you also want to make the subfolders available offline? ",
  220. IDC_STATIC,34,7,204,30
  221. CONTROL "No, make only this folder available offline",
  222. IDC_PIN_NO_RECURSE,"Button",BS_AUTORADIOBUTTON |
  223. WS_GROUP | WS_TABSTOP,34,56,211,10
  224. CONTROL "Yes, make this folder and all its subfolders available offline",
  225. IDC_PIN_RECURSE,"Button",BS_AUTORADIOBUTTON,34,42,211,10
  226. DEFPUSHBUTTON "OK",IDOK,140,89,50,14,WS_GROUP
  227. PUSHBUTTON "Cancel",IDCANCEL,195,89,50,14
  228. ICON IDI_CSCUI_ICON,IDC_STATIC,7,7,20,20
  229. END
  230. IDD_CONFIRM_UNPIN DIALOG DISCARDABLE 0, 0, 252, 110
  231. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  232. CAPTION "Remove Offline Folders"
  233. FONT 8, "MS Shell Dlg"
  234. BEGIN
  235. LTEXT "You have specified that you no longer want this folder available offline. Does this include all subfolders?",
  236. IDC_STATIC,34,7,204,20
  237. CONTROL "No, I still want the subfolders available offline",
  238. IDC_PIN_NO_RECURSE,"Button",BS_AUTORADIOBUTTON |
  239. WS_GROUP | WS_TABSTOP,34,56,211,10
  240. CONTROL "Yes, I no longer want this folder and its subfolders available offline",
  241. IDC_PIN_RECURSE,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  242. BS_MULTILINE,34,34,211,20
  243. DEFPUSHBUTTON "OK",IDOK,140,89,50,14,WS_GROUP
  244. PUSHBUTTON "Cancel",IDCANCEL,195,89,50,14
  245. ICON IDI_CSCUI_ICON,IDC_STATIC,7,7,20,20
  246. END
  247. IDD_OPEN_FILES_WARNING DIALOGEX 0, 0, 250, 94
  248. STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP |
  249. WS_CAPTION | WS_SYSMENU
  250. CAPTION "Close Open Files"
  251. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  252. BEGIN
  253. ICON "",IDC_DLGTYPEICON,7,7,20,20
  254. LTEXT "Reconnecting to the network causes a synchronization to occur. In order to begin synchronizing, all of your files and folders must be closed.",
  255. IDC_STATIC,35,7,208,26
  256. LTEXT "Please close all of your files and folders then press OK. Any remaining open files will be forcibly closed by Windows.",
  257. IDC_STATIC,35,38,208,26
  258. DEFPUSHBUTTON "OK",IDOK,138,73,50,14
  259. PUSHBUTTON "Cancel",IDCANCEL,193,73,50,14
  260. END
  261. IDD_OPEN_FILES_WARNING_MULTIUSER DIALOG DISCARDABLE 0, 0, 250, 90
  262. STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP |
  263. WS_CAPTION | WS_SYSMENU
  264. CAPTION "Cannot Synchronize"
  265. FONT 8, "MS Shell Dlg"
  266. BEGIN
  267. ICON "",IDC_DLGTYPEICON,7,7,21,20
  268. LTEXT "Multiple users are currently logged on to this computer. Synchronization and reconnecting to the network are not allowed with multiple users logged on and files open.",
  269. IDC_STATIC,35,7,208,60
  270. DEFPUSHBUTTON "OK",IDCANCEL,99,70,50,14
  271. END
  272. IDD_CONFIRM_PURGE DIALOG DISCARDABLE 0, 0, 236, 233
  273. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  274. CAPTION "Confirm File Delete"
  275. FONT 8, "MS Shell Dlg"
  276. BEGIN
  277. ICON IDI_NUKE,IDC_STATIC,7,7,21,20
  278. LTEXT "You have chosen to delete the offline versions of files stored on your computer. Versions on the network will not be deleted.",
  279. IDC_TXT_CONFIRMPURGE,36,7,186,33,NOT WS_GROUP
  280. LTEXT "&Delete offline files for the following checked shared folders.",
  281. IDC_TXT_CONFIRMPURGE2,36,40,180,16,NOT WS_GROUP
  282. CONTROL "List1",IDC_LIST_PURGE,"SysListView32",LVS_REPORT |
  283. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  284. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,36,60,180,72
  285. LTEXT "Do you want to delete only temporary offline files or do you want to delete temporary offline files as well as offline files that are always available offline?",
  286. IDC_TXT_CONFIRMPURGE3,36,141,187,25,NOT WS_GROUP
  287. CONTROL "Delete only the &temporary offline versions",
  288. IDC_RBN_CONFIRMPURGE_UNPINNED,"Button",
  289. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  290. WS_TABSTOP,36,170,187,10
  291. CONTROL "Delete &both the temporary offline versions and the versions that are always available offline.",
  292. IDC_RBN_CONFIRMPURGE_ALL,"Button",BS_AUTORADIOBUTTON |
  293. BS_TOP | BS_MULTILINE | WS_TABSTOP,36,184,187,20
  294. DEFPUSHBUTTON "OK",IDOK,123,212,50,14,WS_GROUP
  295. PUSHBUTTON "Cancel",IDCANCEL,179,212,50,14
  296. END
  297. IDD_CONFIRM_DELETE DIALOG DISCARDABLE 0, 0, 219, 92
  298. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  299. CAPTION "Confirm File Delete"
  300. FONT 8, "MS Shell Dlg"
  301. BEGIN
  302. ICON IDI_NUKE,IDC_STATIC,7,7,20,20
  303. LTEXT "You have chosen to delete the offline versions of the selected files. Versions on the network will not be deleted. The deleted files will no longer be available offline.",
  304. IDC_STATIC,36,7,170,34
  305. DEFPUSHBUTTON "OK",IDOK,106,71,50,14,WS_GROUP
  306. PUSHBUTTON "Cancel",IDCANCEL,162,71,50,14
  307. CONTROL "&Never show this again.",IDC_CBX_CONFIRMDEL_NOSHOW,
  308. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,36,48,175,10
  309. END
  310. IDD_FILE_CONFLICT_DELETE DIALOGEX 0, 0, 280, 126
  311. STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP |
  312. WS_CAPTION | WS_SYSMENU
  313. CAPTION "Network Version of File Missing"
  314. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  315. BEGIN
  316. ICON IDI_DOCUMENT,IDC_DLGTYPEICON,7,7,20,20
  317. EDITTEXT IDC_FILENAME,35,12,238,12,ES_AUTOHSCROLL | ES_READONLY |
  318. NOT WS_BORDER | WS_GROUP | NOT WS_TABSTOP
  319. LTEXT "You have a version of this file available for offline use, however the network version has been deleted.",
  320. IDC_STATIC,35,30,238,26
  321. CONTROL "&Keep my offline version and copy it to the network",
  322. IDC_KEEP_LOCAL,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
  323. WS_TABSTOP,35,58,238,8
  324. CONTROL "&Delete my version of the file so that it is no longer available offline",
  325. IDC_DELETE_LOCAL,"Button",BS_AUTORADIOBUTTON,35,70,238,8
  326. CONTROL "Do this for e&very deleted file on this network share.",
  327. IDC_APPLY_TO_ALL,"Button",BS_AUTOCHECKBOX | WS_GROUP |
  328. WS_TABSTOP,35,89,238,8
  329. DEFPUSHBUTTON "OK",IDOK,168,105,50,14,WS_GROUP
  330. PUSHBUTTON "Cancel",IDCANCEL,223,105,50,14
  331. END
  332. IDD_FIRSTPIN_WELCOME DIALOGEX 0, 0, 294, 154
  333. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_CHILD | WS_CAPTION
  334. CAPTION "Offline Files Wizard"
  335. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  336. BEGIN
  337. CONTROL 1340,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE,0,0,
  338. 88,154
  339. LTEXT "Welcome to the Offline Files Wizard",
  340. IDC_TXT_FIRSTPIN_WELCOME_TITLE,100,7,187,32
  341. LTEXT "Offline Files are most useful when you are working on a laptop or remotely over a slow network connection.",
  342. IDC_STATIC,100,74,180,18
  343. LTEXT "Using Offline Files, you can work with network files when you are not connected to the network.",
  344. IDC_STATIC,100,46,180,18
  345. LTEXT "To continue, click Next.",IDC_STATIC,100,100,180,8
  346. END
  347. IDD_FIRSTPIN_PIN DIALOGEX 0, 0, 294, 154
  348. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_CHILD | WS_CAPTION
  349. CAPTION "Offline Files Wizard"
  350. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  351. BEGIN
  352. LTEXT "Offline files are marked with a visual indicator so they are easy to identify.",
  353. IDC_STATIC,100,18,125,27
  354. LTEXT "Click Synchronize on the File menu of Windows Explorer to update the files on your computer and on the network.",
  355. IDC_STATIC,100,58,180,27
  356. CONTROL 1350,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE |
  357. WS_BORDER,234,10,38,38,WS_EX_TRANSPARENT
  358. CONTROL "&Automatically synchronize the Offline Files when I log on and log off my computer",
  359. IDC_CBX_FIRSTPIN_AUTOSYNC,"Button",BS_AUTOCHECKBOX |
  360. BS_TOP | BS_MULTILINE | WS_TABSTOP,100,95,180,27
  361. CONTROL 1340,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE,0,0,
  362. 88,154
  363. END
  364. IDD_FIRSTPIN_OFFLINE DIALOGEX 0, 0, 294, 154
  365. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_CHILD | WS_CAPTION
  366. CAPTION "Offline Files Wizard"
  367. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  368. BEGIN
  369. LTEXT "While you are offline, a message appears periodically to remind you that you are not connected to the network.",
  370. IDC_STATIC,100,7,180,27
  371. LTEXT "Whether you are working online or offline, you can access your Offline Files in the same network folders or in the Offline Files folder.",
  372. IDC_STATIC,100,86,180,27
  373. CONTROL 1346,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE |
  374. WS_BORDER,196,44,64,28
  375. CONTROL "&Enable reminders",IDC_CBX_REMINDERS,"Button",
  376. BS_AUTOCHECKBOX | WS_TABSTOP,100,53,76,10
  377. CONTROL "&Create a shortcut to the Offline Files folder on my desktop",
  378. IDC_CBX_FIRSTPIN_FLDRLNK,"Button",BS_AUTOCHECKBOX |
  379. BS_TOP | BS_MULTILINE | WS_TABSTOP,100,123,180,20
  380. CONTROL 1340,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE,0,0,
  381. 88,154
  382. END
  383. IDD_CSCUI_STATUS DIALOG DISCARDABLE 0, 0, 315, 201
  384. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  385. CAPTION "Offline Files Status"
  386. FONT 8, "MS Shell Dlg"
  387. BEGIN
  388. ICON IDI_CSCUI_ICON,IDC_STATIC,7,7,20,20
  389. LTEXT "Static",IDC_TXT_STATUSDLG,38,7,212,52
  390. DEFPUSHBUTTON "OK",IDOK,258,7,50,14
  391. PUSHBUTTON "Cancel",IDCANCEL,258,25,50,14
  392. PUSHBUTTON "",IDC_BTN_DETAILS,258,43,50,14
  393. CONTROL "",IDC_SEP_STATUSDLG,"Static",SS_BLACKRECT | SS_SUNKEN,7,
  394. 81,301,1
  395. CONTROL "&Work online without synchronizing changes",
  396. IDC_CBX_STATUSDLG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  397. 7,65,212,10
  398. CONTROL "List1",IDC_LV_STATUSDLG,"SysListView32",LVS_REPORT |
  399. LVS_SINGLESEL | WS_BORDER | WS_TABSTOP,7,92,301,80
  400. LTEXT "Place a check next to the items above you wish to synchronize.",
  401. IDC_TXT_STATUSDLG_CHECKTOSYNC,7,177,187,16
  402. PUSHBUTTON "Se&ttings",IDC_BTN_SETTINGS,204,179,50,14
  403. PUSHBUTTON "&View Files",IDC_BTN_VIEWFILES,258,179,50,14
  404. END
  405. IDD_CONFIRM_DELETEMOD DIALOG DISCARDABLE 0, 0, 250, 94
  406. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  407. CAPTION "Confirm File Delete"
  408. FONT 8, "MS Shell Dlg"
  409. BEGIN
  410. ICON IDI_NUKE,IDC_STATIC,7,7,20,20
  411. LTEXT "<static>",IDC_TXT_CONFIRM_DELETEMOD,36,7,207,48
  412. DEFPUSHBUTTON "&No",IDNO,85,73,50,14
  413. PUSHBUTTON "No to &All",IDIGNORE,139,73,50,14
  414. PUSHBUTTON "Cancel",IDCANCEL,193,73,50,14
  415. PUSHBUTTON "&Yes",IDYES,31,73,50,14
  416. END
  417. IDD_CONFIRM_PIN_EFS DIALOG DISCARDABLE 0, 0, 212, 82
  418. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  419. CAPTION "Confirm Offline Encrypted Files"
  420. FONT 8, "MS Shell Dlg"
  421. BEGIN
  422. PUSHBUTTON "&Yes",IDYES,46,63,50,14,WS_GROUP
  423. DEFPUSHBUTTON "&No",IDNO,100,63,50,14
  424. PUSHBUTTON "Cancel",IDCANCEL,154,63,50,14
  425. ICON IDI_CSCUI_ICON,IDC_STATIC,7,7,20,20
  426. LTEXT "",IDC_EFS_MSG,34,7,164,30
  427. CONTROL "&Apply to all encrypted files in selection",
  428. IDC_PINEFS_APPLYTOALL,"Button",BS_AUTOCHECKBOX |
  429. WS_GROUP | WS_TABSTOP,34,42,171,10
  430. END
  431. IDD_FOLDER_CONFLICT_DELETE DIALOGEX 0, 0, 280, 126
  432. STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP |
  433. WS_CAPTION | WS_SYSMENU
  434. CAPTION "Network Version of Folder Missing"
  435. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  436. BEGIN
  437. ICON IDI_DOCUMENT,IDC_DLGTYPEICON,7,7,20,20
  438. EDITTEXT IDC_FILENAME,35,12,238,12,ES_AUTOHSCROLL | ES_READONLY |
  439. NOT WS_BORDER | WS_GROUP | NOT WS_TABSTOP
  440. LTEXT "You have a version of this folder available for offline use, however the network version has been deleted.",
  441. IDC_STATIC,35,30,238,26
  442. CONTROL "&Keep my offline version and copy it to the network",
  443. IDC_KEEP_LOCAL,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
  444. WS_TABSTOP,35,58,238,8
  445. CONTROL "&Delete my version of the folder so that it and any files it contains are no longer available offline",
  446. IDC_DELETE_LOCAL,"Button",BS_AUTORADIOBUTTON |
  447. BS_MULTILINE,35,70,238,16
  448. CONTROL "Do this for e&very deleted folder on this network share.",
  449. IDC_APPLY_TO_ALL,"Button",BS_AUTOCHECKBOX | WS_GROUP |
  450. WS_TABSTOP,35,89,238,8
  451. DEFPUSHBUTTON "OK",IDOK,168,105,50,14,WS_GROUP
  452. PUSHBUTTON "Cancel",IDCANCEL,223,105,50,14
  453. END
  454. /////////////////////////////////////////////////////////////////////////////
  455. //
  456. // Bitmap
  457. //
  458. IDB_FIRSTPIN_COVER BITMAP DISCARDABLE "fpcover.bmp"
  459. IDB_FIRSTPIN_TRAY BITMAP DISCARDABLE "fptray.bmp"
  460. IDB_FIRSTPIN_OVERLAY BITMAP DISCARDABLE "fpovlay.bmp"
  461. /////////////////////////////////////////////////////////////////////////////
  462. //
  463. // REGINST
  464. //
  465. REGINST REGINST DISCARDABLE "cscui.inf"
  466. /////////////////////////////////////////////////////////////////////////////
  467. //
  468. // String Table
  469. //
  470. STRINGTABLE DISCARDABLE
  471. BEGIN
  472. IDS_UNKNOWN_USER "Unknown user"
  473. IDS_DISKCLEAN_DISPLAY "Temporary Offline Files"
  474. IDS_DISKCLEAN_DESCRIPTION
  475. "Temporary Offline files are local copies of recently used network files that are automatically cached for you, enabling you to access them when you are disconnected from the network."
  476. IDS_ERROR "Error"
  477. IDS_MENU_PIN "Make &Available Offline"
  478. IDS_MENU_SYNCHRONIZE "S&ynchronize"
  479. IDS_HELP_PIN "Guarantee that this item will be available offline."
  480. IDS_HELP_UPDATE_SEL "Synchronize the selected items now."
  481. IDS_PIN_ENCRYPT_WARNING "Encrypted file '%1' in folder %2 was copied without encryption."
  482. IDS_DISKCLEAN_BTN_TEXT "&View Files"
  483. IDS_APPLICATION "Offline Files"
  484. IDS_DISKCLEAN_PIN_DESCRIPTION
  485. "Offline files are local copies of network files that you specifically made available offline, enabling you to access them when you are disconnected from the network."
  486. IDS_VERSION_FORMAT "%1 (%2 v%3)%4"
  487. END
  488. STRINGTABLE DISCARDABLE
  489. BEGIN
  490. IDS_DECRYPTCSC_CANCELLED
  491. "Encryption of Offline Files is disabled but some files remain encrypted. To decrypt the remaining files, repeat the decryption process or restart your computer."
  492. IDS_ENCRYPTCSC_INPROGFORPOLICY
  493. "Offline files cannot be encrypted or decrypted now because Windows is currently encrypting/decrypting them.\n\nTry again later when the process is complete."
  494. IDS_TS_UNKNOWN "Remote Desktop is currently enabled on this computer. Offline Files and Remote Desktop are incompatible. Remote Desktop must be disabled before Offline Files can be enabled."
  495. IDS_TS_APP_SERVER "Remote Desktop is configured as an application server. Offline Files cannot be enabled with Remote Desktop in this configuration."
  496. IDS_TS_MULTI_CNX "Remote Desktop is configured to support multiple connections. Offline Files cannot be enabled with Remote Desktop in this configuration."
  497. IDS_TS_REMOTE_CNX "There are currently one or more Remote Desktop sessions active on this computer. Offline Files cannot be enabled with Remote Desktop in this configuration."
  498. IDS_TS_FUS_ENABLED "Fast User Switching is enabled on this computer. Offline Files cannot be enabled while Fast User Switching is enabled.\n\nTo change your Fast User Switching setting, open User Accounts in Control Panel and select ""Change the way users log on or off."""
  499. IDS_ERR_FMT_ENCRYPTFILE_INUSE
  500. "The offline copy of '%1' cannot be encrypted because it is currently being used by another process (the file may be open).\n\nYou may continue without encrypting this file, correct the problem and try again or cancel this operation."
  501. IDS_ERR_FMT_DECRYPTFILE_INUSE
  502. "The offline copy of '%1' cannot be decrypted because it is currently being used by another process (the file may be open).\n\nYou may continue without decrypting this file, correct the problem and try again or cancel this operation."
  503. IDS_PIN_NOPINFILE_POLICY_WARNING
  504. "System policy does not allow file '%1' in folder '%2' to be made available offline."
  505. IDS_PIN_NOPINFOLDER_POLICY_WARNING
  506. "System policy does not allow folder '%1' to be made available offline."
  507. END
  508. STRINGTABLE DISCARDABLE
  509. BEGIN
  510. IDS_SHARE_STATUS_ONLINE "Online"
  511. IDS_SHARE_STATUS_OFFLINE "Offline"
  512. IDS_TITLE_COL_SERVER "Computer"
  513. END
  514. STRINGTABLE DISCARDABLE
  515. BEGIN
  516. IDS_PIN_FILE_ERROR "Unable to make '%1' available offline on %2. %3"
  517. IDS_FILL_SPARSE_FILES_ERROR "Unable to synchronize '%1.' %2"
  518. IDS_MERGE_SHARE_ERROR "Unable to merge offline changes on '%1.' %2"
  519. IDS_COPY_WARNING "'%1' saved as '%2' on %3"
  520. IDS_UNDO_SCAN "Restoring '%1' on %2"
  521. IDS_NEW_SCAN "Scanning '%1' on %2"
  522. IDS_DELETE_WARNING "Deleted '%1' on %2"
  523. IDS_FILE_OPEN_ERROR "'%1' is in use on %2"
  524. IDS_SERVER_FULL_ERROR "The server disk is full."
  525. IDS_LOCAL_DISK_FULL_ERROR "The local disk is full."
  526. IDS_NET_ERROR "Unable to access '%1' on %2. %3"
  527. IDS_NAME_CONFLICT_ERROR "Unable to resolve conflict for '%1' on %2. %3"
  528. IDS_ACCESS_ERROR "Access to '%1' is denied on %2"
  529. IDS_SHARE_CONNECT_ERROR "Unable to connect to '%1.' %2"
  530. IDS_UNKNOWN_SYNC_ERROR "Error accessing '%1' on %2. %3"
  531. IDS_OPENFILE_MERGE_WARNING
  532. "Offline changes on '%1' were not synchronized because there are open files."
  533. END
  534. STRINGTABLE DISCARDABLE
  535. BEGIN
  536. IDS_STALEREASON_NOTSTALE "File is synchronized"
  537. IDS_STALEREASON_ORPHAN "Folder on server has been renamed or deleted"
  538. IDS_STALEREASON_SUSPECT "Local copy may be corrupted"
  539. IDS_STALEREASON_STALE "Server copy has been modified"
  540. IDS_STALEREASON_LOCALLY_MODATTR "Local copy attributes have been modified"
  541. IDS_STALEREASON_LOCALLY_MODTIME "Local copy date/time has been modified"
  542. IDS_STALEREASON_LOCALLY_MODDATA "Local copy data has been modified"
  543. IDS_STALEREASON_LOCALLY_CREATED "Only local copy exists"
  544. IDS_STALEREASON_SPARSE "Local copy is incomplete"
  545. END
  546. STRINGTABLE DISCARDABLE
  547. BEGIN
  548. IDS_ERR_POLICY_NOVIEWCACHE
  549. "System policy prohibits use of the Offline Files folder."
  550. IDS_FMT_ERR_DELFROMCACHE "Cannot delete '%1'."
  551. IDS_FMT_ERR_DELFROMCACHE_BUSY
  552. "Cannot delete '%1'.\n\nThe file is currently in use."
  553. IDS_FMT_CACHESIZE_DISPLAY "%1 (%2%% of drive)"
  554. IDS_ORDER_BYTES "%1 bytes"
  555. IDS_ORDER_KB "%1 KB"
  556. IDS_ORDER_MB "%1 MB"
  557. IDS_ORDER_GB "%1 GB"
  558. IDS_ORDER_TB "%1 TB"
  559. IDS_ORDER_PB "%1 PB"
  560. IDS_ORDER_EB "%1 EB"
  561. END
  562. STRINGTABLE DISCARDABLE
  563. BEGIN
  564. IDS_CONFIRM_UNPIN_OFFLINE
  565. "The selected file(s) will no longer be available while offline. Any offline changes that have not been synchronized will be lost.\n\nPress OK to continue."
  566. IDS_FMT_PIN_EFS_MSG "'%1' is encrypted but it will be decrypted if made available offline. Do you still want to make this file available offline?"
  567. IDS_FMT_DELETE_APPLY_ALL "Do this for e&very deleted file on '%1'."
  568. END
  569. STRINGTABLE DISCARDABLE
  570. BEGIN
  571. IDS_ERR_GOOFFLINE_DUPACTION
  572. "An action for computer '%1' exists. Replace it?"
  573. IDS_ERR_GOOFFLINE_DUPACTION_NOCHG
  574. "The action for '%1' has been set by system policy. It cannot be changed or deleted."
  575. IDS_FMT_GOOFFLINE_SERVER_POLICY "%s ( policy )"
  576. IDS_GOOFFLINE_MULTISERVER "Multiple selected"
  577. IDS_CACHE_CORRUPT "The Offline Files cache is corrupt. Restart the computer to correct the cache."
  578. IDS_ERR_POLICY_NOCONFIGCSC
  579. "System policy prohibits configuration of Offline Files."
  580. IDS_ERR_FMT_ENCRYPTCSC "Error encrypting Offline Files.\n\n%1\nTo ensure all offline files are encrypted, restart your computer."
  581. IDS_ERR_FMT_DECRYPTCSC "Error decrypting Offline Files.\n\n%1\nTo ensure all offline files are decrypted, restart your computer."
  582. IDS_ERR_FMT_ENCRYPTFILE "The offline copy of '%1' cannot be encrypted.\n\n%2\nYou may continue without encrypting this file, correct the problem and try again or cancel this operation."
  583. IDS_ERR_FMT_DECRYPTFILE "The offline copy of '%1' cannot be decrypted.\n\n%2\nYou may continue without decrypting this file, correct the problem and try again or cancel this operation."
  584. IDS_ENCRYPTING_DOTDOTDOT "Encrypting offline files..."
  585. IDS_DECRYPTING_DOTDOTDOT "Decrypting offline files..."
  586. IDS_REBOOTSYSTEM "You must restart your computer before the new settings will take effect.\n\nDo you want to restart your computer now?"
  587. IDS_CLOSEDETAILS "<< &Details"
  588. END
  589. STRINGTABLE DISCARDABLE
  590. BEGIN
  591. IDS_SCANNING_DOTDOTDOT "Scanning for offline files to delete..."
  592. IDS_DELETING_DOTDOTDOT "Deleting local copies of offline files..."
  593. IDS_FILE_PINNED "Always available offline"
  594. IDS_FILE_NOTPINNED "Temporarily available offline"
  595. IDS_COL_NAME "Name"
  596. IDS_COL_TYPE "Type"
  597. IDS_COL_SYNCSTATUS "Synchronization"
  598. IDS_COL_PINSTATUS "Availability"
  599. IDS_COL_LOCATION "Location"
  600. IDS_COL_SIZE "Size"
  601. IDS_COL_DATE "Modified"
  602. IDS_COL_ENCRYPTION "Encryption"
  603. IDS_FILE_ENCRYPTED "Encrypted"
  604. IDS_FILE_DECRYPTED "Not encrypted"
  605. IDS_ENCRYPTCSC_CANCELLED
  606. "Encryption of offline files is enabled, but not all files are encrypted. To encrypt the remaining files, re-select the option to encrypt offline files, or restart your computer."
  607. END
  608. STRINGTABLE DISCARDABLE
  609. BEGIN
  610. IDS_ERR_REBOOTFAILED "The computer failed to automatically restart. Please shutdown and restart the computer to apply changes."
  611. IDS_TT_BODY_ENCRYPTED_PARTIAL
  612. "Encryption of offline files is enabled, but not all files are encrypted. To encrypt these files, select the check box and click Apply."
  613. IDS_TT_BODY_DECRYPTED_PARTIAL
  614. "Encryption of offline files is disabled, but some files are encrypted. To decrypt these files, clear the check box and click Apply."
  615. IDS_TT_BODY_ENCRYPTED_PARTIAL_NONADMIN
  616. "Encryption of offline files is enabled, but not all files are encrypted. Contact your system administrator to encrypt these files."
  617. IDS_TT_BODY_DECRYPTED_PARTIAL_NONADMIN
  618. "Encryption of offline files is disabled, but some files are encrypted. Contact your system administrator to decrypt these files."
  619. IDS_TT_TITLE_ENCRYPTED_PARTIAL "Offline Files Encryption"
  620. IDS_TT_TITLE_DECRYPTED_PARTIAL "Offline Files Encryption"
  621. END
  622. STRINGTABLE DISCARDABLE
  623. BEGIN
  624. IDS_CSC_CM_SHOWVIEWER "View Files"
  625. IDS_BROWSEFORSERVER "Select a computer"
  626. IDS_ERR_NOTSERVERNAME "'%1' is not a valid computer name. Enter a name formatted as 'Computer' or '\\\\Computer'."
  627. END
  628. STRINGTABLE DISCARDABLE
  629. BEGIN
  630. IDS_OPENDETAILS "&Details >>"
  631. IDS_NOTHING_TO_SYNC "No computers are available for synchronization.\n\nDo you want to view the status of Offline Files?"
  632. IDS_CSCOPT_PROPSHEET_TITLE "Offline Files Settings"
  633. IDS_TITLE_COL_ACTION "Behavior"
  634. IDS_GOOFFLINE_ACTION_SILENT "Work offline"
  635. IDS_GOOFFLINE_ACTION_FAIL "Never go offline"
  636. IDS_ERR_INVALIDSERVER "Computer '%1' is either invalid or currently not available. \n\n%2\nAdd action anyway?"
  637. END
  638. STRINGTABLE DISCARDABLE
  639. BEGIN
  640. IDS_COL_SERVERSTATUS "Server Status"
  641. IDS_BTHDR_INITIAL "Offline Files - "
  642. IDS_BTHDR_REMIND "Offline Files - "
  643. IDS_BTSTA_OFFLINE "Working offline"
  644. IDS_BTBOD_OFFLINE "You are no longer connected to '%1'. You can continue working normally."
  645. IDS_BTBOD_OFFLINE_M "You are no longer connected to the computers on the network. You can continue working normally."
  646. IDS_BTBOD_STILLOFFLINE "'%1' is still offline."
  647. IDS_BTBOD_STILLOFFLINE_M "Computers are still offline."
  648. IDS_BTDIR_VIEWSTATUS "Click this icon to view status."
  649. END
  650. STRINGTABLE DISCARDABLE
  651. BEGIN
  652. IDS_BTDIR_RECONNECT "Click this icon to synchronize and work online."
  653. IDS_BTSTA_DIRTY "Need to synchronize"
  654. IDS_BTSTA_SERVERBACK "Computer available"
  655. IDS_BTBOD_SERVERBACK "'%1' is available for reconnection."
  656. IDS_BTBOD_SERVERBACK_M "Computers are available for reconnection."
  657. IDS_BTBOD_DIRTY "Offline changes on '%1' need to be synchronized."
  658. IDS_BTBOD_DIRTY_M "Offline changes need to be synchronized."
  659. IDS_BTBOD_STILLBACK "'%1' is still available for reconnection."
  660. IDS_BTBOD_STILLBACK_M "Computers are still available for reconnection."
  661. IDS_BTBOD_STILLDIRTY "Offline changes on '%1' are still not synchronized."
  662. IDS_BTBOD_STILLDIRTY_M "Offline changes on multiple computers are still not synchronized."
  663. IDS_BTDIR_SYNC "Click this icon to synchronize and work online."
  664. IDS_CSC_CM_SETTINGS "Settings"
  665. END
  666. STRINGTABLE DISCARDABLE
  667. BEGIN
  668. IDS_CSC_CM_SYNCHRONIZE "Synchronize"
  669. IDS_STATUSDLG_OFFLINE_M "You are working offline and may continue working normally. Changes to any offline files will be copied back to computers on the network when you synchronize."
  670. IDS_STATUSDLG_SERVERBACK_M
  671. "You can now connect to the computers on the network.\n\nYou may continue working offline. To synchronize your offline changes and begin working online, click OK."
  672. IDS_STATUSDLG_DIRTY_M "You are working online, but changes you made offline have not been synchronized.\n\nTo access your offline changes, click OK."
  673. IDS_SHARE_INFO_DIRTY "Need to synchronize, %1!d! file(s) modified offline"
  674. IDS_SHARE_INFO_AVAIL_MOD
  675. "Available for reconnect, %1!d! modified file(s)"
  676. IDS_SHARE_INFO_UNAVAIL_MOD
  677. "Unavailable for reconnect, %1!d! modified file(s)"
  678. IDS_SHARE_INFO_AVAIL "Available for reconnect"
  679. IDS_SHARE_INFO_UNAVAIL "Unavailable for reconnect"
  680. IDS_SHARE_INFO_BLANK " "
  681. IDS_REFORMAT_CACHE "The Offline Files cache on the local computer will be re-initialized. Any changes that have not been synchronized with computers on the network will be lost. Any files or folders made available offline will no longer be available offline. A computer restart is required.\n\nDo you wish to re-initialize the cache?"
  682. IDS_STATUSDLG_NONET "The network is not available. If this is unexpected, check your network connection. You may continue working normally with offline files. Changes to any offline files will be copied back to computers on the network when you synchronize.\n\nPress OK to attempt to synchronize and reconnect to the network."
  683. IDS_BALLOONHDR_FORMAT "%1 %2"
  684. IDS_BALLOONBODY_FORMAT "%1\n%2\n"
  685. END
  686. STRINGTABLE DISCARDABLE
  687. BEGIN
  688. IDS_FIRSTPIN_PIN_TITLE "Make Network Files Available Offline"
  689. IDS_FIRSTPIN_PIN_SUBTITLE
  690. "Learn how to make network files available for offline use."
  691. IDS_FIRSTPIN_OFFLINE_TITLE "Work Offline"
  692. IDS_FIRSTPIN_OFFLINE_SUBTITLE "Learn about working with offline files."
  693. IDS_FIRSTPIN_CONTROLS_TITLE "Offline Files Options"
  694. IDS_FIRSTPIN_CONTROLS_SUBTITLE
  695. "Set some common options for offline files."
  696. IDS_FIRSTPIN_SYNC_TITLE "Synchronize Offline Files"
  697. IDS_FIRSTPIN_SYNC_SUBTITLE "Learn about synchronizing file changes."
  698. IDS_FIRSTPIN_FONTHT_PTS "16"
  699. IDS_ERR_REGSYNCATLOGONLOGOFF
  700. "Error registering for synchronization at logon and logoff."
  701. IDS_BTSTA_NONET "Network Unavailable"
  702. IDS_BTBOD_NONET "The network is not available."
  703. END
  704. STRINGTABLE DISCARDABLE
  705. BEGIN
  706. IDS_CSC_CM_STATUS "Status"
  707. IDS_STATUSDLG_HDR_SERVER "Computer"
  708. IDS_STATUSDLG_HDR_STATUS "Status"
  709. IDS_STATUSDLG_HDR_INFO "Information"
  710. IDS_TT_HEADER "Offline Files - "
  711. IDS_TT_OFFLINE "Computer(s) offline"
  712. IDS_TT_OFFLINE_M "Computer(s) offline"
  713. IDS_TT_SERVERBACK "Computer(s) available for reconnection"
  714. IDS_TT_SERVERBACK_M "Computer(s) available for reconnection"
  715. IDS_TT_DIRTY "Offline changes not synchronized."
  716. IDS_TT_DIRTY_M "Offline changes not synchronized"
  717. IDS_TT_NONET "The network is not available"
  718. IDS_STATUSDLG_TITLE "Offline Files Status"
  719. IDS_STATUSDLG_OFFLINE "You are working offline on '%1' and may continue working normally. Changes to any offline files will be copied back to '%2' when you synchronize."
  720. IDS_STATUSDLG_SERVERBACK
  721. "You can now connect to '%1'.\n\nYou may continue working offline. To synchronize your offline changes on '%2' and begin working online, click OK."
  722. IDS_STATUSDLG_DIRTY "You are working online on '%1', but changes you made offline have not been synchronized.\n\nTo access your offline changes on '%2', click OK."
  723. END
  724. STRINGTABLE DISCARDABLE
  725. BEGIN
  726. IDS_FMT_DELCACHE_FILESDELETED "Deleted %1!d! files (%2)."
  727. IDS_FMT_DELCACHE_FILEDELETED "Deleted %1!d! file (%2)."
  728. IDS_DELFILEPROG_LINE1 "Deleting offline copy of..."
  729. IDS_FMT_DELFILES_ERROR "Error deleting local copy of '%1'."
  730. IDS_FOLDER_LINK_NAME "Shortcut to Offline Files"
  731. IDS_OPENFILESONDISABLE "Due to files open on the computer, a restart is required to disable Offline Files.\n\nTo avoid a restart of the computer, close all open files. Press OK to continue."
  732. IDS_ERR_DISABLECSC "Offline Files cannot be disabled."
  733. IDS_ERR_ENABLECSC "Offline Files cannot be enabled."
  734. IDS_COL_ACCESS "Access"
  735. IDS_ACCESS_NONE "N"
  736. IDS_ACCESS_READ "R"
  737. IDS_ACCESS_WRITE "W"
  738. IDS_ACCESS_READWRITE "R/W"
  739. IDS_NULLMERGE_ITEMNAME "No offline edits found"
  740. IDS_NULLSYNC_ITEMNAME "All files are up to date"
  741. IDS_CONFIRM_DELETEMOD "Offline changes to '%1' have not been synchronized. By deleting the offline version, these changes will be lost.\n\nDo you wish to delete this file?"
  742. END
  743. STRINGTABLE DISCARDABLE
  744. BEGIN
  745. IDS_DELCACHE_NOFILESDELETED "File deletion complete."
  746. IDS_CMD_DELETE "&Delete"
  747. IDS_CMD_DELETE_HELPTEXT "Deletes local copy of the selected items."
  748. IDS_BTN_TITLE_CLOSE "&Close"
  749. IDS_TXT_NO_FILES_TO_DELETE
  750. "There are no offline files to delete at this time."
  751. END
  752. STRINGTABLE DISCARDABLE
  753. BEGIN
  754. IDS_CANTPIN_SYNCINPROGRESS
  755. "The selected file(s) cannot be made available offline at this time. Synchronization of Offline Files is in progress.\n\nRetry this operation when the synchronization is complete."
  756. IDS_CANTSYNC_SYNCINPROGRESS
  757. "Synchronization cannot be performed at this time. Synchronization of Offline Files is already in progress.\n\nRetry this operation when the current synchronization is complete."
  758. IDS_CANTRECONN_SYNCINPROGRESS
  759. "The computer(s) cannot be placed online at this time. Synchronization of Offline Files is in progress.\n\nRetry this operation when the synchronization is complete."
  760. IDS_CACHING_DISALLOWED "Files of this type cannot be made available offline."
  761. END
  762. #endif // English (U.S.) resources
  763. /////////////////////////////////////////////////////////////////////////////
  764. #ifndef APSTUDIO_INVOKED
  765. /////////////////////////////////////////////////////////////////////////////
  766. //
  767. // Generated from the TEXTINCLUDE 3 resource.
  768. //
  769. #include "msg.rc"
  770. /////////////////////////////////////////////////////////////////////////////
  771. #endif // not APSTUDIO_INVOKED