Version bump to 1.12

Added small menu on entries list to copy login, password and URL
This commit is contained in:
BONNEVILLE Geoffroy
2017-12-18 14:09:04 +01:00
parent d127431396
commit 88e5b80778
5 changed files with 50 additions and 3 deletions

View File

@@ -183,6 +183,15 @@
<data name="EntryExpirationTooltip.Content" xml:space="preserve">
<value>Password has expired</value>
</data>
<data name="EntryItemCopyLogin.Text" xml:space="preserve">
<value>Copy login</value>
</data>
<data name="EntryItemCopyPassword.Text" xml:space="preserve">
<value>Copy password</value>
</data>
<data name="EntryItemCopyUrl.Text" xml:space="preserve">
<value>Copy URL</value>
</data>
<data name="EntryLogin.Text" xml:space="preserve">
<value>User name or login</value>
</data>