1
1
#include < QtGlobal>
2
2
// Automatically generated by extract_strings.py
3
- static const char *bitcoin_strings[] = {QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin version" ),
3
+ static const char *bitcoin_strings[] = {QT_TRANSLATE_NOOP (" bitcoin-core" , " "
4
+ " Unable to bind to port %d on this computer. Bitcoin is probably already "
5
+ " running." ),
6
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: Disk space is low " ),
7
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin version" ),
4
8
QT_TRANSLATE_NOOP (" bitcoin-core" , " Usage:" ),
5
9
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send command to -server or bitcoind" ),
6
10
QT_TRANSLATE_NOOP (" bitcoin-core" , " List commands" ),
@@ -11,25 +15,30 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"),
11
15
QT_TRANSLATE_NOOP (" bitcoin-core" , " Generate coins" ),
12
16
QT_TRANSLATE_NOOP (" bitcoin-core" , " Don't generate coins" ),
13
17
QT_TRANSLATE_NOOP (" bitcoin-core" , " Start minimized" ),
18
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Show splash screen on startup (default: 1)" ),
14
19
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify data directory" ),
20
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Set database cache size in megabytes (default: 25)" ),
21
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Set database disk log size in megabytes (default: 100)" ),
15
22
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify connection timeout (in milliseconds)" ),
16
23
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect through socks4 proxy" ),
17
24
QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow DNS lookups for addnode and connect" ),
18
25
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for connections on <port> (default: 8333 or testnet: 18333)" ),
19
26
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maintain at most <n> connections to peers (default: 125)" ),
20
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Add a node to connect to" ),
27
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Add a node to connect to and attempt to keep the connection open " ),
21
28
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect only to the specified node" ),
22
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Don't accept connections from outside" ),
23
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Don't bootstrap list of peers using DNS" ),
29
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Find peers using internet relay chat (default: 0)" ),
30
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept connections from outside (default: 1)" ),
31
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Set language, for example \" de_DE\" (default: system locale)" ),
32
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Find peers using DNS lookup (default: 1)" ),
24
33
QT_TRANSLATE_NOOP (" bitcoin-core" , " Threshold for disconnecting misbehaving peers (default: 100)" ),
25
34
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
26
35
" Number of seconds to keep misbehaving peers from reconnecting (default: "
27
36
" 86400)" ),
28
37
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000)" ),
29
38
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection send buffer, <n>*1000 bytes (default: 10000)" ),
30
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Don't attempt to use UPnP to map the listening port" ),
31
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Attempt to use UPnP to map the listening port" ),
32
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee per kB to add to transactions you send" ),
39
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Use Universal Plug and Play to map the listening port (default: 1) " ),
40
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Use Universal Plug and Play to map the listening port (default: 0) " ),
41
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee per KB to add to transactions you send" ),
33
42
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept command line and JSON-RPC commands" ),
34
43
QT_TRANSLATE_NOOP (" bitcoin-core" , " Run in the background as a daemon and accept commands" ),
35
44
QT_TRANSLATE_NOOP (" bitcoin-core" , " Use the test network" ),
@@ -42,8 +51,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"),
42
51
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for JSON-RPC connections on <port> (default: 8332)" ),
43
52
QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow JSON-RPC connections from specified IP address" ),
44
53
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send commands to node running on <ip> (default: 127.0.0.1)" ),
54
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
55
+ " Execute command when the best block changes (%s in cmd is replaced by block "
56
+ " hash)" ),
57
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrade wallet to latest format" ),
45
58
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set key pool size to <n> (default: 100)" ),
46
59
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescan the block chain for missing wallet transactions" ),
60
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " How many blocks to check at startup (default: 2500, 0 = all)" ),
61
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " How thorough the block verification is (0-6, default: 1)" ),
47
62
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
48
63
" \n "
49
64
" SSL options: (see the Bitcoin Wiki for SSL setup instructions)" ),
@@ -54,9 +69,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
54
69
" Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:"
55
70
" @STRENGTH)" ),
56
71
QT_TRANSLATE_NOOP (" bitcoin-core" , " This help message" ),
72
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Usage" ),
57
73
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
58
74
" Cannot obtain a lock on data directory %s. Bitcoin is probably already "
59
75
" running." ),
76
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin" ),
60
77
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading addresses..." ),
61
78
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading addr.dat" ),
62
79
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index..." ),
@@ -66,6 +83,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet corrupted"),
66
83
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading wallet.dat: Wallet requires newer version of Bitcoin" ),
67
84
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart Bitcoin to complete" ),
68
85
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading wallet.dat" ),
86
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot downgrade wallet" ),
87
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot initialize keypool" ),
88
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write default address" ),
69
89
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning..." ),
70
90
QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
71
91
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -proxy address" ),
@@ -74,12 +94,36 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
74
94
" Warning: -paytxfee is set very high. This is the transaction fee you will "
75
95
" pay if you send a transaction." ),
76
96
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: CreateThread(StartNode) failed" ),
77
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: Disk space is low " ),
97
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " To use the %s option " ),
78
98
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
79
- " Unable to bind to port %d on this computer. Bitcoin is probably already "
80
- " running." ),
99
+ " %s, you must set a rpcpassword in the configuration file:\n "
100
+ " %s\n "
101
+ " It is recommended you use the following random password:\n "
102
+ " rpcuser=bitcoinrpc\n "
103
+ " rpcpassword=%s\n "
104
+ " (you do not need to remember this password)\n "
105
+ " If the file does not exist, create it with owner-readable-only file "
106
+ " permissions.\n " ),
107
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error" ),
108
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " An error occured while setting up the RPC port %i for listening: %s" ),
109
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
110
+ " You must set rpcpassword=<password> in the configuration file:\n "
111
+ " %s\n "
112
+ " If the file does not exist, create it with owner-readable-only file "
113
+ " permissions." ),
81
114
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
82
115
" Warning: Please check that your computer's date and time are correct. If "
83
116
" your clock is wrong Bitcoin will not work properly." ),
84
- QT_TRANSLATE_NOOP (" bitcoin-core" , " beta" ),
85
- };
117
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Wallet locked, unable to create transaction " ),
118
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
119
+ " Error: This transaction requires a transaction fee of at least %s because of "
120
+ " its amount, complexity, or use of recently received funds " ),
121
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Transaction creation failed " ),
122
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Sending..." ),
123
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
124
+ " Error: The transaction was rejected. This might happen if some of the coins "
125
+ " in your wallet were already spent, such as if you used a copy of wallet.dat "
126
+ " and coins were spent in the copy but not marked as spent here." ),
127
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount" ),
128
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
129
+ };
0 commit comments