1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-23 12:52:17 +01:00

14 lines
348 B
JavaScript
Raw Normal View History

/* German initialisation for the jQuery UI multiselect plugin. */
/* Written by Sven Tatter (sven.tatter@gmail.com). */
(function ( $ ) {
$.extend($.ech.multiselect.prototype.options, {
checkAllText: 'Alle auswählen',
uncheckAllText: 'Alle abwählen',
noneSelectedText: 'Nichts ausgewählt',
selectedText: '# ausgewählt'
});
})( jQuery );