Skip to content

Commit dcccfba

Browse files
author
ChekaZ
authored
Update bitcoinstrings.cpp
changed wrong shortcut
1 parent bb1e4a4 commit dcccfba

File tree

1 file changed

+121
-121
lines changed

1 file changed

+121
-121
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 121 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define UNUSED
77
#endif
88
static const char UNUSED *bitcoin_strings[] = {
9-
QT_TRANSLATE_NOOP("trz-core", ""
9+
QT_TRANSLATE_NOOP("tzc-core", ""
1010
"%s, you must set a rpcpassword in the configuration file:\n"
1111
" %s\n"
1212
"It is recommended you use the following random password:\n"
@@ -15,161 +15,161 @@ QT_TRANSLATE_NOOP("trz-core", ""
1515
"(you do not need to remember this password)\n"
1616
"If the file does not exist, create it with owner-readable-only file "
1717
"permissions.\n"),
18-
QT_TRANSLATE_NOOP("trz-core", ""
18+
QT_TRANSLATE_NOOP("tzc-core", ""
1919
"Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:"
2020
"@STRENGTH)"),
21-
QT_TRANSLATE_NOOP("trz-core", ""
21+
QT_TRANSLATE_NOOP("tzc-core", ""
2222
"An error occurred while setting up the RPC port %u for listening on IPv4: %s"),
23-
QT_TRANSLATE_NOOP("trz-core", ""
23+
QT_TRANSLATE_NOOP("tzc-core", ""
2424
"An error occurred while setting up the RPC port %u for listening on IPv6, "
2525
"falling back to IPv4: %s"),
26-
QT_TRANSLATE_NOOP("trz-core", ""
26+
QT_TRANSLATE_NOOP("tzc-core", ""
2727
"Cannot obtain a lock on data directory %s. Trezarcoin is probably already "
2828
"running."),
29-
QT_TRANSLATE_NOOP("trz-core", ""
29+
QT_TRANSLATE_NOOP("tzc-core", ""
3030
"Detach block and address databases. Increases shutdown time (default: 0)"),
31-
QT_TRANSLATE_NOOP("trz-core", ""
31+
QT_TRANSLATE_NOOP("tzc-core", ""
3232
"Error initializing database environment %s! To recover, BACKUP THAT "
3333
"DIRECTORY, then remove everything from it except for wallet.dat."),
34-
QT_TRANSLATE_NOOP("trz-core", ""
34+
QT_TRANSLATE_NOOP("tzc-core", ""
3535
"Error: The payment was rejected. This may happen if some of the coins "
3636
"have been spent already, i.e. if you have used a wallet clone and the coins "
3737
"been spent there, but not labelled as spent here."),
38-
QT_TRANSLATE_NOOP("trz-core", ""
38+
QT_TRANSLATE_NOOP("tzc-core", ""
3939
"Error: This payment requires a transaction fee of at least %s because of "
4040
"its amount, complexity or use of funds received recently."),
41-
QT_TRANSLATE_NOOP("trz-core", ""
41+
QT_TRANSLATE_NOOP("tzc-core", ""
4242
"Error: Wallet unlocked for staking only. Unable to create a payment."),
43-
QT_TRANSLATE_NOOP("trz-core", ""
43+
QT_TRANSLATE_NOOP("tzc-core", ""
4444
"Execute command when the best block changes (%s in cmd is replaced by block "
4545
"hash)"),
46-
QT_TRANSLATE_NOOP("trz-core", ""
46+
QT_TRANSLATE_NOOP("tzc-core", ""
4747
"Listen for JSON-RPC connections on <port> (default: 17299 or testnet: 27299)"),
48-
QT_TRANSLATE_NOOP("trz-core", ""
48+
QT_TRANSLATE_NOOP("tzc-core", ""
4949
"Number of seconds to keep misbehaving peers from reconnecting (default: "
5050
"86400)"),
51-
QT_TRANSLATE_NOOP("trz-core", ""
51+
QT_TRANSLATE_NOOP("tzc-core", ""
5252
"Set maximum size of high-priority/low-fee transactions in bytes (default: "
5353
"27000)"),
54-
QT_TRANSLATE_NOOP("trz-core", ""
54+
QT_TRANSLATE_NOOP("tzc-core", ""
5555
"Unable to bind to %s on this computer. Trezarcoin is probably already running."),
56-
QT_TRANSLATE_NOOP("trz-core", ""
56+
QT_TRANSLATE_NOOP("tzc-core", ""
5757
"Warning: -paytxfee is set very high! This is the transaction fee you will "
5858
"pay if you send a transaction."),
59-
QT_TRANSLATE_NOOP("trz-core", ""
59+
QT_TRANSLATE_NOOP("tzc-core", ""
6060
"Warning: Please check that your computer's date and time are correct! If "
6161
"your clock is wrong Trezarcoin will not work properly."),
62-
QT_TRANSLATE_NOOP("trz-core", ""
62+
QT_TRANSLATE_NOOP("tzc-core", ""
6363
"Warning: error reading wallet.dat! All keys read correctly, but transaction "
6464
"data or address book entries might be missing or incorrect."),
65-
QT_TRANSLATE_NOOP("trz-core", ""
65+
QT_TRANSLATE_NOOP("tzc-core", ""
6666
"Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
6767
"wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
6868
"you should restore from a backup."),
69-
QT_TRANSLATE_NOOP("trz-core", ""
69+
QT_TRANSLATE_NOOP("tzc-core", ""
7070
"You must set rpcpassword=<password> in the configuration file:\n"
7171
"%s\n"
7272
"If the file does not exist, create it with owner-readable-only file "
7373
"permissions."),
74-
QT_TRANSLATE_NOOP("trz-core", "Accept command line and JSON-RPC commands"),
75-
QT_TRANSLATE_NOOP("trz-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
76-
QT_TRANSLATE_NOOP("trz-core", "Add a node to connect to and attempt to keep the connection open"),
77-
QT_TRANSLATE_NOOP("trz-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
78-
QT_TRANSLATE_NOOP("trz-core", "Allow JSON-RPC connections from specified IP address"),
79-
QT_TRANSLATE_NOOP("trz-core", "Attempt to recover private keys from a corrupt wallet.dat"),
80-
QT_TRANSLATE_NOOP("trz-core", "Bind to given address. Use [host]:port notation for IPv6"),
81-
QT_TRANSLATE_NOOP("trz-core", "Block creation options:"),
82-
QT_TRANSLATE_NOOP("trz-core", "Cannot downgrade wallet"),
83-
QT_TRANSLATE_NOOP("trz-core", "Cannot initialize keypool"),
84-
QT_TRANSLATE_NOOP("trz-core", "Cannot resolve -bind address: '%s'"),
85-
QT_TRANSLATE_NOOP("trz-core", "Cannot resolve -externalip address: '%s'"),
86-
QT_TRANSLATE_NOOP("trz-core", "Cannot write default address"),
87-
QT_TRANSLATE_NOOP("trz-core", "Connect only to the specified node(s)"),
88-
QT_TRANSLATE_NOOP("trz-core", "Connect through socks proxy"),
89-
QT_TRANSLATE_NOOP("trz-core", "Connect to a node to retrieve peer addresses, and disconnect"),
90-
QT_TRANSLATE_NOOP("trz-core", "Discover own IP address (default: 1 when listening and no -externalip)"),
91-
QT_TRANSLATE_NOOP("trz-core", "Done loading"),
92-
QT_TRANSLATE_NOOP("trz-core", "Error loading blkindex.dat"),
93-
QT_TRANSLATE_NOOP("trz-core", "Error loading wallet.dat"),
94-
QT_TRANSLATE_NOOP("trz-core", "Error loading wallet.dat: Wallet corrupted"),
95-
QT_TRANSLATE_NOOP("trz-core", "Error loading wallet.dat: Wallet requires newer version of Trezarcoin"),
96-
QT_TRANSLATE_NOOP("trz-core", "Error"),
97-
QT_TRANSLATE_NOOP("trz-core", "Error: Transaction creation failed "),
98-
QT_TRANSLATE_NOOP("trz-core", "Error: Wallet locked, unable to create transaction "),
99-
QT_TRANSLATE_NOOP("trz-core", "Error: could not start node"),
100-
QT_TRANSLATE_NOOP("trz-core", "Failed to listen on any port. Use -listen=0 if you want this."),
101-
QT_TRANSLATE_NOOP("trz-core", "Fee per KB to add to transactions you send"),
102-
QT_TRANSLATE_NOOP("trz-core", "Find peers using DNS lookup (default: 0)"),
103-
QT_TRANSLATE_NOOP("trz-core", "Find peers using internet relay chat (default: 1)"),
104-
QT_TRANSLATE_NOOP("trz-core", "Get help for a command"),
105-
QT_TRANSLATE_NOOP("trz-core", "How many blocks to check at startup (default: 2500, 0 = all)"),
106-
QT_TRANSLATE_NOOP("trz-core", "How thorough the block verification is (0-6, default: 1)"),
107-
QT_TRANSLATE_NOOP("trz-core", "Importing blockchain data file."),
108-
QT_TRANSLATE_NOOP("trz-core", "Importing bootstrap blockchain data file."),
109-
QT_TRANSLATE_NOOP("trz-core", "Imports blocks from external blk000?.dat file"),
110-
QT_TRANSLATE_NOOP("trz-core", "Insufficient funds"),
111-
QT_TRANSLATE_NOOP("trz-core", "Invalid -proxy address: '%s'"),
112-
QT_TRANSLATE_NOOP("trz-core", "Invalid -tor address: '%s'"),
113-
QT_TRANSLATE_NOOP("trz-core", "Invalid amount for -paytxfee=<amount>: '%s'"),
114-
QT_TRANSLATE_NOOP("trz-core", "Invalid amount for -reservebalance=<amount>"),
115-
QT_TRANSLATE_NOOP("trz-core", "Invalid amount"),
116-
QT_TRANSLATE_NOOP("trz-core", "List commands"),
117-
QT_TRANSLATE_NOOP("trz-core", "Listen for connections on <port> (default: 17298 or testnet: 27298)"),
118-
QT_TRANSLATE_NOOP("trz-core", "Loading addresses..."),
119-
QT_TRANSLATE_NOOP("trz-core", "Loading block index..."),
120-
QT_TRANSLATE_NOOP("trz-core", "Loading wallet..."),
121-
QT_TRANSLATE_NOOP("trz-core", "Maintain at most <n> connections to peers (default: 125)"),
122-
QT_TRANSLATE_NOOP("trz-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)"),
123-
QT_TRANSLATE_NOOP("trz-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)"),
124-
QT_TRANSLATE_NOOP("trz-core", "Trezarcoin version"),
125-
QT_TRANSLATE_NOOP("trz-core", "Trezarcoin"),
126-
QT_TRANSLATE_NOOP("trz-core", "Only connect to nodes in network <net> (IPv4, IPv6 or Tor)"),
127-
QT_TRANSLATE_NOOP("trz-core", "Options:"),
128-
QT_TRANSLATE_NOOP("trz-core", "Output extra debugging information. Implies all other -debug* options"),
129-
QT_TRANSLATE_NOOP("trz-core", "Output extra network debugging information"),
130-
QT_TRANSLATE_NOOP("trz-core", "Password for JSON-RPC connections"),
131-
QT_TRANSLATE_NOOP("trz-core", "Prepend debug output with timestamp"),
132-
QT_TRANSLATE_NOOP("trz-core", "Rescan the block chain for missing wallet transactions"),
133-
QT_TRANSLATE_NOOP("trz-core", "Rescanning..."),
134-
QT_TRANSLATE_NOOP("trz-core", "Run in the background as a daemon and accept commands"),
135-
QT_TRANSLATE_NOOP("trz-core", "SSL options: (see the Bitcoin Wiki for SSL setup instructions)"),
136-
QT_TRANSLATE_NOOP("trz-core", "Select the version of socks proxy to use (4-5, default: 5)"),
137-
QT_TRANSLATE_NOOP("trz-core", "Send command to -server or trezarcoind"),
138-
QT_TRANSLATE_NOOP("trz-core", "Send commands to node running on <ip> (default: 127.0.0.1)"),
139-
QT_TRANSLATE_NOOP("trz-core", "Send trace/debug info to console instead of debug.log file"),
140-
QT_TRANSLATE_NOOP("trz-core", "Send trace/debug info to debugger"),
141-
QT_TRANSLATE_NOOP("trz-core", "Sending..."),
142-
QT_TRANSLATE_NOOP("trz-core", "Server certificate file (default: server.cert)"),
143-
QT_TRANSLATE_NOOP("trz-core", "Server private key (default: server.pem)"),
144-
QT_TRANSLATE_NOOP("trz-core", "Set database cache size in megabytes (default: 25)"),
145-
QT_TRANSLATE_NOOP("trz-core", "Set database disk log size in megabytes (default: 100)"),
146-
QT_TRANSLATE_NOOP("trz-core", "Set key pool size to <n> (default: 100)"),
147-
QT_TRANSLATE_NOOP("trz-core", "Set maximum block size in bytes (default: 250000)"),
148-
QT_TRANSLATE_NOOP("trz-core", "Set minimum block size in bytes (default: 0)"),
149-
QT_TRANSLATE_NOOP("trz-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),
150-
QT_TRANSLATE_NOOP("trz-core", "Specify configuration file (default: trezarcoin.conf)"),
151-
QT_TRANSLATE_NOOP("trz-core", "Specify connection timeout in milliseconds (default: 5000)"),
152-
QT_TRANSLATE_NOOP("trz-core", "Specify data directory"),
153-
QT_TRANSLATE_NOOP("trz-core", "Specify pid file (default: trezarcoind.pid)"),
154-
QT_TRANSLATE_NOOP("trz-core", "Specify your own public address"),
155-
QT_TRANSLATE_NOOP("trz-core", "This help message"),
156-
QT_TRANSLATE_NOOP("trz-core", "Threshold for disconnecting misbehaving peers (default: 100)"),
157-
QT_TRANSLATE_NOOP("trz-core", "To use the %s option"),
158-
QT_TRANSLATE_NOOP("trz-core", "Unable to bind to %s on this computer (bind returned error %d, %s)"),
159-
QT_TRANSLATE_NOOP("trz-core", "Unable to sign checkpoint, wrong checkpointkey?\n"),
160-
QT_TRANSLATE_NOOP("trz-core", "Unknown -socks proxy version requested: %i"),
161-
QT_TRANSLATE_NOOP("trz-core", "Unknown network specified in -onlynet: '%s'"),
162-
QT_TRANSLATE_NOOP("trz-core", "Upgrade wallet to latest format"),
163-
QT_TRANSLATE_NOOP("trz-core", "Usage:"),
164-
QT_TRANSLATE_NOOP("trz-core", "Use OpenSSL (https) for JSON-RPC connections"),
165-
QT_TRANSLATE_NOOP("trz-core", "Use UPnP to map the listening port (default: 0)"),
166-
QT_TRANSLATE_NOOP("trz-core", "Use UPnP to map the listening port (default: 1 when listening)"),
167-
QT_TRANSLATE_NOOP("trz-core", "Use proxy to reach tor hidden services (default: same as -proxy)"),
168-
QT_TRANSLATE_NOOP("trz-core", "Use the test network"),
169-
QT_TRANSLATE_NOOP("trz-core", "Username for JSON-RPC connections"),
170-
QT_TRANSLATE_NOOP("trz-core", "Verifying database integrity..."),
171-
QT_TRANSLATE_NOOP("trz-core", "Wallet needed to be rewritten: restart Trezarcoin to complete"),
172-
QT_TRANSLATE_NOOP("trz-core", "Warning: Disk space is low!"),
173-
QT_TRANSLATE_NOOP("trz-core", "Warning: This version is obsolete, upgrade required!"),
174-
QT_TRANSLATE_NOOP("trz-core", "wallet.dat corrupt, salvage failed"),
74+
QT_TRANSLATE_NOOP("tzc-core", "Accept command line and JSON-RPC commands"),
75+
QT_TRANSLATE_NOOP("tzc-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
76+
QT_TRANSLATE_NOOP("tzc-core", "Add a node to connect to and attempt to keep the connection open"),
77+
QT_TRANSLATE_NOOP("tzc-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
78+
QT_TRANSLATE_NOOP("tzc-core", "Allow JSON-RPC connections from specified IP address"),
79+
QT_TRANSLATE_NOOP("tzc-core", "Attempt to recover private keys from a corrupt wallet.dat"),
80+
QT_TRANSLATE_NOOP("tzc-core", "Bind to given address. Use [host]:port notation for IPv6"),
81+
QT_TRANSLATE_NOOP("tzc-core", "Block creation options:"),
82+
QT_TRANSLATE_NOOP("tzc-core", "Cannot downgrade wallet"),
83+
QT_TRANSLATE_NOOP("tzc-core", "Cannot initialize keypool"),
84+
QT_TRANSLATE_NOOP("tzc-core", "Cannot resolve -bind address: '%s'"),
85+
QT_TRANSLATE_NOOP("tzc-core", "Cannot resolve -externalip address: '%s'"),
86+
QT_TRANSLATE_NOOP("tzc-core", "Cannot write default address"),
87+
QT_TRANSLATE_NOOP("tzc-core", "Connect only to the specified node(s)"),
88+
QT_TRANSLATE_NOOP("tzc-core", "Connect through socks proxy"),
89+
QT_TRANSLATE_NOOP("tzc-core", "Connect to a node to retrieve peer addresses, and disconnect"),
90+
QT_TRANSLATE_NOOP("tzc-core", "Discover own IP address (default: 1 when listening and no -externalip)"),
91+
QT_TRANSLATE_NOOP("tzc-core", "Done loading"),
92+
QT_TRANSLATE_NOOP("tzc-core", "Error loading blkindex.dat"),
93+
QT_TRANSLATE_NOOP("tzc-core", "Error loading wallet.dat"),
94+
QT_TRANSLATE_NOOP("tzc-core", "Error loading wallet.dat: Wallet corrupted"),
95+
QT_TRANSLATE_NOOP("tzc-core", "Error loading wallet.dat: Wallet requires newer version of Trezarcoin"),
96+
QT_TRANSLATE_NOOP("tzc-core", "Error"),
97+
QT_TRANSLATE_NOOP("tzc-core", "Error: Transaction creation failed "),
98+
QT_TRANSLATE_NOOP("tzc-core", "Error: Wallet locked, unable to create transaction "),
99+
QT_TRANSLATE_NOOP("tzc-core", "Error: could not start node"),
100+
QT_TRANSLATE_NOOP("tzc-core", "Failed to listen on any port. Use -listen=0 if you want this."),
101+
QT_TRANSLATE_NOOP("tzc-core", "Fee per KB to add to transactions you send"),
102+
QT_TRANSLATE_NOOP("tzc-core", "Find peers using DNS lookup (default: 0)"),
103+
QT_TRANSLATE_NOOP("tzc-core", "Find peers using internet relay chat (default: 1)"),
104+
QT_TRANSLATE_NOOP("tzc-core", "Get help for a command"),
105+
QT_TRANSLATE_NOOP("tzc-core", "How many blocks to check at startup (default: 2500, 0 = all)"),
106+
QT_TRANSLATE_NOOP("tzc-core", "How thorough the block verification is (0-6, default: 1)"),
107+
QT_TRANSLATE_NOOP("tzc-core", "Importing blockchain data file."),
108+
QT_TRANSLATE_NOOP("tzc-core", "Importing bootstrap blockchain data file."),
109+
QT_TRANSLATE_NOOP("tzc-core", "Imports blocks from external blk000?.dat file"),
110+
QT_TRANSLATE_NOOP("tzc-core", "Insufficient funds"),
111+
QT_TRANSLATE_NOOP("tzc-core", "Invalid -proxy address: '%s'"),
112+
QT_TRANSLATE_NOOP("tzc-core", "Invalid -tor address: '%s'"),
113+
QT_TRANSLATE_NOOP("tzc-core", "Invalid amount for -paytxfee=<amount>: '%s'"),
114+
QT_TRANSLATE_NOOP("tzc-core", "Invalid amount for -reservebalance=<amount>"),
115+
QT_TRANSLATE_NOOP("tzc-core", "Invalid amount"),
116+
QT_TRANSLATE_NOOP("tzc-core", "List commands"),
117+
QT_TRANSLATE_NOOP("tzc-core", "Listen for connections on <port> (default: 17298 or testnet: 27298)"),
118+
QT_TRANSLATE_NOOP("tzc-core", "Loading addresses..."),
119+
QT_TRANSLATE_NOOP("tzc-core", "Loading block index..."),
120+
QT_TRANSLATE_NOOP("tzc-core", "Loading wallet..."),
121+
QT_TRANSLATE_NOOP("tzc-core", "Maintain at most <n> connections to peers (default: 125)"),
122+
QT_TRANSLATE_NOOP("tzc-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)"),
123+
QT_TRANSLATE_NOOP("tzc-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)"),
124+
QT_TRANSLATE_NOOP("tzc-core", "Trezarcoin version"),
125+
QT_TRANSLATE_NOOP("tzc-core", "Trezarcoin"),
126+
QT_TRANSLATE_NOOP("tzc-core", "Only connect to nodes in network <net> (IPv4, IPv6 or Tor)"),
127+
QT_TRANSLATE_NOOP("tzc-core", "Options:"),
128+
QT_TRANSLATE_NOOP("tzc-core", "Output extra debugging information. Implies all other -debug* options"),
129+
QT_TRANSLATE_NOOP("tzc-core", "Output extra network debugging information"),
130+
QT_TRANSLATE_NOOP("tzc-core", "Password for JSON-RPC connections"),
131+
QT_TRANSLATE_NOOP("tzc-core", "Prepend debug output with timestamp"),
132+
QT_TRANSLATE_NOOP("tzc-core", "Rescan the block chain for missing wallet transactions"),
133+
QT_TRANSLATE_NOOP("tzc-core", "Rescanning..."),
134+
QT_TRANSLATE_NOOP("tzc-core", "Run in the background as a daemon and accept commands"),
135+
QT_TRANSLATE_NOOP("tzc-core", "SSL options: (see the Bitcoin Wiki for SSL setup instructions)"),
136+
QT_TRANSLATE_NOOP("tzc-core", "Select the version of socks proxy to use (4-5, default: 5)"),
137+
QT_TRANSLATE_NOOP("tzc-core", "Send command to -server or trezarcoind"),
138+
QT_TRANSLATE_NOOP("tzc-core", "Send commands to node running on <ip> (default: 127.0.0.1)"),
139+
QT_TRANSLATE_NOOP("tzc-core", "Send trace/debug info to console instead of debug.log file"),
140+
QT_TRANSLATE_NOOP("tzc-core", "Send trace/debug info to debugger"),
141+
QT_TRANSLATE_NOOP("tzc-core", "Sending..."),
142+
QT_TRANSLATE_NOOP("tzc-core", "Server certificate file (default: server.cert)"),
143+
QT_TRANSLATE_NOOP("tzc-core", "Server private key (default: server.pem)"),
144+
QT_TRANSLATE_NOOP("tzc-core", "Set database cache size in megabytes (default: 25)"),
145+
QT_TRANSLATE_NOOP("tzc-core", "Set database disk log size in megabytes (default: 100)"),
146+
QT_TRANSLATE_NOOP("tzc-core", "Set key pool size to <n> (default: 100)"),
147+
QT_TRANSLATE_NOOP("tzc-core", "Set maximum block size in bytes (default: 250000)"),
148+
QT_TRANSLATE_NOOP("tzc-core", "Set minimum block size in bytes (default: 0)"),
149+
QT_TRANSLATE_NOOP("tzc-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),
150+
QT_TRANSLATE_NOOP("tzc-core", "Specify configuration file (default: trezarcoin.conf)"),
151+
QT_TRANSLATE_NOOP("tzc-core", "Specify connection timeout in milliseconds (default: 5000)"),
152+
QT_TRANSLATE_NOOP("tzc-core", "Specify data directory"),
153+
QT_TRANSLATE_NOOP("tzc-core", "Specify pid file (default: trezarcoind.pid)"),
154+
QT_TRANSLATE_NOOP("tzc-core", "Specify your own public address"),
155+
QT_TRANSLATE_NOOP("tzc-core", "This help message"),
156+
QT_TRANSLATE_NOOP("tzc-core", "Threshold for disconnecting misbehaving peers (default: 100)"),
157+
QT_TRANSLATE_NOOP("tzc-core", "To use the %s option"),
158+
QT_TRANSLATE_NOOP("tzc-core", "Unable to bind to %s on this computer (bind returned error %d, %s)"),
159+
QT_TRANSLATE_NOOP("tzc-core", "Unable to sign checkpoint, wrong checkpointkey?\n"),
160+
QT_TRANSLATE_NOOP("tzc-core", "Unknown -socks proxy version requested: %i"),
161+
QT_TRANSLATE_NOOP("tzc-core", "Unknown network specified in -onlynet: '%s'"),
162+
QT_TRANSLATE_NOOP("tzc-core", "Upgrade wallet to latest format"),
163+
QT_TRANSLATE_NOOP("tzc-core", "Usage:"),
164+
QT_TRANSLATE_NOOP("tzc-core", "Use OpenSSL (https) for JSON-RPC connections"),
165+
QT_TRANSLATE_NOOP("tzc-core", "Use UPnP to map the listening port (default: 0)"),
166+
QT_TRANSLATE_NOOP("tzc-core", "Use UPnP to map the listening port (default: 1 when listening)"),
167+
QT_TRANSLATE_NOOP("tzc-core", "Use proxy to reach tor hidden services (default: same as -proxy)"),
168+
QT_TRANSLATE_NOOP("tzc-core", "Use the test network"),
169+
QT_TRANSLATE_NOOP("tzc-core", "Username for JSON-RPC connections"),
170+
QT_TRANSLATE_NOOP("tzc-core", "Verifying database integrity..."),
171+
QT_TRANSLATE_NOOP("tzc-core", "Wallet needed to be rewritten: restart Trezarcoin to complete"),
172+
QT_TRANSLATE_NOOP("tzc-core", "Warning: Disk space is low!"),
173+
QT_TRANSLATE_NOOP("tzc-core", "Warning: This version is obsolete, upgrade required!"),
174+
QT_TRANSLATE_NOOP("tzc-core", "wallet.dat corrupt, salvage failed"),
175175
};

0 commit comments

Comments
 (0)