LLWiki正在建设中,欢迎加入我们

“MediaWiki:Gadget-Cat-a-lot.js”的版本间差异

跳转到导航 跳转到搜索
(禁用用户设置)
* READ THIS PAGE IF YOU WANT TO TRANSLATE OR USE THIS ON ANOTHER SITE:
* http://commons.wikimedia.org/wiki/MediaWiki:Gadget-Cat-a-lot.js/translating
* <nowiki>
*/
 
'cat-a-lot-buttonpref': 'Use buttons instead of text-links',
'cat-a-lot-comment-label': '自定义编辑摘要',
'cat-a-lot-edit-question': 'Why is this change necessary?请输入编辑摘要:',
 
// Progress
'cat-a-lot-move': 'Move',
'cat-a-lot-add': 'Add',
// 'cat-a-lot-remove-from-cat': 'Remove from this category',
'cat-a-lot-overcat': '检测过度分类',
'cat-a-lot-enter-name': 'Enter category name',
if ( typeof select === 'string' && this.pageLabels[ 0 ] ) {
this.pageLabels.toggleClass( 'cat_a_lot_selected', true );
if ( select === 'files' || select === 'pages' ) // pages get deselected
{ this.labels.toggleClass( 'cat_a_lot_selected' ); }
} else {
 
$buttons.push( $( '<a>' )
.text( mw.msg( 'Centralnotice-remove-from-cat' ) )
.on( 'click', function () {
CAL.doSomething( this, 'remove' );
 
}( jQuery, mediaWiki ) );
// </nowiki>