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.

97 lines
3.9 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. CDClassName = "DVD/CD-ROM s�r�c�leri"
  33. ;; Manufacturer specific strings
  34. ATAPI_CHGR = "Atapi 2.5 De�i�tirici Ayg�tlar�"
  35. CHINON = "Chinon"
  36. DENON = "Denon"
  37. FUJITSU = "Fujitsu"
  38. HITACHI = "Hitachi"
  39. HP = "Hewlett Packard"
  40. MITSUMI = "Mitsumi"
  41. NEC = "NEC"
  42. OTI = "OTI"
  43. PIONEER = "Pioneer"
  44. WEARNES = "Wearnes"
  45. GenManufacturer = "(Standart CD-ROM s�r�c�ler)"
  46. ;; Descriptions for enumerated brands and models
  47. AlpsChanger_devdesc = "Alps CD-ROM De�i�tiricisi"
  48. chinon_devdesc = "Chinon CD-ROM S�r�c�"
  49. denon_devdesc = "Denon CD-ROM S�r�c�"
  50. fujitsu_devdesc = "Fujitsu CD-ROM S�r�c�"
  51. hp_devdesc = "Hewlett Packard CD-ROM S�r�c�"
  52. hitachi_devdesc = "Hitachi CD-ROM S�r�c�"
  53. Mitsumi_cdrom_devdesc = "Mitsumi CD-ROM S�r�c�s�"
  54. NecChanger_devdesc = "NEC CD-ROM De�i�tiricisi"
  55. NecIntersect_devdesc = "NEC Intersect CD-ROM S�r�c�"
  56. NecMultispin_devdesc = "NEC Multispin CD-ROM S�r�c�"
  57. NecOem_devdesc = "NEC CD-ROM S�r�c�"
  58. oti_devdesc = "OTI CD-ROM S�r�c�"
  59. PanasonicChanger_devdesc = "Panasonic CD-ROM De�i�tiricisi"
  60. pioneer_devdesc = "Pioneer CD-ROM S�r�c�"
  61. TorisanChanger_devdesc = "Torisan CD-ROM De�i�tiricisi"
  62. wearnes_devdesc = "Wearnes CD-ROM S�r�c�"
  63. gencdrom_devdesc = "CD-ROM S�r�c�s�"
  64. ;; Mitsumi Friendly name explictly listed
  65. Mitsumi_Generic_FriendlyName = "Mitsumi CD-ROM S�r�c�s�"
  66. ;; Strings for the various special-cased sections
  67. cdda_accurate_devdesc = "CD-ROM S�r�c�s� (CDDA zorlama belirli)"
  68. cdda_inaccurate_devdesc = "CD-ROM S�r�c�s� (CDDA zorlama belirsiz)"
  69. imapi_disable_devdesc = "CD-ROM S�r�c�s� (IMAPI zorlama devred���)"
  70. imapi_setting01_devdesc = "CD-ROM S�r�c�s� (IMAPI ayarlar� 0,1)"
  71. imapi_setting02_devdesc = "CD-ROM S�r�c�s� (IMAPI ayarlar� 0,2)"
  72. imapi_setting03_devdesc = "CD-ROM S�r�c�s� (IMAPI ayarlar� 0,3)"
  73. imapi_setting04_devdesc = "CD-ROM S�r�c�s� (IMAPI ayarlar� 0,4)"
  74. imapi_setting05_devdesc = "CD-ROM S�r�c�s� (IMAPI ayarlar� 0,5)"
  75. imapi_setting10_devdesc = "CD-ROM S�r�c�s� (IMAPI ayarlar� 1,0)"
  76. imapi_setting11_devdesc = "CD-ROM S�r�c�s� (IMAPI ayarlar� 1,1)"
  77. imapi_setting12_devdesc = "CD-ROM S�r�c�s� (IMAPI ayarlar� 1,2)"
  78. imapi_setting13_devdesc = "CD-ROM S�r�c�s� (IMAPI ayarlar� 1,3)"
  79. imapi_setting14_devdesc = "CD-ROM S�r�c�s� (IMAPI ayarlar� 1,4)"
  80. imapi_setting15_devdesc = "CD-ROM S�r�c�s� (IMAPI ayarlar� 1,5)"
  81. ;; Service descriptions
  82. cdrom_ServiceDesc = "CD-ROM S�r�c�s�"
  83. cdaudio_ServiceDesc = "CD-Ses S�zge� S�r�c�"
  84. changer_ServiceDesc = "CD-De�i�tiricisi S�zge� S�r�c�"
  85. redbook_ServiceDesc = "Digital CD Ses �alma S�zge� S�r�c�"
  86. imapi_ServiceDesc = "CD Yazma S�zge� S�r�c�s�"