aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinstrings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Typo, and a few "Bitcoin" -> "Bitcoin Core"pryds2014-08-041-5/+5
| | | | Github-Pull: #4619
* English translation updateWladimir J. van der Laan2014-07-311-6/+26
| | | | | This is needed to add version 0.10.x on Transifex so that translation can start.
* Move ui_interface to bitcoin_server.aWladimir J. van der Laan2014-07-071-0/+5
| | | | | 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).
* qt: Pick translation messages only from necessary filesWladimir J. van der Laan2014-07-071-33/+41
| | | | | | Utility libraries (common, util) as well as extra tools shouldn't be parsed for translation messages, only the server and wallet part qualify here.
* qt: Periodic translations updateWladimir J. van der Laan2014-04-291-0/+1
| | | | | Update English translation from source code, and pull other translations from Transifex.
* Translation update 2014-04Wladimir J. van der Laan2014-04-171-6/+42
| | | | | Push new English translation, as well as pull other translations that changed since last month.
* qt: translation updateWladimir J. van der Laan2014-03-211-3/+6
|
* English translation updateWladimir J. van der Laan2014-03-011-0/+3
| | | | A few new messages have been added since last update.
* qt: English translation updateWladimir J. van der Laan2014-01-131-1/+6
|
* qt: Update English language file for translatorsWladimir J. van der Laan2013-12-161-11/+18
|
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-1/+4
| | | | | | | | | 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.
* qt: english language updateWladimir J. van der Laan2013-10-271-4/+8
|
* translations update for 0.8.4Philip Kaufmann2013-08-211-5/+8
| | | | | | | | - 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)
* remove a newline from a string in init.cppPhilip Kaufmann2013-08-061-1/+1
| | | | | - to match all other translatable strings in init.cpp and to simplify translations via Transifex
* translations update for Transifex 2013-08-05Philip Kaufmann2013-08-051-0/+2
|
* translation update 2013-06-25Philip Kaufmann2013-06-251-0/+5
| | | | | - updates bitcoinstrings.cpp and bitcoin_en.ts so new translations can be made on Transifex
* allow txindex to be removed and add a reindex dialogPhilip Kaufmann2013-06-101-1/+1
| | | | | | - 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
* translations update 2013-05-07Philip Kaufmann2013-05-071-1/+6
| | | | | - updates bitcoin_en.ts and bitcoinstrings.cpp - integrates current translations from Transifex
* translations update 2013-05-04Philip Kaufmann2013-05-041-7/+4
| | | | | | | - updates bitcoin_en.ts and bitcoinstrings.cpp - removes bitcoin_se.ts - adds bitcoin_ar.ts - integrates current translations from Transifex
* translations update 2013-04-08Philip Kaufmann2013-04-081-1/+1
| | | | | | - 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>"
* translation base files update 2013-04-02Philip Kaufmann2013-04-021-3/+7
| | | | | - also includes a small change to a string in bitcoinrpc.cpp, which is not on Transifex anyway, so is safe to merge
* blockchain -> block chain (used everywhere else)Philip Kaufmann2013-03-211-1/+1
|
* translations update 2013-03-19 (bitcoinstrings.cpp / bitcoin_en.ts)Philip Kaufmann2013-03-191-3/+3
|
* update bitcoin_en.ts and bitcoinstrings.cppPhilip Kaufmann2013-03-181-3/+7
|
* translations update (bitcoinstrings.cpp + bitcoin_en.ts)Philip Kaufmann2013-02-071-0/+1
|
* translations update (bitcoinstrings.cpp and bitcoin_en.ts)Philip Kaufmann2013-02-011-1/+13
|
* full translations updatePhilip Kaufmann2013-01-261-0/+4
| | | | | - fetch current translations from Transifex - update bitcoinstrings.cpp and bitcoin_en.ts
* update bitcoinstrings.cpp and bitcoin_en.ts (2013-01-14)Philip Kaufmann2013-01-141-3/+6
|
* translations update (bitcoinstrings.cpp + bitcoin_en.ts)Philip Kaufmann2013-01-051-4/+5
|
* update bitcoinstrings.cpp and bitcoin_en.tsPhilip Kaufmann2012-11-161-10/+28
|
* Remove -detachdb and stop's detach argument.Pieter Wuille2012-11-041-2/+0
| | | | | | | | As the only BDB database left is the wallet, and it is always detached. Also remove IsChainFile() predicate and related chainfile-specific logic.
* fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cppPhilip Kaufmann2012-10-051-1/+1
| | | | - also includes the required bitcoinstrings.cpp update
* Translation update for 0.7.1Wladimir J. van der Laan2012-10-041-3/+9
| | | | Also clarify translation process that the package `gettext` is needed to run string extractor.
* Partially Bugfix: Update English translation strings and translations from ↵Luke Dashjr2012-09-081-1/+1
| | | | | | | | | | 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)
* Update strings for 0.7.0rc2Wladimir J. van der Laan2012-08-291-0/+1
|
* Update English translation stringsWladimir J. van der Laan2012-08-071-8/+16
| | | | | | | | 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.
* Translation strings updateWladimir J. van der Laan2012-07-111-6/+11
|
* Update bitcoinstrings from core and English source translation fileWladimir J. van der Laan2012-06-131-106/+103
| | | | | | | | 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.
* Update bitcoinstrings.cppPieter Wuille2012-05-301-49/+48
|
* Update bitcoinstrings.cpp and bitcoin_en.tsWladimir J. van der Laan2012-05-161-13/+26
|
* fix warnings: unused variable 'XX' [-Wunused-variable]Wladimir J. van der Laan2012-04-151-1/+6
|
* Update translations for bitcoin coreWladimir J. van der Laan2012-04-141-12/+56
| | | | | | - 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
* fetch translations from transifexNils Schneider2012-02-051-2/+2
| | | | | * fixes issue #742 * new translations: cs_CZ fa fi fr_FR hr pl ro_RO sv tr
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-1/+1
| | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9.
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-1/+1
|
* Move more newlines out of strings, and fix translations.Gavin Andresen2011-12-161-43/+52
|
* Save translators some workWladimir J. van der Laan2011-10-291-145/+4
| | | | - Remove duplicate translation strings (that somehow came from old wx UI and ended up in bitcoinstrings.cpp)
* add russian translation and add unicode compatibility (merges pull request #20)Misbakh-Soloviev Vadim A2011-08-281-21/+152
|
* Internationalization -- conversion of strings from bitcoin coreWladimir J. van der Laan2011-06-131-0/+86