Bước tới nội dung

Thành viên:Tranletuhan/dab solver

Bách khoa toàn thư mở Wikipedia
// Submitting a page, without changing the text
var NoChangesMsg    = 'Text is unchanged, submit?';
// If user opens a dialog before it finishes loading
var NotLoadedTryAgain = "You're too quick!  The server has yet to respond, click again.";
// User leave the tool without saving
// +Typically appears sandwiched between text on a Ok/Cancel dialog
var QuitWithoutSaving = "Navigating away will cause unsaved work to be losted";
 
// Edit Summary
// When adding templates such {{dn}}
var RequestHelpMsg  = 'Help needed: ';
// Link which were removed or unlinked
var RemovedLinksMsg = 'Unlinked: ';
// Links which were fixes
var SolvedLinksMsg  = 'Disambiguated: ';
// Number of links fixes, if above is too long
var SolvedCountMsg  = 'Disambiguated $1 links';
// Summary feedback link when commonfixes is active
var UsingToolMsg    = ' using [[tools:~dispenser/view/Dab_solver|Dab solver]]';
 
// Interface text
var TabRead     = "Vis";
var TabEdit     = "Redigér";
var TabHistory  = "Se historik";
var TabClose    = "Close";
var TabPrefixI  = "Prefixes";
var TabRedlinks = "Show redlinks";
 
// Server messages
// Database revision does not match page revision, usually caused by replication lag
OutOfSync = u'Alert the database is out of date.  See <a href="http://toolserver.org/~bryan/stats/replag/">replication lag</a>.'
// Database temporarily down, usually not enough free connections
NoOpenConnections = u'Database operational error, reload the page in few a minutes.'
// Link was not found in text, usually due to replication lag
LinkNotInText = u'\03{lightred}WARNING\03{default}: [[%s]] not found'
// No links to disambiguated (maybe cause by the above message)
NoLinksInText = u"There were no disambiguation links found in the wikitext"
// Link not included because its transcluded from a template
LinkTranscluded = u'Disambiguation [[%s]] is transcluded from [[%s]]'
// Text removed for brevity and compliance with the Toolserver rules
RemovedText = "%s\n<removed>%d lines hidden (%d characters)</removed>\n%s"