~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.pt-BR.min.js

  • Committer: GitHub
  • Author(s): Dan Garner
  • Date: 2018-06-20 16:27:37 UTC
  • mfrom: (652)
  • mto: This revision was merged to the branch mainline in revision 653.
  • Revision ID: git-v1:1a1ca01506202d782ed245fa27b6ce6c32f0a216
Merge branch 'release18' into bugfix/1.8.10-pack2

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
 
 * Brazilian portuguese translation for the "pt-BR" and "pt" language codes.
20
 
 * Luan Fonseca <luanfonceca@gmail.com>
21
 
 */
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);