File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22{
33 menu (separator=" after" title=title.copy_path image=icon.copy_path )
44 {
5- item (where=sel.count > 1 title=' Copy (@sel.count) items selected ' cmd=command.copy (sel (false , " \n " )))
5+ item (where=sel.count > 1 title=loc. copy_multiple_paths cmd=command.copy (sel (false , " \n " )))
66 item (mode=" single" title=@sel.path tip=sel.path cmd=command.copy (sel.path ))
77 item (mode=" single" type=' file' separator=" before" where=length (sel.lnk )>0 title=sel.lnk cmd=command.copy (sel.lnk ))
88 separator
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ windows_notepad="Windows notepad"
1414
1515// file-manage.nss
1616file_manage=" File manage"
17+ copy_multiple_paths=' Copy (@sel.count) items selected'
1718all=" All"
1819invert=" Invert"
1920none=" None"
@@ -73,6 +74,7 @@ apps="Apps"
7374paint=" Paint"
7475edge=" Edge"
7576calculator=" Calculator"
77+ windows=" windows"
7678cascade_windows=" Cascade windows"
7779Show_windows_stacked=" Show windows stacked"
7880Show_windows_side_by_side=" Show windows side by side"
You can’t perform that action at this time.
0 commit comments