oi-metrology/Archive/wwwroot/igniteui/js/modules/i18n/infragistics.ui.combo-fr.js
2022-07-26 09:34:09 -07:00

9 lines
1.1 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 Combo 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.Combo=$.ig.Combo||{};$.ig.locale.fr.Combo={noMatchFoundText:"Aucun résultat",dropDownButtonTitle:"Afficher la liste déroulante",clearButtonTitle:"Effacer la valeur",placeHolder:"sélectionner...",notSuported:"Lopération nest pas prise en charge.",errorNoSupportedTextsType:"Un texte de filtrage différent est requis. Fournissez une valeur correspondant soit à une chaîne, soit à un tableau de chaînes.",errorUnrecognizedHighlightMatchesMode:"Un mode dassociation de surbrillance différent est requis. Choisissez une valeur entre « multi », « contains », « startsWith », « full » et « null ».",errorIncorrectGroupingKey:"La clé de groupement nest pas correcte."};$.ig.Combo.locale=$.ig.Combo.locale||$.ig.locale.fr.Combo;return $.ig.locale.fr.Combo});