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.
|
|
/* ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; localized entries for winpe software hive ([email protected]) ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
*/
; ; Common Section ;
[AddReg]
; ; language specific section ;
#if LANGUAGE_ID == 0x804 // CHS [AddReg] #elif LANGUAGE_ID == 0x404 // CHT [AddReg] #elif LANGUAGE_ID == 0x411 // JPN #elif LANGUAGE_ID == 0x412 // KOR [AddReg] #elif LANGUAGE_ID == 0x405 // Czech #elif LANGUAGE_ID == 0x406 // Danish #elif LANGUAGE_ID == 0x407 // German #elif LANGUAGE_ID == 0x408 // Greek #elif LANGUAGE_ID == 0x40b // Finnish #elif LANGUAGE_ID == 0x40c // French (standard) #elif LANGUAGE_ID == 0x40e // Hungarian #elif LANGUAGE_ID == 0x410 // Italian (standard) #elif LANGUAGE_ID == 0x413 // Dutch (Netherlands) #elif LANGUAGE_ID == 0x414 // Norwegian (Bokmal) #elif LANGUAGE_ID == 0x415 // Polish #elif LANGUAGE_ID == 0x416 // Portuguese (Brazil) #elif LANGUAGE_ID == 0x418 // Romanian #elif LANGUAGE_ID == 0x419 // Russian #elif LANGUAGE_ID == 0x41a // Croatian #elif LANGUAGE_ID == 0x41b // Slovak #elif LANGUAGE_ID == 0x41d // Swedish #elif LANGUAGE_ID == 0x41f // Turkish #elif LANGUAGE_ID == 0x424 // Slovenian #elif LANGUAGE_ID == 0x816 // Portuguese (Standard) #elif LANGUAGE_ID == 0xc0a // Spanish (Modern Sort) #else // ENGLISH (default) [AddReg] #endif
; ; strings
; ; common strings section ; [strings] strDMServiceDispName = "Logical Disk Manager" strDMServiceDescription = "Logical Disk Manager Watchdog Service" strDMSnapinNameString = "Disk Management" strDMSnapinNameStringEx = "Disk Management Extension" strDMSnapinProvider = "Microsoft Corp., VERITAS Software Corp." strDMSnapinTypelib = "Disk Management Snap-In Object Library" strDMAdminDispName = "Logical Disk Manager Administrative Service" strDMAdminDescription = "Administrative service for disk management requests" strDMRemoteClientNameString = "Logical Disk Manager Remote Client" strVdsDispName = "Virtual Disk Service" strVdsLoaderDispName = "Virtual Disk Service Loader" strVdsDescription = "Provides software volume and hardware volume management service." strBasicProviderDispName = "VDS Basic Provider" strDynamicProviderDispName = "VDS Dynamic Provider"
; ; language specific strings ;
|