mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
8 lines
288 B
Text
8 lines
288 B
Text
# 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
|