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
58 changes: 43 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ i18n-embed-fl = "0.10"
rust-embed = "8"
slotmap = "1.1.1"
recently-used-xbel = "1.2.0"
user-places-xbel = { git = "https://github.com/MikhailValerie/user-places-xbel/" }
zip = "8"
md-5 = "0.10.6"
sha2 = "0.10"
Expand Down
26 changes: 25 additions & 1 deletion i18n/en/cosmic_files.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ networks = Networks
notification-in-progress = File operations are in progress
trash = Trash
recents = Recents
starred = Starred
undo = Undo
today = Today

Expand All @@ -28,6 +29,7 @@ name = Name
modified = Modified
trashed-on = Trashed
size = Size
starred = Starred

# Progress footer
details = Details
Expand Down Expand Up @@ -281,6 +283,22 @@ removed-from-recents = Removed {$items} {$items ->
[one] item
*[other] items
} from {recents}
adding-to-starred = Adding {$items} {$items ->
[one] item
*[other] items
} to {starred}
added-to-starred = Added {$items} {$items ->
[one] item
*[other] items
} to {starred}
removing-from-starred = Removing {$items} {$items ->
[one] item
*[other] items
} from {starred}
removed-from-starred = Removed {$items} {$items ->
[one] item
*[other] items
} from {starred}
renaming = Renaming "{$from}" to "{$to}"
renamed = Renamed "{$from}" to "{$to}"
restoring = Restoring {$items} {$items ->
Expand Down Expand Up @@ -315,6 +333,7 @@ error = Error
settings = Settings
single-click = Single click to open
show-recents = Recents folder in the sidebar
show-starred = Show starred

### Appearance
appearance = Appearance
Expand All @@ -331,7 +350,9 @@ type-to-search-select = Selects the first matching file or folder

# Context menu
add-to-sidebar = Add to sidebar
clear-recents-history = Clear Recents history
add-to-starred = Add to starred
remove-from-starred = Remove from starred
clear-recents-history = Clear recents history
compress = Compress...
copy-to = Copy to...
delete-permanently = Delete permanently
Expand All @@ -350,6 +371,7 @@ sort-by-modified = Sort by modified
sort-by-size = Sort by size
sort-by-trashed = Sort by delete time
remove-from-recents = Remove from recents
no-recents = No recent history

## Desktop
change-wallpaper = Change wallpaper...
Expand Down Expand Up @@ -396,3 +418,5 @@ sort-newest-first = Newest first
sort-oldest-first = Oldest first
sort-smallest-to-largest = Smallest to largest
sort-largest-to-smallest = Largest to smallest
sort-starred-first = Starred first
sort-starred-last = Starred last
Loading