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.

29 lines
1.1 KiB

  1. #include "winuser.h"
  2. #include "winver.h"
  3. #include "resource.h"
  4. #include "ie4uinit.rcv"
  5. STRINGTABLE DISCARDABLE
  6. BEGIN
  7. // Note to localizers: it is desirable (though not absolutely necessary)
  8. // to keep the following directory names synchronized with their counterparts
  9. // in shell\shell32\shell32.rc.
  10. IDS_CSIDL_PERSONAL_L "My Documents"
  11. IDS_CSIDL_FAVORITES_L "Favorites"
  12. IDS_CSIDL_APPDATA_L "Application Data"
  13. IDS_CSIDL_CACHE_L "Temporary Internet Files"
  14. IDS_CSIDL_COOKIES_L "Cookies"
  15. IDS_CSIDL_HISTORY_L "History"
  16. IDS_CSIDL_DESKTOP_L "Desktop"
  17. IDS_CSIDL_RECENT_L "Recent"
  18. IDS_CSIDL_NETHOOD_L "NetHood"
  19. IDS_NS_BOOKMARKS_DIR "\\Imported bookmarks"
  20. IDS_MYDOCS_SHORTCUT "Shortcut to Old Documents.lnk"
  21. IDS_ERR_NOFOUNDINF "The file: %s is not found on the system."
  22. IDS_APPNAME "Internet Explorer 6 personal setting init."
  23. IDS_IE20_STR "Internet Tools"
  24. IDS_IE_LNK "Internet Explorer.lnk"
  25. IDS_IE_APPNAME "Internet Explorer"
  26. END