2
* Ajax Bootstrap Select
4
* Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON.
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.
13
* Mark Carver - https://github.com/markcarver
15
* Last build: 2017-11-15 1:19:45 PM EST
19
* Brazilian portuguese translation for the "pt-BR" and "pt" language codes.
20
* Luan Fonseca <luanfonceca@gmail.com>
22
$.fn.ajaxSelectPicker.locale["pt-BR"]={currentlySelected:"Selecionado Atualmente",emptyTitle:"Clique e comece a digitar",errorText:"Incapaz de encontrar resultados",searchPlaceholder:"Buscar...",statusInitialized:"Comece a digitar",statusNoResults:"Sem Resultados",statusSearching:"Buscando...",statusTooShort:"Digite mais caracteres"},$.fn.ajaxSelectPicker.locale.pt=$.fn.ajaxSelectPicker.locale["pt-BR"];})(jQuery);