mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Preserve old string for now
This commit is contained in:
parent
6a1e5210c9
commit
311b1073dd
1 changed files with 13 additions and 0 deletions
|
@ -57,3 +57,16 @@ studying-card-studied-in-minute =
|
||||||
}
|
}
|
||||||
studying-question-time-elapsed = Question time elapsed
|
studying-question-time-elapsed = Question time elapsed
|
||||||
studying-answer-time-elapsed = Answer time elapsed
|
studying-answer-time-elapsed = Answer time elapsed
|
||||||
|
|
||||||
|
## OBSOLETE; you do not need to translate this
|
||||||
|
|
||||||
|
studying-card-studied-in =
|
||||||
|
{ $count ->
|
||||||
|
[one] { $count } card studied in
|
||||||
|
*[other] { $count } cards studied in
|
||||||
|
}
|
||||||
|
studying-minute =
|
||||||
|
{ $count ->
|
||||||
|
[one] { $count } minute.
|
||||||
|
*[other] { $count } minutes.
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue