From b1334b7d79ec710bddc8fd830e3d261b85c200a4 Mon Sep 17 00:00:00 2001 From: Marc Viot Date: Sun, 21 Jun 2015 11:17:28 +0200 Subject: [PATCH] Upgrade fr translation TOCMacro Tabbed Ex 2/2 (warning) Title was modified. 2 new tiddlers was created. The last one deleted. I just modified one and created this one (Perhaps, i'ts not the good way) TableOfContentsMacro Tabbed Example => Example Table of Contents: Tabbed External --- ...fContentsMacro Tabbed External Example.tid | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 editions/fr-FR/tiddlers/TableOfContentsMacro Tabbed External Example.tid diff --git a/editions/fr-FR/tiddlers/TableOfContentsMacro Tabbed External Example.tid b/editions/fr-FR/tiddlers/TableOfContentsMacro Tabbed External Example.tid new file mode 100644 index 000000000..a62bdec61 --- /dev/null +++ b/editions/fr-FR/tiddlers/TableOfContentsMacro Tabbed External Example.tid @@ -0,0 +1,26 @@ +caption: Onglets Externes +created: 20150221205834000 +modified: 20150620181010090 +tags: table-of-contents-example +title: Example Table of Contents: Tabbed External +type: text/vnd.tiddlywiki +sorted: 6 +fr-title: Exemple Table des matères: Onglets externes + +<$macrocall + $name="toc-tabbed-external-nav" + tag="TableOfContents" + selectedTiddler="$:/temp/toc/selectedTiddler" + unselectedText="

Select a topic in the table of contents. Click the arrow to expand a topic.

" + missingText="

Missing tiddler.

" +/> + +``` +<$macrocall + $name="toc-tabbed-external-nav" + tag="TableOfContents" + selectedTiddler="$:/temp/toc/selectedTiddler" + unselectedText="

Select a topic in the table of contents. Click the arrow to expand a topic.

" + missingText="

Missing tiddler.

" +/> +```