diff options
author | Ted Moravec <ted@cryptosphere-systems.com> | 2018-10-18 09:14:15 +0000 |
---|---|---|
committer | Ted Moravec <ted@cryptosphere-systems.com> | 2018-10-18 09:14:15 +0000 |
commit | 6f88c03dfc2f2318a13e9c0177536aeeec44ea24 (patch) | |
tree | 3aca3e2070c40bcefa921dc3b27e46f5364b4fc8 /translations/monero_fr.ts | |
parent | Merge pull request #4610 (diff) | |
download | monero-6f88c03dfc2f2318a13e9c0177536aeeec44ea24.tar.xz |
Simplewallet: update help text for show_transfers.
Describe the output format.
Diffstat (limited to 'translations/monero_fr.ts')
-rw-r--r-- | translations/monero_fr.ts | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/translations/monero_fr.ts b/translations/monero_fr.ts index bac742c56..27c38ee10 100644 --- a/translations/monero_fr.ts +++ b/translations/monero_fr.ts @@ -1789,7 +1789,16 @@ Sinon, vous prouvez le plus petit solde supérieur à <montant> dans votre </message> <message> <location filename="../src/simplewallet/simplewallet.cpp" line="2432"/> - <source>Show the incoming/outgoing transfers within an optional height range.</source> + <source>Show the incoming/outgoing transfers within an optional height range. + +Output format: +In or Coinbase: Block Number, "block"|"in", Time, Amount, Transaction Hash, Payment ID, Subaddress Index, "-", Note\ +Out: Block Number, "out", Time, Amount*, Transaction Hash, Payment ID, Fee, Destinations, Input addresses**, "-", Note +Pool: "pool", "in", Time, Amount, Transaction Hash, Payment Id, Subaddress Index, "-", Note, Double Spend Note\ +Pending or Failed: "failed"|"pending", "out", Time, Amount*, Transaction Hash, Payment ID, Fee, Input addresses**, "-", Note + +* Excluding change and fee. +** Set of address indices used as inputs in this transfer.</source> <translation>Afficher les transferts entrants/sortants dans un interval de hauteurs facultatif.</translation> </message> <message> |