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.

40 lines
1.5 KiB

  1. LANGUAGE 0x0a, 0x01
  2. STRINGTABLE DISCARDABLE
  3. BEGIN
  4. // Note to localizers: it is desirable (though not absolutely necessary)
  5. // to keep the following directory names synchronized with their counterparts
  6. // in shell\shell32\shell32.rc.
  7. IDS_CSIDL_PERSONAL L"Mis documentos"
  8. IDS_CSIDL_MYPICTURES L"Mis im\x00e1genes"
  9. IDS_CSIDL_APPDATA L"Datos de programa"
  10. IDS_CSIDL_LOCAL_APPDATA L"Configuraci\x00f3n local\\Datos de programa"
  11. IDS_CSIDL_CACHE L"Configuraci\x00f3n local\\Temporary Internet Files"
  12. IDS_CSIDL_COOKIES L"Cookies"
  13. IDS_CSIDL_HISTORY L"Historial"
  14. IDS_CSIDL_COMMON_DOCUMENTS L"Documentos"
  15. IDS_CSIDL_ADMINTOOLS L"Herramientas administrativas"
  16. IDS_CSIDL_MYMUSIC L"Mi m\x00FAsica"
  17. END
  18. LANGUAGE 0x0a, 0x03
  19. STRINGTABLE DISCARDABLE
  20. BEGIN
  21. // Including this resource is apparently needed for Spanish Win98
  22. IDS_CSIDL_PERSONAL L"Mis documentos"
  23. IDS_CSIDL_MYPICTURES L"Mis im\x00e1genes"
  24. IDS_CSIDL_APPDATA L"Datos de programa"
  25. IDS_CSIDL_LOCAL_APPDATA L"Configuraci\x00f3n local\\Datos de programa"
  26. IDS_CSIDL_CACHE L"Configuraci\x00f3n local\\Temporary Internet Files"
  27. IDS_CSIDL_COOKIES L"Cookies"
  28. IDS_CSIDL_HISTORY L"Historial"
  29. IDS_CSIDL_COMMON_DOCUMENTS L"Documentos"
  30. IDS_CSIDL_ADMINTOOLS L"Herramientas administrativas"
  31. IDS_CSIDL_MYMUSIC L"Mi m\x00FAsica"
  32. END