Enable extracting zip files to current folder
This commit is contained in:
parent
e4c65883fd
commit
ef23ff77e1
6 changed files with 360 additions and 0 deletions
|
|
@ -83,6 +83,14 @@ copied = Copied {$items} {$items ->
|
|||
} from {$from} to {$to}
|
||||
emptying-trash = Emptying {trash}
|
||||
emptied-trash = Emptied {trash}
|
||||
extracting = Extracting {$items} {$items ->
|
||||
[one] item
|
||||
*[other] items
|
||||
} from {$from} to {$to}
|
||||
extracted = Extracted {$items} {$items ->
|
||||
[one] item
|
||||
*[other] items
|
||||
} from {$from} to {$to}
|
||||
moving = Moving {$items} {$items ->
|
||||
[one] item
|
||||
*[other] items
|
||||
|
|
@ -131,6 +139,7 @@ dark = Dark
|
|||
light = Light
|
||||
|
||||
# Context menu
|
||||
extract-here = Extract
|
||||
add-to-sidebar = Add to sidebar
|
||||
new-file = New file...
|
||||
new-folder = New folder...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue