Translation of new Help directory on server commands. Plus minor improvements on previous translated strings.

This commit is contained in:
Xavier Cazin
2014-02-26 16:09:31 +01:00
parent 2aca526d4e
commit e2f964ae73
20 changed files with 183 additions and 25 deletions

View File

@@ -0,0 +1,22 @@
title: $:/language/Help/default
\define commandTitle()
$:/language/Help/$(command)$
\end
```
usage: tiddlywiki [<dossierwiki>] [--<commande> [<arguments>...]...]
```
Liste des commandes disponibles :
<ul>
<$list filter="[commands[]sort[title]]" variable="command">
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link> : <$transclude tiddler=<<commandTitle>> field="description"/></li>
</$list>
</ul>
Pour obtenir de l'aide sur une commande précise :
```
tiddlywiki --help <command>
```