@@ -5,7 +5,7 @@ no-results = No results found
55filesystem = Filesystem
66home = Home
77networks = Networks
8- notification-in-progress = File operations are in progress.
8+ notification-in-progress = File operations are in progress
99trash = Trash
1010recents = Recents
1111undo = Undo
@@ -52,8 +52,8 @@ extract-to = Extract To...
5252extract-to-title = Extract to folder
5353
5454## Empty Trash Dialog
55- empty-trash = Empty trash
56- empty-trash-warning = Are you sure you want to permanently delete all the items in Trash?
55+ empty-trash = Empty trash?
56+ empty-trash-warning = Items in the Trash folder will be permanently deleted
5757
5858## Mount Error Dialog
5959mount-error = Unable to access drive
@@ -63,11 +63,11 @@ create-new-file = Create new file
6363create-new-folder = Create new folder
6464file-name = File name
6565folder-name = Folder name
66- file-already-exists = A file with that name already exists.
67- folder-already-exists = A folder with that name already exists.
68- name-hidden = Names starting with "." will be hidden.
69- name-invalid = Name cannot be "{ $filename } ".
70- name-no-slashes = Name cannot contain slashes.
66+ file-already-exists = A file with that name already exists
67+ folder-already-exists = A folder with that name already exists
68+ name-hidden = Names starting with "." will be hidden
69+ name-invalid = Name cannot be "{ $filename } "
70+ name-no-slashes = Name cannot contain slashes
7171
7272## Open/Save Dialog
7373cancel = Cancel
@@ -91,17 +91,17 @@ related-apps = Related applications
9191
9292## Permanently delete Dialog
9393selected-items = the { $items } selected items
94- permanently-delete-question = Permanently delete
94+ permanently-delete-question = Permanently delete?
9595delete = Delete
96- permanently-delete-warning = Are you sure you want to permanently delete { $target } ? This cannot be undone.
96+ permanently-delete-warning = { $target } will be permanently deleted. This action can't be undone.
9797
9898## Rename Dialog
9999rename-file = Rename file
100100rename-folder = Rename folder
101101
102102## Replace Dialog
103103replace = Replace
104- replace-title = "{ $filename } " already exists in this location.
104+ replace-title = "{ $filename } " already exists in this location
105105replace-warning = Do you want to replace it with the one you are saving? Replacing it will overwrite its content.
106106replace-warning-operation = Do you want to replace it? Replacing it will overwrite its content.
107107original-file = Original file
@@ -140,8 +140,8 @@ read-write-execute = Read, write, and execute
140140## Favorite Path Error Dialog
141141favorite-path-error = Error opening directory
142142favorite-path-error-description =
143- Unable to open "{ $path } ".
144- It may not exist or you don't have permission to open it.
143+ Unable to open "{ $path } "
144+ " { $path } " might not exist or you might not have permission to open it
145145
146146 Would you like to remove it from the sidebar?
147147remove = Remove
@@ -292,8 +292,8 @@ match-desktop = Match desktop
292292dark = Dark
293293light = Light
294294
295- ### Type to Search
296- type-to-search = Type to Search
295+ ### Type to search
296+ type-to-search = Type to search
297297type-to-search-recursive = Searches the current folder and all subfolders
298298type-to-search-enter-path = Enters the path to the directory or file
299299
0 commit comments