mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 10:34:53 +00:00
a89677ea40
* [fr_FR] Add utility macro for translated links * Update Saving.tid * Add TiddlyFox Apocalypse translation * Update TiddlyFox.tid * Translate Community Links Aggregator.tid * Update Forums.tid * Update Developers.tid * Update HelloThere.tid * Update GettingStarted.tid * Update Community.tid * Update tw5.com edition macros from uplink Some text in these macros must be translated. * Various translation updates * Clean utility fields I had left over * Clean older files too
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
created: 20141108184809586
|
|
creator: 127.0.0.1
|
|
modified: 20141212092801073
|
|
modifier: 127.0.0.1
|
|
tags: $:/tags/Macro
|
|
title: $:/editions/fr-FR/util-macros
|
|
type: text/vnd.tiddlywiki
|
|
|
|
\define tw() //~TiddlyWiki//
|
|
\define latex() <span class="latex">L<sup>a</sup>T<sub>e</sub>X</span>
|
|
\define dp()
|
|
 :<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define :()
|
|
 :<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define pv()
|
|
 ;<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define ;()
|
|
 ;<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define pi()
|
|
 ?<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define ?()
|
|
 ?<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define pe()
|
|
 !<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define !()
|
|
 !<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define gf(text)
|
|
<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
« $text$ »
|
|
\end
|
|
\define fr(cible) <$link to="$cible$"><$view tiddler="$cible$" field="fr-title">{{$cible$!!title}}</$view></$link>
|