-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProduct_en-us.wxl
28 lines (22 loc) · 2.03 KB
/
Product_en-us.wxl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" Codepage="1252" xmlns="http://schemas.microsoft.com/wix/2006/localization">
<String Id="Language">1033</String> <!-- Supported language and codepage codes can be found here: http://www.tramontana.co.hu/wix/lesson2.php#2.4 -->
<String Id="ApplicationName">uberAgent</String>
<String Id="ManufacturerName">Helge Klein</String>
<String Id="ManufacturerFullName">Helge Klein GmbH</String>
<String Id="ProductDescription">Monitoring agent</String>
<String Id="Comments">Installs uberAgent</String>
<String Id="LicenseRtf" Overridable="yes">Eula-en.rtf</String>
<String Id="OS2Old">This product requires at least Windows Vista / Server 2008.</String>
<String Id="NewerInstalled">The same or a newer version of this product is already installed.</String>
<String Id="x64VersionRequired">You need to install the 64-bit version of this product on 64-bit Windows.</String>
<String Id="x86VersionRequired">You need to install the 32-bit version of this product on 32-bit Windows.</String>
<String Id="FeatureCompleteDescription">The complete package.</String>
<String Id="FeatureMainProgramDescription">The main version including all dependencies.</String>
<String Id="FeatureMainProgramTitle">Main program</String>
<String Id="ServiceDisplayName">uberAgent</String>
<String Id="ServiceDescription">Monitors the system's performance, applications and user experience.</String>
<String Id="ServerDlgTitle">{\WixUI_Font_Title}Receiver Configuration</String>
<String Id="ServerDlgDescription">Target servers for uberAgent's data</String>
<String Id="ServerDlgServerLabel">Specify to which Splunk Indexers or Forwarders uberAgent should send its data. If multiple targets are specified, uberAgent load-balances between them. Format: server1:port1, server2:port2, ... Default: localhost:19500 (requires locally installed Universal Forwarder)</String>
</WixLocalization>