9d17d43124
It confuses translators: https://forums.ankiweb.net/t/bug-in-review-intervals-for-some-languages-in-number-of-cards/5744/8
9 lines
297 B
Plaintext
9 lines
297 B
Plaintext
# Used in the deck configuration screen to show how many decks are used
|
|
# by a particular configuration group, eg "Group1 (used by 3 decks)"
|
|
deck-config-used-by-decks =
|
|
used by { $decks ->
|
|
[one] { $decks } deck
|
|
*[other] { $decks } decks
|
|
}
|
|
deck-config-default-name = Default
|