forked from ElementsProject/elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
838 additions
and
22 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2961,6 +2961,10 @@ ad esempio: alertnotify=echo %%s | mail -s "Allarme Bitcoin" [email protected] | |
<source>This is intended for regression testing tools and app development.</source> | ||
<translation>Questo è previsto per l'uso con test di regressione e per lo sviluppo di applicazioni.</translation> | ||
</message> | ||
<message> | ||
<source>Use UPnP to map the listening port (default: %u)</source> | ||
<translation>Usa UPnP per mappare la porta di ascolto (default: %u)</translation> | ||
</message> | ||
<message> | ||
<source>Verifying blocks...</source> | ||
<translation>Verifica blocchi...</translation> | ||
|
@@ -3021,6 +3025,10 @@ ad esempio: alertnotify=echo %%s | mail -s "Allarme Bitcoin" [email protected] | |
<source>Connect through SOCKS5 proxy</source> | ||
<translation>Connetti attraverso SOCKS5 proxy</translation> | ||
</message> | ||
<message> | ||
<source>Copyright (C) 2009-%i The Bitcoin Core Developers</source> | ||
<translation>Copyright (C) 2009-%i The Bitcoin Core Developers</translation> | ||
</message> | ||
<message> | ||
<source>Error loading wallet.dat: Wallet requires newer version of Bitcoin Core</source> | ||
<translation>Errore caricamento wallet.dat: il wallet richiede una versione nuova di Bitcoin Core</translation> | ||
|
@@ -3174,6 +3182,10 @@ ad esempio: alertnotify=echo %%s | mail -s "Allarme Bitcoin" [email protected] | |
<source>Error loading wallet.dat: Wallet corrupted</source> | ||
<translation>Errore caricamento wallet.dat: Portamonete corrotto</translation> | ||
</message> | ||
<message> | ||
<source>(default: %s)</source> | ||
<translation>(default: %s)</translation> | ||
</message> | ||
<message> | ||
<source>Error loading wallet.dat</source> | ||
<translation>Errore caricamento wallet.dat</translation> | ||
|
@@ -3194,6 +3206,14 @@ ad esempio: alertnotify=echo %%s | mail -s "Allarme Bitcoin" [email protected] | |
<source>Invalid -proxy address: '%s'</source> | ||
<translation>Indirizzo -proxy non valido: '%s'</translation> | ||
</message> | ||
<message> | ||
<source>Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)</source> | ||
<translation>Ascolto di connessioni JSON-RPC su <port> (default: %u o testnet: %u)</translation> | ||
</message> | ||
<message> | ||
<source>Listen for connections on <port> (default: %u or testnet: %u)</source> | ||
<translation>Ascolto di connessioni su <port> (default: %u o testnet: %u)</translation> | ||
</message> | ||
<message> | ||
<source>Maintain at most <n> connections to peers (default: %u)</source> | ||
<translation>Mantieni al massimo <n> connessioni ai peers (default: %u)</translation> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters