aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinstrings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
|
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-1/+1
|
* qt: Periodic translation updateWladimir J. van der Laan2017-01-201-0/+7
|
* qt: periodic translations updateWladimir J. van der Laan2017-01-161-4/+11
|
* qt: periodic translations updateWladimir J. van der Laan2017-01-101-1/+3
|
* [qt] `make translate`MarcoFalke2017-01-041-0/+11
|
* qt,wallet: Fix a few typos in messagesWladimir J. van der Laan2017-01-031-1/+1
| | | | As reported by [yahoe.001](https://www.transifex.com/user/profile/yahoe.001/).
* qt: Set transifex slug to 0.14Wladimir J. van der Laan2017-01-021-27/+34
| | | | Also perform update of source translations.
* qt: periodic translations updateWladimir J. van der Laan2016-07-181-2/+1
|
* qt: periodic translations updateWladimir J. van der Laan2016-07-061-6/+0
|
* qt: Periodic translations updateWladimir J. van der Laan2016-06-281-0/+5
|
* trivial: capitalize BIP32 in option helpWladimir J. van der Laan2016-06-231-1/+1
| | | | | | For consistency, BIP32 should be in uppercase in translation message. Reported by @pryds on Transifex.
* qt: Periodic transifex updateWladimir J. van der Laan2016-06-211-0/+10
| | | | | | | | | | | | | | | | Pulls in the following new languages: - `af` Afrikaans - `es_419` Spanish (Latin America) - `es_AR` Spanish (Argentina) - `es_CO` Spanish (Colombia) - `fil` Filipino - `it_IT` Italian (Italy) - `ro` Romanian - `sr@latin` Serbian (Latin) - `ta` Tamil - `uz@Latn` Uzbek (Latin) - `zh_HK` Chinese (Hong Kong)
* qt: translations updateWladimir J. van der Laan2016-06-101-2/+0
|
* qt: translation strings updateWladimir J. van der Laan2016-06-061-44/+64
|
* Add missing copyright headersMarcoFalke2016-01-051-1/+3
|
* qt: periodic translations updateWladimir J. van der Laan2015-12-011-7/+9
|
* qt: Periodic translations updateWladimir J. van der Laan2015-11-191-0/+5
|
* qt: Periodic translations updateWladimir J. van der Laan2015-11-101-7/+6
|
* qt: translation update prior to opening 0.12 translationsWladimir J. van der Laan2015-11-011-16/+26
| | | | Also update transifex slug for new version.
* qt: periodic translations updateWladimir J. van der Laan2015-09-291-69/+43
|
* qt: translations updateWladimir J. van der Laan2015-05-151-0/+1
|
* trivial: Merge pruning help message after Transifex commentWladimir J. van der Laan2015-05-041-7/+5
| | | | | | | The prune help message was broken in nonsensical parts. Merge it into one, this is easier for translators. Reported by yahoe.001 on transifex.
* qt: English translation update before enabling translation for 0.11Wladimir J. van der Laan2015-05-041-3/+3
|
* qt: translation updateWladimir J. van der Laan2015-04-281-29/+66
|
* Change MIT/X11 to MIT in license displayed in the programPhilip Kaufmann2014-11-211-1/+1
|
* qt: English translation updateWladimir J. van der Laan2014-11-211-2/+6
|
* qt: small English language updates from translatorsWladimir J. van der Laan2014-10-211-2/+2
| | | | More friendly language, use placeholders where possible
* qt: English translation update after 0a08aa8Wladimir J. van der Laan2014-10-211-52/+48
|
* Update English translationWladimir J. van der Laan2014-10-021-13/+3
|
* 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>"