Server IP : 162.0.217.223 / Your IP : 216.73.216.112 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/www/wp-content/plugins/supportcandy/asset/js/selectWoo/i18n/ |
Upload File : |
/*! Select2 1.0.9 | https://github.com/select2/select2/blob/master/LICENSE.md */ (function() { if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) var e = jQuery.fn.select2.amd; return e.define("select2/i18n/fr", [], function() { return { errorLoading: function() { return "Les résultats ne peuvent pas être chargés."; }, inputTooLong: function(e) { var t = e.input.length - e.maximum; return "Supprimez " + t + " caractère" + (t > 1 ? "s" : ""); }, inputTooShort: function(e) { var t = e.minimum - e.input.length; return "Saisissez au moins " + t + " caractère" + (t > 1 ? "s" : ""); }, loadingMore: function() { return "Chargement de résultats supplémentaires…"; }, maximumSelected: function(e) { return "Vous pouvez seulement sélectionner " + e.maximum + " élément" + (e.maximum > 1 ? "s" : ""); }, noResults: function() { return "Aucun résultat trouvé"; }, searching: function() { return "Recherche en cours…"; } }; }), { define: e.define, require: e.require }; })();