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.

104 lines
2.4 KiB

  1. /*
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. ;
  4. ; localized entries for winpe software hive ([email protected])
  5. ;
  6. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  7. */
  8. ;
  9. ; Common Section
  10. ;
  11. [AddReg]
  12. ;
  13. ; language specific section
  14. ;
  15. #if LANGUAGE_ID == 0x804
  16. // CHS
  17. [AddReg]
  18. #elif LANGUAGE_ID == 0x404
  19. // CHT
  20. [AddReg]
  21. #elif LANGUAGE_ID == 0x411
  22. // JPN
  23. #elif LANGUAGE_ID == 0x412
  24. // KOR
  25. [AddReg]
  26. #elif LANGUAGE_ID == 0x405
  27. // Czech
  28. #elif LANGUAGE_ID == 0x406
  29. // Danish
  30. #elif LANGUAGE_ID == 0x407
  31. // German
  32. #elif LANGUAGE_ID == 0x408
  33. // Greek
  34. #elif LANGUAGE_ID == 0x40b
  35. // Finnish
  36. #elif LANGUAGE_ID == 0x40c
  37. // French (standard)
  38. #elif LANGUAGE_ID == 0x40e
  39. // Hungarian
  40. #elif LANGUAGE_ID == 0x410
  41. // Italian (standard)
  42. #elif LANGUAGE_ID == 0x413
  43. // Dutch (Netherlands)
  44. #elif LANGUAGE_ID == 0x414
  45. // Norwegian (Bokmal)
  46. #elif LANGUAGE_ID == 0x415
  47. // Polish
  48. #elif LANGUAGE_ID == 0x416
  49. // Portuguese (Brazil)
  50. #elif LANGUAGE_ID == 0x418
  51. // Romanian
  52. #elif LANGUAGE_ID == 0x419
  53. // Russian
  54. #elif LANGUAGE_ID == 0x41a
  55. // Croatian
  56. #elif LANGUAGE_ID == 0x41b
  57. // Slovak
  58. #elif LANGUAGE_ID == 0x41d
  59. // Swedish
  60. #elif LANGUAGE_ID == 0x41f
  61. // Turkish
  62. #elif LANGUAGE_ID == 0x424
  63. // Slovenian
  64. #elif LANGUAGE_ID == 0x816
  65. // Portuguese (Standard)
  66. #elif LANGUAGE_ID == 0xc0a
  67. // Spanish (Modern Sort)
  68. #else
  69. // ENGLISH (default)
  70. [AddReg]
  71. #endif
  72. ;
  73. ; strings
  74. ;
  75. ; common strings section
  76. ;
  77. [strings]
  78. strDMServiceDispName = "Logical Disk Manager"
  79. strDMServiceDescription = "Logical Disk Manager Watchdog Service"
  80. strDMSnapinNameString = "Disk Management"
  81. strDMSnapinNameStringEx = "Disk Management Extension"
  82. strDMSnapinProvider = "Microsoft Corp., VERITAS Software Corp."
  83. strDMSnapinTypelib = "Disk Management Snap-In Object Library"
  84. strDMAdminDispName = "Logical Disk Manager Administrative Service"
  85. strDMAdminDescription = "Administrative service for disk management requests"
  86. strDMRemoteClientNameString = "Logical Disk Manager Remote Client"
  87. strVdsDispName = "Virtual Disk Service"
  88. strVdsLoaderDispName = "Virtual Disk Service Loader"
  89. strVdsDescription = "Provides software volume and hardware volume management service."
  90. strBasicProviderDispName = "VDS Basic Provider"
  91. strDynamicProviderDispName = "VDS Dynamic Provider"
  92. ;
  93. ; language specific strings
  94. ;