mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Merge pull request #594 from xcazin/fr-FR
fr-FR translations for warnings about shadow tiddlers and binary content
This commit is contained in:
commit
3e49dd65a0
@ -8,6 +8,8 @@ Fields/Add/Button: ajouter
|
||||
Fields/Add/Name/Placeholder: nom du champ
|
||||
Fields/Add/Prompt: Ajouter un nouveau champ :
|
||||
Fields/Add/Value/Placeholder: valeur du champ
|
||||
Shadow/Warning: Ceci est un tiddler « shadow ». Toute modification supplantera la version par défaut
|
||||
Shadow/OverriddenWarning: Il s'agit d'un tiddler « shadow » modifié. Pour revenir à la version par défaut, il vous suffit de supprimer ce tiddler.
|
||||
Tags/Add/Button: ajouter
|
||||
Tags/Add/Placeholder: nom du tag
|
||||
Type/Placeholder: type du contenu
|
||||
|
@ -1,11 +1,13 @@
|
||||
title: $:/language/
|
||||
|
||||
BinaryWarning/Prompt: Ce tiddler contient des données binaires
|
||||
ClassicWarning/Hint: Ce tiddler est écrit au format TiddlyWiki Classic, qui n'est pas entièrement compatible avec TiddlyWiki version 5. Pour en savoir plus, rendez-vous à l'adresse http://tiddlywiki.com/static/Upgrading.html.
|
||||
ClassicWarning/Upgrade/Caption: Mettre à jour
|
||||
CloseAll/Button: Tout fermer
|
||||
ConfirmCancelTiddler: Souhaitez-vous annuler les modifications apportées au tiddler « <$text text=<<title>>/> » ?
|
||||
ConfirmDeleteTiddler: Souhaitez-vous supprimer le tiddler « <$text text=<<title>>/> » ?
|
||||
ConfirmOverwriteTiddler: Souhaitez-vous écraser le tiddler « <$text text=<<title>>/> » ?
|
||||
ConfirmOverwriteTiddler: Souhaitez-vous supplanter le tiddler « <$text text=<<title>>/> » ?
|
||||
ConfirmEditShadowTiddler: Vous êtes sur le point d'éditer un ShadowTiddler. Toute modification supplantera la version par défaut du système, rendant les prochaines mises à jour non-triviales. Êtes-vous sûr(e) de vouloir éditer "<$text text=<<title>>/>"?
|
||||
InvalidFieldName: Caractères illicites dans le nom du champ « <$text text=<<fieldName>>/> ». Les champs ne peuvent contenir que des lettres minuscules non accentuées et les caractères souligné (`_`), tiret (`-`) et point (`.`)
|
||||
MissingTiddler/Hint: Le tiddler « <$text text=<<currentTiddler>>/> » est manquant - cliquez sur {{$:/core/images/edit-button}} pour le créer
|
||||
RecentChanges/DateFormat: DD MMM YYYY
|
||||
|
2
lazy.cmd
2
lazy.cmd
@ -5,7 +5,7 @@ rem serve TiddlyWiki5 over HTTP with lazily loaded images
|
||||
rem Optional parameter is the username for signing edits
|
||||
|
||||
node .\tiddlywiki.js ^
|
||||
editions\clientserver ^
|
||||
editions\server ^
|
||||
--verbose ^
|
||||
--server 8080 $:/core/save/lazy-images text/plain text/html %1 %2^
|
||||
|| exit 1
|
||||
|
2
lazy.sh
2
lazy.sh
@ -5,7 +5,7 @@
|
||||
# Optional parameter is the username for signing edits
|
||||
|
||||
node ./tiddlywiki.js \
|
||||
editions/clientserver \
|
||||
editions/server \
|
||||
--verbose \
|
||||
--server 8080 $:/core/save/lazy-images text/plain text/html $1 $2\
|
||||
|| exit 1
|
||||
|
@ -23,4 +23,4 @@ Host configuration: <$edit-text tiddler="$:/config/tiddlyweb/host" tag="input" d
|
||||
|
||||
Download an offline copy of this wiki:
|
||||
|
||||
{{$:/editions/clientserver/download-offline-button}}
|
||||
{{$:/editions/server/download-offline-button}}
|
@ -1,3 +1,3 @@
|
||||
title: $:/editions/clientserver/download-offline-button
|
||||
title: $:/editions/server/download-offline-button
|
||||
|
||||
<$button message="tw-download-file" param="$:/editions/clientserver/download-offline" class="btn-big-green">Download Offline Snapshot {{$:/core/images/save-button}}</$button>
|
||||
<$button message="tw-download-file" param="$:/editions/server/download-offline" class="btn-big-green">Download Offline Snapshot {{$:/core/images/save-button}}</$button>
|
@ -1,4 +1,4 @@
|
||||
title: $:/editions/clientserver/download-offline
|
||||
title: $:/editions/server/download-offline
|
||||
|
||||
\define saveTiddlerFilter()
|
||||
[is[tiddler]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]] +[sort[title]]
|
||||
|
Loading…
Reference in New Issue
Block a user