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