keepass2android/src/Kp2aBusinessLogic/UiStringKey.cs

16 lines
350 B
C#
Raw Normal View History

namespace keepass2android
{
public enum UiStringKey
{
AskDeletePermanentlyGroup,
progress_title,
AskDeletePermanentlyEntry,
search_results,
AskDeletePermanently_title,
saving_database,
keyfile_does_not_exist,
RecycleBin,
progress_create,
loading_database
}
}