fix warnings: unused variable 'XX' [-Wunused-variable]
[novacoin.git] / src / qt / bitcoinstrings.cpp
1 #include <QtGlobal>
2 // Automatically generated by extract_strings.py
3 #ifdef __GNUC__
4 #define UNUSED __attribute__((unused))
5 #else
6 #define UNUSED
7 #endif
8 static const char UNUSED *bitcoin_strings[] = {QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin version"),
9 QT_TRANSLATE_NOOP("bitcoin-core", "Usage:"),
10 QT_TRANSLATE_NOOP("bitcoin-core", "Send command to -server or bitcoind\n"),
11 QT_TRANSLATE_NOOP("bitcoin-core", "List commands\n"),
12 QT_TRANSLATE_NOOP("bitcoin-core", "Get help for a command\n"),
13 QT_TRANSLATE_NOOP("bitcoin-core", "Options:\n"),
14 QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: bitcoin.conf)\n"),
15 QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)\n"),
16 QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins\n"),
17 QT_TRANSLATE_NOOP("bitcoin-core", "Don't generate coins\n"),
18 QT_TRANSLATE_NOOP("bitcoin-core", "Start minimized\n"),
19 QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory\n"),
20 QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout (in milliseconds)\n"),
21 QT_TRANSLATE_NOOP("bitcoin-core", "Connect through socks4 proxy\n"),
22 QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for addnode and connect\n"),
23 QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to\n"),
24 QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node\n"),
25 QT_TRANSLATE_NOOP("bitcoin-core", "Don't accept connections from outside\n"),
26 QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: 100)\n"),
27 QT_TRANSLATE_NOOP("bitcoin-core", ""
28 "Number of seconds to keep misbehaving peers from reconnecting (default: "
29 "86400)\n"),
30 QT_TRANSLATE_NOOP("bitcoin-core", "Don't attempt to use UPnP to map the listening port\n"),
31 QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to use UPnP to map the listening port\n"),
32 QT_TRANSLATE_NOOP("bitcoin-core", "Fee per kB to add to transactions you send\n"),
33 QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands\n"),
34 QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands\n"),
35 QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network\n"),
36 QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections\n"),
37 QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections\n"),
38 QT_TRANSLATE_NOOP("bitcoin-core", "Listen for JSON-RPC connections on <port> (default: 8332)\n"),
39 QT_TRANSLATE_NOOP("bitcoin-core", "Allow JSON-RPC connections from specified IP address\n"),
40 QT_TRANSLATE_NOOP("bitcoin-core", "Send commands to node running on <ip> (default: 127.0.0.1)\n"),
41 QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: 100)\n"),
42 QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions\n"),
43 QT_TRANSLATE_NOOP("bitcoin-core", ""
44 "\n"
45 "SSL options: (see the Bitcoin Wiki for SSL setup instructions)\n"),
46 QT_TRANSLATE_NOOP("bitcoin-core", "Use OpenSSL (https) for JSON-RPC connections\n"),
47 QT_TRANSLATE_NOOP("bitcoin-core", "Server certificate file (default: server.cert)\n"),
48 QT_TRANSLATE_NOOP("bitcoin-core", "Server private key (default: server.pem)\n"),
49 QT_TRANSLATE_NOOP("bitcoin-core", ""
50 "Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:"
51 "@STRENGTH)\n"),
52 QT_TRANSLATE_NOOP("bitcoin-core", "This help message\n"),
53 QT_TRANSLATE_NOOP("bitcoin-core", ""
54 "Cannot obtain a lock on data directory %s.  Bitcoin is probably already "
55 "running."),
56 QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."),
57 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading addr.dat      \n"),
58 QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
59 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading blkindex.dat      \n"),
60 QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
61 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet corrupted      \n"),
62 QT_TRANSLATE_NOOP("bitcoin-core", ""
63 "Error loading wallet.dat: Wallet requires newer version of Bitcoin      \n"),
64 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat      \n"),
65 QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
66 QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
67 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address"),
68 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>"),
69 QT_TRANSLATE_NOOP("bitcoin-core", ""
70 "Warning: -paytxfee is set very high.  This is the transaction fee you will "
71 "pay if you send a transaction."),
72 QT_TRANSLATE_NOOP("bitcoin-core", "Error: CreateThread(StartNode) failed"),
73 QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Disk space is low  "),
74 QT_TRANSLATE_NOOP("bitcoin-core", ""
75 "Unable to bind to port %d on this computer.  Bitcoin is probably already "
76 "running."),
77 QT_TRANSLATE_NOOP("bitcoin-core", ""
78 "Warning: Please check that your computer's date and time are correct.  If "
79 "your clock is wrong Bitcoin will not work properly."),
80 QT_TRANSLATE_NOOP("bitcoin-core", "beta"),
81 };