cosmic-files/i18n/en/cosmic_files.ftl

135 lines
3 KiB
Text
Raw Normal View History

cosmic-files = COSMIC Files
empty-folder = Empty folder
empty-folder-hidden = Empty folder (has hidden items)
2024-01-10 12:57:30 -07:00
filesystem = Filesystem
home = Home
2024-01-05 16:17:23 -07:00
trash = Trash
2024-05-09 13:24:06 -06:00
# 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
2024-02-27 13:03:39 -07:00
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.
2024-05-09 13:24:06 -06:00
## Open/Save Dialog
2024-02-01 17:34:22 -07:00
cancel = Cancel
open = Open
2024-02-15 15:03:01 -07:00
open-file = Open file
open-folder = Open folder
2024-04-22 23:14:44 +02:00
open-in-new-tab = Open in new tab
open-in-new-window = Open in new window
2024-02-15 15:03:01 -07:00
open-multiple-files = Open multiple files
open-multiple-folders = Open multiple folders
2024-02-27 13:03:39 -07:00
save = Save
save-file = Save file
2024-05-09 13:24:06 -06:00
## Rename Dialog
2024-02-28 15:07:50 -07:00
rename-file = Rename file
rename-folder = Rename folder
2024-05-09 13:24:06 -06:00
## Replace Dialog
2024-02-27 09:52:39 -07:00
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
2024-02-01 17:34:22 -07:00
2024-01-03 15:27:32 -07:00
# 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)
2024-01-05 14:44:20 -07:00
## Properties
properties = Properties
2024-01-03 15:27:32 -07:00
## Settings
settings = Settings
settings-tab = Tab
settings-show-hidden = Show hidden files
2024-05-29 23:33:12 +02:00
default-view = Default view
2024-02-19 03:44:19 -05:00
icon-size-list = Icon size (list)
icon-size-grid = Icon size (grid)
sorting-name = Sort by
direction = Direction
ascending = Ascending
descending = Descending
2024-01-03 15:27:32 -07:00
### Appearance
appearance = Appearance
theme = Theme
match-desktop = Match desktop
dark = Dark
light = Light
2024-01-05 11:18:38 -07:00
# Context menu
2024-05-09 12:26:55 -06:00
add-to-sidebar = Add to sidebar
2024-01-05 12:33:54 -07:00
new-file = New file
new-folder = New folder
2024-03-04 10:28:16 -07:00
open-in-terminal = Open in terminal
2024-01-10 11:39:04 -07:00
move-to-trash = Move to trash
restore-from-trash = Restore from trash
2024-05-09 12:26:55 -06:00
remove-from-sidebar = Remove from sidebar
2024-03-15 00:34:16 -04:00
sort-by-name = Sort by name
sort-by-modified = Sort by modified
sort-by-size = Sort by size
2024-01-10 11:39:04 -07:00
# Menu
## File
file = File
new-tab = New tab
new-window = New window
2024-02-28 15:07:50 -07:00
rename = Rename
2024-01-10 11:39:04 -07:00
close-tab = Close tab
quit = Quit
## Edit
edit = Edit
cut = Cut
2024-01-05 11:18:38 -07:00
copy = Copy
paste = Paste
select-all = Select all
2024-01-10 11:39:04 -07:00
## View
2024-05-28 10:40:36 -06:00
zoom-in = Zoom in
default-size = Default size
zoom-out = Zoom out
2024-01-10 11:39:04 -07:00
view = View
grid-view = Grid view
list-view = List view
2024-05-28 10:40:36 -06:00
show-hidden-files = Show hidden files
list-directories-first = List directories first
2024-01-10 11:39:04 -07:00
menu-settings = Settings...
menu-about = About COSMIC Files...