Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions i18n/en/cosmic_files.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,21 @@ copy = Copy
copy-path = Copy path
paste = Paste
select-all = Select all
deselect-all = Deselect all
duplicate = Duplicate
folder-count = {$count} {$count ->
[one] folder
*[other] folders
}
file-count = {$count} {$count ->
[one] file
*[other] files
}
contains-item-count = contains {$count} {$count ->
[one] item
*[other] items
}
selection-footer-summary = {$folders}, {$files} selected ({$size})

## View
zoom-in = Zoom in
Expand Down
Loading