1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-04 15:24:35 +01:00
OwncloudContactsOfficial/vendor/ui-multiselect/i18n/jquery.multiselect.zh-cn.js
LEDfan 8c3d7ccdba install multi-select and combobox via bower
Remove old combobox

user bower for onfontresize

Add jcrop + md5

Add files to scrutinizer ignore list

Remove misplaced text

Selected the right MultiSelect library via bower

Move bower dependencies to correct location
2014-11-18 12:54:33 +01:00

14 lines
316 B
JavaScript

/* Simplified Chinese initialisation for the jQuery UI multiselect plugin. */
/* Written by Ben (ben@zfben.com). */
(function ( $ ) {
$.extend($.ech.multiselect.prototype.options, {
checkAllText: '全选',
uncheckAllText: '清空',
noneSelectedText: '请选择',
selectedText: '# 已选择'
});
})( jQuery );