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

9 lines
1.4 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.

/*!@license
* Infragistics.Web.ClientUI Tree 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.Tree=$.ig.Tree||{};$.ig.locale=$.ig.locale||{};$.ig.locale.fr=$.ig.locale.fr||{};$.ig.locale.fr.Tree={invalidArgumentType:"Type d'argument fourni invalide.",errorOnRequest:"Une erreur s'est produite pendant la récupération des données : ",noDataSourceUrl:"La commande igTree requiert une dataSourceUrl pour initier une requête de données pour cette URL.",incorrectPath:"Un nœud a été trouvé sur le chemin fourni : ",incorrectNodeObject:"L'argument fourni n'est pas un élément de nœud jQuery.",setOptionError:"Les modifications de temps d'exécution ne sont pas autorisées pour l'option suivante : ",moveTo:"<strong>Déplacer vers</strong> {0}",moveBetween:"<strong>Déplacer entre</strong> {0} et {1}",moveAfter:"<strong>Déplacer après</strong> {0}",moveBefore:"<strong>Déplacer avant</strong> {0}",copyTo:"<strong>Copier vers</strong> {0}",copyBetween:"<strong>Copier entre</strong> {0} et {1}",copyAfter:"<strong>Copier après</strong> {0}",copyBefore:"<strong>Copier avant</strong> {0}",and:"et"};$.ig.Tree.locale=$.ig.Tree.locale||$.ig.locale.fr.Tree;return $.ig.locale.fr.Tree});