anki/rslib/src/i18n/card-template-rendering.ftl

21 lines
574 B
Plaintext
Raw Normal View History

2020-02-14 09:10:57 +01:00
front-side-problem = Front template has a problem:
back-side-problem = Back template has a problem:
2020-02-14 10:30:58 +01:00
## Error messages
2020-02-14 09:10:57 +01:00
no-closing-brackets =
Missing '{$missing}' in '{$tag}'
conditional-not-closed =
Missing '{$missing}'
wrong-conditional-closed =
Found '{$found}', but expected '{$expected}'
conditional-not-open =
Found '{$found}', but missing '{$missing1}' or '{$missing2}'
no-such-field =
Found '{$found}', but there is no field called '{$field}'
2020-02-14 10:30:58 +01:00
# Label of link users can click on
2020-02-14 09:10:57 +01:00
more-info = More information
empty-front = The front of this card is blank.