French translation added

This commit is contained in:
BONNEVILLE Geoffroy
2017-12-04 12:20:05 +01:00
parent f173283a66
commit 7aa342cf9c
18 changed files with 710 additions and 104 deletions

View File

@@ -117,6 +117,8 @@ namespace ModernKeePass.ViewModels
}
}
public bool IsRecycleOnDelete => _database.RecycleBinEnabled && !ParentGroup.IsSelected;
public bool IsRevealPassword
{
get { return _isRevealPassword; }

View File

@@ -30,6 +30,8 @@ namespace ModernKeePass.ViewModels
public bool IsNotRoot => ParentGroup != null;
public bool ShowRestore => IsNotRoot && ParentGroup.IsSelected;
public bool IsRecycleOnDelete => _database.RecycleBinEnabled && !IsSelected && !ParentGroup.IsSelected;
/// <summary>
/// Is the Group the database Recycle Bin?
/// </summary>