mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-14 13:35:04 -05:00
16 lines
350 B
C#
16 lines
350 B
C#
|
namespace keepass2android
|
||
|
{
|
||
|
public enum UiStringKey
|
||
|
{
|
||
|
AskDeletePermanentlyGroup,
|
||
|
progress_title,
|
||
|
AskDeletePermanentlyEntry,
|
||
|
search_results,
|
||
|
AskDeletePermanently_title,
|
||
|
saving_database,
|
||
|
keyfile_does_not_exist,
|
||
|
RecycleBin,
|
||
|
progress_create,
|
||
|
loading_database
|
||
|
}
|
||
|
}
|