Anoncoin
0.9.4
P2P Digital Currency
Main Page
Namespaces
Classes
Files
File List
File Members
src
qt
anoncoinstrings.cpp
Go to the documentation of this file.
1
2
3
#include <QtGlobal>
4
5
// Automatically generated by extract_strings.py
6
#ifdef __GNUC__
7
#define UNUSED __attribute__((unused))
8
#else
9
#define UNUSED
10
#endif
11
static
const
char
UNUSED
*anoncoin_strings[] = {
12
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
13
"%s, you must set a rpcpassword in the configuration file:\n"
14
"%s\n"
15
"It is recommended you use the following random password:\n"
16
"rpcuser=anoncoinrpc\n"
17
"rpcpassword=%s\n"
18
"(you do not need to remember this password)\n"
19
"The username and password MUST NOT be the same.\n"
20
"If the file does not exist, create it with owner-readable-only file "
21
"permissions.\n"
22
"It is also recommended to set alertnotify so you are notified of problems;\n"
23
"for example: alertnotify=echo %%s | mail -s \"Anoncoin Alert\" admin@foo."
24
"com\n"
),
25
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
26
"Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!"
27
"3DES:@STRENGTH)"
),
28
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
29
"An error occurred while setting up the RPC port %u for listening on IPv4: %s"
),
30
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
31
"An error occurred while setting up the RPC port %u for listening on IPv6, "
32
"falling back to IPv4: %s"
),
33
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
34
"Bind to given address and always listen on it. Use [host]:port notation for "
35
"IPv6"
),
36
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
37
"Cannot obtain a lock on data directory %s. Anoncoin Core is probably already "
38
"running."
),
39
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
40
"Continuously rate-limit free transactions to <n>*1000 bytes per minute "
41
"(default:15)"
),
42
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
43
"Enter regression test mode, which uses a special chain in which blocks can "
44
"be solved instantly. This is intended for regression testing tools and app "
45
"development."
),
46
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
47
"Enter regression test mode, which uses a special chain in which blocks can "
48
"be solved instantly."
),
49
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
50
"Error: Listening for incoming connections failed (listen returned error %s)"
),
51
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
52
"Error: The transaction was rejected! This might happen if some of the coins "
53
"in your wallet were already spent, such as if you used a copy of wallet.dat "
54
"and coins were spent in the copy but not marked as spent here."
),
55
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
56
"Error: This transaction requires a transaction fee of at least %s because of "
57
"its amount, complexity, or use of recently received funds!"
),
58
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
59
"Error: Unsupported argument -socks found. Setting SOCKS version isn't "
60
"possible anymore, only SOCKS5 proxies are supported."
),
61
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
62
"Execute command when a relevant alert is received or we see a really long "
63
"fork (%s in cmd is replaced by message)"
),
64
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
65
"Execute command when a wallet transaction changes (%s in cmd is replaced by "
66
"TxID)"
),
67
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
68
"Execute command when the best block changes (%s in cmd is replaced by block "
69
"hash)"
),
70
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
71
"Fees smaller than this are considered zero fee (for transaction creation) "
72
"(default:"
),
73
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
74
"Flush database activity from memory pool to disk log every <n> megabytes "
75
"(default: 100)"
),
76
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
77
"How thorough the block verification of -checkblocks is (0-4, default: 3)"
),
78
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
79
"In this mode -genproclimit controls how many blocks are generated "
80
"immediately."
),
81
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
82
"Listen for JSON-RPC connections on <port> (default: 9332 or testnet: 19332)"
),
83
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
84
"Number of seconds to keep misbehaving peers from reconnecting (default: "
85
"86400)"
),
86
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
87
"Output debugging information (default: 0, supplying <category> is optional)"
),
88
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
89
"Query for peer addresses via DNS lookup, if low on addresses (default: 1 "
90
"unless -connect)"
),
91
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
92
"Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"
),
93
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
94
"Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
95
"leave that many cores free, default: %d)"
),
96
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
97
"Set the processor limit for when generation is on (-1 = unlimited, default: "
98
"-1)"
),
99
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
100
"This is a pre-release test build - use at your own risk - do not use for "
101
"mining or merchant applications"
),
102
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
103
"Unable to bind to %s on this computer. Anoncoin Core is probably already "
104
"running."
),
105
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
106
"Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -"
107
"proxy)"
),
108
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
109
"Warning: -paytxfee is set very high! This is the transaction fee you will "
110
"pay if you send a transaction."
),
111
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
112
"Warning: Please check that your computer's date and time are correct! If "
113
"your clock is wrong Anoncoin will not work properly."
),
114
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
115
"Warning: The network does not appear to fully agree! Some miners appear to "
116
"be experiencing issues."
),
117
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
118
"Warning: We do not appear to fully agree with our peers! You may need to "
119
"upgrade, or other nodes may need to upgrade."
),
120
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
121
"Warning: error reading wallet.dat! All keys read correctly, but transaction "
122
"data or address book entries might be missing or incorrect."
),
123
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
124
"Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
125
"wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
126
"you should restore from a backup."
),
127
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
""
128
"You must set rpcpassword=<password> in the configuration file:\n"
129
"%s\n"
130
"If the file does not exist, create it with owner-readable-only file "
131
"permissions."
),
132
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"(default: 1)"
),
133
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"(default: wallet.dat)"
),
134
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"<category> can be:"
),
135
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Accept command line and JSON-RPC commands"
),
136
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Accept connections from outside (default: 1 if no -proxy or -connect)"
),
137
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Add a node to connect to and attempt to keep the connection open"
),
138
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Allow DNS lookups for -addnode, -seednode and -connect"
),
139
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Allow JSON-RPC connections from specified IP address"
),
140
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Always query for peer addresses via DNS lookup (default: 0)"
),
141
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Anoncoin Core Daemon"
),
142
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Anoncoin Core RPC client version"
),
143
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Attempt to recover private keys from a corrupt wallet.dat"
),
144
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Block creation options:"
),
145
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Cannot downgrade wallet"
),
146
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Cannot resolve -bind address: '%s'"
),
147
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Cannot resolve -externalip address: '%s'"
),
148
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Cannot write default address"
),
149
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Clear list of wallet transactions (diagnostic tool; implies -rescan)"
),
150
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Connect only to the specified node(s)"
),
151
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Connect through SOCKS5 proxy"
),
152
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Connect to JSON-RPC on <port> (default: 9332 or testnet: 19332)"
),
153
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Connect to a node to retrieve peer addresses, and disconnect"
),
154
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Connection options:"
),
155
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Corrupted block database detected"
),
156
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Debugging/Testing options:"
),
157
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Disable safemode, override a real safe mode event (default: 0)"
),
158
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Discover own IP address (default: 1 when listening and no -externalip)"
),
159
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Do not load the wallet and disable wallet RPC calls"
),
160
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Do you want to rebuild the block database now?"
),
161
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Done loading"
),
162
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error initializing block database"
),
163
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error initializing wallet database environment %s!"
),
164
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error loading block database"
),
165
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error loading wallet.dat"
),
166
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error loading wallet.dat: Wallet corrupted"
),
167
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error loading wallet.dat: Wallet requires newer version of Anoncoin"
),
168
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error opening block database"
),
169
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error"
),
170
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error: Disk space is low!"
),
171
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error: Unsupported argument -tor found, use -onion."
),
172
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error: Wallet locked, unable to create transaction!"
),
173
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Error: system error: "
),
174
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Failed to listen on any port. Use -listen=0 if you want this."
),
175
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Failed to read block info"
),
176
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Failed to read block"
),
177
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Failed to sync block index"
),
178
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Failed to write block index"
),
179
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Failed to write block info"
),
180
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Failed to write block"
),
181
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Failed to write file info"
),
182
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Failed to write to coin database"
),
183
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Failed to write transaction index"
),
184
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Failed to write undo data"
),
185
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Fee per kB to add to transactions you send"
),
186
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Fees smaller than this are considered zero fee (for relaying) (default:"
),
187
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Force safe mode (default: 0)"
),
188
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Generate coins (default: 0)"
),
189
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Get help for a command"
),
190
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"How many blocks to check at startup (default: 288, 0 = all)"
),
191
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"If <category> is not supplied, output all debugging information."
),
192
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Importing..."
),
193
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Imports blocks from external blk000??.dat file"
),
194
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Incorrect or no genesis block found. Wrong datadir for network?"
),
195
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Information"
),
196
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Initialization sanity check failed. Anoncoin Core is shutting down."
),
197
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Insufficient funds"
),
198
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Invalid -onion address: '%s'"
),
199
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Invalid -proxy address: '%s'"
),
200
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Invalid amount for -minrelaytxfee=<amount>: '%s'"
),
201
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Invalid amount for -mintxfee=<amount>: '%s'"
),
202
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Invalid amount for -paytxfee=<amount>: '%s'"
),
203
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Invalid amount"
),
204
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Keep at most <n> unconnectable blocks in memory (default: %u)"
),
205
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Keep at most <n> unconnectable transactions in memory (default: %u)"
),
206
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Limit size of signature cache to <n> entries (default: 50000)"
),
207
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"List commands"
),
208
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Listen for connections on <port> (default: 9333 or testnet: 19333)"
),
209
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Loading addresses..."
),
210
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Loading block index..."
),
211
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Loading wallet..."
),
212
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Log transaction priority and fee per kB when mining blocks (default: 0)"
),
213
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Maintain a full transaction index (default: 0)"
),
214
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Maintain at most <n> connections to peers (default: 125)"
),
215
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)"
),
216
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)"
),
217
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Node relay options:"
),
218
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Not enough file descriptors available."
),
219
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Only accept block chain matching built-in checkpoints (default: 1)"
),
220
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Only connect to nodes in network <net> (ipv4, ipv6 or onion)"
),
221
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Options:"
),
222
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Password for JSON-RPC connections"
),
223
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Prepend debug output with timestamp (default: 1)"
),
224
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Print block on startup, if found in block index"
),
225
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Print block tree on startup (default: 0)"
),
226
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)"
),
227
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"RPC client options:"
),
228
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"RPC server options:"
),
229
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Randomly drop 1 of every <n> network messages"
),
230
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Randomly fuzz 1 of every <n> network messages"
),
231
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Rebuild block chain index from current blk000??.dat files"
),
232
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Relay and mine data carrier transactions (default: 1)"
),
233
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Rescan the block chain for missing wallet transactions"
),
234
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Rescanning..."
),
235
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Run a thread to flush wallet periodically (default: 1)"
),
236
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Run in the background as a daemon and accept commands"
),
237
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"SSL options: (see the Bitcoin Wiki for SSL setup instructions)"
),
238
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Send command to Anoncoin Core"
),
239
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Send commands to node running on <ip> (default: 127.0.0.1)"
),
240
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Send trace/debug info to console instead of debug.log file"
),
241
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Server certificate file (default: server.cert)"
),
242
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Server private key (default: server.pem)"
),
243
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Set database cache size in megabytes (%d to %d, default: %d)"
),
244
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Set key pool size to <n> (default: 100)"
),
245
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Set maximum block size in bytes (default: %d)"
),
246
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Set minimum block size in bytes (default: 0)"
),
247
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Set the number of threads to service RPC calls (default: 4)"
),
248
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Sets the DB_PRIVATE flag in the wallet db environment (default: 1)"
),
249
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Show all debugging options (usage: --help -help-debug)"
),
250
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Show benchmark information (default: 0)"
),
251
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Shrink debug.log file on client startup (default: 1 when no -debug)"
),
252
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Signing transaction failed"
),
253
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Specify configuration file (default: anoncoin.conf)"
),
254
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Specify connection timeout in milliseconds (default: 5000)"
),
255
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Specify data directory"
),
256
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Specify pid file (default: anoncoind.pid)"
),
257
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Specify wallet file (within data directory)"
),
258
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Specify your own public address"
),
259
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Spend unconfirmed change when sending transactions (default: 1)"
),
260
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Start Anoncoin Core Daemon"
),
261
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"System error: "
),
262
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"This help message"
),
263
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"This is intended for regression testing tools and app development."
),
264
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Threshold for disconnecting misbehaving peers (default: 100)"
),
265
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"To use the %s option"
),
266
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Transaction amount too small"
),
267
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Transaction amounts must be positive"
),
268
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Transaction too large"
),
269
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Unable to bind to %s on this computer (bind returned error %s)"
),
270
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Unknown network specified in -onlynet: '%s'"
),
271
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Upgrade wallet to latest format"
),
272
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Usage (deprecated, use anoncoin-cli):"
),
273
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Usage:"
),
274
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Use OpenSSL (https) for JSON-RPC connections"
),
275
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Use UPnP to map the listening port (default: 0)"
),
276
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Use UPnP to map the listening port (default: 1 when listening)"
),
277
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Use the test network"
),
278
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Username for JSON-RPC connections"
),
279
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Verifying blocks..."
),
280
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Verifying wallet..."
),
281
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Wait for RPC server to start"
),
282
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Wallet %s resides outside data directory %s"
),
283
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Wallet needed to be rewritten: restart Anoncoin to complete"
),
284
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Wallet options:"
),
285
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Warning"
),
286
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Warning: Deprecated argument -debugnet ignored, use -debug=net"
),
287
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Warning: This version is obsolete, upgrade required!"
),
288
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"You need to rebuild the database using -reindex to change -txindex"
),
289
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"Zapping all transactions from wallet..."
),
290
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"on startup"
),
291
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"version"
),
292
QT_TRANSLATE_NOOP(
"anoncoin-core"
,
"wallet.dat corrupt, salvage failed"
),
293
};
UNUSED
#define UNUSED
Definition:
anoncoinstrings.cpp:9
Generated on Fri Feb 6 2015 10:48:07 for Anoncoin by
1.8.9.1