first commit
This commit is contained in:
24
libraries/framework/vendor/plugins/markdown/locale/bootstrap-markdown.fr.js
vendored
Normal file
24
libraries/framework/vendor/plugins/markdown/locale/bootstrap-markdown.fr.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* French translation for bootstrap-markdown
|
||||
* Benoît Bourgeois <bierdok@gmail.com>
|
||||
*/
|
||||
(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));
|
||||
Reference in New Issue
Block a user