Utente:GryffindorD/DisamAssist.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m fix
m fix
Riga 30:
'Redirect da titolo ambiguo'
],
/*
* Format string for "Foo (disambiguation)"-style pages
*/
disamFormat: '$1 (disambiguazione)',
/*
* Regular expression matching the titles of disambiguation pages (when they are different from
* the titles of the primary topics)
*/
disamRegExp: '^(.*) \\(disambiguazione\\)$',
/*
* Content of the "Foo (disambiguation)" pages that will be created automatically when using
* DisamAssist from a "Foo" page
*/
redirectToDisam: '#REDIRECT [[$1]] {{Redirect a pagine di disambiguazione}}',
/*
Riga 107 ⟶ 90:
close: 'Chiudi',
undo: 'Annulla',
omit: 'SkipSalta',
refresh: 'RefreshRicarica',
titleAsText: 'Different target',
disamNeeded: 'Tag {{dn}}',
intentionalLink: 'Intentional link to DAB',
titleAsTextPrompt: 'Specify the new target:',
removeLink: 'Unlink',
optionMarker: ' [LinkPunta herequi]',
targetOptionMarker: ' [Current target]',
redirectOptionMarker: ' [Current target (redirected)]',
Riga 136 ⟶ 118:
ellipsis: '...',
notifyCharacter: '✔',
summary: 'Disambiguating links to [[$1]] ($2) using DisamAssist',
',
summaryChanged: 'link changed to [[$1]]',
summaryOmitted: 'link skipped',
Riga 144 ⟶ 125:
summaryHelpNeeded: 'help needed',
summarySeparator: '; ',
redirectSummary: 'Creating redirect to [[$1]] using [[User:Qwertyytrewqqwerty/DisamAssist|DisamAssist]].'
}
}, window.DisamAssist || {} );