Anki/ftl/core/empty-cards.ftl
Damien Elmes fcb3283a9d move ftl into top level ftl/ folder; make it source of truth for aqt
This avoids the need to modify the external repo before new strings
can be used in aqt.
2020-11-18 16:20:58 +10:00

14 lines
587 B
Text

empty-cards-for-note-type = Empty cards for { $notetype }:
empty-cards-count-line =
{ $empty_count } of { $existing_count } cards empty ({ $template_names }).
empty-cards-window-title = Empty Cards
empty-cards-preserve-notes-checkbox = Keep notes with no valid cards
empty-cards-delete-button = Delete
empty-cards-not-found = No empty cards.
empty-cards-deleted-count = Deleted { $cards ->
[one] { $cards } card.
*[other] { $cards } cards.
}
empty-cards-delete-empty-cards = Delete Empty Cards
empty-cards-delete-empty-notes = Delete Empty Notes
empty-cards-deleting = Deleting...