mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
24
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.fr.js
vendored
Normal file
24
web/metronic/global/plugins/bootstrap-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));
|
Loading…
Add table
Add a link
Reference in a new issue