1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +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:
Jermolene 2014-09-05 09:28:49 +01:00
parent ede244f0a4
commit 7e93c93785
11 changed files with 1 additions and 87 deletions

View File

@ -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:

View File

@ -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}}

View File

@ -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>

View File

@ -16,4 +16,3 @@ The EncryptionMechanism is implemented with the following elements:
* The EncryptWidget within the main file template that encrypts a filtered list of tiddlers with the currently held password
* The [[$:/isEncrypted]] tiddler that contains "yes" or "no" according to whether there is a password in the password vault
** The availability of this tiddler allows the RevealWidget to be used to selectively display user interface elements according to whether encryption is in force
* The [[$:/snippets/encryptionstatus]] snippet displays the current encryption status

View File

@ -88,14 +88,5 @@ Toolbars/ViewToolbar/Caption: View Toolbar
Toolbars/ViewToolbar/Hint: Auswählen, welche Buttons im "View Modus" angezeigt werden:
Tools/Caption: Tools
Tools/Download/Full/Caption: Herunterladen des ''gesamten Wikis''
Tools/Encryption/ChangePassword/Button: Passwort ändern
Tools/Encryption/ClearPassword/Button: Passwort löschen
Tools/Encryption/Disabled/Prompt: Dieses Wiki ist ''nicht verschlüsselt''!
Tools/Encryption/Enabled/Prompt: Dieses Wiki ''ist verschlüsselt''!
Tools/Encryption/Heading: Verschlüsselung
Tools/Encryption/SetPassword/Button: Passwort erstellen
Tools/Export/AllAsStaticHTML/Caption: Alle Tiddler als "statische HTML" Datein speichern.
Tools/Export/Heading: Export
Tools/Import/Heading: Import
Tools/Import/Hint: Suchen sie Datein auf ihrem Computer, um deren Inhalt zu importieren. Einzelne Tiddler aus ~TiddlyWiki HTML Dateien werden separat importiert. Sie können einzelne Dateien mit "drag and drop" in den Browser ziehen.
Tools/Import/Prompt: Import:

View File

@ -88,14 +88,5 @@ Toolbars/ViewToolbar/Caption: Barre d'outils du mode visualisation
Toolbars/ViewToolbar/Hint: Choix des boutons à afficher pour les tiddlers en mode visualisation
Tools/Caption: Outils
Tools/Download/Full/Caption: Télécharger le wiki complet
Tools/Encryption/ChangePassword/Button: changer le mot de passe
Tools/Encryption/ClearPassword/Button: résilier le mot de passe
Tools/Encryption/Disabled/Prompt: Ce wiki n'est pas chiffré
Tools/Encryption/Enabled/Prompt: Ce wiki est chiffré
Tools/Encryption/Heading: Chiffrement
Tools/Encryption/SetPassword/Button: Choisir un mot de passe
Tools/Export/AllAsStaticHTML/Caption: Regrouper tous les tiddlers dans un même fichier HTML statique
Tools/Export/Heading: Exporter
Tools/Import/Heading: Importer
Tools/Import/Hint: Parcourez les fichiers de votre ordinateur pour importer leur contenu (les tiddlers individuels contenus dans les fichiers TiddlyWiki HTML sont importés séparément). Vous pouvez aussi glisser-déposer les fichiers directement sur la fenêtre du navigateur.
Tools/Import/Prompt: Importer :

View File

@ -55,14 +55,5 @@ TiddlerFields/Caption: Campi frammenti
TiddlerFields/Hint: Questa &egrave; la serie completa dei TiddlerFields utilizzati in questo wiki (sono inclusi i frammenti di sistema ed esclusi i frammenti nascosti).
Tools/Caption: Strumenti
Tools/Download/Full/Caption: Scarica l'intero wiki
Tools/Encryption/ChangePassword/Button: Cambia la password
Tools/Encryption/ClearPassword/Button: Cancella la password
Tools/Encryption/Disabled/Prompt: Questo wiki non &egrave; criptato
Tools/Encryption/Enabled/Prompt: Questo wiki &egrave; criptato
Tools/Encryption/Heading: Crittografa
Tools/Encryption/SetPassword/Button: Imposta la password
Tools/Export/AllAsStaticHTML/Caption: Scarica tutti i frammenti nel formato HTML statico
Tools/Export/Heading: Esporta
Tools/Import/Heading: Importa
Tools/Import/Hint: Sfoglia i file sul tuo computer per importarne i contenuti (i frammenti singoli all'interno dei file TiddlyWiki HTML sono importati separatamente). &Egrave; anche possibile trascinare e rilasciare i file direttamente nella finestra del browser.
Tools/Import/Prompt: Importa:

View File

@ -55,14 +55,5 @@ TiddlerFields/Caption: Tiddlerフィールド
TiddlerFields/Hint: 以下はこの TiddlyWiki で使用されているすべての tiddler フィールド の一覧です(システム tiddler も含みますが、隠し tiddler は含んでいません)。
Tools/Caption: ツール
Tools/Download/Full/Caption: Download full wiki
Tools/Encryption/ChangePassword/Button: パスワード変更
Tools/Encryption/ClearPassword/Button: パスワードクリア
Tools/Encryption/Disabled/Prompt: この wiki は暗号化されていません。
Tools/Encryption/Enabled/Prompt: この wiki は暗号化されています。
Tools/Encryption/Heading: 暗号化
Tools/Encryption/SetPassword/Button: パスワード設定
Tools/Export/AllAsStaticHTML/Caption: すべての tiddler を含む閲覧用 HTML としてダウンロードする
Tools/Export/Heading: エクスポート
Tools/Import/Heading: インポート
Tools/Import/Hint: 内容を取り込みたいファイルを参照ボタンから選択してください。ファイル中の個々の tiddler は個別にインポートされます。このブラウザのウィンドウに直接ファイルをドラッグ&ドロップすることもできます。
Tools/Import/Prompt: インポート:

View File

@ -88,14 +88,5 @@ Toolbars/ViewToolbar/Caption: 检视工具栏
Toolbars/ViewToolbar/Hint: 选择将显示哪些按钮于条目的检视模式工具栏
Tools/Caption: 工具
Tools/Download/Full/Caption: 下载完整副本
Tools/Encryption/ChangePassword/Button: 变更密码
Tools/Encryption/ClearPassword/Button: 清除密码
Tools/Encryption/Disabled/Prompt: 本 wiki 尚未加密。
Tools/Encryption/Enabled/Prompt: 本 wiki 已加密。
Tools/Encryption/Heading: 加密
Tools/Encryption/SetPassword/Button: 设置密码
Tools/Export/AllAsStaticHTML/Caption: 下载所有条目为静态 HTML
Tools/Export/Heading: 导出
Tools/Import/Heading: 导入
Tools/Import/Hint: 浏览您电脑里的文件,导入文件内容(导入 TiddlyWiki HTML 文件里的条目)。您也可以将文件直接拖放到浏览器中开启的 TiddlyWiki 页面。
Tools/Import/Prompt: 导入:

View File

@ -88,14 +88,5 @@ Toolbars/ViewToolbar/Caption: 檢視工具列
Toolbars/ViewToolbar/Hint: 選擇將顯示哪些按鈕於條目的檢視模式工具列
Tools/Caption: 工具
Tools/Download/Full/Caption: 下載完整副本
Tools/Encryption/ChangePassword/Button: 變更密碼
Tools/Encryption/ClearPassword/Button: 清除密碼
Tools/Encryption/Disabled/Prompt: 本 wiki 尚未加密。
Tools/Encryption/Enabled/Prompt: 本 wiki 已加密。
Tools/Encryption/Heading: 加密
Tools/Encryption/SetPassword/Button: 設定密碼
Tools/Export/AllAsStaticHTML/Caption: 下載所有條目為靜態 HTML
Tools/Export/Heading: 導出
Tools/Import/Heading: 導入
Tools/Import/Hint: 瀏覽您電腦裡的檔案,導入檔案內容(導入 TiddlyWiki HTML 檔案裡的條目)。您也可以將檔案直接拖放到瀏覽器中開啟的 TiddlyWiki 頁面。
Tools/Import/Prompt: 導入:

View File

@ -1,3 +0,0 @@
title: $:/snippets/encryptionstatus
Encryption is not supported when running TiddlyWiki5 on the server.