MediaWiki:Gadget-CatWatch.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m fix cmtitle
+messaggio
Riga 27:
errorGet: 'Error retrieving',
msgConfig: 'Category watchlist not found. Do you want to create a new one?',
monthNames: 'wgMonthNames',
category: 'Category'
},
it : {
Line 33 ⟶ 34:
errorGet: 'Errore nel leggere',
msgConfig: 'Non hai ancora una lista di categorie da controllare. Vuoi crearne una?',
monthNames: 'wgMonthNamesShort',
category: 'Categoria'
}
},
Line 138 ⟶ 140:
 
url = mw.config.get( 'wgScript' ) + '?title=' + title;
urlcat = mw.config.get( 'wgArticlePath' ).replace( '$1', 'CategoriaCategory:' + category );
$cron = $( '<a>' ).attr( 'href', url + '&action=history' ).text( 'cron' );
$cat = $( '<a>' ).attr( 'href', urlcat ).text( msg( 'Categoriacategory' ) + ':' + category );
$page = $( '<a>' ).attr( 'href', mw.config.get( 'wgArticlePath' )
.replace( '$1', encodeURIComponent( title ) ) + '?redirect=no' ).text( title );