Utente:Senpai/monobook/recent2.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
proviamo
m prima traduzione
Riga 17:
// Make sure there's a comma at the end of each line.
badwordsUrl: 'Utente:Senpai/badwords',
filterPage: 'Utente:Senpai/Filter_recent_changesFiltra le ultime modifiche',
allRecentPage: 'Utente:Senpai/All_recent_changesTutte le ultime modifiche',
recentIPPage: 'Utente:Senpai/Recent_IP_editsUltime modifiche anonime',
monitorWatchlistPage: 'Utente:Senpai/Monitor_my_watchlistSegui gli osservati speciali',
spelldictUrl: 'Utente:Senpai/Lists_of_common_misspellingsLista degli errori comuni/For_machinesFormato macchina',
spelldictPage: 'Utente:Senpai/Live_spellcheckControllo ortografico',
 
// leave this alone
Riga 765:
window.addMarvin=function() {
var prefix = 'http://' + document.___location.hostname + '/wiki/';
recent2.addToolboxLink(prefix + recent2.filterPage, 'FilterFiltra recentle changesultime modifiche', 'toolbox_filter_changes');
recent2.addToolboxLink(prefix + recent2.allRecentPage, 'AllTutte recentle changesultime modifiche', 'toolbox_all_changes');
recent2.addToolboxLink(prefix + recent2.recentIPPage, 'RecentUltime IPmodifiche editsanonime', 'toolbox_IP_edits');
recent2.addToolboxLink(prefix + recent2.monitorWatchlistPage, 'MonitorSegui mygli watchlistosservati speciali', 'toolbox_watchlist_edits');
recent2.addToolboxLink(prefix + recent2.spelldictPage, 'LiveControllo spellcheckortografico', 'toolbox_spelling');
//document.getElementById('toolbox_filter_changes').onclick=marvin;
}