added new key binding '+' that includes into selection files that match specified mask.

This commit is contained in:
morkt
2015-08-03 22:45:59 +04:00
parent 81773a8137
commit bd01f8860c
6 changed files with 162 additions and 8 deletions

View File

@@ -426,4 +426,19 @@ Overwrite?</value>
<data name="LabelSkipFailures" xml:space="preserve">
<value>Skip incovertible files.</value>
</data>
<data name="MsgNoMatching" xml:space="preserve">
<value>No entries matching "{0}"</value>
</data>
<data name="MsgSelectedFiles1" xml:space="preserve">
<value>{0} file added to selection</value>
</data>
<data name="MsgSelectedFiles2" xml:space="preserve">
<value>{0} files added to selection</value>
</data>
<data name="LabelEnterMask" xml:space="preserve">
<value>Enter wildcard mask</value>
</data>
<data name="TextSelectFiles" xml:space="preserve">
<value>Select files</value>
</data>
</root>