diff options
Diffstat (limited to 'src/wixlib/Common.wxs')
-rw-r--r-- | src/wixlib/Common.wxs | 103 |
1 files changed, 51 insertions, 52 deletions
diff --git a/src/wixlib/Common.wxs b/src/wixlib/Common.wxs index 8f870499..476b00da 100644 --- a/src/wixlib/Common.wxs +++ b/src/wixlib/Common.wxs | |||
@@ -1,5 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | 2 | ||
4 | 3 | ||
5 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
@@ -15,56 +14,56 @@ | |||
15 | <UI Id="WixUI_Common"> | 14 | <UI Id="WixUI_Common"> |
16 | <!-- ui text --> | 15 | <!-- ui text --> |
17 | <UIText Id="AbsentPath" /> | 16 | <UIText Id="AbsentPath" /> |
18 | <UIText Id="bytes">!(loc.UITextbytes)</UIText> | 17 | <UIText Id="bytes" Value="!(loc.UITextbytes)" /> |
19 | <UIText Id="GB">!(loc.UITextGB)</UIText> | 18 | <UIText Id="GB" Value="!(loc.UITextGB)" /> |
20 | <UIText Id="KB">!(loc.UITextKB)</UIText> | 19 | <UIText Id="KB" Value="!(loc.UITextKB)" /> |
21 | <UIText Id="MB">!(loc.UITextMB)</UIText> | 20 | <UIText Id="MB" Value="!(loc.UITextMB)" /> |
22 | <UIText Id="MenuAbsent">!(loc.UITextMenuAbsent)</UIText> | 21 | <UIText Id="MenuAbsent" Value="!(loc.UITextMenuAbsent)" /> |
23 | <UIText Id="MenuAdvertise">!(loc.UITextMenuAdvertise)</UIText> | 22 | <UIText Id="MenuAdvertise" Value="!(loc.UITextMenuAdvertise)" /> |
24 | <UIText Id="MenuAllCD">!(loc.UITextMenuAllCD)</UIText> | 23 | <UIText Id="MenuAllCD" Value="!(loc.UITextMenuAllCD)" /> |
25 | <UIText Id="MenuAllLocal">!(loc.UITextMenuAllLocal)</UIText> | 24 | <UIText Id="MenuAllLocal" Value="!(loc.UITextMenuAllLocal)" /> |
26 | <UIText Id="MenuAllNetwork">!(loc.UITextMenuAllNetwork)</UIText> | 25 | <UIText Id="MenuAllNetwork" Value="!(loc.UITextMenuAllNetwork)" /> |
27 | <UIText Id="MenuCD">!(loc.UITextMenuCD)</UIText> | 26 | <UIText Id="MenuCD" Value="!(loc.UITextMenuCD)" /> |
28 | <UIText Id="MenuLocal">!(loc.UITextMenuLocal)</UIText> | 27 | <UIText Id="MenuLocal" Value="!(loc.UITextMenuLocal)" /> |
29 | <UIText Id="MenuNetwork">!(loc.UITextMenuNetwork)</UIText> | 28 | <UIText Id="MenuNetwork" Value="!(loc.UITextMenuNetwork)" /> |
30 | <UIText Id="NewFolder">!(loc.UITextNewFolder)</UIText> | 29 | <UIText Id="NewFolder" Value="!(loc.UITextNewFolder)" /> |
31 | <UIText Id="ScriptInProgress">!(loc.UITextScriptInProgress)</UIText> | 30 | <UIText Id="ScriptInProgress" Value="!(loc.UITextScriptInProgress)" /> |
32 | <UIText Id="SelAbsentAbsent">!(loc.UITextSelAbsentAbsent)</UIText> | 31 | <UIText Id="SelAbsentAbsent" Value="!(loc.UITextSelAbsentAbsent)" /> |
33 | <UIText Id="SelAbsentAdvertise">!(loc.UITextSelAbsentAdvertise)</UIText> | 32 | <UIText Id="SelAbsentAdvertise" Value="!(loc.UITextSelAbsentAdvertise)" /> |
34 | <UIText Id="SelAbsentCD">!(loc.UITextSelAbsentCD)</UIText> | 33 | <UIText Id="SelAbsentCD" Value="!(loc.UITextSelAbsentCD)" /> |
35 | <UIText Id="SelAbsentLocal">!(loc.UITextSelAbsentLocal)</UIText> | 34 | <UIText Id="SelAbsentLocal" Value="!(loc.UITextSelAbsentLocal)" /> |
36 | <UIText Id="SelAbsentNetwork">!(loc.UITextSelAbsentNetwork)</UIText> | 35 | <UIText Id="SelAbsentNetwork" Value="!(loc.UITextSelAbsentNetwork)" /> |
37 | <UIText Id="SelAdvertiseAbsent">!(loc.UITextSelAdvertiseAbsent)</UIText> | 36 | <UIText Id="SelAdvertiseAbsent" Value="!(loc.UITextSelAdvertiseAbsent)" /> |
38 | <UIText Id="SelAdvertiseAdvertise">!(loc.UITextSelAdvertiseAdvertise)</UIText> | 37 | <UIText Id="SelAdvertiseAdvertise" Value="!(loc.UITextSelAdvertiseAdvertise)" /> |
39 | <UIText Id="SelAdvertiseCD">!(loc.UITextSelAdvertiseCD)</UIText> | 38 | <UIText Id="SelAdvertiseCD" Value="!(loc.UITextSelAdvertiseCD)" /> |
40 | <UIText Id="SelAdvertiseLocal">!(loc.UITextSelAdvertiseLocal)</UIText> | 39 | <UIText Id="SelAdvertiseLocal" Value="!(loc.UITextSelAdvertiseLocal)" /> |
41 | <UIText Id="SelAdvertiseNetwork">!(loc.UITextSelAdvertiseNetwork)</UIText> | 40 | <UIText Id="SelAdvertiseNetwork" Value="!(loc.UITextSelAdvertiseNetwork)" /> |
42 | <UIText Id="SelCDAbsent">!(loc.UITextSelCDAbsent)</UIText> | 41 | <UIText Id="SelCDAbsent" Value="!(loc.UITextSelCDAbsent)" /> |
43 | <UIText Id="SelCDAdvertise">!(loc.UITextSelCDAdvertise)</UIText> | 42 | <UIText Id="SelCDAdvertise" Value="!(loc.UITextSelCDAdvertise)" /> |
44 | <UIText Id="SelCDCD">!(loc.UITextSelCDCD)</UIText> | 43 | <UIText Id="SelCDCD" Value="!(loc.UITextSelCDCD)" /> |
45 | <UIText Id="SelCDLocal">!(loc.UITextSelCDLocal)</UIText> | 44 | <UIText Id="SelCDLocal" Value="!(loc.UITextSelCDLocal)" /> |
46 | <UIText Id="SelChildCostNeg">!(loc.UITextSelChildCostNeg)</UIText> | 45 | <UIText Id="SelChildCostNeg" Value="!(loc.UITextSelChildCostNeg)" /> |
47 | <UIText Id="SelChildCostPos">!(loc.UITextSelChildCostPos)</UIText> | 46 | <UIText Id="SelChildCostPos" Value="!(loc.UITextSelChildCostPos)" /> |
48 | <UIText Id="SelCostPending">!(loc.UITextSelCostPending)</UIText> | 47 | <UIText Id="SelCostPending" Value="!(loc.UITextSelCostPending)" /> |
49 | <UIText Id="SelLocalAbsent">!(loc.UITextSelLocalAbsent)</UIText> | 48 | <UIText Id="SelLocalAbsent" Value="!(loc.UITextSelLocalAbsent)" /> |
50 | <UIText Id="SelLocalAdvertise">!(loc.UITextSelLocalAdvertise)</UIText> | 49 | <UIText Id="SelLocalAdvertise" Value="!(loc.UITextSelLocalAdvertise)" /> |
51 | <UIText Id="SelLocalCD">!(loc.UITextSelLocalCD)</UIText> | 50 | <UIText Id="SelLocalCD" Value="!(loc.UITextSelLocalCD)" /> |
52 | <UIText Id="SelLocalLocal">!(loc.UITextSelLocalLocal)</UIText> | 51 | <UIText Id="SelLocalLocal" Value="!(loc.UITextSelLocalLocal)" /> |
53 | <UIText Id="SelLocalNetwork">!(loc.UITextSelLocalNetwork)</UIText> | 52 | <UIText Id="SelLocalNetwork" Value="!(loc.UITextSelLocalNetwork)" /> |
54 | <UIText Id="SelNetworkAbsent">!(loc.UITextSelNetworkAbsent)</UIText> | 53 | <UIText Id="SelNetworkAbsent" Value="!(loc.UITextSelNetworkAbsent)" /> |
55 | <UIText Id="SelNetworkAdvertise">!(loc.UITextSelNetworkAdvertise)</UIText> | 54 | <UIText Id="SelNetworkAdvertise" Value="!(loc.UITextSelNetworkAdvertise)" /> |
56 | <UIText Id="SelNetworkLocal">!(loc.UITextSelNetworkLocal)</UIText> | 55 | <UIText Id="SelNetworkLocal" Value="!(loc.UITextSelNetworkLocal)" /> |
57 | <UIText Id="SelNetworkNetwork">!(loc.UITextSelNetworkNetwork)</UIText> | 56 | <UIText Id="SelNetworkNetwork" Value="!(loc.UITextSelNetworkNetwork)" /> |
58 | <UIText Id="SelParentCostNegNeg">!(loc.UITextSelParentCostNegNeg)</UIText> | 57 | <UIText Id="SelParentCostNegNeg" Value="!(loc.UITextSelParentCostNegNeg)" /> |
59 | <UIText Id="SelParentCostNegPos">!(loc.UITextSelParentCostNegPos)</UIText> | 58 | <UIText Id="SelParentCostNegPos" Value="!(loc.UITextSelParentCostNegPos)" /> |
60 | <UIText Id="SelParentCostPosNeg">!(loc.UITextSelParentCostPosNeg)</UIText> | 59 | <UIText Id="SelParentCostPosNeg" Value="!(loc.UITextSelParentCostPosNeg)" /> |
61 | <UIText Id="SelParentCostPosPos">!(loc.UITextSelParentCostPosPos)</UIText> | 60 | <UIText Id="SelParentCostPosPos" Value="!(loc.UITextSelParentCostPosPos)" /> |
62 | <UIText Id="TimeRemaining">!(loc.UITextTimeRemaining)</UIText> | 61 | <UIText Id="TimeRemaining" Value="!(loc.UITextTimeRemaining)" /> |
63 | <UIText Id="VolumeCostAvailable">!(loc.UITextVolumeCostAvailable)</UIText> | 62 | <UIText Id="VolumeCostAvailable" Value="!(loc.UITextVolumeCostAvailable)" /> |
64 | <UIText Id="VolumeCostDifference">!(loc.UITextVolumeCostDifference)</UIText> | 63 | <UIText Id="VolumeCostDifference" Value="!(loc.UITextVolumeCostDifference)" /> |
65 | <UIText Id="VolumeCostRequired">!(loc.UITextVolumeCostRequired)</UIText> | 64 | <UIText Id="VolumeCostRequired" Value="!(loc.UITextVolumeCostRequired)" /> |
66 | <UIText Id="VolumeCostSize">!(loc.UITextVolumeCostSize)</UIText> | 65 | <UIText Id="VolumeCostSize" Value="!(loc.UITextVolumeCostSize)" /> |
67 | <UIText Id="VolumeCostVolume">!(loc.UITextVolumeCostVolume)</UIText> | 66 | <UIText Id="VolumeCostVolume" Value="!(loc.UITextVolumeCostVolume)" /> |
68 | </UI> | 67 | </UI> |
69 | </Fragment> | 68 | </Fragment> |
70 | </Wix> | 69 | </Wix> |