~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.nl-NL.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
 * Dutch translation for the "nl-NL" and "nl" language codes.
 
20
 * Arjen Ruiterkamp <arjenruiterkamp@gmail.com>
 
21
 */
 
22
$.fn.ajaxSelectPicker.locale["nl-NL"]={currentlySelected:"Momenteel geselecteerd",emptyTitle:"Selecteer en begin met typen",errorText:"Kon geen resultaten ophalen",searchPlaceholder:"Zoeken...",statusInitialized:"Begin met typen om te zoeken",statusNoResults:"Geen resultaten",statusSearching:"Zoeken...",statusTooShort:"U dient meer karakters in te voeren"},$.fn.ajaxSelectPicker.locale.nl=$.fn.ajaxSelectPicker.locale["nl-NL"];})(jQuery);