mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-20 16:42:02 +00:00
Start to empty out the control panel tools tab
The control panel isn’t the right place for tools; it’s a place for settings and internal configuration. Once again apologies to the translators for wiping out your hard work!
This commit is contained in:
@@ -93,14 +93,5 @@ Toolbars/ViewToolbar/Caption: View Toolbar
|
||||
Toolbars/ViewToolbar/Hint: Choose which buttons are displayed for tiddlers in view mode
|
||||
Tools/Caption: Tools
|
||||
Tools/Download/Full/Caption: Download full wiki
|
||||
Tools/Encryption/ChangePassword/Button: change password
|
||||
Tools/Encryption/ClearPassword/Button: clear password
|
||||
Tools/Encryption/Disabled/Prompt: This wiki is not encrypted
|
||||
Tools/Encryption/Enabled/Prompt: This wiki is encrypted
|
||||
Tools/Encryption/Heading: Encryption
|
||||
Tools/Encryption/SetPassword/Button: set password
|
||||
Tools/Export/AllAsStaticHTML/Caption: Download all tiddlers as static HTML
|
||||
Tools/Export/Heading: Export
|
||||
Tools/Import/Heading: Import
|
||||
Tools/Import/Hint: Browse for files on your computer to import their contents (the individual tiddlers within TiddlyWiki HTML files are imported separately). You can also drag and drop files directly to the browser window.
|
||||
Tools/Import/Prompt: Import:
|
||||
|
||||
@@ -3,16 +3,9 @@ tags: $:/tags/ControlPanel
|
||||
caption: {{$:/language/ControlPanel/Tools/Caption}}
|
||||
|
||||
\define lingo-base() $:/language/ControlPanel/Tools/
|
||||
! <<lingo Import/Heading>>
|
||||
|
||||
<$browse/>
|
||||
|
||||
<<lingo Import/Hint>>
|
||||
//Note that before the end of the beta this tab will be removed, and more extensive export options made available via toolbar buttons//
|
||||
|
||||
! <<lingo Export/Heading>>
|
||||
|
||||
<$button message="tm-download-file" param="$:/core/templates/alltiddlers.template.html" class="tc-btn-big-green"><<lingo Export/AllAsStaticHTML/Caption>> {{$:/core/images/save-button}}</$button>
|
||||
|
||||
! <<lingo Encryption/Heading>>
|
||||
|
||||
{{$:/snippets/encryptionstatus}}
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
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>
|
||||
Reference in New Issue
Block a user