D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
shubmkcj
/
urbane.createerp.com
/
plugins
/
bootstrap-select
/
js
/
i18n
/
Filename :
defaults-fr_FR.js
back
Copy
/*! * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select) * * Copyright 2013-2015 bootstrap-select * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'Aucune sélection', noneResultsText: 'Aucun résultat pour {0}', countSelectedText: function (numSelected, numTotal) { return (numSelected > 1) ? "{0} éléments sélectionnés" : "{0} élément sélectionné"; }, maxOptionsText: function (numAll, numGroup) { return [ (numAll > 1) ? 'Limite atteinte ({n} éléments max)' : 'Limite atteinte ({n} élément max)', (numGroup > 1) ? 'Limite du groupe atteinte ({n} éléments max)' : 'Limite du groupe atteinte ({n} élément max)' ]; }, multipleSeparator: ', ' }; })(jQuery);