-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump release to v1.3.7 and do build.
- Loading branch information
1 parent
f9718c5
commit 1c4c350
Showing
16 changed files
with
127 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
/*! | ||
* Ajax Bootstrap Select | ||
* | ||
* Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON. | ||
* | ||
* @version 1.3.7 | ||
* @author Adam Heim - https://github.com/truckingsim | ||
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select | ||
* @copyright 2016 Adam Heim | ||
* @license Released under the MIT license. | ||
* | ||
* Contributors: | ||
* Mark Carver - https://github.com/markcarver | ||
* | ||
* Last build: 2016-06-24 1:36:43 PM EDT | ||
*/ | ||
!(function ($) { | ||
/*! | ||
* Italian translation for the "it-IT" and "it" language codes. | ||
* Luca Longo <[email protected]> | ||
*/ | ||
$.fn.ajaxSelectPicker.locale['it-IT'] = { | ||
/** | ||
* @member $.fn.ajaxSelectPicker.locale | ||
* @cfg {String} currentlySelected = 'Currently Selected' | ||
* @markdown | ||
* The text to use for the label of the option group when currently selected options are preserved. | ||
*/ | ||
currentlySelected: 'Selezionati', | ||
|
||
/** | ||
* @member $.fn.ajaxSelectPicker.locale | ||
* @cfg {String} emptyTitle = 'Select and begin typing' | ||
* @markdown | ||
* The text to use as the title for the select element when there are no items to display. | ||
*/ | ||
emptyTitle: 'Clicca qui e scrivi...', | ||
|
||
/** | ||
* @member $.fn.ajaxSelectPicker.locale | ||
* @cfg {String} errorText = ''Unable to retrieve results' | ||
* @markdown | ||
* The text to use in the status container when a request returns with an error. | ||
*/ | ||
errorText: 'Impossibile recuperare dei risultati', | ||
|
||
/** | ||
* @member $.fn.ajaxSelectPicker.locale | ||
* @cfg {String} searchPlaceholder = 'Search...' | ||
* @markdown | ||
* The text to use for the search input placeholder attribute. | ||
*/ | ||
searchPlaceholder: 'Cerca...', | ||
|
||
/** | ||
* @member $.fn.ajaxSelectPicker.locale | ||
* @cfg {String} statusInitialized = 'Start typing a search query' | ||
* @markdown | ||
* The text used in the status container when it is initialized. | ||
*/ | ||
statusInitialized: 'Inizia a digitare...', | ||
|
||
/** | ||
* @member $.fn.ajaxSelectPicker.locale | ||
* @cfg {String} statusNoResults = 'No Results' | ||
* @markdown | ||
* The text used in the status container when the request returns no results. | ||
*/ | ||
statusNoResults: 'Non ci sono risultati', | ||
|
||
/** | ||
* @member $.fn.ajaxSelectPicker.locale | ||
* @cfg {String} statusSearching = 'Searching...' | ||
* @markdown | ||
* The text to use in the status container when a request is being initiated. | ||
*/ | ||
statusSearching: 'Ricerca in corso...' | ||
}; | ||
$.fn.ajaxSelectPicker.locale.it = $.fn.ajaxSelectPicker.locale['it-IT']; | ||
})(jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/*! | ||
* Ajax Bootstrap Select | ||
* | ||
* Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON. | ||
* | ||
* @version 1.3.7 | ||
* @author Adam Heim - https://github.com/truckingsim | ||
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select | ||
* @copyright 2016 Adam Heim | ||
* @license Released under the MIT license. | ||
* | ||
* Contributors: | ||
* Mark Carver - https://github.com/markcarver | ||
* | ||
* Last build: 2016-06-24 1:36:43 PM EDT | ||
*/ | ||
!(function ($) { | ||
/*! | ||
* Italian translation for the "it-IT" and "it" language codes. | ||
* Luca Longo <[email protected]> | ||
*/ | ||
$.fn.ajaxSelectPicker.locale["it-IT"]={currentlySelected:"Selezionati",emptyTitle:"Clicca qui e scrivi...",errorText:"Impossibile recuperare dei risultati",searchPlaceholder:"Cerca...",statusInitialized:"Inizia a digitare...",statusNoResults:"Non ci sono risultati",statusSearching:"Ricerca in corso..."},$.fn.ajaxSelectPicker.locale.it=$.fn.ajaxSelectPicker.locale["it-IT"];})(jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters