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.

88 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. Msft="Microsoft"
  32. Mfg="UMAX DATA SYSTEMS INC."
  33. MfgCompaq = "Compaq"
  34. DownloadButton = "Download Button Press"
  35. ;;
  36. ;; NON Localizable strings
  37. ;;
  38. Mfg3400 = "UMAX #0060"
  39. Mfg5400 = "UMAX #0160"
  40. SCSI\UMAX____ASTRA_600S______V.DeviceDesc = "UMAX Astra 600S"
  41. SCSI\UMAX____ASTRA_610S______V.DeviceDesc = "UMAX Astra 610S"
  42. SCSI\UMAX____ASTRA_1200S_____V.DeviceDesc = "UMAX Astra 1200S"
  43. SCSI\UMAX____ASTRA_1220S_____V.DeviceDesc = "UMAX Astra 1220S"
  44. SCSI\UMAX____ASTRA_2400S_____V.DeviceDesc = "UMAX Astra 2400S"
  45. SCSI\UMAX____ASTRA_2200______V.DeviceDesc = "UMAX Astra 2200(SCSI)"
  46. USB\UMAX____ASTRA_1220U_____V.DeviceDesc = "UMAX Astra 1220U"
  47. USB\UMAX____ASTRA_2000U_____V.DeviceDesc = "UMAX Astra 2000U"
  48. USB\UMAX____ASTRA_2100U_____V.DeviceDesc = "UMAX Astra 2100U"
  49. USB\UMAX____ASTRA_2200______V.DeviceDesc = "UMAX Astra 2200(USB)"
  50. USB\UMAX____ASTRA_4000U_____V.DeviceDesc = "UMAX Astra 4000U"
  51. USB\UMAX____ASTRA_3400U_____V.DeviceDesc = "UMAX Astra 3400"
  52. USB\UMAX____COMPAQ_S4100____V.DeviceDesc = "COMPAQ S4-100"
  53. USB\UMAX____ASTRA_5400U_____V.DeviceDesc = "UMAX Astra 5400"
  54. SBP2\POWERLOOK_1100.DeviceDesc = "UMAX PowerLook 1100"
  55. USB\VID_1606&PID_2010.DeviceDesc="UMAX AstraCam Digital Camera"
  56. USB\VID_1606&PID_2020.DeviceDesc="UMAX AstraCam 1000 Digital Camera"
  57. USB\VID_1606&PID_2030.DeviceDesc="UMAX AstraCam 1800 Digital Camera"
  58. ;; TWAIN DS names
  59. TwainDS_600S = "UMAX Astra 600S"
  60. TwainDS_610S = "UMAX Astra 610S"
  61. TwainDS_1200S = "UMAX Astra 1200S"
  62. TwainDS_1220S = "UMAX Astra 1220S"
  63. TwainDS_2400S = "UMAX Astra 2400S"
  64. TwainDS_2200S = "UMAX Astra 2200(SCSI)"
  65. TwainDS_1220U = "UMAX Astra 1220U"
  66. TwainDS_2000U = "UMAX Astra 2000U"
  67. TwainDS_2100U = "UMAX Astra 2100U"
  68. TwainDS_2200U = "UMAX Astra 2200(USB)"
  69. TwainDS_4000U = "UMAX Astra 4000U"
  70. TwainDS_PowerLook_1100 = "UMAX PowerLook 1100"
  71. ;; Applies to 3400/5400/CompaqS4-100
  72. EVENT_1="Misc IO Pin 1 changed"
  73. EVENT_2="Misc IO Pin 2 changed"
  74. EVENT_3="Misc IO Pin 3 changed"
  75. APP_TO_LAUNCH_1="Imaging"
  76. APP_TO_LAUNCH_2="Imaging"
  77. APP_TO_LAUNCH_3="Imaging"