Skip to content

Commit 2f3308f

Browse files
committed
Translation update 2014-04
Push new English translation, as well as pull other translations that changed since last month.
1 parent 61d388d commit 2f3308f

File tree

8 files changed

+1415
-1046
lines changed

8 files changed

+1415
-1046
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
3636
"Cannot obtain a lock on data directory %s. Bitcoin Core is probably already "
3737
"running."),
3838
QT_TRANSLATE_NOOP("bitcoin-core", ""
39+
"Continuously rate-limit free transactions to <n>*1000 bytes per minute "
40+
"(default:15)"),
41+
QT_TRANSLATE_NOOP("bitcoin-core", ""
3942
"Enter regression test mode, which uses a special chain in which blocks can "
4043
"be solved instantly. This is intended for regression testing tools and app "
4144
"development."),
@@ -61,6 +64,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
6164
"Execute command when the best block changes (%s in cmd is replaced by block "
6265
"hash)"),
6366
QT_TRANSLATE_NOOP("bitcoin-core", ""
67+
"Fees smaller than this are considered zero fee (for transaction creation) "
68+
"(default:"),
69+
QT_TRANSLATE_NOOP("bitcoin-core", ""
70+
"Flush database activity from memory pool to disk log every <n> megabytes "
71+
"(default: 100)"),
72+
QT_TRANSLATE_NOOP("bitcoin-core", ""
73+
"How thorough the block verification of -checkblocks is (0-4, default: 3)"),
74+
QT_TRANSLATE_NOOP("bitcoin-core", ""
75+
"In this mode -genproclimit controls how many blocks are generated "
76+
"immediately."),
77+
QT_TRANSLATE_NOOP("bitcoin-core", ""
6478
"Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332)"),
6579
QT_TRANSLATE_NOOP("bitcoin-core", ""
6680
"Number of seconds to keep misbehaving peers from reconnecting (default: "
@@ -70,8 +84,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
7084
QT_TRANSLATE_NOOP("bitcoin-core", ""
7185
"Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"),
7286
QT_TRANSLATE_NOOP("bitcoin-core", ""
73-
"Set the number of script verification threads (up to 16, 0 = auto, <0 = "
74-
"leave that many cores free, default: 0)"),
87+
"Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
88+
"leave that many cores free, default: %d)"),
89+
QT_TRANSLATE_NOOP("bitcoin-core", ""
90+
"Set the processor limit for when generation is on (-1 = unlimited, default: "
91+
"-1)"),
7592
QT_TRANSLATE_NOOP("bitcoin-core", ""
7693
"This is a pre-release test build - use at your own risk - do not use for "
7794
"mining or merchant applications"),
@@ -105,6 +122,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
105122
"%s\n"
106123
"If the file does not exist, create it with owner-readable-only file "
107124
"permissions."),
125+
QT_TRANSLATE_NOOP("bitcoin-core", "(default: 1)"),
126+
QT_TRANSLATE_NOOP("bitcoin-core", "(default: wallet.dat)"),
108127
QT_TRANSLATE_NOOP("bitcoin-core", "<category> can be:"),
109128
QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"),
110129
QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
@@ -113,7 +132,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and
113132
QT_TRANSLATE_NOOP("bitcoin-core", "Allow JSON-RPC connections from specified IP address"),
114133
QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat"),
115134
QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin Core Daemon"),
116-
QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin RPC client version"),
135+
QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin Core RPC client version"),
117136
QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"),
118137
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
119138
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"),
@@ -124,7 +143,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"),
124143
QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS proxy"),
125144
QT_TRANSLATE_NOOP("bitcoin-core", "Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332)"),
126145
QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"),
146+
QT_TRANSLATE_NOOP("bitcoin-core", "Connection options:"),
127147
QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
148+
QT_TRANSLATE_NOOP("bitcoin-core", "Debugging/Testing options:"),
149+
QT_TRANSLATE_NOOP("bitcoin-core", "Disable safemode, override a real safe mode event (default: 0)"),
128150
QT_TRANSLATE_NOOP("bitcoin-core", "Discover own IP address (default: 1 when listening and no -externalip)"),
129151
QT_TRANSLATE_NOOP("bitcoin-core", "Do not load the wallet and disable wallet RPC calls"),
130152
QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"),
@@ -152,11 +174,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to coin database"),
152174
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write transaction index"),
153175
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write undo data"),
154176
QT_TRANSLATE_NOOP("bitcoin-core", "Fee per kB to add to transactions you send"),
177+
QT_TRANSLATE_NOOP("bitcoin-core", "Fees smaller than this are considered zero fee (for relaying) (default:"),
155178
QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using DNS lookup (default: 1 unless -connect)"),
179+
QT_TRANSLATE_NOOP("bitcoin-core", "Force safe mode (default: 0)"),
156180
QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins (default: 0)"),
157181
QT_TRANSLATE_NOOP("bitcoin-core", "Get help for a command"),
158182
QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 288, 0 = all)"),
159-
QT_TRANSLATE_NOOP("bitcoin-core", "How thorough the block verification is (0-4, default: 3)"),
160183
QT_TRANSLATE_NOOP("bitcoin-core", "If <category> is not supplied, output all debugging information."),
161184
QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file"),
162185
QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
@@ -168,11 +191,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -minrelaytxfee=<amount>: '
168191
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -mintxfee=<amount>: '%s'"),
169192
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s'"),
170193
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount"),
194+
QT_TRANSLATE_NOOP("bitcoin-core", "Limit size of signature cache to <n> entries (default: 50000)"),
171195
QT_TRANSLATE_NOOP("bitcoin-core", "List commands"),
172196
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: 8333 or testnet: 18333)"),
173197
QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."),
174198
QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
175199
QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
200+
QT_TRANSLATE_NOOP("bitcoin-core", "Log transaction priority and fee per kB when mining blocks (default: 0)"),
176201
QT_TRANSLATE_NOOP("bitcoin-core", "Maintain a full transaction index (default: 0)"),
177202
QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most <n> connections to peers (default: 125)"),
178203
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)"),
@@ -183,14 +208,21 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network <net> (IPv4,
183208
QT_TRANSLATE_NOOP("bitcoin-core", "Options:"),
184209
QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"),
185210
QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp (default: 1)"),
211+
QT_TRANSLATE_NOOP("bitcoin-core", "Print block on startup, if found in block index"),
212+
QT_TRANSLATE_NOOP("bitcoin-core", "Print block tree on startup (default: 0)"),
213+
QT_TRANSLATE_NOOP("bitcoin-core", "RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)"),
186214
QT_TRANSLATE_NOOP("bitcoin-core", "RPC client options:"),
215+
QT_TRANSLATE_NOOP("bitcoin-core", "RPC server options:"),
216+
QT_TRANSLATE_NOOP("bitcoin-core", "Randomly drop 1 of every <n> network messages"),
217+
QT_TRANSLATE_NOOP("bitcoin-core", "Randomly fuzz 1 of every <n> network messages"),
187218
QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild block chain index from current blk000??.dat files"),
188219
QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions"),
189220
QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
221+
QT_TRANSLATE_NOOP("bitcoin-core", "Run a thread to flush wallet periodically (default: 1)"),
190222
QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"),
191223
QT_TRANSLATE_NOOP("bitcoin-core", "SSL options: (see the Bitcoin Wiki for SSL setup instructions)"),
192224
QT_TRANSLATE_NOOP("bitcoin-core", "Select SOCKS version for -proxy (4 or 5, default: 5)"),
193-
QT_TRANSLATE_NOOP("bitcoin-core", "Send command to Bitcoin server"),
225+
QT_TRANSLATE_NOOP("bitcoin-core", "Send command to Bitcoin Core"),
194226
QT_TRANSLATE_NOOP("bitcoin-core", "Send commands to node running on <ip> (default: 127.0.0.1)"),
195227
QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"),
196228
QT_TRANSLATE_NOOP("bitcoin-core", "Server certificate file (default: server.cert)"),
@@ -200,6 +232,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: 100)"),
200232
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: %d)"),
201233
QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: 0)"),
202234
QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: 4)"),
235+
QT_TRANSLATE_NOOP("bitcoin-core", "Sets the DB_PRIVATE flag in the wallet db environment (default: 1)"),
236+
QT_TRANSLATE_NOOP("bitcoin-core", "Show all debugging options (usage: --help -help-debug)"),
237+
QT_TRANSLATE_NOOP("bitcoin-core", "Show benchmark information (default: 0)"),
203238
QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),
204239
QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"),
205240
QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: bitcoin.conf)"),
@@ -209,7 +244,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"),
209244
QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)"),
210245
QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"),
211246
QT_TRANSLATE_NOOP("bitcoin-core", "Spend unconfirmed change when sending transactions (default: 1)"),
212-
QT_TRANSLATE_NOOP("bitcoin-core", "Start Bitcoin server"),
247+
QT_TRANSLATE_NOOP("bitcoin-core", "Start Bitcoin Core Daemon"),
213248
QT_TRANSLATE_NOOP("bitcoin-core", "System error: "),
214249
QT_TRANSLATE_NOOP("bitcoin-core", "This help message"),
215250
QT_TRANSLATE_NOOP("bitcoin-core", "This is intended for regression testing tools and app development."),
@@ -240,6 +275,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Deprecated argument -debugnet ignore
240275
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"),
241276
QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"),
242277
QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
278+
QT_TRANSLATE_NOOP("bitcoin-core", "on startup"),
243279
QT_TRANSLATE_NOOP("bitcoin-core", "version"),
244280
QT_TRANSLATE_NOOP("bitcoin-core", "wallet.dat corrupt, salvage failed"),
245281
};

0 commit comments

Comments
 (0)