-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2e9da5
commit 3dba1a9
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
(function($) { | ||
$.fn.markdown.messages['fr'] = { | ||
'Bold': "Gras", | ||
'Italic': "Italique", | ||
'Heading': "Titre", | ||
'URL/Link': "Insérer un lien HTTP", | ||
'Image': "Insérer une image", | ||
'List': "Liste à puces", | ||
'Preview': "Prévisualiser", | ||
'strong text': "texte important", | ||
'emphasized text': "texte souligné", | ||
'heading text': "texte d'entête", | ||
'enter link description here': "entrez la description du lien ici", | ||
'Insert Hyperlink': "Insérez le lien hypertexte", | ||
'enter image description here': "entrez la description de l'image ici", | ||
'Insert Image Hyperlink': "Insérez le lien hypertexte de l'image", | ||
'enter image title here': "entrez le titre de l'image ici", | ||
'list text here': "texte à puce ici" | ||
}; | ||
}(jQuery)); |