aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinstrings.cpp
AgeCommit message (Collapse)Author
2015-03-26Translations update from transifexWladimir J. van der Laan
2014-12-31English translation updateWladimir J. van der Laan
2014-11-21Change MIT/X11 to MIT in license displayed in the programPhilip Kaufmann
2014-11-21qt: English translation updateWladimir J. van der Laan
2014-10-21qt: small English language updates from translatorsWladimir J. van der Laan
More friendly language, use placeholders where possible
2014-10-21qt: English translation update after 0a08aa8Wladimir J. van der Laan
2014-10-02Update English translationWladimir J. van der Laan
2014-08-04Typo, and a few "Bitcoin" -> "Bitcoin Core"pryds
Github-Pull: #4619
2014-07-31English translation updateWladimir J. van der Laan
This is needed to add version 0.10.x on Transifex so that translation can start.
2014-07-07Move ui_interface to bitcoin_server.aWladimir J. van der Laan
There is no need for it in the utility libraries or tools. Put it in init.cpp, and in the tests separately (as they can't link init).
2014-07-07qt: Pick translation messages only from necessary filesWladimir J. van der Laan
Utility libraries (common, util) as well as extra tools shouldn't be parsed for translation messages, only the server and wallet part qualify here.
2014-04-29qt: Periodic translations updateWladimir J. van der Laan
Update English translation from source code, and pull other translations from Transifex.
2014-04-17Translation update 2014-04Wladimir J. van der Laan
Push new English translation, as well as pull other translations that changed since last month.
2014-03-21qt: translation updateWladimir J. van der Laan
2014-03-01English translation updateWladimir J. van der Laan
A few new messages have been added since last update.
2014-01-13qt: English translation updateWladimir J. van der Laan
2013-12-16qt: Update English language file for translatorsWladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
2013-10-27qt: english language updateWladimir J. van der Laan
2013-08-21translations update for 0.8.4Philip Kaufmann
- update translation master files - include current translations from Transifex - add several new languages - fix a bug in bitcoin.qrc, which prevents some languages from beeing used (wrong file extension .ts instead of .qm was used)
2013-08-06remove a newline from a string in init.cppPhilip Kaufmann
- to match all other translatable strings in init.cpp and to simplify translations via Transifex
2013-08-05translations update for Transifex 2013-08-05Philip Kaufmann
2013-06-25translation update 2013-06-25Philip Kaufmann
- updates bitcoinstrings.cpp and bitcoin_en.ts so new translations can be made on Transifex
2013-06-10allow txindex to be removed and add a reindex dialogPhilip Kaufmann
- adds a reindex dialog for Bitcoin-Qt to change -txindex without the need to supply -reindex - now also does a -reindex, when removing the -txindex switch
2013-05-07translations update 2013-05-07Philip Kaufmann
- updates bitcoin_en.ts and bitcoinstrings.cpp - integrates current translations from Transifex
2013-05-04translations update 2013-05-04Philip Kaufmann
- updates bitcoin_en.ts and bitcoinstrings.cpp - removes bitcoin_se.ts - adds bitcoin_ar.ts - integrates current translations from Transifex
2013-04-08translations update 2013-04-08Philip Kaufmann
- updates for bitcoinstrings.cpp and bitcoin_en.ts - changes help text for -rpcthreads to match -par - fix a small glitch with -par to be "-par=<n>"
2013-04-02translation base files update 2013-04-02Philip Kaufmann
- also includes a small change to a string in bitcoinrpc.cpp, which is not on Transifex anyway, so is safe to merge
2013-03-21blockchain -> block chain (used everywhere else)Philip Kaufmann
2013-03-19translations update 2013-03-19 (bitcoinstrings.cpp / bitcoin_en.ts)Philip Kaufmann
2013-03-18update bitcoin_en.ts and bitcoinstrings.cppPhilip Kaufmann
2013-02-07translations update (bitcoinstrings.cpp + bitcoin_en.ts)Philip Kaufmann
2013-02-01translations update (bitcoinstrings.cpp and bitcoin_en.ts)Philip Kaufmann
2013-01-26full translations updatePhilip Kaufmann
- fetch current translations from Transifex - update bitcoinstrings.cpp and bitcoin_en.ts
2013-01-14update bitcoinstrings.cpp and bitcoin_en.ts (2013-01-14)Philip Kaufmann
2013-01-05translations update (bitcoinstrings.cpp + bitcoin_en.ts)Philip Kaufmann
2012-11-16update bitcoinstrings.cpp and bitcoin_en.tsPhilip Kaufmann
2012-11-04Remove -detachdb and stop's detach argument.Pieter Wuille
As the only BDB database left is the wallet, and it is always detached. Also remove IsChainFile() predicate and related chainfile-specific logic.
2012-10-05fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cppPhilip Kaufmann
- also includes the required bitcoinstrings.cpp update
2012-10-04Translation update for 0.7.1Wladimir J. van der Laan
Also clarify translation process that the package `gettext` is needed to run string extractor.
2012-09-08Partially Bugfix: Update English translation strings and translations from ↵Luke Dashjr
Transifex Bugfix: Correct doubled-up &amp;amp; in translations Bugfix: Remove extra spaces after ampersand in translations (this fixes hotkeys) Restore copyright translations, now split up Restore old translations lost due to changes to English structure Skipped: ca_ES et eu_ES fr_CA (under 10% coverage)
2012-08-29Update strings for 0.7.0rc2Wladimir J. van der Laan
2012-08-07Update English translation stringsWladimir J. van der Laan
This is the last time for 0.7.0. We should avoid message changes until the release. Translators can use the remaining time to update their languages on Transifex. The other languages need to be merged from Transifex just before release.
2012-07-11Translation strings updateWladimir J. van der Laan
2012-06-13Update bitcoinstrings from core and English source translation fileWladimir J. van der Laan
This is necessary as any strings have changed since last time. Also the python script used to extract bitcoinstrings.cpp, extract_strings_qt.py now sorts the strings before generating the output file. This results in more deterministic output and thus smaller diffs.
2012-05-30Update bitcoinstrings.cppPieter Wuille
2012-05-16Update bitcoinstrings.cpp and bitcoin_en.tsWladimir J. van der Laan
2012-04-15fix warnings: unused variable 'XX' [-Wunused-variable]Wladimir J. van der Laan
2012-04-14Update translations for bitcoin coreWladimir J. van der Laan
- Move scripts/qt to share/qt, to clean up toplevel directories - Update english ts file which is used to source messages for Transifex - In extract_strings_qt.py use a glob *.h *.cpp, this is safe now that the Wx UI files are removed
2012-02-05fetch translations from transifexNils Schneider
* fixes issue #742 * new translations: cs_CZ fa fi fr_FR hr pl ro_RO sv tr