Extract strings.
This commit is contained in:
parent
90669ece1e
commit
6e20247e3e
@ -275,6 +275,7 @@ QT_TRANSLATE_NOOP("darkcoin-core", "List commands"),
|
||||
QT_TRANSLATE_NOOP("darkcoin-core", "Listen for connections on <port> (default: 9999 or testnet: 19999)"),
|
||||
QT_TRANSLATE_NOOP("darkcoin-core", "Loading addresses..."),
|
||||
QT_TRANSLATE_NOOP("darkcoin-core", "Loading block index..."),
|
||||
QT_TRANSLATE_NOOP("darkcoin-core", "Loading masternode list..."),
|
||||
QT_TRANSLATE_NOOP("darkcoin-core", "Loading wallet... (%3.2f %%)"),
|
||||
QT_TRANSLATE_NOOP("darkcoin-core", "Loading wallet..."),
|
||||
QT_TRANSLATE_NOOP("darkcoin-core", "Log transaction priority and fee per kB when mining blocks (default: 0)"),
|
||||
|
@ -804,7 +804,7 @@ Address: %4
|
||||
<context>
|
||||
<name>ClientModel</name>
|
||||
<message>
|
||||
<location filename="../clientmodel.cpp" line="135"/>
|
||||
<location filename="../clientmodel.cpp" line="164"/>
|
||||
<source>Network Alert</source>
|
||||
<translation>Network Alert</translation>
|
||||
</message>
|
||||
@ -2349,63 +2349,63 @@ https://www.transifex.com/projects/p/darkcoin/</source>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/rpcconsole.ui" line="550"/>
|
||||
<location filename="../rpcconsole.cpp" line="365"/>
|
||||
<location filename="../rpcconsole.cpp" line="367"/>
|
||||
<source>In:</source>
|
||||
<translation>In:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/rpcconsole.ui" line="630"/>
|
||||
<location filename="../rpcconsole.cpp" line="366"/>
|
||||
<location filename="../rpcconsole.cpp" line="368"/>
|
||||
<source>Out:</source>
|
||||
<translation>Out:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="331"/>
|
||||
<location filename="../rpcconsole.cpp" line="333"/>
|
||||
<source>Welcome to the Darkcoin RPC console.</source>
|
||||
<translation>Welcome to the Darkcoin RPC console.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="332"/>
|
||||
<location filename="../rpcconsole.cpp" line="334"/>
|
||||
<source>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.</source>
|
||||
<translation>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="333"/>
|
||||
<location filename="../rpcconsole.cpp" line="335"/>
|
||||
<source>Type <b>help</b> for an overview of available commands.</source>
|
||||
<translation>Type <b>help</b> for an overview of available commands.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="472"/>
|
||||
<location filename="../rpcconsole.cpp" line="474"/>
|
||||
<source>%1 B</source>
|
||||
<translation>%1 B</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="474"/>
|
||||
<location filename="../rpcconsole.cpp" line="476"/>
|
||||
<source>%1 KB</source>
|
||||
<translation>%1 KB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="476"/>
|
||||
<location filename="../rpcconsole.cpp" line="478"/>
|
||||
<source>%1 MB</source>
|
||||
<translation>%1 MB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="478"/>
|
||||
<location filename="../rpcconsole.cpp" line="480"/>
|
||||
<source>%1 GB</source>
|
||||
<translation>%1 GB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="485"/>
|
||||
<location filename="../rpcconsole.cpp" line="487"/>
|
||||
<source>%1 m</source>
|
||||
<translation>%1 m</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="490"/>
|
||||
<location filename="../rpcconsole.cpp" line="492"/>
|
||||
<source>%1 h</source>
|
||||
<translation>%1 h</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="492"/>
|
||||
<location filename="../rpcconsole.cpp" line="494"/>
|
||||
<source>%1 h %2 m</source>
|
||||
<translation>%1 h %2 m</translation>
|
||||
</message>
|
||||
@ -4751,556 +4751,561 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="278"/>
|
||||
<source>Loading masternode list...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="279"/>
|
||||
<source>Loading wallet... (%3.2f %%)</source>
|
||||
<translation>Loading wallet... (%3.2f %%)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="279"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="280"/>
|
||||
<source>Loading wallet...</source>
|
||||
<translation>Loading wallet...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="280"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="281"/>
|
||||
<source>Log transaction priority and fee per kB when mining blocks (default: 0)</source>
|
||||
<translation>Log transaction priority and fee per kB when mining blocks (default: 0)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="281"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="282"/>
|
||||
<source>Maintain a full transaction index (default: 0)</source>
|
||||
<translation>Maintain a full transaction index (default: 0)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="282"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="283"/>
|
||||
<source>Maintain at most <n> connections to peers (default: 125)</source>
|
||||
<translation>Maintain at most <n> connections to peers (default: 125)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="283"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="284"/>
|
||||
<source>Masternode options:</source>
|
||||
<translation>Masternode options:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="284"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="285"/>
|
||||
<source>Masternode queue is full.</source>
|
||||
<translation>Masternode queue is full.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="285"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="286"/>
|
||||
<source>Masternode:</source>
|
||||
<translation>Masternode:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="286"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="287"/>
|
||||
<source>Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)</source>
|
||||
<translation>Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="287"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="288"/>
|
||||
<source>Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)</source>
|
||||
<translation>Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="288"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="289"/>
|
||||
<source>Missing input transaction information.</source>
|
||||
<translation>Missing input transaction information.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="289"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="290"/>
|
||||
<source>No compatible masternode found.</source>
|
||||
<translation>No compatible masternode found.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="290"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="291"/>
|
||||
<source>No funds detected in need of denominating.</source>
|
||||
<translation>No funds detected in need of denominating.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="291"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="292"/>
|
||||
<source>No masternodes detected.</source>
|
||||
<translation>No masternodes detected.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="292"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="293"/>
|
||||
<source>No matching denominations found for mixing.</source>
|
||||
<translation>No matching denominations found for mixing.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="293"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="294"/>
|
||||
<source>Non-standard public key detected.</source>
|
||||
<translation>Non-standard public key detected.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="294"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="295"/>
|
||||
<source>Not compatible with existing transactions.</source>
|
||||
<translation>Not compatible with existing transactions.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="295"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="296"/>
|
||||
<source>Not enough file descriptors available.</source>
|
||||
<translation>Not enough file descriptors available.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="296"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="297"/>
|
||||
<source>Not in the masternode list.</source>
|
||||
<translation>Not in the masternode list.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="297"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="298"/>
|
||||
<source>Only accept block chain matching built-in checkpoints (default: 1)</source>
|
||||
<translation>Only accept block chain matching built-in checkpoints (default: 1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="298"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="299"/>
|
||||
<source>Only connect to nodes in network <net> (IPv4, IPv6 or Tor)</source>
|
||||
<translation>Only connect to nodes in network <net> (IPv4, IPv6 or Tor)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="299"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="300"/>
|
||||
<source>Options:</source>
|
||||
<translation>Options:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="300"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="301"/>
|
||||
<source>Password for JSON-RPC connections</source>
|
||||
<translation>Password for JSON-RPC connections</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="301"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="302"/>
|
||||
<source>Prepend debug output with timestamp (default: 1)</source>
|
||||
<translation>Prepend debug output with timestamp (default: 1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="302"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="303"/>
|
||||
<source>Print block on startup, if found in block index</source>
|
||||
<translation>Print block on startup, if found in block index</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="303"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="304"/>
|
||||
<source>Print block tree on startup (default: 0)</source>
|
||||
<translation>Print block tree on startup (default: 0)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="304"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="305"/>
|
||||
<source>RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)</source>
|
||||
<translation>RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="305"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="306"/>
|
||||
<source>RPC client options:</source>
|
||||
<translation>RPC client options:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="306"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="307"/>
|
||||
<source>RPC server options:</source>
|
||||
<translation>RPC server options:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="307"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="308"/>
|
||||
<source>Randomly drop 1 of every <n> network messages</source>
|
||||
<translation>Randomly drop 1 of every <n> network messages</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="308"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="309"/>
|
||||
<source>Randomly fuzz 1 of every <n> network messages</source>
|
||||
<translation>Randomly fuzz 1 of every <n> network messages</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="309"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="310"/>
|
||||
<source>Rebuild block chain index from current blk000??.dat files</source>
|
||||
<translation>Rebuild block chain index from current blk000??.dat files</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="310"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="311"/>
|
||||
<source>Rescan the block chain for missing wallet transactions</source>
|
||||
<translation>Rescan the block chain for missing wallet transactions</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="311"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="312"/>
|
||||
<source>Rescanning...</source>
|
||||
<translation>Rescanning...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="312"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="313"/>
|
||||
<source>Run a thread to flush wallet periodically (default: 1)</source>
|
||||
<translation>Run a thread to flush wallet periodically (default: 1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="313"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="314"/>
|
||||
<source>Run in the background as a daemon and accept commands</source>
|
||||
<translation>Run in the background as a daemon and accept commands</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="314"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="315"/>
|
||||
<source>SSL options: (see the Bitcoin Wiki for SSL setup instructions)</source>
|
||||
<translation>SSL options: (see the Bitcoin Wiki for SSL setup instructions)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="315"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="316"/>
|
||||
<source>Select SOCKS version for -proxy (4 or 5, default: 5)</source>
|
||||
<translation>Select SOCKS version for -proxy (4 or 5, default: 5)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="316"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="317"/>
|
||||
<source>Send command to Darkcoin Core</source>
|
||||
<translation>Send command to Darkcoin Core</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="317"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="318"/>
|
||||
<source>Send commands to node running on <ip> (default: 127.0.0.1)</source>
|
||||
<translation>Send commands to node running on <ip> (default: 127.0.0.1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="318"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="319"/>
|
||||
<source>Send trace/debug info to console instead of debug.log file</source>
|
||||
<translation>Send trace/debug info to console instead of debug.log file</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="319"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="320"/>
|
||||
<source>Server certificate file (default: server.cert)</source>
|
||||
<translation>Server certificate file (default: server.cert)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="320"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="321"/>
|
||||
<source>Server private key (default: server.pem)</source>
|
||||
<translation>Server private key (default: server.pem)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="321"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="322"/>
|
||||
<source>Session not complete!</source>
|
||||
<translation>Session not complete!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="322"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="323"/>
|
||||
<source>Session timed out (30 seconds), please resubmit.</source>
|
||||
<translation>Session timed out (30 seconds), please resubmit.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="323"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="324"/>
|
||||
<source>Set database cache size in megabytes (%d to %d, default: %d)</source>
|
||||
<translation>Set database cache size in megabytes (%d to %d, default: %d)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="324"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="325"/>
|
||||
<source>Set key pool size to <n> (default: 100)</source>
|
||||
<translation>Set key pool size to <n> (default: 100)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="325"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="326"/>
|
||||
<source>Set maximum block size in bytes (default: %d)</source>
|
||||
<translation>Set maximum block size in bytes (default: %d)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="326"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="327"/>
|
||||
<source>Set minimum block size in bytes (default: 0)</source>
|
||||
<translation>Set minimum block size in bytes (default: 0)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="327"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="328"/>
|
||||
<source>Set the masternode private key</source>
|
||||
<translation>Set the masternode private key</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="328"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="329"/>
|
||||
<source>Set the number of threads to service RPC calls (default: 4)</source>
|
||||
<translation>Set the number of threads to service RPC calls (default: 4)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="329"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="330"/>
|
||||
<source>Sets the DB_PRIVATE flag in the wallet db environment (default: 1)</source>
|
||||
<translation>Sets the DB_PRIVATE flag in the wallet db environment (default: 1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="330"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="331"/>
|
||||
<source>Show all debugging options (usage: --help -help-debug)</source>
|
||||
<translation>Show all debugging options (usage: --help -help-debug)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="331"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="332"/>
|
||||
<source>Show benchmark information (default: 0)</source>
|
||||
<translation>Show benchmark information (default: 0)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="332"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="333"/>
|
||||
<source>Shrink debug.log file on client startup (default: 1 when no -debug)</source>
|
||||
<translation>Shrink debug.log file on client startup (default: 1 when no -debug)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="333"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="334"/>
|
||||
<source>Signing failed.</source>
|
||||
<translation>Signing failed.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="334"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="335"/>
|
||||
<source>Signing timed out, please resubmit.</source>
|
||||
<translation>Signing timed out, please resubmit.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="335"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="336"/>
|
||||
<source>Signing transaction failed</source>
|
||||
<translation>Signing transaction failed</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="336"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="337"/>
|
||||
<source>Specify configuration file (default: darkcoin.conf)</source>
|
||||
<translation>Specify configuration file (default: darkcoin.conf)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="337"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="338"/>
|
||||
<source>Specify connection timeout in milliseconds (default: 5000)</source>
|
||||
<translation>Specify connection timeout in milliseconds (default: 5000)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="338"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="339"/>
|
||||
<source>Specify data directory</source>
|
||||
<translation>Specify data directory</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="339"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="340"/>
|
||||
<source>Specify masternode configuration file (default: masternode.conf)</source>
|
||||
<translation>Specify masternode configuration file (default: masternode.conf)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="340"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="341"/>
|
||||
<source>Specify pid file (default: darkcoind.pid)</source>
|
||||
<translation>Specify pid file (default: darkcoind.pid)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="341"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="342"/>
|
||||
<source>Specify wallet file (within data directory)</source>
|
||||
<translation>Specify wallet file (within data directory)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="342"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="343"/>
|
||||
<source>Specify your own public address</source>
|
||||
<translation>Specify your own public address</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="343"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="344"/>
|
||||
<source>Spend unconfirmed change when sending transactions (default: 1)</source>
|
||||
<translation>Spend unconfirmed change when sending transactions (default: 1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="344"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="345"/>
|
||||
<source>Start Darkcoin Core Daemon</source>
|
||||
<translation>Start Darkcoin Core Daemon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="345"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="346"/>
|
||||
<source>System error: </source>
|
||||
<translation>System error: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="346"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="347"/>
|
||||
<source>This help message</source>
|
||||
<translation>This help message</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="347"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="348"/>
|
||||
<source>This is intended for regression testing tools and app development.</source>
|
||||
<translation>This is intended for regression testing tools and app development.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="348"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="349"/>
|
||||
<source>This is not a masternode.</source>
|
||||
<translation>This is not a masternode.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="349"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="350"/>
|
||||
<source>Threshold for disconnecting misbehaving peers (default: 100)</source>
|
||||
<translation>Threshold for disconnecting misbehaving peers (default: 100)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="350"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="351"/>
|
||||
<source>To use the %s option</source>
|
||||
<translation>To use the %s option</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="351"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="352"/>
|
||||
<source>Transaction amount too small</source>
|
||||
<translation>Transaction amount too small</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="352"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="353"/>
|
||||
<source>Transaction amounts must be positive</source>
|
||||
<translation>Transaction amounts must be positive</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="353"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="354"/>
|
||||
<source>Transaction created successfully.</source>
|
||||
<translation>Transaction created successfully.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="354"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="355"/>
|
||||
<source>Transaction fees are too high.</source>
|
||||
<translation>Transaction fees are too high.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="355"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="356"/>
|
||||
<source>Transaction not valid.</source>
|
||||
<translation>Transaction not valid.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="356"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="357"/>
|
||||
<source>Transaction too large</source>
|
||||
<translation>Transaction too large</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="357"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="358"/>
|
||||
<source>Unable to bind to %s on this computer (bind returned error %s)</source>
|
||||
<translation>Unable to bind to %s on this computer (bind returned error %s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="358"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="359"/>
|
||||
<source>Unable to sign masternode payment winner, wrong key?</source>
|
||||
<translation>Unable to sign masternode payment winner, wrong key?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="359"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="360"/>
|
||||
<source>Unable to sign spork message, wrong key?</source>
|
||||
<translation>Unable to sign spork message, wrong key?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="360"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="361"/>
|
||||
<source>Unknown -socks proxy version requested: %i</source>
|
||||
<translation>Unknown -socks proxy version requested: %i</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="361"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="362"/>
|
||||
<source>Unknown network specified in -onlynet: '%s'</source>
|
||||
<translation>Unknown network specified in -onlynet: '%s'</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="362"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="363"/>
|
||||
<source>Upgrade wallet to latest format</source>
|
||||
<translation>Upgrade wallet to latest format</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="363"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="364"/>
|
||||
<source>Usage (deprecated, use darkcoin-cli):</source>
|
||||
<translation>Usage (deprecated, use darkcoin-cli):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="364"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="365"/>
|
||||
<source>Usage:</source>
|
||||
<translation>Usage:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="365"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="366"/>
|
||||
<source>Use KeePass 2 integration using KeePassHttp plugin (default: 0)</source>
|
||||
<translation>Use KeePass 2 integration using KeePassHttp plugin (default: 0)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="366"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="367"/>
|
||||
<source>Use N separate masternodes to anonymize funds (2-8, default: 2)</source>
|
||||
<translation>Use N separate masternodes to anonymize funds (2-8, default: 2)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="367"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="368"/>
|
||||
<source>Use OpenSSL (https) for JSON-RPC connections</source>
|
||||
<translation>Use OpenSSL (https) for JSON-RPC connections</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="368"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="369"/>
|
||||
<source>Use UPnP to map the listening port (default: 0)</source>
|
||||
<translation>Use UPnP to map the listening port (default: 0)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="369"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="370"/>
|
||||
<source>Use UPnP to map the listening port (default: 1 when listening)</source>
|
||||
<translation>Use UPnP to map the listening port (default: 1 when listening)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="370"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="371"/>
|
||||
<source>Use the test network</source>
|
||||
<translation>Use the test network</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="371"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="372"/>
|
||||
<source>Username for JSON-RPC connections</source>
|
||||
<translation>Username for JSON-RPC connections</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="372"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="373"/>
|
||||
<source>Value more than Darksend pool maximum allows.</source>
|
||||
<translation>Value more than Darksend pool maximum allows.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="373"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="374"/>
|
||||
<source>Verifying blocks...</source>
|
||||
<translation>Verifying blocks...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="374"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="375"/>
|
||||
<source>Verifying wallet...</source>
|
||||
<translation>Verifying wallet...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="375"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="376"/>
|
||||
<source>Wait for RPC server to start</source>
|
||||
<translation>Wait for RPC server to start</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="376"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="377"/>
|
||||
<source>Wallet %s resides outside data directory %s</source>
|
||||
<translation>Wallet %s resides outside data directory %s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="377"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="378"/>
|
||||
<source>Wallet is locked.</source>
|
||||
<translation>Wallet is locked.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="378"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="379"/>
|
||||
<source>Wallet needed to be rewritten: restart Darkcoin to complete</source>
|
||||
<translation>Wallet needed to be rewritten: restart Darkcoin to complete</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="379"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="380"/>
|
||||
<source>Wallet options:</source>
|
||||
<translation>Wallet options:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="380"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="381"/>
|
||||
<source>Warning</source>
|
||||
<translation>Warning</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="381"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="382"/>
|
||||
<source>Warning: Deprecated argument -debugnet ignored, use -debug=net</source>
|
||||
<translation>Warning: Deprecated argument -debugnet ignored, use -debug=net</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="382"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="383"/>
|
||||
<source>Warning: This version is obsolete, upgrade required!</source>
|
||||
<translation>Warning: This version is obsolete, upgrade required!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="383"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="384"/>
|
||||
<source>Wrong state.</source>
|
||||
<translation>Wrong state.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="384"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="385"/>
|
||||
<source>You need to rebuild the database using -reindex to change -txindex</source>
|
||||
<translation>You need to rebuild the database using -reindex to change -txindex</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="385"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="386"/>
|
||||
<source>Zapping all transactions from wallet...</source>
|
||||
<translation>Zapping all transactions from wallet...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="386"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="387"/>
|
||||
<source>on startup</source>
|
||||
<translation>on startup</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="387"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="388"/>
|
||||
<source>version</source>
|
||||
<translation>version</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darkcoinstrings.cpp" line="388"/>
|
||||
<location filename="../darkcoinstrings.cpp" line="389"/>
|
||||
<source>wallet.dat corrupt, salvage failed</source>
|
||||
<translation>wallet.dat corrupt, salvage failed</translation>
|
||||
</message>
|
||||
|
Loading…
Reference in New Issue
Block a user