mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Add ability to select multiple entries
Improve code and add select listeners
This commit is contained in:
parent
35a14d3198
commit
f8c106bcb9
5 changed files with 107 additions and 23 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue