Merge pull request #279 from michaelschattgen/feature/multi-select

Add ability to select multiple entries
This commit is contained in:
Alexander Bakker 2020-01-05 11:42:36 +01:00 committed by GitHub
commit 97d824d779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 107 additions and 23 deletions

View file

@ -92,6 +92,8 @@
<string name="encrypting_vault">Encrypting the vault</string>
<string name="delete_entry">Delete entry</string>
<string name="delete_entry_description">Are you sure you want to delete this entry?</string>
<string name="delete_entries">Delete entries</string>
<string name="delete_entries_description">Are you sure you want to delete %d entries?</string>
<string name="discard_changes">Discard changes?</string>
<string name="discard_changes_description">Your changes have not been saved</string>
<string name="folder">Folder</string>