diff options
Diffstat (limited to 'src/qt/locale/bitcoin_pam.ts')
-rw-r--r-- | src/qt/locale/bitcoin_pam.ts | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/src/qt/locale/bitcoin_pam.ts b/src/qt/locale/bitcoin_pam.ts index 99247f1579..d25f00c415 100644 --- a/src/qt/locale/bitcoin_pam.ts +++ b/src/qt/locale/bitcoin_pam.ts @@ -427,6 +427,24 @@ <context> <name>Intro</name> <message numerus="yes"> + <source>%n GB of space available</source> + <translation type="unfinished"> + <numerusform /> + </translation> + </message> + <message numerus="yes"> + <source>(of %n GB needed)</source> + <translation type="unfinished"> + <numerusform /> + </translation> + </message> + <message numerus="yes"> + <source>(%n GB needed for full chain)</source> + <translation type="unfinished"> + <numerusform /> + </translation> + </message> + <message numerus="yes"> <source>(sufficient to restore backups %n day(s) old)</source> <extracomment>Explanatory text on the capability of the current prune target.</extracomment> <translation type="unfinished"> @@ -745,10 +763,6 @@ <source>Message:</source> <translation type="unfinished">Mensayi:</translation> </message> - <message> - <source>Pay To:</source> - <translation type="unfinished">Ibayad kang:</translation> - </message> </context> <context> <name>SignVerifyMessageDialog</name> @@ -865,10 +879,12 @@ <name>TransactionDesc</name> <message> <source>%1/unconfirmed</source> + <extracomment>Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents a transaction confirmed in at least one block, but less than 6 blocks.</extracomment> <translation type="unfinished">%1/ali me-kumpirma</translation> </message> <message> <source>%1 confirmations</source> + <extracomment>Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents a transaction confirmed in 6 or more blocks.</extracomment> <translation type="unfinished">%1 kumpirmasion</translation> </message> <message> |