Skip to content

Commit c17a503

Browse files
authored
Merge pull request #608 from AdamFonagy/master
Hungarian translation
2 parents 587b45c + 0c4f187 commit c17a503

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

i18n/jquery.multiselect.filter.hu.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* Hungarian initialisation for the jQuery UI multiselect plugin. */
2+
/* Written by Adam Fónagy ([email protected]). */
3+
4+
(function ( $ ) {
5+
6+
$.extend($.ech.multiselectfilter.prototype.options, {
7+
label: "Keresés:",
8+
placeholder: "kulcsszó megadása"
9+
});
10+
11+
})( jQuery );

i18n/jquery.multiselect.hu.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* Hungarian initialisation for the jQuery UI multiselect plugin. */
2+
/* Written by Adam Fónagy ([email protected]). */
3+
4+
(function ( $ ) {
5+
6+
$.extend($.ech.multiselect.prototype.options, {
7+
checkAllText: 'Mind kijelöl',
8+
uncheckAllText: 'Mind eltávolít',
9+
noneSelectedText: 'Nincs kijelölés',
10+
selectedText: '# kijelölve'
11+
});
12+
13+
})( jQuery );

0 commit comments

Comments
 (0)