mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Display a big database size warning
Auto rename additional field when it matches standard Treated all fields as new Field class Added the Is Protected property
This commit is contained in:
@@ -276,4 +276,10 @@
|
||||
<data name="CompositeKeyFileNameSuggestion" xml:space="preserve">
|
||||
<value>Key</value>
|
||||
</data>
|
||||
<data name="DatabaseTooBigDescription" xml:space="preserve">
|
||||
<value>Database size is too big for auto-save on suspend. Please save your changes before closing the app !</value>
|
||||
</data>
|
||||
<data name="DatabaseTooBigTitle" xml:space="preserve">
|
||||
<value>Attention</value>
|
||||
</data>
|
||||
</root>
|
@@ -376,7 +376,7 @@
|
||||
<value>New group</value>
|
||||
</data>
|
||||
<data name="GroupsLeftListView.HeaderLabel" xml:space="preserve">
|
||||
<value>Navigation</value>
|
||||
<value>Groups</value>
|
||||
</data>
|
||||
<data name="HistoryLeftListView.HeaderLabel" xml:space="preserve">
|
||||
<value>History</value>
|
||||
@@ -546,4 +546,16 @@
|
||||
<data name="EntryAdditionalFieldNameReserved.Text" xml:space="preserve">
|
||||
<value>Invalid field name</value>
|
||||
</data>
|
||||
<data name="EntryEnableFieldProtection.Header" xml:space="preserve">
|
||||
<value>Enable protection ?</value>
|
||||
</data>
|
||||
<data name="EntryEnableFieldProtection.OffContent" xml:space="preserve">
|
||||
<value>No</value>
|
||||
</data>
|
||||
<data name="EntryEnableFieldProtection.OnContent" xml:space="preserve">
|
||||
<value>Yes</value>
|
||||
</data>
|
||||
<data name="TopMenuRestoreButton.Content" xml:space="preserve">
|
||||
<value>Restore</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user