defaults-eu.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*!
  2. * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
  3. *
  4. * Copyright 2012-2020 SnapAppointments, LLC
  5. * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
  6. */
  7. (function (root, factory) {
  8. if (root === undefined && window !== undefined) root = window;
  9. if (typeof define === 'function' && define.amd) {
  10. // AMD. Register as an anonymous module unless amdModuleId is set
  11. define(["jquery"], function (a0) {
  12. return (factory(a0));
  13. });
  14. } else if (typeof module === 'object' && module.exports) {
  15. // Node. Does not work with strict CommonJS, but
  16. // only CommonJS-like environments that support module.exports,
  17. // like Node.
  18. module.exports = factory(require("jquery"));
  19. } else {
  20. factory(root["jQuery"]);
  21. }
  22. }(this, function (jQuery) {
  23. (function ($) {
  24. $.fn.selectpicker.defaults = {
  25. noneSelectedText: 'Hautapenik ez',
  26. noneResultsText: 'Emaitzarik ez {0}',
  27. countSelectedText: '{1}(e)tik {0} hautatuta',
  28. maxOptionsText: ['Mugara iritsita ({n} {var} gehienez)', 'Taldearen mugara iritsita ({n} {var} gehienez)', ['elementu', 'elementu']],
  29. multipleSeparator: ', ',
  30. selectAllText: 'Hautatu Guztiak',
  31. deselectAllText: 'Desautatu Guztiak'
  32. };
  33. })(jQuery);
  34. }));
  35. //# sourceMappingURL=defaults-eu.js.map