12 lines
456 B
Plaintext
12 lines
456 B
Plaintext
|
## The next time a card will be shown, in a short form that will fit
|
||
|
## on the answer buttons. For example, English shows "4d" to
|
||
|
## represent the card will be due in 4 days, "3m" for 3 minutes, and
|
||
|
## "5mo" for 5 months.
|
||
|
|
||
|
answer-button-time-seconds = {$amount}s
|
||
|
answer-button-time-minutes = {$amount}m
|
||
|
answer-button-time-hours = {$amount}h
|
||
|
answer-button-time-days = {$amount}d
|
||
|
answer-button-time-months = {$amount}mo
|
||
|
answer-button-time-years = {$amount}y
|