cosmic-files/i18n/en/cosmic_files.ftl

134 lines
3 KiB
Text

cosmic-files = COSMIC Files
empty-folder = Empty folder
empty-folder-hidden = Empty folder (has hidden items)
filesystem = Filesystem
home = Home
trash = Trash
# List view
name = Name
modified = Modified
size = Size
# Dialogs
## Empty Trash Dialog
empty-trash = Empty trash
empty-trash-warning = Are you sure you want to permanently delete all the items in Trash?
## New File/Folder Dialog
create-new-file = Create new file
create-new-folder = Create new folder
file-name = File name
folder-name = Folder name
file-already-exists = A file with that name already exists.
folder-already-exists = A folder with that name already exists.
name-hidden = Names starting with "." will be hidden.
name-invalid = Name cannot be "{$filename}".
name-no-slashes = Name cannot contain slashes.
## Open/Save Dialog
cancel = Cancel
open = Open
open-file = Open file
open-folder = Open folder
open-in-new-tab = Open in new tab
open-in-new-window = Open in new window
open-multiple-files = Open multiple files
open-multiple-folders = Open multiple folders
save = Save
save-file = Save file
## Rename Dialog
rename-file = Rename file
rename-folder = Rename folder
## Replace Dialog
replace = Replace
replace-title = {$filename} already exists in this location.
replace-warning = Do you want to replace it with the one you are saving? Replacing it will overwrite its content.
replace-warning-operation = Do you want to replace it? Replacing it will overwrite its content.
original-file = Original file
replace-with = Replace with
apply-to-all = Apply to all
keep-both = Keep both
skip = Skip
# Context Pages
## About
git-description = Git commit {$hash} on {$date}
## Operations
operations = Operations
pending = Pending
failed = Failed
complete = Complete
copy_noun = Copy
## Open with
open-with = Open with
default-app = {$name} (default)
## Properties
properties = Properties
## Settings
settings = Settings
settings-tab = Tab
settings-show-hidden = Show hidden files
default-view = Default view
icon-size-list = Icon size (list)
icon-size-grid = Icon size (grid)
sorting-name = Sort by
direction = Direction
ascending = Ascending
descending = Descending
### Appearance
appearance = Appearance
theme = Theme
match-desktop = Match desktop
dark = Dark
light = Light
# Context menu
add-to-sidebar = Add to sidebar
new-file = New file
new-folder = New folder
open-in-terminal = Open in terminal
move-to-trash = Move to trash
restore-from-trash = Restore from trash
remove-from-sidebar = Remove from sidebar
sort-by-name = Sort by name
sort-by-modified = Sort by modified
sort-by-size = Sort by size
# Menu
## File
file = File
new-tab = New tab
new-window = New window
rename = Rename
close-tab = Close tab
quit = Quit
## Edit
edit = Edit
cut = Cut
copy = Copy
paste = Paste
select-all = Select all
## View
zoom-in = Zoom in
default-size = Default size
zoom-out = Zoom out
view = View
grid-view = Grid view
list-view = List view
show-hidden-files = Show hidden files
list-directories-first = List directories first
menu-settings = Settings...
menu-about = About COSMIC Files...