diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp
index 92a511adb9..5bd1517091 100644
--- a/src/qt/bitcoinstrings.cpp
+++ b/src/qt/bitcoinstrings.cpp
@@ -109,13 +109,24 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Transaction creation failed!"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Wallet locked, unable to create transaction!"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error: could not start node"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Error: system error: "),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
+QT_TRANSLATE_NOOP("bitcoin-core", "Failed to read block info"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Failed to read block"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Failed to sync block index"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write block index"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write block info"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write block"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write file info"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to coin database"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write transaction index"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write undo data"),
QT_TRANSLATE_NOOP("bitcoin-core", "Fee per KB to add to transactions you send"),
QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using DNS lookup (default: 1 unless -connect)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using internet relay chat (default: 0)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins"),
QT_TRANSLATE_NOOP("bitcoin-core", "Get help for a command"),
-QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 2500, 0 = all)"),
+QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 288, 0 = all)"),
QT_TRANSLATE_NOOP("bitcoin-core", "How thorough the block verification is (0-4, default: 3)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Importing blocks from block database..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file"),
@@ -163,6 +174,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout in milliseconds (d
QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"),
QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"),
+QT_TRANSLATE_NOOP("bitcoin-core", "System error: "),
QT_TRANSLATE_NOOP("bitcoin-core", "This help message"),
QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: 100)"),
QT_TRANSLATE_NOOP("bitcoin-core", "To use the %s option"),
diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts
index 4895e9ba4e..18249b1669 100644
--- a/src/qt/locale/bitcoin_en.ts
+++ b/src/qt/locale/bitcoin_en.ts
@@ -15,12 +15,7 @@
<b>Bitcoin</b> version
-
-
- Copyright © 2009-2012 The Bitcoin developers
-
-
-
+
+
+
+
+ Copyright
+
+
+
+
+ 2009-%1 The Bitcoin developers
+
AddressBookPage
@@ -713,7 +718,7 @@ Address: %4
ClientModel
-
+
Network Alert
@@ -2174,12 +2179,12 @@ Address: %4
Bitcoin version
-
+
Usage:
-
+
Send command to -server or bitcoind
@@ -2214,12 +2219,12 @@ Address: %4
Generate coins
-
+
Don't generate coins
-
+
Specify data directory
@@ -2239,22 +2244,22 @@ Address: %4
Maintain at most <n> connections to peers (default: 125)
-
+
Connect to a node to retrieve peer addresses, and disconnect
-
+
Specify your own public address
-
+
Threshold for disconnecting misbehaving peers (default: 100)
-
+
Number of seconds to keep misbehaving peers from reconnecting (default: 86400)
@@ -2274,17 +2279,17 @@ Address: %4
Accept command line and JSON-RPC commands
-
+
Run in the background as a daemon and accept commands
-
+
Use the test network
-
+
Accept connections from outside (default: 1 if no -proxy or -connect)
@@ -2425,16 +2430,76 @@ If the file does not exist, create it with owner-readable-only file permissions.
+
+ Error: system error:
+
+
+
Failed to listen on any port. Use -listen=0 if you want this.
+
+
+
+ Failed to read block info
+
+
+
+
+ Failed to read block
+
+
+
+
+ Failed to sync block index
+
+
+
+
+ Failed to write block index
+
+
+
+
+ Failed to write block info
+
+
+
+
+ Failed to write block
+
+
+
+
+ Failed to write file info
+
+
+
+
+ Failed to write to coin database
+
+
+
+
+ Failed to write transaction index
+
+
+
+
+ Failed to write undo data
+
Find peers using DNS lookup (default: 1 unless -connect)
-
+
+
+ How many blocks to check at startup (default: 288, 0 = all)
+
+
+
How thorough the block verification is (0-4, default: 3)
@@ -2544,7 +2609,12 @@ If the file does not exist, create it with owner-readable-only file permissions.
Specify connection timeout in milliseconds (default: 5000)
-
+
+
+ System error:
+
+
+
Use UPnP to map the listening port (default: 0)
@@ -2584,32 +2654,32 @@ If the file does not exist, create it with owner-readable-only file permissions.
wallet.dat corrupt, salvage failed
-
+
Password for JSON-RPC connections
-
+
Allow JSON-RPC connections from specified IP address
-
+
Send commands to node running on <ip> (default: 127.0.0.1)
-
+
Execute command when the best block changes (%s in cmd is replaced by block hash)
-
+
Upgrade wallet to latest format
-
+
Set key pool size to <n> (default: 100)
@@ -2619,17 +2689,12 @@ If the file does not exist, create it with owner-readable-only file permissions.
Rescan the block chain for missing wallet transactions
-
-
- How many blocks to check at startup (default: 2500, 0 = all)
-
-
-
+
Use OpenSSL (https) for JSON-RPC connections
-
+
Server certificate file (default: server.cert)
@@ -2639,12 +2704,12 @@ If the file does not exist, create it with owner-readable-only file permissions.
Server private key (default: server.pem)
-
+
Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)
-
+
This help message
@@ -2654,7 +2719,7 @@ If the file does not exist, create it with owner-readable-only file permissions.
Unable to bind to %s on this computer (bind returned error %d, %s)
-
+
Connect through socks proxy
@@ -2664,12 +2729,12 @@ If the file does not exist, create it with owner-readable-only file permissions.
Allow DNS lookups for -addnode, -seednode and -connect
-
+
Loading addresses...
-
+
Error loading wallet.dat: Wallet corrupted
@@ -2679,7 +2744,7 @@ If the file does not exist, create it with owner-readable-only file permissions.
Error loading wallet.dat: Wallet requires newer version of Bitcoin
-
+
Verifying block database integrity...
@@ -2694,17 +2759,17 @@ If the file does not exist, create it with owner-readable-only file permissions.
Wallet needed to be rewritten: restart Bitcoin to complete
-
+
Error loading wallet.dat
-
+
Invalid -proxy address: '%s'
-
+
Unknown network specified in -onlynet: '%s'
@@ -2714,7 +2779,7 @@ If the file does not exist, create it with owner-readable-only file permissions.
Unknown -socks proxy version requested: %i
-
+
Cannot resolve -bind address: '%s'
@@ -2724,17 +2789,17 @@ If the file does not exist, create it with owner-readable-only file permissions.
Cannot resolve -externalip address: '%s'
-
+
Invalid amount for -paytxfee=<amount>: '%s'
-
+
Error: could not start node
-
+
Invalid amount
@@ -2749,7 +2814,7 @@ If the file does not exist, create it with owner-readable-only file permissions.
Loading block index...
-
+
Add a node to connect to and attempt to keep the connection open
@@ -2759,7 +2824,7 @@ If the file does not exist, create it with owner-readable-only file permissions.
Unable to bind to %s on this computer. Bitcoin is probably already running.
-
+
Find peers using internet relay chat (default: 0)
@@ -2774,7 +2839,7 @@ If the file does not exist, create it with owner-readable-only file permissions.
Loading wallet...
-
+
Cannot downgrade wallet
@@ -2789,22 +2854,22 @@ If the file does not exist, create it with owner-readable-only file permissions.
Cannot write default address
-
+
Rescanning...
-
+
Done loading
-
+
To use the %s option
-
+
Error