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