Skip to content

Commit f61cd9f

Browse files
author
ehynds
committed
Merge branch 'master' of github.com:ehynds/jquery-ui-multiselect-widget
2 parents cbd1840 + b2b1413 commit f61cd9f

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

i18n/jquery.multiselect.filter.pl.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* Polish initialisation for the jQuery UI multiselect plugin. */
2+
/* Written by Tomasz Mazur ([email protected]). */
3+
4+
(function ( $ ) {
5+
6+
$.extend($.ech.multiselectfilter.prototype.options, {
7+
label: "Filtruj:",
8+
placeholder: "Wprowadź słowa kluczowe"
9+
});
10+
11+
})( jQuery );

i18n/jquery.multiselect.pl.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* Spanish initialisation for the jQuery UI multiselect plugin. */
2+
/* Written by Tomasz Mazur ([email protected]). */
3+
4+
(function ( $ ) {
5+
6+
$.extend($.ech.multiselect.prototype.options, {
7+
checkAllText: 'Zaznacz wszystkie',
8+
uncheckAllText: 'Odznacz wszystkie',
9+
noneSelectedText: 'Wybierz opcje',
10+
selectedText: 'Zaznaczono #'
11+
});
12+
13+
})( jQuery );

0 commit comments

Comments
 (0)