35 lines
995 B
XML
35 lines
995 B
XML
<local>
|
|
<outputs>
|
|
<output id="0">
|
|
<!--Check network connection-->
|
|
<title>Check network connection</title>
|
|
<!--Unable to check for software updates at this time!-->
|
|
<message>Unable to check for software updates at this time!</message>
|
|
</output>
|
|
<output id="1">
|
|
<!--No internet connction-->
|
|
<title>No internet connction!</title>
|
|
<!--Updates could not be verified-->
|
|
<message>Updates could not be verified.</message>
|
|
</output>
|
|
<output id="2">
|
|
<!--{App} will be updated-->
|
|
<title>{0} will be updated!</title>
|
|
<!--{v1.0} to {v2.0}-->
|
|
<message>{0} to {1}</message>
|
|
</output>
|
|
<output id="3">
|
|
<!--{App} updated-->
|
|
<title>{0} updated.</title>
|
|
<!--Installed version: {v1.0}-->
|
|
<message>Installed version: {0}</message>
|
|
</output>
|
|
<output id="4">
|
|
<!--{App} could not be updated-->
|
|
<title>{0} could not be updated!</title>
|
|
<!--Please contact support-->
|
|
<message>Please contact support.</message>
|
|
</output>
|
|
</outputs>
|
|
</local>
|