Skip to content

Commit

Permalink
Add hungarian translations
Browse files Browse the repository at this point in the history
  • Loading branch information
trekdemo committed Mar 13, 2013
1 parent 9df5502 commit 28870e7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions js/locale/ui-multiselect-hu.js
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* Localization strings for the UI Multiselect widget
*
* @locale hu, hu-HU
*/

$.extend($.ui.multiselect.locale, {
addAll: 'Összes hozzáadása',
removeAll: 'Összes eltávolítása',
itemsCount: 'kiválasztott elem'
});

0 comments on commit 28870e7

Please sign in to comment.