1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 08:13:20 +00:00

folders page

This commit is contained in:
Kyle Spearrin
2019-05-14 17:02:24 -04:00
parent b68031bd11
commit f9473ea61d
7 changed files with 183 additions and 0 deletions

View File

@@ -2490,6 +2490,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to There are no folders to list..
/// </summary>
public static string NoFoldersToList {
get {
return ResourceManager.GetString("NoFoldersToList", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are no items in your vault..
/// </summary>