Skip to content

Commit

Permalink
qt: Fill in English numerusforms
Browse files Browse the repository at this point in the history
minute/minutes block/blocks and so forth.
  • Loading branch information
laanwj committed Jan 3, 2017
1 parent a9d6151 commit d45b21e
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions src/qt/locale/bitcoin_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1085,17 +1085,17 @@
<message numerus="yes">
<location line="+9"/>
<source>%n GB of free space available</source>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<translation>
<numerusform>%n GB of free space available</numerusform>
<numerusform>%n GB of free space available</numerusform>
</translation>
</message>
<message numerus="yes">
<location line="+3"/>
<source>(of %n GB needed)</source>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<translation>
<numerusform>(of %n GB needed)</numerusform>
<numerusform>(of %n GB needed)</numerusform>
</translation>
</message>
</context>
Expand Down Expand Up @@ -1792,18 +1792,18 @@
</message>
<message numerus="yes">
<location line="+18"/>
<source>%n seconds(s)</source>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<source>%n second(s)</source>
<translation>
<numerusform>%n second</numerusform>
<numerusform>%n seconds</numerusform>
</translation>
</message>
<message numerus="yes">
<location line="+4"/>
<source>%n minutes(s)</source>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<source>%n minute(s)</source>
<translation>
<numerusform>%n minute</numerusform>
<numerusform>%n minutes</numerusform>
</translation>
</message>
<message numerus="yes">
Expand Down Expand Up @@ -2807,9 +2807,9 @@
<message numerus="yes">
<location line="+67"/>
<source>%n block(s)</source>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<translation>
<numerusform>%n block</numerusform>
<numerusform>%n blocks</numerusform>
</translation>
</message>
<message>
Expand All @@ -2820,9 +2820,9 @@
<message numerus="yes">
<location line="+25"/>
<source>Estimated to begin confirmation within %n block(s).</source>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<translation>
<numerusform>Estimated to begin confirmation within %n block.</numerusform>
<numerusform>Estimated to begin confirmation within %n blocks.</numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -3175,9 +3175,9 @@
<message numerus="yes">
<location filename="../transactiondesc.cpp" line="+30"/>
<source>Open for %n more block(s)</source>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<translation>
<numerusform>Open for %n more block</numerusform>
<numerusform>Open for %n more blocks</numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -3238,9 +3238,9 @@
<message numerus="yes">
<location line="+2"/>
<source>, broadcast through %n node(s)</source>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<translation>
<numerusform>, broadcast through %n node</numerusform>
<numerusform>, broadcast through %n nodes</numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -3305,9 +3305,9 @@
<message numerus="yes">
<location line="-144"/>
<source>matures in %n more block(s)</source>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<translation>
<numerusform>matures in %n more block</numerusform>
<numerusform>matures in %n more blocks</numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -3444,9 +3444,9 @@
<message numerus="yes">
<location line="+58"/>
<source>Open for %n more block(s)</source>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
<translation>
<numerusform>Open for %n more block</numerusform>
<numerusform>Open for %n more blocks</numerusform>
</translation>
</message>
<message>
Expand Down Expand Up @@ -4014,7 +4014,12 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="+31"/>
<location line="+12"/>
<source>Wallet will not create transactions that violate mempool chain limits (default: %u)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+19"/>
<source>You need to rebuild the database using -reindex-chainstate to change -txindex</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -4719,12 +4724,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="+4"/>
<source>Wallet will not create transactions that violate mempool chain limits (default: %u</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<location line="+7"/>
<source>Warning: Unknown block versions being mined! It&apos;s possible unknown rules are in effect</source>
<translation type="unfinished"></translation>
</message>
Expand Down

0 comments on commit d45b21e

Please sign in to comment.