aboutsummaryrefslogtreecommitdiff
path: root/translations
Commit message (Collapse)AuthorAgeFilesLines
...
| * Embed the translation files in the binaryGuillaume LE VAILLANT2017-12-152-0/+140
| | | | | | | | | | | | | | | | If a translation file exists in a "translations" directory located in the same directory as the binary, it is used in priority (this can be useful when working on translations as you don't have to recompile the whole program all the time), and if no such file is found the embedded translation file is used (if it exists).
* | Better definite article usexmr-eric2017-12-173-15/+15
| |
* | Simplewallet.cpp: Fewer pleases in seed NOTExmr-eric2017-11-283-3/+3
|/ | | | | | | | Monero.ts: Fewer pleases in seed NOTE Monero_it.ts: Fewer pleases in seed NOTE Monero_fr.ts: Fewer pleases in seed NOTE
* update translation: final changeslancillotto2017-09-221-49/+60
|
* update translation: typo fix and changeslancillotto2017-09-211-151/+151
|
* italian translationerciccione2017-07-191-0/+2761
|
* updates monero_fr.tserciccione2017-07-191-488/+581
|
* updates monero.tserciccione2017-07-191-491/+580
|
* Add french translationGuillaume LE VAILLANT2017-06-232-602/+3333
|
* Add per transaction fee to transfer commandAntti Keränen2017-04-011-676/+1226
| | | | | Allows priority argument default/unimportant/normal/elevated/priority to be used per transaction in CLI wallet's transfer command. Resolves #1913.
* Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵Randi Joseph2016-12-131-3/+3
| | | | third party uses of the wallet api can transition.
* Added confirmation before binding wallet-rpc to external IPLee Clagett2016-12-051-512/+513
|
* Added command_line::is_yesLee Clagett2016-11-251-527/+556
|
* Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett2016-11-101-373/+1423
|
* Update minimum mixin in transfer_original help textTedTheFicus2016-10-011-1/+1
| | | | | Changed the wording from "from 0 to maximum available" to "from 2 to maximum available". May I also suggest putting in a number rather than "maximum available" and also clarifying that mixin = 0 is still allowed if the user has unmixable outputs (dust), which he wants to "undust" using sweep_unmixable (comment from dEBRUYNE-1 ).
* fix remaining bitmonero and simplewallet bitsRiccardo Spagni2016-09-031-1/+1
|
* Update after recent simplewallet string changesmoneromooo-monero2015-07-191-219/+219
|
* boost doesn't like %zu for size_t, replace with %umoneromooo-monero2015-07-181-233/+250
|
* Translatable strings for simplewalletmoneromooo-monero2015-07-141-0/+996
The system is mostly the Qt system, but we don't use Qt to avoid the dependencies. See README.i18n for details.