TiddlyWiki5/core/wiki/encryptionstatus.tid

12 wiersze
518 B
Plaintext

title: $:/snippets/encryptionstatus
\define lingo-base() $:/language/ControlPanel/Tools/Encryption/
<$reveal type="match" state="$:/isEncrypted" text="yes">
<<lingo Enabled/Prompt>>
<$button message="tm-clear-password"><<lingo ClearPassword/Button>></$button>
<$button message="tm-set-password"><<lingo ChangePassword/Button>></$button>
</$reveal>
<$reveal type="nomatch" state="$:/isEncrypted" text="yes">
<<lingo Disabled/Prompt>>
<$button message="tm-set-password"><<lingo SetPassword/Button>></$button>
</$reveal>