9 lines
288 B
Plaintext
9 lines
288 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] 1 deck
|
|
*[other] { $decks } decks
|
|
}
|
|
deck-config-default-name = Default
|