Source code of Windows XP (NT5)
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.

89 lines
3.1 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. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  32. #elif LANGUAGE_ID == 0x804
  33. #elif LANGUAGE_ID == 0x404
  34. #elif LANGUAGE_ID == 0x411
  35. #elif LANGUAGE_ID == 0x412
  36. #endif
  37. Msft="Microsoft"
  38. Mfg="EPSON"
  39. ScanButton = "Start Button"
  40. ScanButton2 = "Copy Button"
  41. ScanButton3 = "Scan Button"
  42. GT-5000.DeviceDesc = "EPSON GT-5000"
  43. GT-5500.DeviceDesc = "EPSON GT-5500"
  44. GT-8500.DeviceDesc = "EPSON GT-8500"
  45. GT-7000.DeviceDesc = "EPSON GT-7000"
  46. ;GT-9500.DeviceDesc = "EPSON GT-9500"
  47. GT-10000.DeviceDesc = "EPSON GT-10000"
  48. GT-30000.DeviceDesc = "EPSON GT-30000"
  49. EXP636.DeviceDesc = "EPSON Expression636"
  50. EXP800.DeviceDesc = "EPSON Expression800"
  51. EXP836XL.DeviceDesc = "EPSON Expression836XL"
  52. EXP1600.DeviceDesc = "EPSON Expression1600"
  53. EXP1640XL.DeviceDesc= "EPSON Expression1640XL"
  54. EXP1680.DeviceDesc = "EPSON Expression1680"
  55. PER610.DeviceDesc = "EPSON Perfection610"
  56. PER636.DeviceDesc = "EPSON Perfection636"
  57. PER640.DeviceDesc = "EPSON Perfection640"
  58. PER1200.DeviceDesc = "EPSON Perfection1200"
  59. PER1240.DeviceDesc = "EPSON Perfection1240"
  60. PER1640.DeviceDesc = "EPSON Perfection1640"
  61. TwainDS_GT_5000 = "WIA-EPSON GT-5000"
  62. TwainDS_GT_5500 = "WIA-EPSON GT-5500"
  63. TwainDS_GT_8500 = "WIA-EPSON GT-8500"
  64. ;TwainDS_GT_9500 = "WIA-EPSON GT-9500"
  65. TwainDS_GT10000 = "WIA-EPSON GT-10000"
  66. TwainDS_GT30000 = "WIA-EPSON GT-30000"
  67. TwainDS_EXP636 = "WIA-EPSON Expression636"
  68. TwainDS_EXP836XL = "WIA-EPSON Expression836XL"
  69. TwainDS_EXP800 = "WIA-EPSON Expression800"
  70. TwainDS_EXP1600 = "WIA-EPSON Expression1600"
  71. TwainDS_EXP1640XL = "WIA-EPSON Expression1640XL"
  72. TwainDS_PER610 = "WIA-EPSON Perfection610"
  73. TwainDS_PER636 = "WIA-EPSON Perfection636"
  74. TwainDS_PER640 = "WIA-EPSON Perfection640"
  75. TwainDS_PER1200 = "WIA-EPSON Perfection1200"
  76. TwainDS_PER1240 = "WIA-EPSON Perfection1240"
  77. TwainDS_PER1640 = "WIA-EPSON Perfection1640"
  78. TwainDS_EXP1680 = "WIA-EPSON Expression1680"