parent
4335046f5f
commit
0bad2d866b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,46 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (root === undefined && window !== undefined) root = window; |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof module === 'object' && module.exports) { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(root["jQuery"]); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'ምንም አልተመረጠም', |
||||
noneResultsText: 'ከ{0} ጋር ተመሳሳይ ውጤት የለም', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? '{0} ምርጫ ተመርጧል' : '{0} ምርጫዎች ተመርጠዋል'; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'ገደብ ላይ ተደርሷል (ቢበዛ {n} ምርጫ)' : 'ገደብ ላይ ተደርሷል (ቢበዛ {n} ምርጫዎች)', |
||||
(numGroup == 1) ? 'የቡድን ገደብ ላይ ተደርሷል (ቢበዛ {n} ምርጫ)' : 'የቡድን ገደብ ላይ ተደርሷል (ቢበዛ {n} ምርጫዎች)' |
||||
]; |
||||
}, |
||||
selectAllText: 'ሁሉም ይመረጥ', |
||||
deselectAllText: 'ሁሉም አይመረጥ', |
||||
multipleSeparator: ' ፣ ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
//# sourceMappingURL=defaults-am_ET.js.map
|
||||
@ -0,0 +1,8 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"\u121d\u1295\u121d \u12a0\u120d\u1270\u1218\u1228\u1320\u121d",noneResultsText:"\u12a8{0} \u130b\u122d \u1270\u1218\u1233\u1233\u12ed \u12cd\u1324\u1275 \u12e8\u1208\u121d",countSelectedText:function(e,t){return 1==e?"{0} \u121d\u122d\u132b \u1270\u1218\u122d\u1327\u120d":"{0} \u121d\u122d\u132b\u12ce\u127d \u1270\u1218\u122d\u1320\u12cb\u120d"},maxOptionsText:function(e,t){return[1==e?"\u1308\u12f0\u1265 \u120b\u12ed \u1270\u12f0\u122d\u1237\u120d (\u1262\u1260\u12db {n} \u121d\u122d\u132b)":"\u1308\u12f0\u1265 \u120b\u12ed \u1270\u12f0\u122d\u1237\u120d (\u1262\u1260\u12db {n} \u121d\u122d\u132b\u12ce\u127d)",1==t?"\u12e8\u1261\u12f5\u1295 \u1308\u12f0\u1265 \u120b\u12ed \u1270\u12f0\u122d\u1237\u120d (\u1262\u1260\u12db {n} \u121d\u122d\u132b)":"\u12e8\u1261\u12f5\u1295 \u1308\u12f0\u1265 \u120b\u12ed \u1270\u12f0\u122d\u1237\u120d (\u1262\u1260\u12db {n} \u121d\u122d\u132b\u12ce\u127d)"]},selectAllText:"\u1201\u1209\u121d \u12ed\u1218\u1228\u1325",deselectAllText:"\u1201\u1209\u121d \u12a0\u12ed\u1218\u1228\u1325",multipleSeparator:" \u1363 "}}); |
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,8 +1,8 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
!function(e,n){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],function(e){return n(e)}):"object"==typeof module&&module.exports?module.exports=n(require("jquery")):n(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"Nic nen\xed vybr\xe1no",noneResultsText:"\u017d\xe1dn\xe9 v\xfdsledky {0}",countSelectedText:"Ozna\u010deno {0} z {1}",maxOptionsText:["Limit p\u0159ekro\u010den ({n} {var} max)","Limit skupiny p\u0159ekro\u010den ({n} {var} max)",["polo\u017eek","polo\u017eka"]],multipleSeparator:", ",selectAllText:"Vybrat V\u0161e",deselectAllText:"Odzna\u010dit V\u0161e"}}); |
||||
!function(e,n){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],function(e){return n(e)}):"object"==typeof module&&module.exports?module.exports=n(require("jquery")):n(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"Vyberte ze seznamu",noneResultsText:"Pro hled\xe1n\xed {0} nebyly nalezeny \u017e\xe1dn\xe9 v\xfdsledky",countSelectedText:"Vybran\xe9 {0} z {1}",maxOptionsText:["Limit p\u0159ekro\u010den ({n} {var} max)","Limit skupiny p\u0159ekro\u010den ({n} {var} max)",["polo\u017eek","polo\u017eka"]],multipleSeparator:", ",selectAllText:"Vybrat v\u0161e",deselectAllText:"Zru\u0161it v\xfdb\u011br"}}); |
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -0,0 +1,46 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (root === undefined && window !== undefined) root = window; |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof module === 'object' && module.exports) { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(root["jQuery"]); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Odaberite stavku', |
||||
noneResultsText: 'Nema rezultata pretrage {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? '{0} stavka selektirana' : '{0} stavke selektirane'; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'Limit je postignut ({n} stvar maximalno)' : 'Limit je postignut ({n} stavke maksimalno)', |
||||
(numGroup == 1) ? 'Grupni limit je postignut ({n} stvar maksimalno)' : 'Grupni limit je postignut ({n} stavke maksimalno)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Selektiraj sve', |
||||
deselectAllText: 'Deselektiraj sve', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
//# sourceMappingURL=defaults-hr_HR.js.map
|
||||
@ -0,0 +1,8 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"Odaberite stavku",noneResultsText:"Nema rezultata pretrage {0}",countSelectedText:function(e,t){return 1==e?"{0} stavka selektirana":"{0} stavke selektirane"},maxOptionsText:function(e,t){return[1==e?"Limit je postignut ({n} stvar maximalno)":"Limit je postignut ({n} stavke maksimalno)",1==t?"Grupni limit je postignut ({n} stvar maksimalno)":"Grupni limit je postignut ({n} stavke maksimalno)"]},selectAllText:"Selektiraj sve",deselectAllText:"Deselektiraj sve",multipleSeparator:", "}}); |
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,8 +1,8 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"\u4f55\u3082\u304c\u9078\u629e\u3057\u305f",noneResultsText:"'{0}'\u304c\u7d50\u679c\u3092\u8fd4\u3055\u306a\u3044",countSelectedText:"{0}/{1}\u304c\u9078\u629e\u3057\u305f",maxOptionsText:["\u9650\u754c\u306f\u9054\u3057\u305f({n}{var}\u6700\u5927)","\u9650\u754c\u3092\u30b0\u30eb\u30fc\u30d7\u306f\u9054\u3057\u305f({n}{var}\u6700\u5927)",["\u30a2\u30a4\u30c6\u30e0","\u30a2\u30a4\u30c6\u30e0"]],selectAllText:"\u5168\u90e8\u3092\u9078\u629e\u3059\u308b",deselectAllText:"\u4f55\u3082\u9078\u629e\u3057\u306a\u3044",multipleSeparator:", "}}); |
||||
!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093",noneResultsText:"'{0}'\u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093",countSelectedText:"{0}/{1} \u9078\u629e\u4e2d",maxOptionsText:["\u9078\u629e\u4e0a\u9650\u6570\u3092\u8d85\u3048\u3066\u3044\u307e\u3059(\u6700\u5927{n}{var})","\u30b0\u30eb\u30fc\u30d7\u306e\u9078\u629e\u4e0a\u9650\u6570\u3092\u8d85\u3048\u3066\u3044\u307e\u3059(\u6700\u5927{n}{var})",["\u30a2\u30a4\u30c6\u30e0","\u30a2\u30a4\u30c6\u30e0"]],selectAllText:"\u5168\u3066\u9078\u629e",deselectAllText:"\u9078\u629e\u3092\u30af\u30ea\u30a2",multipleSeparator:", "}}); |
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -0,0 +1,46 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (root === undefined && window !== undefined) root = window; |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof module === 'object' && module.exports) { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(root["jQuery"]); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Nekas nav atzīmēts', |
||||
noneResultsText: 'Nav neviena rezultāta {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? '{0} ieraksts atzīmēts' : '{0} ieraksti atzīmēts'; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'Sasniegts limits ({n} ieraksts maksimums)' : 'Sasniegts limits ({n} ieraksti maksimums)', |
||||
(numGroup == 1) ? 'Sasniegts grupas limits ({n} ieraksts maksimums)' : 'Sasniegts grupas limits ({n} ieraksti maksimums)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Atzīmēt visu', |
||||
deselectAllText: 'Neatzīmēt nevienu', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
//# sourceMappingURL=defaults-lv_LV.js.map
|
||||
@ -0,0 +1,8 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"Nekas nav atz\u012bm\u0113ts",noneResultsText:"Nav neviena rezult\u0101ta {0}",countSelectedText:function(e,t){return 1==e?"{0} ieraksts atz\u012bm\u0113ts":"{0} ieraksti atz\u012bm\u0113ts"},maxOptionsText:function(e,t){return[1==e?"Sasniegts limits ({n} ieraksts maksimums)":"Sasniegts limits ({n} ieraksti maksimums)",1==t?"Sasniegts grupas limits ({n} ieraksts maksimums)":"Sasniegts grupas limits ({n} ieraksti maksimums)"]},selectAllText:"Atz\u012bm\u0113t visu",deselectAllText:"Neatz\u012bm\u0113t nevienu",multipleSeparator:", "}}); |
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -0,0 +1,46 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (root === undefined && window !== undefined) root = window; |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof module === 'object' && module.exports) { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(root["jQuery"]); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Izaberite', |
||||
noneResultsText: 'Nema rezultata za {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? '{0} izabrana' : '{0} izabrane'; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'Limit je dostignut ({n} stvar maximalno)' : 'Limit je dostignut ({n} stavke maksimalno)', |
||||
(numGroup == 1) ? 'Grupni limit je dostignut ({n} stvar maksimalno)' : 'Grupni limit je dostignut ({n} stavke maksimalno)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Izaberi sve', |
||||
deselectAllText: 'Obrisi sve', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
//# sourceMappingURL=defaults-sr_SP.js.map
|
||||
@ -0,0 +1,8 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"Izaberite",noneResultsText:"Nema rezultata za {0}",countSelectedText:function(e,t){return 1==e?"{0} izabrana":"{0} izabrane"},maxOptionsText:function(e,t){return[1==e?"Limit je dostignut ({n} stvar maximalno)":"Limit je dostignut ({n} stavke maksimalno)",1==t?"Grupni limit je dostignut ({n} stvar maksimalno)":"Grupni limit je dostignut ({n} stavke maksimalno)"]},selectAllText:"Izaberi sve",deselectAllText:"Obrisi sve",multipleSeparator:", "}}); |
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -0,0 +1,8 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2d\u0e30\u0e44\u0e23\u0e40\u0e25\u0e22",noneResultsText:"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e17\u0e35\u0e48\u0e15\u0e23\u0e07\u0e01\u0e31\u0e19 {0}",countSelectedText:"{0} \u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01",maxOptionsText:["\u0e40\u0e01\u0e34\u0e19\u0e08\u0e33\u0e19\u0e27\u0e19\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14 (\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 {n} \u0e23\u0e32\u0e22\u0e01\u0e32\u0e23)","\u0e40\u0e01\u0e34\u0e19\u0e08\u0e33\u0e19\u0e27\u0e19\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14 (\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 {n} \u0e01\u0e25\u0e38\u0e48\u0e21)"],selectAllText:"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14",deselectAllText:"\u0e44\u0e21\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14",multipleSeparator:", "}}); |
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
@ -1,7 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.13.5 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* Bootstrap-select v1.13.17 (https://developer.snapappointments.com/bootstrap-select)
|
||||
* |
||||
* Copyright 2012-2018 SnapAppointments, LLC |
||||
* Copyright 2012-2020 SnapAppointments, LLC |
||||
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
|
||||
Loading…
Reference in new issue