cosmic-files/i18n/en/cosmic_files.ftl

362 lines
9.6 KiB
Text
Raw Normal View History

cosmic-files = COSMIC Files
empty-folder = Empty folder
empty-folder-hidden = Empty folder (has hidden items)
no-results = No results found
2024-01-10 12:57:30 -07:00
filesystem = Filesystem
home = Home
networks = Networks
notification-in-progress = File operations are in progress.
2024-01-05 16:17:23 -07:00
trash = Trash
2024-08-16 14:42:09 +02:00
recents = Recents
2024-07-22 16:57:23 +02:00
undo = Undo
2024-09-15 16:00:20 -06:00
today = Today
# Desktop view options
desktop-view-options = Desktop view options...
show-on-desktop = Show on Desktop
desktop-folder-content = Desktop folder content
mounted-drives = Mounted drives
trash-folder-icon = Trash folder icon
icon-size-and-spacing = Icon size and spacing
icon-size = Icon size
grid-spacing = Grid spacing
2024-05-09 13:24:06 -06:00
# List view
name = Name
modified = Modified
trashed-on = Trashed
2024-05-09 13:24:06 -06:00
size = Size
# Progress footer
details = Details
dismiss = Dismiss message
2025-09-03 23:48:19 +02:00
operations-running = {$running} {$running ->
[one] operation
2025-09-03 23:48:19 +02:00
*[other] operations
} running ({$percent}%)...
2025-09-03 23:48:19 +02:00
operations-running-finished = {$running} {$running ->
[one] operation
*[other] operations
} running ({$percent}%), {$finished} finished...
2024-11-15 09:47:03 -07:00
pause = Pause
resume = Resume
2024-05-09 13:24:06 -06:00
# Dialogs
## Compress Dialog
create-archive = Create archive
## Extract Dialog
extract-password-required = Password required
2025-03-17 13:00:14 +01:00
extract-to = Extract To...
extract-to-title = Extract to folder
2024-05-09 13:24:06 -06:00
## Empty Trash Dialog
empty-trash = Empty trash
empty-trash-warning = Are you sure you want to permanently delete all the items in Trash?
## Mount Error Dialog
mount-error = Unable to access drive
2024-05-09 13:24:06 -06:00
## 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
create = Create
2024-02-01 17:34:22 -07:00
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
open-item-location = Open item location
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
## Open With Dialog
open-with-title = How do you want to open "{$name}"?
browse-store = Browse {$store}
other-apps = Other applications
related-apps = Related applications
## Permanently delete Dialog
selected-items = the {$items} selected items
2025-04-29 18:49:19 -06:00
permanently-delete-question = Permanently delete
delete = Delete
2025-05-05 22:46:09 +02:00
permanently-delete-warning = Are you sure you want to permanently delete {$target}? This cannot be undone.
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
2024-10-11 14:35:12 -06:00
replace-title = "{$filename}" already exists in this location.
2024-02-27 09:52:39 -07:00
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
## Set as Executable and Launch Dialog
set-executable-and-launch = Set as executable and launch
set-executable-and-launch-description = Do you want to set "{$name}" as executable and launch it?
set-and-launch = Set and launch
2024-10-03 18:23:50 +02:00
## Metadata Dialog
open-with = Open with
owner = Owner
group = Group
other = Other
2025-02-12 10:45:20 -07:00
### Mode 0
none = None
### Mode 1 (unusual)
execute-only = Execute-only
### Mode 2 (unusual)
write-only = Write-only
### Mode 3 (unusual)
write-execute = Write and execute
### Mode 4
read-only = Read-only
### Mode 5
read-execute = Read and execute
### Mode 6
read-write = Read and write
### Mode 7
read-write-execute = Read, write, and execute
2025-03-09 12:58:47 -06:00
## Favorite Path Error Dialog
favorite-path-error = Error opening directory
favorite-path-error-description =
Unable to open "{$path}".
It may not exist or you don't have permission to open it.
2025-09-03 23:48:19 +02:00
2025-03-09 12:58:47 -06:00
Would you like to remove it from the sidebar?
remove = Remove
keep = Keep
2024-01-03 15:27:32 -07:00
# Context Pages
## About
2025-09-03 23:48:19 +02:00
repository = Repository
support = Support
## Add Network Drive
add-network-drive = Add network drive
connect = Connect
connect-anonymously = Connect anonymously
connecting = Connecting...
domain = Domain
enter-server-address = Enter server address
network-drive-description =
Server addresses include a protocol prefix and address.
Examples: ssh://192.168.0.1, ftp://[2001:db8::1]
2024-09-12 16:29:10 -06:00
### Make sure to keep the comma which separates the columns
network-drive-schemes =
Available protocols,Prefix
AppleTalk,afp://
File Transfer Protocol,ftp:// or ftps://
Network File System,nfs://
Server Message Block,smb://
SSH File Transfer Protocol,sftp:// or ssh://
WebDAV,dav:// or davs://
network-drive-error = Unable to access network drive
password = Password
remember-password = Remember password
try-again = Try again
username = Username
## Operations
cancelled = Cancelled
2024-07-11 15:32:31 -06:00
edit-history = Edit history
history = History
no-history = No items in history.
pending = Pending
2024-11-15 11:07:26 -07:00
progress = {$percent}%
progress-cancelled = {$percent}%, cancelled
progress-failed = {$percent}%, failed
2024-11-15 11:07:26 -07:00
progress-paused = {$percent}%, paused
failed = Failed
complete = Complete
compressing = Compressing {$items} {$items ->
[one] item
*[other] items
2024-11-15 11:07:26 -07:00
} from "{$from}" to "{$to}" ({$progress})...
compressed = Compressed {$items} {$items ->
[one] item
*[other] items
2024-10-11 14:35:12 -06:00
} from "{$from}" to "{$to}"
copy_noun = Copy
2024-10-11 14:35:12 -06:00
creating = Creating "{$name}" in "{$parent}"
created = Created "{$name}" in "{$parent}"
2024-07-11 15:32:31 -06:00
copying = Copying {$items} {$items ->
[one] item
*[other] items
2024-11-15 11:07:26 -07:00
} from "{$from}" to "{$to}" ({$progress})...
2024-07-11 15:32:31 -06:00
copied = Copied {$items} {$items ->
[one] item
*[other] items
2024-10-11 14:35:12 -06:00
} from "{$from}" to "{$to}"
deleting = Deleting {$items} {$items ->
[one] item
*[other] items
} from {trash} ({$progress})...
deleted = Deleted {$items} {$items ->
[one] item
*[other] items
} from {trash}
2024-11-15 11:07:26 -07:00
emptying-trash = Emptying {trash} ({$progress})...
2024-07-11 15:32:31 -06:00
emptied-trash = Emptied {trash}
extracting = Extracting {$items} {$items ->
[one] item
*[other] items
2024-11-15 11:07:26 -07:00
} from "{$from}" to "{$to}" ({$progress})...
extracted = Extracted {$items} {$items ->
[one] item
*[other] items
2024-10-11 14:35:12 -06:00
} from "{$from}" to "{$to}"
setting-executable-and-launching = Setting "{$name}" as executable and launching
set-executable-and-launched = Set "{$name}" as executable and launched
setting-permissions = Setting permissions for "{$name}" to {$mode}
set-permissions = Set permissions for "{$name}" to {$mode}
2024-07-11 15:32:31 -06:00
moving = Moving {$items} {$items ->
[one] item
*[other] items
2024-11-15 11:07:26 -07:00
} from "{$from}" to "{$to}" ({$progress})...
2024-07-11 15:32:31 -06:00
moved = Moved {$items} {$items ->
[one] item
*[other] items
2024-10-11 14:35:12 -06:00
} from "{$from}" to "{$to}"
2025-05-20 21:40:25 +02:00
permanently-deleting = Permanently deleting {$items} {$items ->
[one] item
*[other] items
2025-05-20 21:40:25 +02:00
}
permanently-deleted = Permanently deleted {$items} {$items ->
[one] item
*[other] items
2025-05-20 21:40:25 +02:00
}
removing-from-recents = Removing {$items} {$items ->
[one] item
*[other] items
} from {recents}
removed-from-recents = Removed {$items} {$items ->
[one] item
*[other] items
} from {recents}
2024-10-11 14:35:12 -06:00
renaming = Renaming "{$from}" to "{$to}"
renamed = Renamed "{$from}" to "{$to}"
2024-07-11 15:32:31 -06:00
restoring = Restoring {$items} {$items ->
[one] item
*[other] items
2024-11-15 11:07:26 -07:00
} from {trash} ({$progress})...
2024-07-11 15:32:31 -06:00
restored = Restored {$items} {$items ->
[one] item
*[other] items
2024-08-08 15:50:16 +02:00
} from {trash}
2024-07-11 15:32:31 -06:00
unknown-folder = unknown folder
## Open with
menu-open-with = Open with...
default-app = {$name} (default)
2024-08-08 15:50:16 +02:00
## Show details
show-details = Show details
type = Type: {$mime}
items = Items: {$items}
item-size = Size: {$size}
item-created = Created: {$created}
item-modified = Modified: {$modified}
item-accessed = Accessed: {$accessed}
calculating = Calculating...
2024-01-05 14:44:20 -07:00
2024-01-03 15:27:32 -07:00
## Settings
settings = Settings
single-click = Single click to open
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
### Type to Search
type-to-search = Type to Search
type-to-search-recursive = Searches the current folder and all subfolders
type-to-search-enter-path = Enters the path to the directory or file
2024-01-05 11:18:38 -07:00
# Context menu
2024-05-09 12:26:55 -06:00
add-to-sidebar = Add to sidebar
compress = Compress
delete-permanently = Delete permanently
eject = Eject
extract-here = Extract
2024-08-08 15:50:16 +02: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
sort-by-trashed = Sort by delete time
remove-from-recents = Remove from recents
2024-01-10 11:39:04 -07:00
## Desktop
change-wallpaper = Change wallpaper...
desktop-appearance = Desktop appearance...
display-settings = Display settings...
2024-01-10 11:39:04 -07:00
# Menu
## File
file = File
new-tab = New tab
new-window = New window
reload-folder = Reload folder
2024-08-08 15:50:16 +02: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
gallery-preview = Gallery preview
2024-01-10 11:39:04 -07:00
menu-settings = Settings...
menu-about = About COSMIC Files...
2024-09-11 13:29:00 -06:00
## Sort
sort = Sort
sort-a-z = A-Z
sort-z-a = Z-A
sort-newest-first = Newest first
sort-oldest-first = Oldest first
sort-smallest-to-largest = Smallest to largest
2024-09-15 16:00:20 -06:00
sort-largest-to-smallest = Largest to smallest