doc: Add support for section 3 man pages
[openafs.git] / src / WINNT / install / wix / language_config.wxi
1 <?xml version="1.0"?> 
2 <Include>
3     <!-- This file defines localized strings and language configuration for the
4          installer.  Please do not insert any localizable strings directly in any
5          other installer source files.  Doing so would break the localization
6          mechanism.
7     -->
8
9     <?ifndef Language?>
10         <!-- Default language is currently english -->
11         <?define Language="en_US"?>
12     <?endif?>
13     
14     <!-- (( en_US )) -->
15     <?define Codepage="1252"?>
16     <?define LanguageCode="1033"?>
17
18     <?define Manufacturer="OpenAFS.org"?>
19 <?ifdef BinsOnly?>
20   <?ifdef Debug?>
21     <?define PackageComments="OpenAFS for Windows (Tools and libraries) $(var.NumericVersion) CHECKED"?>
22     <?define ProductComments="OpenAFS for Windows (Tools and libraries) CHECKED build." ?>
23   <?else?>
24     <?define PackageComments="OpenAFS for Windows (Tools and libraries) $(var.NumericVersion)"?>
25     <?define ProductComments="OpenAFS for Windows. Tools and libraries."?>
26   <?endif?>
27 <?else?>
28   <?ifdef Debug?>
29     <?define PackageComments="OpenAFS for Windows $(var.NumericVersion) CHECKED"?>
30     <?define ProductComments="OpenAFS for Windows. CHECKED build." ?>
31   <?else?>
32     <?define PackageComments="OpenAFS for Windows $(var.NumericVersion)"?>
33     <?define ProductComments="OpenAFS for Windows. Client and server components for using AFS."?>
34   <?endif?>
35 <?endif?>
36
37     <?define Languages="$(var.LanguageCode)"?>
38
39 <?ifdef BinsOnly?>
40   <?if $(var.Platform) = "x64" ?>
41     <?define ProductName="OpenAFS for Windows (64-bit binaries)"?>
42   <?else?>
43     <?define ProductName="OpenAFS for Windows (32-bit binaries)"?>
44   <?endif?>
45 <?else?>
46   <?if $(var.Platform) = "x64" ?>
47     <?define ProductName="OpenAFS for Windows (64-bit)"?>
48   <?else?>
49     <?define ProductName="OpenAFS for Windows"?>
50   <?endif?>
51 <?endif?>
52     
53     <!-- Localized packages should have different product codes -->
54     <!-- Each product release should have a different product code -->
55     <?ifndef ProductCode?>
56         <?define ProductCode="????????-????-????-????-????????????"?>
57     <?endif?>
58
59 <?ifndef BinsOnly?>    
60     <!-- Same goes for localized components -->
61     <?define DocHtmlIndexGuid="B656CA5A-5179-42D8-8972-2F128AEDE751"?>
62     <?define DocHtmlGuid="C9595172-72DF-4F30-8C43-C16583CFB8B1"?>
63     <?define DocHtmlCmdRefGuid="94168F07-82F6-442A-BE10-21EF72CB741D"?>
64     <?define DocHtmlCmdRef1Guid="440BC8BA-93ED-4202-9684-D893B8A3B2E3"?>
65     <?define DocHtmlCmdRef3Guid="71F8CA2E-32D8-11E0-ADD9-098FDFD72085"?>
66     <?define DocHtmlCmdRef5Guid="034AF6E4-2295-4107-8D78-A49AB3BC74A8"?>
67     <?define DocHtmlCmdRef8Guid="CCD33334-20E3-4b2d-AD14-097961BFF0F6"?>
68     <?define DocHtmlInstallGuid="921E151E-9FD2-49A8-B297-0222E22ECAC7"?>
69     <?define DocHtmlSysAdminGuid="F82AD828-C412-4211-88D7-DF18D5C79DBA"?>
70     <?define DocHtmlRelNotesGuid="CC369D09-B786-412F-B832-720AC06CC3BC"?>
71     <?define DocHtmlRelnotesFilesGuid="D39E1662-F475-4D33-A6B5-CBC7B77891D0"?>
72     <?define DocHtmlLogoFilesGuid="24E7F4AF-5D41-4D7B-B9DF-FA5787BAC787"?>
73     <?define DocHtmlIndexFilesGuid="EEEA73B6-36CD-4471-BF5C-9317B90CA3CC"?>
74
75     <?define DocChmSysAdminGuid="9D78A7CB-AD7A-4464-AAF6-0046512033E8"?>
76     <?define DocChmUserGuid="B2603B9D-DD21-4B3D-B6DB-0F8E7AC58D85"?>
77     <?define DocChmRelNotesGuid="9206FE77-95FA-41D6-A014-B5903E9B1FC2"?>
78 <?endif?>
79         <!-- other language specific strings are defined in the strings.wxl file -->    
80
81     <!-- /(( en_US )) -->
82
83 </Include>