Merge pull request #2387 from Diapolo/translations

translations update 2013-03-19 (bitcoinstrings.cpp / bitcoin_en.ts)
This commit is contained in:
Wladimir J. van der Laan 2013-04-01 07:45:11 -07:00
commit cf4d976f0e
3 changed files with 52 additions and 47 deletions

View File

@ -309,7 +309,7 @@ std::string HelpMessage()
" -checklevel=<n> " + _("How thorough the block verification is (0-4, default: 3)") + "\n" + " -checklevel=<n> " + _("How thorough the block verification is (0-4, default: 3)") + "\n" +
" -txindex " + _("Maintain a full transaction index (default: 0)") + "\n" + " -txindex " + _("Maintain a full transaction index (default: 0)") + "\n" +
" -loadblock=<file> " + _("Imports blocks from external blk000??.dat file") + "\n" + " -loadblock=<file> " + _("Imports blocks from external blk000??.dat file") + "\n" +
" -reindex " + _("Rebuild blockchain index from current blk000??.dat files") + "\n" + " -reindex " + _("Rebuild block chain index from current blk000??.dat files") + "\n" +
" -par=N " + _("Set the number of script verification threads (1-16, 0=auto, default: 0)") + "\n" + " -par=N " + _("Set the number of script verification threads (1-16, 0=auto, default: 0)") + "\n" +
"\n" + _("Block creation options:") + "\n" + "\n" + _("Block creation options:") + "\n" +

View File

@ -104,6 +104,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now
QT_TRANSLATE_NOOP("bitcoin-core", "Don't generate coins"), QT_TRANSLATE_NOOP("bitcoin-core", "Don't generate coins"),
QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"), QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet corrupted"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet corrupted"),
@ -133,7 +134,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins"),
QT_TRANSLATE_NOOP("bitcoin-core", "Get help for a command"), QT_TRANSLATE_NOOP("bitcoin-core", "Get help for a command"),
QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 288, 0 = all)"), QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 288, 0 = all)"),
QT_TRANSLATE_NOOP("bitcoin-core", "How thorough the block verification is (0-4, default: 3)"), QT_TRANSLATE_NOOP("bitcoin-core", "How thorough the block verification is (0-4, default: 3)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Importing blocks from block database..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file"), QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file"),
QT_TRANSLATE_NOOP("bitcoin-core", "Information"), QT_TRANSLATE_NOOP("bitcoin-core", "Information"),
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"), QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
@ -157,7 +157,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Output extra debugging information. Implies a
QT_TRANSLATE_NOOP("bitcoin-core", "Output extra network debugging information"), QT_TRANSLATE_NOOP("bitcoin-core", "Output extra network debugging information"),
QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"), QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"),
QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp"), QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp"),
QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild blockchain index from current blk000??.dat files"), QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild block chain index from current blk000??.dat files"),
QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions"), QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions"),
QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."), QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"), QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"),
@ -194,8 +194,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default:
QT_TRANSLATE_NOOP("bitcoin-core", "Use proxy to reach tor hidden services (default: same as -proxy)"), QT_TRANSLATE_NOOP("bitcoin-core", "Use proxy to reach tor hidden services (default: same as -proxy)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"), QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"),
QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"), QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"),
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying database..."), QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet integrity..."), QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Bitcoin to complete"), QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Bitcoin to complete"),
QT_TRANSLATE_NOOP("bitcoin-core", "Warning"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"),

View File

@ -123,7 +123,12 @@ This product includes software developed by the OpenSSL Project for use in the O
<translation>&amp;Edit</translation> <translation>&amp;Edit</translation>
</message> </message>
<message> <message>
<location line="+248"/> <location line="+1"/>
<source>Send &amp;Coins</source>
<translation>Send &amp;Coins</translation>
</message>
<message>
<location line="+263"/>
<source>Export Address Book Data</source> <source>Export Address Book Data</source>
<translation>Export Address Book Data</translation> <translation>Export Address Book Data</translation>
</message> </message>
@ -305,7 +310,7 @@ This product includes software developed by the OpenSSL Project for use in the O
<context> <context>
<name>BitcoinGUI</name> <name>BitcoinGUI</name>
<message> <message>
<location filename="../bitcoingui.cpp" line="+267"/> <location filename="../bitcoingui.cpp" line="+269"/>
<source>Sign &amp;message...</source> <source>Sign &amp;message...</source>
<translation>Sign &amp;message...</translation> <translation>Sign &amp;message...</translation>
</message> </message>
@ -460,18 +465,18 @@ This product includes software developed by the OpenSSL Project for use in the O
<translation>&amp;Verify message...</translation> <translation>&amp;Verify message...</translation>
</message> </message>
<message> <message>
<location line="-196"/> <location line="-198"/>
<location line="+529"/> <location line="+531"/>
<source>Bitcoin</source> <source>Bitcoin</source>
<translation>Bitcoin</translation> <translation>Bitcoin</translation>
</message> </message>
<message> <message>
<location line="-529"/> <location line="-531"/>
<source>Wallet</source> <source>Wallet</source>
<translation>Wallet</translation> <translation>Wallet</translation>
</message> </message>
<message> <message>
<location line="+176"/> <location line="+178"/>
<source>&amp;About Bitcoin</source> <source>&amp;About Bitcoin</source>
<translation>&amp;About Bitcoin</translation> <translation>&amp;About Bitcoin</translation>
</message> </message>
@ -614,7 +619,7 @@ This product includes software developed by the OpenSSL Project for use in the O
<translation>This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee?</translation> <translation>This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee?</translation>
</message> </message>
<message> <message>
<location line="+210"/> <location line="+213"/>
<source>Backup Successful</source> <source>Backup Successful</source>
<translation>Backup Successful</translation> <translation>Backup Successful</translation>
</message> </message>
@ -624,7 +629,7 @@ This product includes software developed by the OpenSSL Project for use in the O
<translation>The wallet data was successfully saved to the new location.</translation> <translation>The wallet data was successfully saved to the new location.</translation>
</message> </message>
<message> <message>
<location line="-348"/> <location line="-351"/>
<source>Up to date</source> <source>Up to date</source>
<translation>Up to date</translation> <translation>Up to date</translation>
</message> </message>
@ -662,7 +667,7 @@ Address: %4
</translation> </translation>
</message> </message>
<message> <message>
<location line="+99"/> <location line="+102"/>
<location line="+28"/> <location line="+28"/>
<source>URI handling</source> <source>URI handling</source>
<translation>URI handling</translation> <translation>URI handling</translation>
@ -2196,12 +2201,12 @@ Address: %4
<translation>List commands</translation> <translation>List commands</translation>
</message> </message>
<message> <message>
<location line="-11"/> <location line="-10"/>
<source>Get help for a command</source> <source>Get help for a command</source>
<translation>Get help for a command</translation> <translation>Get help for a command</translation>
</message> </message>
<message> <message>
<location line="+22"/> <location line="+21"/>
<source>Options:</source> <source>Options:</source>
<translation>Options:</translation> <translation>Options:</translation>
</message> </message>
@ -2216,12 +2221,12 @@ Address: %4
<translation>Specify pid file (default: bitcoind.pid)</translation> <translation>Specify pid file (default: bitcoind.pid)</translation>
</message> </message>
<message> <message>
<location line="-48"/> <location line="-47"/>
<source>Generate coins</source> <source>Generate coins</source>
<translation>Generate coins</translation> <translation>Generate coins</translation>
</message> </message>
<message> <message>
<location line="-28"/> <location line="-29"/>
<source>Don&apos;t generate coins</source> <source>Don&apos;t generate coins</source>
<translation>Don&apos;t generate coins</translation> <translation>Don&apos;t generate coins</translation>
</message> </message>
@ -2425,6 +2430,11 @@ If the file does not exist, create it with owner-readable-only file permissions.
<source>Error initializing block database</source> <source>Error initializing block database</source>
<translation>Error initializing block database</translation> <translation>Error initializing block database</translation>
</message> </message>
<message>
<location line="+1"/>
<source>Error initializing wallet database environment %s!</source>
<translation>Error initializing wallet database environment %s!</translation>
</message>
<message> <message>
<location line="+1"/> <location line="+1"/>
<source>Error loading block database</source> <source>Error loading block database</source>
@ -2526,12 +2536,22 @@ If the file does not exist, create it with owner-readable-only file permissions.
<translation>How thorough the block verification is (0-4, default: 3)</translation> <translation>How thorough the block verification is (0-4, default: 3)</translation>
</message> </message>
<message> <message>
<location line="+1"/> <location line="+24"/>
<source>Importing blocks from block database...</source> <source>Rebuild block chain index from current blk000??.dat files</source>
<translation>Importing blocks from block database...</translation> <translation type="unfinished"></translation>
</message>
<message>
<location line="+37"/>
<source>Verifying blocks...</source>
<translation>Verifying blocks...</translation>
</message> </message>
<message> <message>
<location line="+1"/> <location line="+1"/>
<source>Verifying wallet...</source>
<translation>Verifying wallet...</translation>
</message>
<message>
<location line="-61"/>
<source>Imports blocks from external blk000??.dat file</source> <source>Imports blocks from external blk000??.dat file</source>
<translation>Imports blocks from external blk000??.dat file</translation> <translation>Imports blocks from external blk000??.dat file</translation>
</message> </message>
@ -2586,12 +2606,7 @@ If the file does not exist, create it with owner-readable-only file permissions.
<translation>Prepend debug output with timestamp</translation> <translation>Prepend debug output with timestamp</translation>
</message> </message>
<message> <message>
<location line="+1"/> <location line="+5"/>
<source>Rebuild blockchain index from current blk000??.dat files</source>
<translation>Rebuild blockchain index from current blk000??.dat files</translation>
</message>
<message>
<location line="+4"/>
<source>SSL options: (see the Bitcoin Wiki for SSL setup instructions)</source> <source>SSL options: (see the Bitcoin Wiki for SSL setup instructions)</source>
<translation>SSL options: (see the Bitcoin Wiki for SSL setup instructions)</translation> <translation>SSL options: (see the Bitcoin Wiki for SSL setup instructions)</translation>
</message> </message>
@ -2656,12 +2671,7 @@ If the file does not exist, create it with owner-readable-only file permissions.
<translation>Username for JSON-RPC connections</translation> <translation>Username for JSON-RPC connections</translation>
</message> </message>
<message> <message>
<location line="+1"/> <location line="+4"/>
<source>Verifying database...</source>
<translation>Verifying database...</translation>
</message>
<message>
<location line="+3"/>
<source>Warning</source> <source>Warning</source>
<translation>Warning</translation> <translation>Warning</translation>
</message> </message>
@ -2761,7 +2771,7 @@ If the file does not exist, create it with owner-readable-only file permissions.
<translation>Loading addresses...</translation> <translation>Loading addresses...</translation>
</message> </message>
<message> <message>
<location line="-37"/> <location line="-36"/>
<source>Error loading wallet.dat: Wallet corrupted</source> <source>Error loading wallet.dat: Wallet corrupted</source>
<translation>Error loading wallet.dat: Wallet corrupted</translation> <translation>Error loading wallet.dat: Wallet corrupted</translation>
</message> </message>
@ -2772,21 +2782,16 @@ If the file does not exist, create it with owner-readable-only file permissions.
</message> </message>
<message> <message>
<location line="+88"/> <location line="+88"/>
<source>Verifying wallet integrity...</source>
<translation>Verifying wallet integrity...</translation>
</message>
<message>
<location line="+1"/>
<source>Wallet needed to be rewritten: restart Bitcoin to complete</source> <source>Wallet needed to be rewritten: restart Bitcoin to complete</source>
<translation>Wallet needed to be rewritten: restart Bitcoin to complete</translation> <translation>Wallet needed to be rewritten: restart Bitcoin to complete</translation>
</message> </message>
<message> <message>
<location line="-91"/> <location line="-90"/>
<source>Error loading wallet.dat</source> <source>Error loading wallet.dat</source>
<translation>Error loading wallet.dat</translation> <translation>Error loading wallet.dat</translation>
</message> </message>
<message> <message>
<location line="+32"/> <location line="+31"/>
<source>Invalid -proxy address: &apos;%s&apos;</source> <source>Invalid -proxy address: &apos;%s&apos;</source>
<translation>Invalid -proxy address: &apos;%s&apos;</translation> <translation>Invalid -proxy address: &apos;%s&apos;</translation>
</message> </message>
@ -2816,12 +2821,12 @@ If the file does not exist, create it with owner-readable-only file permissions.
<translation>Invalid amount for -paytxfee=&lt;amount&gt;: &apos;%s&apos;</translation> <translation>Invalid amount for -paytxfee=&lt;amount&gt;: &apos;%s&apos;</translation>
</message> </message>
<message> <message>
<location line="-26"/> <location line="-25"/>
<source>Error: could not start node</source> <source>Error: could not start node</source>
<translation>Error: could not start node</translation> <translation>Error: could not start node</translation>
</message> </message>
<message> <message>
<location line="+27"/> <location line="+26"/>
<source>Invalid amount</source> <source>Invalid amount</source>
<translation>Invalid amount</translation> <translation>Invalid amount</translation>
</message> </message>
@ -2846,7 +2851,7 @@ If the file does not exist, create it with owner-readable-only file permissions.
<translation>Unable to bind to %s on this computer. Bitcoin is probably already running.</translation> <translation>Unable to bind to %s on this computer. Bitcoin is probably already running.</translation>
</message> </message>
<message> <message>
<location line="+69"/> <location line="+70"/>
<source>Find peers using internet relay chat (default: 0)</source> <source>Find peers using internet relay chat (default: 0)</source>
<translation>Find peers using internet relay chat (default: 0)</translation> <translation>Find peers using internet relay chat (default: 0)</translation>
</message> </message>
@ -2856,7 +2861,7 @@ If the file does not exist, create it with owner-readable-only file permissions.
<translation>Fee per KB to add to transactions you send</translation> <translation>Fee per KB to add to transactions you send</translation>
</message> </message>
<message> <message>
<location line="+19"/> <location line="+18"/>
<source>Loading wallet...</source> <source>Loading wallet...</source>
<translation>Loading wallet...</translation> <translation>Loading wallet...</translation>
</message> </message>
@ -2891,12 +2896,12 @@ If the file does not exist, create it with owner-readable-only file permissions.
<translation>To use the %s option</translation> <translation>To use the %s option</translation>
</message> </message>
<message> <message>
<location line="-73"/> <location line="-72"/>
<source>Error</source> <source>Error</source>
<translation>Error</translation> <translation>Error</translation>
</message> </message>
<message> <message>
<location line="-32"/> <location line="-33"/>
<source>You must set rpcpassword=&lt;password&gt; in the configuration file: <source>You must set rpcpassword=&lt;password&gt; in the configuration file:
%s %s
If the file does not exist, create it with owner-readable-only file permissions.</source> If the file does not exist, create it with owner-readable-only file permissions.</source>