~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.es-ES.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
 * Spanish translation for the "es-ES" and "es" language codes.
 
20
 * Diomedes Domínguez <diomedes.domimnguez@gmail.com>
 
21
 */
 
22
$.fn.ajaxSelectPicker.locale["es-ES"]={currentlySelected:"Seleccionado",emptyTitle:"Seleccione y comience a escribir",errorText:"No se puede recuperar resultados",searchPlaceholder:"Buscar...",statusInitialized:"Empieza a escribir una consulta de búsqueda",statusNoResults:"Sin Resultados",statusSearching:"Buscando...",statusTooShort:"Introduzca más caracteres"},$.fn.ajaxSelectPicker.locale.es=$.fn.ajaxSelectPicker.locale["es-ES"];})(jQuery);