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>Le mot de passe a expiré</value>
</data>
<data name="EntryItemCopyLogin.Text" xml:space="preserve">
<value>Copier le login</value>
</data>
<data name="EntryItemCopyPassword.Text" xml:space="preserve">
<value>Copier le mot de passe</value>
</data>
<data name="EntryItemCopyUrl.Text" xml:space="preserve">
<value>Copier l'URL</value>
</data>
<data name="EntryLogin.Text" xml:space="preserve">
<value>Nom d'utilisateur ou login</value>
</data>