2020-02-21 11:53:20 +01:00
|
|
|
# Used in the deck configuration screen to show how many decks are used
|
|
|
|
# by a particular configuration group, eg "Group1 (used by 3 decks)"
|
2020-04-01 09:49:25 +02:00
|
|
|
deck-config-used-by-decks =
|
|
|
|
used by { $decks ->
|
2020-12-18 01:11:42 +01:00
|
|
|
[one] { $decks } deck
|
2020-04-01 09:49:25 +02:00
|
|
|
*[other] { $decks } decks
|
|
|
|
}
|
|
|
|
deck-config-default-name = Default
|