2020-02-17 02:43:18 +01:00
## Shown at the top of the media check screen
2020-03-12 09:56:18 +01:00
media-check-window-title = Check Media
2020-03-10 03:02:38 +01:00
# the number of files, and the total space used by files
# that have been moved to the trash folder. eg,
# "Trash folder: 3 files, 3.47MB"
2020-03-12 08:56:36 +01:00
media-check-trash-count =
Trash folder: { $count ->
2020-12-18 01:11:42 +01:00
[one] { $count } file, { $megs }MB
2020-03-12 08:56:36 +01:00
*[other] { $count } files, { $megs }MB
}
media-check-missing-count = Missing files: { $count }
media-check-unused-count = Unused files: { $count }
media-check-renamed-count = Renamed files: { $count }
media-check-oversize-count = Over 100MB: { $count }
media-check-subfolder-count = Subfolders: { $count }
2020-02-14 07:15:18 +01:00
2020-02-17 02:43:18 +01:00
## Shown at the top of each section
2020-02-22 11:26:15 +01:00
media-check-renamed-header = Some files have been renamed for compatibility:
media-check-oversize-header = Files over 100MB can not be synced with AnkiWeb.
media-check-subfolder-header = Folders inside the media folder are not supported.
2020-03-12 08:56:36 +01:00
media-check-missing-header = The following files are referenced by cards, but were not found in the media folder:
media-check-unused-header = The following files were found in the media folder, but do not appear to be used on any cards:
2022-09-05 08:52:25 +02:00
media-check-template-references-field-header =
Anki can not detect used files when you use { "{{Field}}" } references in media/LaTeX tags. The media/LaTeX tags should be placed on individual notes instead.
Referencing templates:
2020-02-14 07:15:18 +01:00
2020-02-17 02:43:18 +01:00
## Shown once for each file
2020-03-12 08:56:36 +01:00
media-check-renamed-file = Renamed: { $old } -> { $new }
media-check-oversize-file = Over 100MB: { $filename }
media-check-subfolder-file = Folder: { $filename }
media-check-missing-file = Missing: { $filename }
media-check-unused-file = Unused: { $filename }
2020-02-16 09:46:51 +01:00
2022-09-05 08:52:25 +02:00
##
# Eg "Basic: Card 1 (Front Template)"
media-check-notetype-template = { $notetype }: { $card_type } ({ $side })
2020-02-17 02:43:18 +01:00
## Progress
2020-03-12 08:56:36 +01:00
media-check-checked = Checked { $count }...
2020-02-17 01:18:20 +01:00
2020-02-17 02:43:18 +01:00
## Deleting unused media
2020-02-22 11:26:15 +01:00
media-check-delete-unused-confirm = Delete unused media?
2020-03-12 08:56:36 +01:00
media-check-files-remaining =
{ $count ->
2020-12-18 01:11:42 +01:00
[one] { $count } file
2020-03-12 08:56:36 +01:00
*[other] { $count } files
} remaining.
media-check-delete-unused-complete =
{ $count ->
2020-12-18 01:11:42 +01:00
[one] { $count } file
2020-03-12 08:56:36 +01:00
*[other] { $count } files
} moved to the trash.
2020-03-10 03:49:40 +01:00
media-check-trash-emptied = The trash folder is now empty.
2020-03-10 04:35:09 +01:00
media-check-trash-restored = Restored deleted files to the media folder.
2020-03-10 03:49:40 +01:00
2020-02-17 02:43:18 +01:00
## Rendering LaTeX
2020-02-22 11:26:15 +01:00
media-check-all-latex-rendered = All LaTeX rendered.
2020-02-17 02:43:18 +01:00
## Buttons
2020-02-22 11:26:15 +01:00
media-check-delete-unused = Delete Unused
media-check-render-latex = Render LaTeX
2020-03-10 03:49:40 +01:00
# button to permanently delete media files from the trash folder
media-check-empty-trash = Empty Trash
2020-03-10 04:35:09 +01:00
# button to move deleted files from the trash back into the media folder
media-check-restore-trash = Restore Deleted
2020-03-12 09:56:18 +01:00
media-check-check-media-action = Check Media