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