diff options
| author | Pieter Wuille <[email protected]> | 2013-06-26 15:02:28 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2013-06-26 15:02:28 -0700 |
| commit | a4f43075d633cfd60cb1f99fc44d7599109eafef (patch) | |
| tree | a6e1b839142e404bddc15be67e2fd9fae44c3aed /src/qt/bitcoinstrings.cpp | |
| parent | Merge pull request #2174 from CodeShark/sync_macro_clarification (diff) | |
| parent | translation update 2013-06-25 (diff) | |
| download | discoin-a4f43075d633cfd60cb1f99fc44d7599109eafef.tar.xz discoin-a4f43075d633cfd60cb1f99fc44d7599109eafef.zip | |
Merge pull request #2793 from Diapolo/translations
translation update 2013-06-25
Diffstat (limited to 'src/qt/bitcoinstrings.cpp')
| -rw-r--r-- | src/qt/bitcoinstrings.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 1afce2eb7..cb09e93e7 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -33,6 +33,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Cannot obtain a lock on data directory %s. Bitcoin is probably already " "running."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Enter regression test mode, which uses a special chain in which blocks can " +"be solved instantly. This is intended for regression testing tools and app " +"development."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: The transaction was rejected! This might happen if some of the coins " "in your wallet were already spent, such as if you used a copy of wallet.dat " "and coins were spent in the copy but not marked as spent here."), @@ -133,6 +137,7 @@ 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 thorough the block verification is (0-4, default: 3)"), QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file"), +QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"), QT_TRANSLATE_NOOP("bitcoin-core", "Information"), QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"), QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address: '%s'"), |