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.

67 lines
2.6 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. CFM="CFM Computer f�r Menschen GmbH"
  32. Msft="Microsoft"
  33. Mfg="RICOH"
  34. SCSI\RICOH___FS2_____________1.DeviceDesc = "RICOH FS2"
  35. SCSI\RICOH___IS50____________1.DeviceDesc = "RICOH IS50"
  36. SCSI\RICOH___IS60____________2.DeviceDesc = "RICOH IS60/RS632"
  37. SCSI\RICOH___IS410___________1.DeviceDesc = "RICOH IS410"
  38. SCSI\RICOH___IS420___________1.DeviceDesc = "RICOH IS420"
  39. SCSI\RICOH___IS430___________1.DeviceDesc = "RICOH IS430"
  40. SCSI\RICOH___IS450___________1.DeviceDesc = "RICOH IS450"
  41. SCSI\RICOH___Aficio_IS01_____1.DeviceDesc = "RICOH Aficio IS01"
  42. SCSI\RICOH___Aficio_401______1.DeviceDesc = "RICOH Aficio 401"
  43. SCSI\RICOH___Aficio_450______2.DeviceDesc = "RICOH Aficio 450"
  44. SCSI\NRG_____D440/2840/3240__1.DeviceDesc = "NRG D440/2840/3240"
  45. SCSI\Savin___9940DPC_________1.DeviceDesc = "Savin 9940DPC"
  46. SCSI\Infotec_5402_MF_________1.DeviceDesc = "Infotec 5402 MF"
  47. SCSI\Lanier__5040_MFD________1.DeviceDesc = "Lanier 5040 MFD"
  48. ;DS name must be same as it's described in Resource.
  49. DSName_FS2 = "CFM-Twain FS2"
  50. DSName_IS50 = "CFM-Twain IS50"
  51. DSName_IS60 = "CFM-Twain IS60"
  52. DSName_IS410 = "CFM-Twain IS410"
  53. DSName_IS4X = "CFM-Twain IS420/IS430"
  54. DSName_IS01 = "CFM-Twain Aficio IS01"
  55. DSName_MF3 = "CFM-Twain Aficio 401"
  56. DSName_NRG = "CFM-Twain NRG D440"
  57. DSName_Savin = "CFM-Twain Savin 9940DPC"
  58. DSName_Infotec = "CFM-Twain Infotec 5402"
  59. DSName_Lanier = "CFM-Twain Lanier 5040"