mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00

The old Python code was only checking for NFC encoding, but we should check for other issues like special filenames on windows (eg con.mp3) - On export, the user is told to use Check Media if their media has invalid filenames. - On import, legacy packages will be transparently normalized. Since we're doing the checks on export as well, any invalid names in a v3 package are an error.
18 lines
1,019 B
Text
18 lines
1,019 B
Text
errors-invalid-input-empty = Invalid input.
|
|
errors-invalid-input-details = Invalid input: { $details }
|
|
errors-parse-number-fail = A number was invalid or out of range.
|
|
errors-filtered-parent-deck = Filtered decks can not have child decks.
|
|
errors-filtered-deck-required = This action can only be used on a filtered deck.
|
|
errors-100-tags-max =
|
|
A maximum of 100 tags can be selected. Listing the
|
|
tags you want instead of the ones you don't want is usually simpler, and there
|
|
is no need to select child tags if you have selected a parent tag.
|
|
errors-multiple-notetypes-selected = Please select notes from only one notetype.
|
|
errors-please-check-database = Please use the Check Database action, then try again.
|
|
errors-please-check-media = Please use the Check Media action, then try again.
|
|
errors-collection-too-new = This collection requires a newer version of Anki to open.
|
|
|
|
## Card Rendering
|
|
|
|
errors-bad-directive = Error in directive '{ $directive }': { $error }
|
|
errors-option-not-set = '{ $option }' not set
|