2fa8de052bdb23a99e3a6580b82a3db11534a3c3
[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", "Don't attempt to use UPnP to map the listening port\n"),
22 QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to use UPnP to map the listening port\n"),
23 QT_TRANSLATE_NOOP("bitcoin-core", "Fee per KB to add to transactions you send\n"),
24 QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands\n"),
25 QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands\n"),
26 QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network\n"),
27 QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections\n"),
28 QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections\n"),
29 QT_TRANSLATE_NOOP("bitcoin-core", "Listen for JSON-RPC connections on <port> (default: 8332)\n"),
30 QT_TRANSLATE_NOOP("bitcoin-core", "Allow JSON-RPC connections from specified IP address\n"),
31 QT_TRANSLATE_NOOP("bitcoin-core", "Send commands to node running on <ip> (default: 127.0.0.1)\n"),
32 QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: 100)\n"),
33 QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions\n"),
34 QT_TRANSLATE_NOOP("bitcoin-core", ""
35 "\n"
36 "SSL options: (see the Bitcoin Wiki for SSL setup instructions)\n"),
37 QT_TRANSLATE_NOOP("bitcoin-core", "Use OpenSSL (https) for JSON-RPC connections\n"),
38 QT_TRANSLATE_NOOP("bitcoin-core", "Server certificate file (default: server.cert)\n"),
39 QT_TRANSLATE_NOOP("bitcoin-core", "Server private key (default: server.pem)\n"),
40 QT_TRANSLATE_NOOP("bitcoin-core", ""
41 "Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:"
42 "@STRENGTH)\n"),
43 QT_TRANSLATE_NOOP("bitcoin-core", "This help message\n"),
44 QT_TRANSLATE_NOOP("bitcoin-core", ""
45 "Cannot obtain a lock on data directory %s.  Bitcoin is probably already "
46 "running."),
47 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading addr.dat      \n"),
48 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading blkindex.dat      \n"),
49 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat      \n"),
50 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address"),
51 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>"),
52 QT_TRANSLATE_NOOP("bitcoin-core", ""
53 "Warning: -paytxfee is set very high.  This is the transaction fee you will "
54 "pay if you send a transaction."),
55 QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Disk space is low  "),
56 QT_TRANSLATE_NOOP("bitcoin-core", ""
57 "Error: This transaction requires a transaction fee of at least %s because of "
58 "its amount, complexity, or use of recently received funds  "),
59 QT_TRANSLATE_NOOP("bitcoin-core", "Error: Transaction creation failed  "),
60 QT_TRANSLATE_NOOP("bitcoin-core", "Sending..."),
61 QT_TRANSLATE_NOOP("bitcoin-core", ""
62 "Error: The transaction was rejected.  This might happen if some of the coins "
63 "in your wallet were already spent, such as if you used a copy of wallet.dat "
64 "and coins were spent in the copy but not marked as spent here."),
65 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount"),
66 QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
67 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid bitcoin address"),
68 QT_TRANSLATE_NOOP("bitcoin-core", ""
69 "Unable to bind to port %d on this computer.  Bitcoin is probably already "
70 "running."),
71 QT_TRANSLATE_NOOP("bitcoin-core", "To use the %s option"),
72 QT_TRANSLATE_NOOP("bitcoin-core", ""
73 "Warning: %s, you must set rpcpassword=<password>\n"
74 "in the configuration file: %s\n"
75 "If the file does not exist, create it with owner-readable-only file "
76 "permissions.\n"),
77 QT_TRANSLATE_NOOP("bitcoin-core", ""
78 "You must set rpcpassword=<password> in the configuration file:\n"
79 "%s\n"
80 "If the file does not exist, create it with owner-readable-only file "
81 "permissions."),
82 QT_TRANSLATE_NOOP("bitcoin-core", ""
83 "Warning: Please check that your computer's date and time are correct.  If "
84 "your clock is wrong Bitcoin will not work properly."),
85 QT_TRANSLATE_NOOP("bitcoin-core", "-beta"),
86 };