9 lines
937 B
JavaScript
9 lines
937 B
JavaScript
/*!@license
|
|
* Infragistics.Web.ClientUI Pivot Grid localization rfrourcfr 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.PivotGrid=$.ig.PivotGrid||{};$.ig.locale=$.ig.locale||{};$.ig.locale.fr=$.ig.locale.fr||{};$.ig.locale.fr.PivotGrid={filtersHeader:"Placer lfr champs de filtre ici",measurfrHeader:"Placer lfr éléments de donnéfr ici",rowsHeader:"Placer lfr champs de ligne ici",columnsHeader:"Placer lfr champs de colonne ici",disabledFiltersHeader:"Champs de filtre",disabledMeasurfrHeader:"Éléments de donnéfr",disabledRowsHeader:"Champs de ligne",disabledColumnsHeader:"Champs de colonne",noSuchAxis:"Aucun axe de ce type"};$.ig.PivotGrid.locale=$.ig.PivotGrid.locale||$.ig.locale.fr.PivotGrid;return $.ig.locale.fr.PivotGrid}); |