oi-metrology/Server/wwwroot/igniteui/js/modules/i18n/infragistics.ui.htmleditor-fr.js
2023-02-16 15:17:31 -07:00

9 lines
4.3 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*!@license
* Infragistics.Web.ClientUI HTML Editor localization resources 19.1.20
*
* Copyright (c) 2011-2019 Infragistics Inc.
*
* http://www.infragistics.com/
*
*/
(function(factory){if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else{return factory(jQuery)}})(function($){$.ig=$.ig||{};$.ig.locale=$.ig.locale||{};$.ig.locale.fr=$.ig.locale.fr||{};$.ig.HtmlEditor=$.ig.HtmlEditor||{};$.ig.locale.fr.HtmlEditor={boldButtonTitle:"Gras",italicButtonTitle:"Italique",underlineButtonTitle:"Souligné",strikethroughButtonTitle:"Barré",increaseFontSizeButtonTitle:"Agrandir la police",decreaseFontSizeButtonTitle:"Réduire la police",alignTextLeftButtonTitle:"Aligner le texte à gauche",alignTextRightButtonTitle:"Aligner le texte à droite",alignTextCenterButtonTitle:"Centrer",justifyButtonTitle:"Justifier",bulletsButtonTitle:"Puces",numberingButtonTitle:"Numérotation",decreaseIndentButtonTitle:"Diminuer le retrait",increaseIndentButtonTitle:"Augmenter le retrait",insertPictureButtonTitle:"Insérer une image",fontColorButtonTitle:"Couleur de police",textHighlightButtonTitle:"Couleur de surbrillance du texte",insertLinkButtonTitle:"Insérer un lien hypertexte",insertTableButtonTitle:"Tableau",addRowButtonTitle:"Ajouter une ligne",removeRowButtonTitle:"Supprimer une ligne",addColumnButtonTitle:"Ajouter une colonne",removeColumnButtonTitle:"Supprimer une colonne",inserHRButtonTitle:"Insérer une règle horizontale",viewSourceButtonTitle:"Afficher la source",cutButtonTitle:"Couper",copyButtonTitle:"Copier",pasteButtonTitle:"Coller",undoButtonTitle:"Annuler",redoButtonTitle:"Rétablir",imageUrlDialogText:"URL image :",imageAlternativeTextDialogText:"Texte alternatif :",imageWidthDialogText:"Largeur de l'image :",imageHeihgtDialogText:"Hauteur de l'image :",linkNavigateToUrlDialogText:"Naviguer vers l'URL :",linkDisplayTextDialogText:"Afficher le texte :",linkOpenInDialogText:"Ouvrir dans :",linkTargetNewWindowDialogText:"Nouvelle fenêtre",linkTargetSameWindowDialogText:"Même fenêtre",linkTargetParentWindowDialogText:"Fenêtre parent",linkTargetTopmostWindowDialogText:"Fenêtre supérieure",applyButtonTitle:"Appliquer",cancelButtonTitle:"Annuler",textToolbar:"barre doutils de la manipulation de texte",formattingToolbar:"barre doutils de la mise en forme de texte",insertObjectToolbar:"barre doutils dinsertion dobjets",copyPasteToolbar:"barre doutils copier/coller",fontNames:{win:[{text:"Times New Roman",value:"Times New Roman"},{text:"Arial",value:"Arial"},{text:"Arial Black",value:"Arial Black"},{text:"Helvetica",value:"Helvetica"},{text:"Comic Sans MS",value:"Comic Sans MS"},{text:"Courier New",value:"Courier New"},{text:"Georgia",value:"Georgia"},{text:"Impact",value:"Impact"},{text:"Lucida Console",value:"Lucida Console"},{text:"Lucida Sans Unicode",value:"Lucida Sans Unicode"},{text:"Palatino Linotype",value:"Palatino Linotype"},{text:"Tahoma",value:"Tahoma"},{text:"Trebuchet MS",value:"Trebuchet MS"},{text:"Verdana",value:"Verdana"},{text:"Symbol",value:"Symbol"},{text:"Webdings",value:"Webdings"},{text:"Wingdings",value:"Wingdings"},{text:"MS Sans Serif",value:"MS Sans Serif"},{text:"MS Serif",value:"MS Serif"}],mac:[{text:"Times New Roman",value:"Times New Roman"},{text:"Arial",value:"Arial"},{text:"Arial Black",value:"Arial Black"},{text:"Helvetica",value:"Helvetica"},{text:"Comic Sans MS",value:"Comic Sans MS"},{text:"Courier New",value:"Courier New"},{text:"Georgia",value:"Georgia"},{text:"Impact",value:"Impact"},{text:"Monaco",value:"Monaco"},{text:"Lucida Grande",value:"Lucida Grande"},{text:"Book Antiqua",value:"Book Antiqua"},{text:"Geneva",value:"Geneva"},{text:"Trebuchet MS",value:"Trebuchet"},{text:"Verdana",value:"Verdana"},{text:"Symbol",value:"Symbol"},{text:"Webdings",value:"Webdings"},{text:"Zapf Dingbats",value:"Zapf Dingbats"},{text:"New York",value:"New York"}]},fontSizes:[{text:"1",value:"7.5 pt"},{text:"2",value:"10 pt"},{text:"3",value:"12 pt"},{text:"4",value:"13.5 pt"},{text:"5",value:"18 pt"},{text:"6",value:"24 pt"},{text:"7",value:"36 pt"}],formatsList:[{text:"h1",value:"En-tête 1"},{text:"h2",value:"En-tête 2"},{text:"h3",value:"En-tête 3"},{text:"h4",value:"En-tête 4"},{text:"h5",value:"En-tête 5"},{text:"h6",value:"En-tête 6"},{text:"p",value:"Normal"}]};$.ig.HtmlEditor.locale=$.ig.HtmlEditor.locale||$.ig.locale.fr.HtmlEditor;return $.ig.locale.fr.HtmlEditor});