mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
add undo.ftl
This commit is contained in:
parent
65acf70df4
commit
edaabee942
1 changed files with 9 additions and 0 deletions
9
ftl/core/undo.ftl
Normal file
9
ftl/core/undo.ftl
Normal file
|
@ -0,0 +1,9 @@
|
|||
# eg "Undo Answer Card"
|
||||
undo-undo-action = Undo { $val }
|
||||
# eg "Answer Card Undone"
|
||||
undo-action-undone = { $action } Undone
|
||||
undo-redo-action = Redo { $action }
|
||||
undo-action-redone = { $action } Redone
|
||||
|
||||
undo-answer-card = Answer Card
|
||||
|
Loading…
Reference in a new issue