Update CMakeLists.txt - play with openssl
[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[] = {
9 QT_TRANSLATE_NOOP("bitcoin-core", ""
10 "%s, you must set a rpcpassword in the configuration file:\n"
11 " %s\n"
12 "It is recommended you use the following random password:\n"
13 "rpcuser=novacoinrpc\n"
14 "rpcpassword=%s\n"
15 "(you do not need to remember this password)\n"
16 "If the file does not exist, create it with owner-readable-only file "
17 "permissions.\n"),
18 QT_TRANSLATE_NOOP("bitcoin-core", ""
19 "Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:"
20 "@STRENGTH)"),
21 QT_TRANSLATE_NOOP("bitcoin-core", ""
22 "An error occurred while setting up the RPC port %u for listening on IPv4: %s"),
23 QT_TRANSLATE_NOOP("bitcoin-core", ""
24 "An error occurred while setting up the RPC port %u for listening on IPv6, "
25 "falling back to IPv4: %s"),
26 QT_TRANSLATE_NOOP("bitcoin-core", ""
27 "Cannot obtain a lock on data directory %s.  NovaCoin is probably already "
28 "running."),
29 QT_TRANSLATE_NOOP("bitcoin-core", ""
30 "Error initializing database environment %s! To recover, BACKUP THAT "
31 "DIRECTORY, then remove everything from it except for wallet.dat."),
32 QT_TRANSLATE_NOOP("bitcoin-core", ""
33 "Error: The transaction was rejected.  This might happen if some of the coins "
34 "in your wallet were already spent, such as if you used a copy of wallet.dat "
35 "and coins were spent in the copy but not marked as spent here."),
36 QT_TRANSLATE_NOOP("bitcoin-core", ""
37 "Error: This transaction requires a transaction fee of at least %s because of "
38 "its amount, complexity, or use of recently received funds  "),
39 QT_TRANSLATE_NOOP("bitcoin-core", ""
40 "Error: Wallet unlocked for block minting only, unable to create transaction."),
41 QT_TRANSLATE_NOOP("bitcoin-core", ""
42 "Execute command when the best block changes (%s in cmd is replaced by block "
43 "hash)"),
44 QT_TRANSLATE_NOOP("bitcoin-core", ""
45 "Listen for JSON-RPC connections on <port> (default: 8344 or testnet: 18344)"),
46 QT_TRANSLATE_NOOP("bitcoin-core", ""
47 "Number of seconds to keep misbehaving peers from reconnecting (default: "
48 "86400)"),
49 QT_TRANSLATE_NOOP("bitcoin-core", ""
50 "Set maximum size of high-priority/low-fee transactions in bytes (default: "
51 "27000)"),
52 QT_TRANSLATE_NOOP("bitcoin-core", ""
53 "Unable to bind to %s on this computer. NovaCoin is probably already running."),
54 QT_TRANSLATE_NOOP("bitcoin-core", ""
55 "Warning: -paytxfee is set very high! This is the transaction fee you will "
56 "pay if you send a transaction."),
57 QT_TRANSLATE_NOOP("bitcoin-core", ""
58 "Warning: Please check that your computer's date and time are correct! If "
59 "your clock is wrong NovaCoin will not work properly."),
60 QT_TRANSLATE_NOOP("bitcoin-core", ""
61 "Warning: error reading wallet.dat! All keys read correctly, but transaction "
62 "data or address book entries might be missing or incorrect."),
63 QT_TRANSLATE_NOOP("bitcoin-core", ""
64 "Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
65 "wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
66 "you should restore from a backup."),
67 QT_TRANSLATE_NOOP("bitcoin-core", ""
68 "You must set rpcpassword=<password> in the configuration file:\n"
69 "%s\n"
70 "If the file does not exist, create it with owner-readable-only file "
71 "permissions."),
72 QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"),
73 QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
74 QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"),
75 QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
76 QT_TRANSLATE_NOOP("bitcoin-core", "Allow JSON-RPC connections from specified IP address"),
77 QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat"),
78 QT_TRANSLATE_NOOP("bitcoin-core", "Bind to given address. Use [host]:port notation for IPv6"),
79 QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"),
80 QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
81 QT_TRANSLATE_NOOP("bitcoin-core", "Cannot initialize keypool"),
82 QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"),
83 QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -externalip address: '%s'"),
84 QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"),
85 QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"),
86 QT_TRANSLATE_NOOP("bitcoin-core", "Connect through socks proxy"),
87 QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"),
88 QT_TRANSLATE_NOOP("bitcoin-core", "Discover own IP address (default: 1 when listening and no -externalip)"),
89 QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
90 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading blkindex.dat"),
91 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat"),
92 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet corrupted"),
93 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires newer version of NovaCoin"),
94 QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
95 QT_TRANSLATE_NOOP("bitcoin-core", "Error: Transaction creation failed  "),
96 QT_TRANSLATE_NOOP("bitcoin-core", "Error: Wallet locked, unable to create transaction  "),
97 QT_TRANSLATE_NOOP("bitcoin-core", "Error: could not start node"),
98 QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
99 QT_TRANSLATE_NOOP("bitcoin-core", "Fee per KB to add to transactions you send"),
100 QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using DNS lookup (default: 0)"),
101 QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using internet relay chat (default: 1)"),
102 QT_TRANSLATE_NOOP("bitcoin-core", "Get help for a command"),
103 QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 2500, 0 = all)"),
104 QT_TRANSLATE_NOOP("bitcoin-core", "How thorough the block verification is (0-6, default: 1)"),
105 QT_TRANSLATE_NOOP("bitcoin-core", "Importing blockchain data file."),
106 QT_TRANSLATE_NOOP("bitcoin-core", "Importing bootstrap blockchain data file."),
107 QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000?.dat file"),
108 QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
109 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address: '%s'"),
110 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -tor address: '%s'"),
111 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s'"),
112 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -reservebalance=<amount>"),
113 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount"),
114 QT_TRANSLATE_NOOP("bitcoin-core", "List commands"),
115 QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: 7777 or testnet: 17777)"),
116 QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."),
117 QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
118 QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
119 QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most <n> connections to peers (default: 125)"),
120 QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)"),
121 QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)"),
122 QT_TRANSLATE_NOOP("bitcoin-core", "NovaCoin version"),
123 QT_TRANSLATE_NOOP("bitcoin-core", "NovaCoin"),
124 QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network <net> (IPv4, IPv6 or Tor)"),
125 QT_TRANSLATE_NOOP("bitcoin-core", "Options:"),
126 QT_TRANSLATE_NOOP("bitcoin-core", "Output extra debugging information. Implies all other -debug* options"),
127 QT_TRANSLATE_NOOP("bitcoin-core", "Output extra network debugging information"),
128 QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"),
129 QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp"),
130 QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions"),
131 QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
132 QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"),
133 QT_TRANSLATE_NOOP("bitcoin-core", "SSL options: (see the Bitcoin Wiki for SSL setup instructions)"),
134 QT_TRANSLATE_NOOP("bitcoin-core", "Select the version of socks proxy to use (4-5, default: 5)"),
135 QT_TRANSLATE_NOOP("bitcoin-core", "Send command to -server or novacoind"),
136 QT_TRANSLATE_NOOP("bitcoin-core", "Send commands to node running on <ip> (default: 127.0.0.1)"),
137 QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"),
138 QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to debugger"),
139 QT_TRANSLATE_NOOP("bitcoin-core", "Sending..."),
140 QT_TRANSLATE_NOOP("bitcoin-core", "Server certificate file (default: server.cert)"),
141 QT_TRANSLATE_NOOP("bitcoin-core", "Server private key (default: server.pem)"),
142 QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (default: 25)"),
143 QT_TRANSLATE_NOOP("bitcoin-core", "Set database disk log size in megabytes (default: 100)"),
144 QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: 100)"),
145 QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: 250000)"),
146 QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: 0)"),
147 QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),
148 QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: novacoin.conf)"),
149 QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout in milliseconds (default: 5000)"),
150 QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"),
151 QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: novacoind.pid)"),
152 QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"),
153 QT_TRANSLATE_NOOP("bitcoin-core", "This help message"),
154 QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: 100)"),
155 QT_TRANSLATE_NOOP("bitcoin-core", "To use the %s option"),
156 QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %d, %s)"),
157 QT_TRANSLATE_NOOP("bitcoin-core", "Unable to sign checkpoint, wrong checkpointkey?\n"),
158 QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -socks proxy version requested: %i"),
159 QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
160 QT_TRANSLATE_NOOP("bitcoin-core", "Upgrade wallet to latest format"),
161 QT_TRANSLATE_NOOP("bitcoin-core", "Usage:"),
162 QT_TRANSLATE_NOOP("bitcoin-core", "Use OpenSSL (https) for JSON-RPC connections"),
163 QT_TRANSLATE_NOOP("bitcoin-core", "Use proxy to reach tor hidden services (default: same as -proxy)"),
164 QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"),
165 QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"),
166 QT_TRANSLATE_NOOP("bitcoin-core", "Verifying database integrity..."),
167 QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart NovaCoin to complete"),
168 QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Disk space is low!"),
169 QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"),
170 QT_TRANSLATE_NOOP("bitcoin-core", "wallet.dat corrupt, salvage failed"),
171 QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)"),
172 QT_TRANSLATE_NOOP("bitcoin-core", "Use in-memory logging for block index database (default: 1)"),
173 QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using DNS lookup (default: 1)"),
174 QT_TRANSLATE_NOOP("bitcoin-core", "Sync checkpoints policy (default: strict)"),
175 QT_TRANSLATE_NOOP("bitcoin-core", "Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)"),
176 QT_TRANSLATE_NOOP("bitcoin-core", "Require a confirmations for change (default: 0)"),
177 QT_TRANSLATE_NOOP("bitcoin-core", "Enforce transaction scripts to use canonical PUSH operators (default: 1)"),
178 QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of script verification threads (1-16, 0=auto, default: 0)"),
179 QT_TRANSLATE_NOOP("bitcoin-core", "When creating transactions, ignore inputs with value less than this (default: %s)"),
180 };