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.

109 lines
3.2 KiB

  1. /*:
  2. @*: This file is organized into two main blocks. The first block contains
  3. @*: code (non-string) sections which are specific to languages. Please put
  4. @*: the code sections in the correct language.
  5. @*: The second block is reserved for [Strings] which localizers will be
  6. @*: working with. It is further divided using "#if LANGUAGE ==" for language
  7. @*: specific strings. For strings which are common to all languages
  8. @*: place outside the #ifs.
  9. @*:
  10. @*: This file is first precompiled with LANGUAGE_ID
  11. @*: set to the language (see inf\win4\inf\makefile.inc for details).
  12. @*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
  13. @*: will appear.
  14. @*:
  15. @*: Important: To support locstudio, this file contains only ONE [Strings] section.
  16. @*:
  17. @*/
  18. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  19. // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
  20. #elif LANGUAGE_ID == 0x804
  21. //CHS specific sections
  22. #elif LANGUAGE_ID == 0x404
  23. //CHT specific sections
  24. #elif LANGUAGE_ID == 0x411
  25. //JPN specific sections
  26. #elif LANGUAGE_ID == 0x412
  27. //KOR specific sections
  28. #endif
  29. // String section below for localizers
  30. [Strings]
  31. ;
  32. ; Non-Localizable Strings
  33. ;
  34. SPSVCINST_ASSOCSERVICE = 0x00000002
  35. REG_SZ = 0x00000000
  36. REG_MULTI_SZ = 0x00010000
  37. REG_EXPAND_SZ = 0x00020000
  38. REG_BINARY = 0x00000001
  39. REG_DWORD = 0x00010001
  40. serviceroot = System\CurrentControlSet\Services
  41. db_upgrade = 0x00000001
  42. db_no_upgrade = 0x00000000
  43. ;
  44. ; Localizable Strings
  45. ;
  46. MS="Microsoft"
  47. DisplayClassName="Display adapters"
  48. autodetect="Autodetect driver"
  49. vgacompat="VGA compatible display adapter"
  50. stdVga="Standard VGA Graphics Adapter"
  51. SystemUpgradeDevice="Video Upgrade Device"
  52. Std = "(Standard display types)"
  53. Actix = "Actix"
  54. Ati = "ATI Technologies Inc."
  55. Barco = "BARCO"
  56. Cardex = "Cardex"
  57. Chips = "Chips & Technologies"
  58. Cirrus = "Cirrus Logic"
  59. Compaq = "Compaq"
  60. Dell = "Dell"
  61. Diamond = "Diamond Multimedia"
  62. Digital = "Digital"
  63. Elsa = "ELSA"
  64. Genoa = "Genoa"
  65. Hercules = "Hercules"
  66. IBM = "IBM"
  67. LeadTek = "LeadTek"
  68. Matrox = "Matrox Graphics"
  69. MediaVision = "MediaVision Inc."
  70. Metheus = "Metheus"
  71. Micronics = "Micronics"
  72. Miro = "Miro"
  73. NCR = "NCR"
  74. NEC = "NEC"
  75. NeoMagic = "NeoMagic"
  76. Number9 = "Number Nine Visual Technologies"
  77. Orchid = "Orchid Technologies"
  78. Paradise = "Paradise"
  79. ProLink = "ProLink"
  80. S3 = "S3"
  81. SGI = "SGI"
  82. SixGraph = "Six Graph"
  83. STB = "STB"
  84. Tseng = "Tseng Labs"
  85. Trident = "Trident"
  86. V7 = "Video 7"
  87. WD = "Western Digital"
  88. Weitek = "Weitek"
  89. GraphAdap = "Graphics Adapter"
  90. CompatAdap = "Compatible Graphics Adapter"
  91. DiskId="Windows NT Driver Library installation disk"
  92. drvlib="Windows NT Driver Library"
  93. ; Driver / Hardware Strings
  94. 5MP1H = "Metheus 5 Megapixel"
  95. 4MP2 = "Metheus 4 Megapixel, dual head display"
  96. 5MP2 = "Metheus 5 Megapixel, dual head display"
  97. 2MP2 = "Metheus 2 Megapixel, dual head display"