~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to web/theme/default/libraries/bootstrap-select-ajax/js/locale/ajax-bootstrap-select.fr-FR.min.js

  • Committer: Dan Garner
  • Date: 2018-03-26 15:27:47 UTC
  • mto: This revision was merged to the branch mainline in revision 630.
  • Revision ID: git-v1:bb5a611bc71d8b95230559afaa2f0125cc4465f3
Stop loading the entire media list on each widget add/edit form. Replace with an ajax enabled drop down list with search box (MIT licenced).
xibosignage/xibo#1448

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*!
 
2
 * Ajax Bootstrap Select
 
3
 *
 
4
 * Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON.
 
5
 *
 
6
 * @version 1.4.3
 
7
 * @author Adam Heim - https://github.com/truckingsim
 
8
 * @link https://github.com/truckingsim/Ajax-Bootstrap-Select
 
9
 * @copyright 2017 Adam Heim
 
10
 * @license Released under the MIT license.
 
11
 *
 
12
 * Contributors:
 
13
 *   Mark Carver - https://github.com/markcarver
 
14
 *
 
15
 * Last build: 2017-11-15 1:19:45 PM EST
 
16
 */
 
17
!(function ($) {
 
18
/*!
 
19
 * French translation for the "fr-FR" and "fr" language codes.
 
20
 * Bastien (https://github.com/lisurc)
 
21
 */
 
22
$.fn.ajaxSelectPicker.locale["fr-FR"]={currentlySelected:"Actuellement sélectionné",emptyTitle:"Sélectionner et commencer à taper",errorText:"Impossible de récupérer les résultats",searchPlaceholder:"Rechercher...",statusInitialized:"Commencer à taper une recherche",statusNoResults:"Aucun résultat",statusSearching:"Recherche en cours...",statusTooShort:"Entrez plus de caractères"},$.fn.ajaxSelectPicker.locale.fr=$.fn.ajaxSelectPicker.locale["fr-FR"];})(jQuery);