Create it.xml

pull/105/head
THEBOSSMAGNUS 2022-06-14 19:00:26 +02:00 committed by GitHub
parent c8dde11134
commit 3abf61edd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
<local>
<outputs>
<output id="0">
<!--Check network connection-->
<title>Verifica la connessione ad internet.</title>
<!--Unable to check for software updates at this time!-->
<message>Attualmente non è possibile cercare gli aggiornamenti!</message>
</output>
<output id="1">
<!--No internet connction-->
<title>Nessuna connessione ad internet</title>
<!--Updates could not be verified-->
<message>Impossibile verificare gli aggiornamenti.</message>
</output>
<output id="2">
<!--{App} will be updated-->
<title>{0}</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>