Skip to content

Commit 69438ad

Browse files
committed
Merge pull request #3165 from laanwj/2013_10_english_lang
qt: english language update
2 parents 9a45a82 + 9705c5b commit 69438ad

File tree

2 files changed

+488
-301
lines changed

2 files changed

+488
-301
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
1919
"It is also recommended to set alertnotify so you are notified of problems;\n"
2020
"for example: alertnotify=echo %%s | mail -s \"Bitcoin Alert\" [email protected]\n"),
2121
QT_TRANSLATE_NOOP("bitcoin-core", ""
22-
"Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:"
23-
"@STRENGTH)"),
22+
"Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!"
23+
"3DES:@STRENGTH)"),
2424
QT_TRANSLATE_NOOP("bitcoin-core", ""
2525
"An error occurred while setting up the RPC port %u for listening on IPv4: %s"),
2626
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -98,6 +98,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep
9898
QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
9999
QT_TRANSLATE_NOOP("bitcoin-core", "Allow JSON-RPC connections from specified IP address"),
100100
QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat"),
101+
QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin RPC client version"),
101102
QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin version"),
102103
QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"),
103104
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
@@ -106,6 +107,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -externalip address: '%s'"),
106107
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"),
107108
QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"),
108109
QT_TRANSLATE_NOOP("bitcoin-core", "Connect through socks proxy"),
110+
QT_TRANSLATE_NOOP("bitcoin-core", "Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332)"),
109111
QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"),
110112
QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
111113
QT_TRANSLATE_NOOP("bitcoin-core", "Discover own IP address (default: 1 when listening and no -externalip)"),
@@ -143,8 +145,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat fil
143145
QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
144146
QT_TRANSLATE_NOOP("bitcoin-core", "Information"),
145147
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
148+
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address: '%s'"),
146149
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address: '%s'"),
147-
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -tor address: '%s'"),
148150
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -minrelaytxfee=<amount>: '%s'"),
149151
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -mintxfee=<amount>: '%s'"),
150152
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s'"),
@@ -172,7 +174,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
172174
QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"),
173175
QT_TRANSLATE_NOOP("bitcoin-core", "SSL options: (see the Bitcoin Wiki for SSL setup instructions)"),
174176
QT_TRANSLATE_NOOP("bitcoin-core", "Select the version of socks proxy to use (4-5, default: 5)"),
175-
QT_TRANSLATE_NOOP("bitcoin-core", "Send command to -server or bitcoind"),
177+
QT_TRANSLATE_NOOP("bitcoin-core", "Send command to Bitcoin server"),
176178
QT_TRANSLATE_NOOP("bitcoin-core", "Send commands to node running on <ip> (default: 127.0.0.1)"),
177179
QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"),
178180
QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to debugger"),
@@ -191,6 +193,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"),
191193
QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"),
192194
QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)"),
193195
QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"),
196+
QT_TRANSLATE_NOOP("bitcoin-core", "Start Bitcoin server"),
194197
QT_TRANSLATE_NOOP("bitcoin-core", "System error: "),
195198
QT_TRANSLATE_NOOP("bitcoin-core", "This help message"),
196199
QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: 100)"),
@@ -202,6 +205,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind r
202205
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -socks proxy version requested: %i"),
203206
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
204207
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrade wallet to latest format"),
208+
QT_TRANSLATE_NOOP("bitcoin-core", "Usage (deprecated, use bitcoin-cli):"),
205209
QT_TRANSLATE_NOOP("bitcoin-core", "Usage:"),
206210
QT_TRANSLATE_NOOP("bitcoin-core", "Use OpenSSL (https) for JSON-RPC connections"),
207211
QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: 0)"),

0 commit comments

Comments
 (0)