WfMsg statistics

From mediawiki.org

These statistics show the uses of the wfMsg* functions in the code. It could be used to detect unused wfMsg functions or for transition to other syntaxes (like a transition to wfMessage as it seems there is (I don’t follow exactly the evolution of MW)). The raw data are created with [1].

Some statistics[edit]

Based on rev. 97412.

Explicit keys[edit]

  • 1659 calls with an explicit key
  • 362 calls with a variable as message key

Other calls have a variable in the $key parameters, which makes difficult to extract the message keys

It seems to be coherent with the number of messages (2648) since many messages are displayed from variables (whose probably the more important user is the exif-* messages)

Repartition throw wfMsg functions[edit]

  • 810 wfMsg
  • 357 wfMsgExt
  • 270 wfMsgHtml
  • 130 wfMsgForContent
  • 145 wfMessage
  • 134 addWikiMsg
  • 79 wrapWikiMsg
  • 43 wfMsgNoTrans
  • 13 wfMsgReplaceArgs
  • 12 wfMessageFallback
  • 9 wfMsgReal
  • 5 wfMsgForContentNoTrans
  • 4 wfMsgGetKey
  • 4 addWikiMsgArray
  • 5 wfEmptyMsg
  • 1 wfMsgWikiHtml
  • Total 2021

This repartition includes the definition of the functions in includes/GlobalFunctions.php and include/OutputPage.php and system calls in these files (30 occurences), which reduces the total to (probably) 1991 uses.

Usage of a same message in different places[edit]

Given the message keys explicitely names in the code, we get these statistics:

  • Range: 1 to 19
  • Occurences: 1 time: 972, 2 times: 173, 3 times: 40, 4 times: 11, 5 times: 11, 6 times: 1, 7 times: 2, 10 times: 3, 12 times: 2, 13 times: 1, 16 times: 1, 19 times: 1
  • Mean: 1.3620689655
  • Standart deviation: 1.189977174
  • Median: 1
  • Widely used (≥10):
    • colon-separator (19)
    • diff (16)
    • allpagessubmit (13)
    • rev-deleted-user (12)
    • parentheses (12)
    • namespace (10)
    • nbytes (10)
    • pipe-separator (10)

Raw data[edit]

Based on rev. 97412.

File Line wfMsg type Message key
(when possible)
Complete call
includes/LogPage.php 136 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/LogPage.php 181 wfMsg wfMsg( $wgLogNames[$type] )
includes/LogPage.php 198 wfMsgExt wfMsgExt( $wgLogHeaders[$type], array( 'parseinline' ) )
includes/LogPage.php 235 wfMsgExt wfMsgExt( $wgLogActions[$key], array( 'parsemag', 'escape', 'language' => $langObj ) )
includes/LogPage.php 240 wfMsgExt rightsnone wfMsgExt( 'rightsnone', array( 'parsemag', 'language' => $langObj ) )
includes/LogPage.php 260 wfMsgExt wfMsgExt( $wgLogActions[$key], array( 'parsemag', 'escape', 'replaceafter', 'language' => $langObj ), $titleLink )
includes/LogPage.php 287 wfMsgExt protect-summary-cascade wfMsgExt( 'protect-summary-cascade', array( 'parsemag', 'language' => $langObj ) )
includes/LogPage.php 291 wfMsgExt wfMsgExt( $wgLogActions[$key], array( 'parsemag', 'escape', 'replaceafter', 'language' => $langObj ), $params )
includes/LogPage.php 555 wfMessage wfMessage( 'block-log-flags-' . $flag )
includes/LogPage.php 581 wfMessage wfMessage( $key )
includes/LogPage.php 597 wfMessage wfMessage( $key )
includes/UserMailer.php 519 wfMsgForContent minoredit wfMsgForContent( 'minoredit' )
includes/UserMailer.php 525 wfMsgForContent enotif_subject wfMsgForContent( 'enotif_subject' )
includes/UserMailer.php 526 wfMsgForContent enotif_body wfMsgForContent( 'enotif_body' )
includes/UserMailer.php 533 wfMsgForContent enotif_lastvisited wfMsgForContent( 'enotif_lastvisited', $difflink )
includes/UserMailer.php 535 wfMsgForContent changed wfMsgForContent( 'changed' )
includes/UserMailer.php 537 wfMsgForContent enotif_newpagetext wfMsgForContent( 'enotif_newpagetext' )
includes/UserMailer.php 540 wfMsgForContent created wfMsgForContent( 'created' )
includes/UserMailer.php 548 wfMsgForContent enotif_lastdiff wfMsgForContent( 'enotif_lastdiff',
$this->title->getCanonicalUrl( "oldid={$this->oldid}&diff=next" ) )
includes/UserMailer.php 586 wfMsgForContent enotif_anon_editor wfMsgForContent( 'enotif_anon_editor', $name )
includes/UserMailer.php 589 wfMsgForContent noemailtitle wfMsgForContent( 'noemailtitle' )
includes/UserMailer.php 686 wfMsgForContent enotif_impersonal_salutation wfMsgForContent( 'enotif_impersonal_salutation' )
includes/ImagePage.php 144 wfMessage shareddescriptionfollows wfMessage( 'shareddescriptionfollows' )
includes/ImagePage.php 157 wfMsg imagelinks wfMsg( 'imagelinks' )
includes/ImagePage.php 171 wfMsg metadata wfMsg( 'metadata' )
includes/ImagePage.php 200 wfMsgHtml file-anchor-link wfMsgHtml( 'file-anchor-link' )
includes/ImagePage.php 201 wfMsgHtml filehist wfMsgHtml( 'filehist' )
includes/ImagePage.php 202 wfMsgHtml imagelinks wfMsgHtml( 'imagelinks' )
includes/ImagePage.php 205 wfMsgHtml metadata wfMsgHtml( 'metadata' )
includes/ImagePage.php 223 wfMsgNoTrans metadata-help wfMsgNoTrans( 'metadata-help' )
includes/ImagePage.php 291 wfMsg parentheses wfMsg( 'parentheses', $this->displayImg->getLongDesc() )
includes/ImagePage.php 299 wfMsgHtml file-info-size wfMsgHtml( 'file-info-size', $width_orig, $height_orig, Linker::formatSize( $this->displayImg->getSize() ), $mime )
includes/ImagePage.php 315 wfMsgHtml show-big-image wfMsgHtml( 'show-big-image' )
includes/ImagePage.php 323 wfMessage show-big-image-preview wfMessage( 'show-big-image-preview' )
includes/ImagePage.php 327 wfMessage show-big-image-other wfMessage( 'show-big-image-other' )
includes/ImagePage.php 332 wfMessage file-nohires wfMessage( 'file-nohires' )
includes/ImagePage.php 361 wfMsg imgmultipageprev wfMsg( 'imgmultipageprev' )
includes/ImagePage.php 376 wfMsg imgmultipagenext wfMsg( 'imgmultipagenext' )
includes/ImagePage.php 409 wfMsgExt imgmultigoto wfMsgExt( 'imgmultigoto', array( 'parseinline', 'replaceafter' ), $select )
includes/ImagePage.php 410 wfMsg imgmultigo wfMsg( 'imgmultigo' )
includes/ImagePage.php 437 wfMsgNoTrans mediawarning wfMsgNoTrans( 'mediawarning' )
includes/ImagePage.php 471 wrapWikiMsg wrapWikiMsg( "<div id='mw-imagepage-nofile' class='plainlinks'>\n$1\n</div>", $nofile )
includes/ImagePage.php 495 wfMessage show-big-image-size wfMessage( 'show-big-image-size' )
includes/ImagePage.php 522 wfMsgNoTrans sharedupload-desc-here wfMsgNoTrans( 'sharedupload-desc-here' )
includes/ImagePage.php 523 wrapWikiMsg wrapWikiMsg( $wrap, array( 'sharedupload-desc-here', $repo, $descUrl ) )
includes/ImagePage.php 524 wfMsgNoTrans sharedupload-desc-there wfMsgNoTrans( 'sharedupload-desc-there' )
includes/ImagePage.php 525 wrapWikiMsg wrapWikiMsg( $wrap, array( 'sharedupload-desc-there', $repo, $descUrl ) )
includes/ImagePage.php 527 wrapWikiMsg wrapWikiMsg( $wrap, array( 'sharedupload', $repo ), ''/*BACKCOMPAT*/ )
includes/ImagePage.php 564 wfMsg uploadnewversion-linktext wfMsg( 'uploadnewversion-linktext' )
includes/ImagePage.php 572 wfMsgHtml edit-externally wfMsgHtml( 'edit-externally' )
includes/ImagePage.php 583 wfMsgExt edit-externally-help wfMsgExt( 'edit-externally-help', array( 'parseinline' ) )
includes/ImagePage.php 654 wrapWikiMsg wrapWikiMsg(
Html::rawElement( 'div',
array( 'id' => 'mw-imagepage-nolinkstoimage' ), "\n$1\n" ),
'nolinkstoimage'
)
includes/ImagePage.php 664 addWikiMsg linkstoimage addWikiMsg( 'linkstoimage', $count )
includes/ImagePage.php 667 addWikiMsg linkstoimage-more addWikiMsg( 'linkstoimage-more',
$wgLang->formatNum( $limit ),
$this->getTitle()->getPrefixedDBkey()
)
includes/ImagePage.php 709 wfMessage linkstoimage-redirect wfMessage( 'linkstoimage-redirect' )
includes/ImagePage.php 725 addWikiMsg morelinkstoimage addWikiMsg( 'morelinkstoimage', $this->getTitle()->getPrefixedDBkey() )
includes/ImagePage.php 741 addWikiMsg duplicatesoffile addWikiMsg( 'duplicatesoffile',
$wgLang->formatNum( count( $dupes ) ), $this->getTitle()->getDBkey()
)
includes/ImagePage.php 759 wfMsg shared-repo-from wfMsg( 'shared-repo-from', $file->getRepo()->getDisplayName() )
includes/ImagePage.php 773 wrapWikiMsg wrapWikiMsg( "<div class='error'>\n$1\n</div>\n", array( 'filedelete-maintenance' ) )
includes/ImagePage.php 794 wfMsg internalerror wfMsg( 'internalerror' )
includes/ImagePage.php 865 wfMsg filehist wfMsg( 'filehist' )
includes/ImagePage.php 867 wfMsgNoTrans filehist-help wfMsgNoTrans( 'filehist-help' )
includes/ImagePage.php 872 wfMsgHtml filehist-datetime wfMsgHtml( 'filehist-datetime' )
includes/ImagePage.php 873 wfMsgHtml filehist-thumb wfMsgHtml( 'filehist-thumb' )
includes/ImagePage.php 874 wfMsgHtml filehist-dimensions wfMsgHtml( 'filehist-dimensions' )
includes/ImagePage.php 875 wfMsgHtml filehist-user wfMsgHtml( 'filehist-user' )
includes/ImagePage.php 876 wfMsgHtml filehist-comment wfMsgHtml( 'filehist-comment' )
includes/ImagePage.php 912 wfMsgHtml wfMsgHtml( $iscur ? 'filehist-deleteall' : 'filehist-deleteone' )
includes/ImagePage.php 943 wfMsgHtml filehist-current wfMsgHtml( 'filehist-current' )
includes/ImagePage.php 946 wfMsgHtml filehist-revert wfMsgHtml( 'filehist-revert' )
includes/ImagePage.php 950 wfMsgHtml filehist-revert wfMsgHtml( 'filehist-revert' )
includes/ImagePage.php 1012 wfMsgHtml rev-deleted-user wfMsgHtml( 'rev-deleted-user' )
includes/ImagePage.php 1025 wfMsgHtml rev-deleted-comment wfMsgHtml( 'rev-deleted-comment' )
includes/ImagePage.php 1053 wfMsg filehist-thumbtext wfMsg( 'filehist-thumbtext',
$wgLang->timeAndDate( $timestamp, true ),
$wgLang->date( $timestamp, true ),
$wgLang->time( $timestamp, true ) )
includes/ImagePage.php 1061 wfMsgHtml filehist-nothumb wfMsgHtml( 'filehist-nothumb' )
includes/ImagePage.php 1066 wfMsgHtml filehist-nothumb wfMsgHtml( 'filehist-nothumb' )
includes/FeedUtils.php 37 addWikiMsg feed-unavailable addWikiMsg( 'feed-unavailable' )
includes/FeedUtils.php 42 addWikiMsg feed-invalid addWikiMsg( 'feed-invalid' )
includes/FeedUtils.php 63 wfMsgHtml rev-deleted-event wfMsgHtml('rev-deleted-event')
includes/FeedUtils.php 72 wfMsgHtml rev-deleted-comment wfMsgHtml('rev-deleted-comment')
includes/FeedUtils.php 109 wfMsg revisionasof wfMsg( 'revisionasof',
# $wgLang->timeanddate( $timestamp ),
# $wgLang->date( $timestamp ),
# $wgLang->time( $timestamp ) )
includes/FeedUtils.php 113 wfMsg currentrev wfMsg( 'currentrev' )
includes/FeedUtils.php 119 wfMsg previousrevision wfMsg( 'previousrevision' )
includes/FeedUtils.php 120 wfMsg revisionasof wfMsg( 'revisionasof',
$wgLang->timeanddate( $timestamp ),
$wgLang->date( $timestamp ),
$wgLang->time( $timestamp ) )
includes/FeedUtils.php 134 wfMsgForContent showdiff wfMsgForContent( 'showdiff' )
includes/FeedUtils.php 152 wfMsg newpage wfMsg( 'newpage' )
includes/HistoryPage.php 61 wfMsgExt wfMsgExt( $msg, array( 'escapenoentities' ) )
includes/HistoryPage.php 82 wfMsg history-title wfMsg( 'history-title', $this->title->getPrefixedText() )
includes/HistoryPage.php 83 wfMsg history_short wfMsg( 'history_short' )
includes/HistoryPage.php 95 wfMsgHtml viewpagelogs wfMsgHtml( 'viewpagelogs' )
includes/HistoryPage.php 111 addWikiMsg nohistory addWikiMsg( 'nohistory' )
includes/HistoryPage.php 144 wfMsg history-show-deleted wfMsg( 'history-show-deleted' )
includes/HistoryPage.php 152 wfMsg history-fieldset-title wfMsg( 'history-fieldset-title' )
includes/HistoryPage.php 161 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/HistoryPage.php 228 wfMsgForContent history-feed-title wfMsgForContent( 'history-feed-title' )
includes/HistoryPage.php 229 wfMsgForContent history-feed-description wfMsgForContent( 'history-feed-description' )
includes/HistoryPage.php 256 wfMsgForContent nohistory wfMsgForContent( 'nohistory' )
includes/HistoryPage.php 257 wfMsgForContent history-feed-empty wfMsgForContent( 'history-feed-empty' )
includes/HistoryPage.php 285 wfMsgForContent history-feed-item-nocomment wfMsgForContent( 'history-feed-item-nocomment',
$rev->getUserText(),
$wgContLang->timeanddate( $rev->getTimestamp() ),
$wgContLang->date( $rev->getTimestamp() ),
$wgContLang->time( $rev->getTimestamp() )
)
includes/HistoryPage.php 293 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/HistoryPage.php 392 wrapWikiMsg wrapWikiMsg( "<div class='mw-history-legend'>\n$1\n</div>", 'histlegend' )
includes/HistoryPage.php 398 wfMsg compareselectedversions wfMsg( 'compareselectedversions' )
includes/HistoryPage.php 402 wfMsg compareselectedversions wfMsg( 'compareselectedversions' )
includes/HistoryPage.php 425 wfMsg wfMsg( $msg )
includes/HistoryPage.php 557 wfMsgHtml updatedmarker wfMsgHtml( 'updatedmarker' )
includes/HistoryPage.php 576 wfMsg tooltip-undo wfMsg( 'tooltip-undo' )
includes/HistoryPage.php 580 wfMsgHtml editundo wfMsgHtml( 'editundo' )
includes/ChangeTags.php 28 wfMessage wfMessage( "tag-$tag" )
includes/ChangeTags.php 165 wfMsgExt tag-filter wfMsgExt( 'tag-filter', 'parseinline' )
includes/ChangeTags.php 173 wfMsg tag-filter-submit wfMsg( 'tag-filter-submit' )
includes/Xml.php 135 wfMsg namespacesall wfMsg( 'namespacesall' )
includes/Xml.php 141 wfMsg blanknamespace wfMsg( 'blanknamespace' )
includes/Xml.php 172 wfMsg monthsall wfMsg( 'monthsall' )
includes/Xml.php 204 wfMsg year wfMsg( 'year' )
includes/Xml.php 206 wfMsg month wfMsg( 'month' )
includes/Xml.php 240 wfMsg yourlanguage wfMsg('yourlanguage')
includes/Xml.php 769 wfMsgExt wfMsgExt( $labelmsg, array('parseinline') )
includes/Xml.php 777 wfMsg wfMsg( $submitLabel )
includes/Import.php 740 wfMessage import-error-edit wfMessage( 'import-error-edit', $title->getText() )
includes/Import.php 744 wfMessage import-error-create wfMessage( 'import-error-create', $title->getText() )
includes/EditPage.php 232 wfMsgNoTrans undo-failure wfMsgNoTrans( 'undo-failure' )
includes/EditPage.php 237 wfMsgNoTrans undo-success wfMsgNoTrans( 'undo-success' )
includes/EditPage.php 241 wfMsgForContent undo-summary wfMsgForContent( 'undo-summary', $undo, $undorev->getUserText() )
includes/EditPage.php 251 wfMsgNoTrans undo-norev wfMsgNoTrans( 'undo-norev' )
includes/EditPage.php 451 addWikiMsg talkpagetext addWikiMsg( 'talkpagetext' )
includes/EditPage.php 456 wfMessage wfMessage( $editnotice_ns )
includes/EditPage.php 465 wfMessage wfMessage( $editnotice_base )
includes/EditPage.php 786 wrapWikiMsg wrapWikiMsg( "<div class='mw-editinginterface'>\n$1\n</div>", 'editinginterface' )
includes/EditPage.php 797 wrapWikiMsg wrapWikiMsg( "<div class=\"mw-userpage-userdoesnotexist error\">\n$1\n</div>",
array( 'userpage-userdoesnotexist', wfEscapeWikiText( $username ) ) )
includes/EditPage.php 819 wrapWikiMsg wrapWikiMsg( "<div class=\"mw-newarticletext\">\n$1\n</div>", 'newarticletext' )
includes/EditPage.php 821 wrapWikiMsg wrapWikiMsg( "<div class=\"mw-newarticletextanon\">\n$1\n</div>", 'newarticletextanon' )
includes/EditPage.php 1047 wfMsgForContent newsectionheaderdefaultlevel wfMsgForContent( 'newsectionheaderdefaultlevel', $this->summary )
includes/EditPage.php 1169 wfMsgForContent newsectionsummary wfMsgForContent( 'newsectionsummary', $cleanSummary )
includes/EditPage.php 1347 wfMsg preview wfMsg( 'preview' )
includes/EditPage.php 1350 wfMsg editconflict wfMsg( 'editconflict', $this->getContextTitle()->getPrefixedText() )
includes/EditPage.php 1353 wfMsg wfMsg( $msg, $this->getContextTitle()->getPrefixedText() )
includes/EditPage.php 1362 wfMsg editing wfMsg( 'editing', $title )
includes/EditPage.php 1424 wrapWikiMsg wrapWikiMsg(
"<div class='error mw-deleted-while-editing'>\n$1\n</div>",
'deletedwhileediting' )
includes/EditPage.php 1458 wfMsgExt wfMsgExt( $key, 'parseinline', $username, "<nowiki>$comment</nowiki>" )
includes/EditPage.php 1459 wfMsg recreate wfMsg( 'recreate' )
includes/EditPage.php 1554 wrapWikiMsg wrapWikiMsg( "<div class='mw-explainconflict'>\n$1\n</div>", 'explainconflict' )
includes/EditPage.php 1579 wrapWikiMsg wrapWikiMsg( "<div id='mw-missingcommenttext'>\n$1\n</div>", 'missingcommenttext' )
includes/EditPage.php 1583 wrapWikiMsg wrapWikiMsg( "<div id='mw-missingsummary'>\n$1\n</div>", 'missingsummary' )
includes/EditPage.php 1587 wrapWikiMsg wrapWikiMsg( "<div id='mw-missingcommentheader'>\n$1\n</div>", 'missingcommentheader' )
includes/EditPage.php 1595 addWikiMsg nonunicodebrowser addWikiMsg( 'nonunicodebrowser' )
includes/EditPage.php 1602 wrapWikiMsg wrapWikiMsg( "<div class='mw-warning plainlinks'>\n$1\n</div>\n", 'rev-deleted-text-permission' )
includes/EditPage.php 1604 wrapWikiMsg wrapWikiMsg( "<div class='mw-warning plainlinks'>\n$1\n</div>\n", 'rev-deleted-text-view' )
includes/EditPage.php 1609 addWikiMsg editingold addWikiMsg( 'editingold' )
includes/EditPage.php 1615 wrapWikiMsg wrapWikiMsg( "<div id=\"mw-read-only-warning\">\n$1\n</div>", array( 'readonlywarning', wfReadOnlyReason() ) )
includes/EditPage.php 1618 wrapWikiMsg wrapWikiMsg( "<div id=\"mw-anon-edit-warning\">\n$1</div>", 'anoneditwarning' )
includes/EditPage.php 1620 wrapWikiMsg wrapWikiMsg( "<div id=\"mw-anon-preview-warning\">\n$1</div>", 'anonpreviewwarning' )
includes/EditPage.php 1626 wrapWikiMsg wrapWikiMsg( "<div class='error' id='mw-userinvalidcssjstitle'>\n$1\n</div>", array( 'userinvalidcssjstitle', $this->getContextTitle()->getSkinFromCssJsSubpage() ) )
includes/EditPage.php 1630 wrapWikiMsg wrapWikiMsg( "<div id='mw-usercssyoucanpreview'>\n$1\n</div>", array( 'usercssyoucanpreview' ) )
includes/EditPage.php 1632 wrapWikiMsg wrapWikiMsg( "<div id='mw-userjsyoucanpreview'>\n$1\n</div>", array( 'userjsyoucanpreview' ) )
includes/EditPage.php 1660 wrapWikiMsg wrapWikiMsg( $notice, array( 'cascadeprotectedwarning', $cascadeSourcesCount ) )
includes/EditPage.php 1675 wrapWikiMsg wrapWikiMsg( "<div class='error' id='mw-edit-longpageerror'>\n$1\n</div>",
array( 'longpageerror', $wgLang->formatNum( $this->kblength ), $wgLang->formatNum( $wgMaxArticleSize ) ) )
includes/EditPage.php 1678 wfMessage longpage-hint wfMessage('longpage-hint')
includes/EditPage.php 1679 wrapWikiMsg wrapWikiMsg( "<div id='mw-edit-longpage-hint'>\n$1\n</div>",
array( 'longpage-hint', $wgLang->formatSize( strlen( $this->textbox1 ) ), strlen( $this->textbox1 ) )
)
includes/EditPage.php 1747 wfMsgExt wfMsgExt( $isSubjectPreview ? 'subject' : 'summary', 'parseinline' )
includes/EditPage.php 1766 wfMsgForContent newsectionsummary wfMsgForContent( 'newsectionsummary', $wgParser->stripSectionName( $summary ) )
includes/EditPage.php 1770 wfMsgExt wfMsgExt( $message, 'parseinline' )
includes/EditPage.php 1942 wfMessage wfMessage( $msg )
includes/EditPage.php 1945 addWikiMsg addWikiMsg( $msg )
includes/EditPage.php 1953 wfMessage edittools wfMessage( 'edittools' )
includes/EditPage.php 1961 wfMsgForContent copyrightpage wfMsgForContent( 'copyrightpage' )
includes/EditPage.php 1965 wfMsgForContent copyrightpage wfMsgForContent( 'copyrightpage' )
includes/EditPage.php 1991 wfMsgExt pipe-separator wfMsgExt( 'pipe-separator' , 'escapenoentities' )
includes/EditPage.php 1993 wfMsgForContent edithelppage wfMsgForContent( 'edithelppage' )
includes/EditPage.php 1995 wfMsg edithelp wfMsg( 'edithelp' )
includes/EditPage.php 1996 wfMsg newwindow wfMsg( 'newwindow' )
includes/EditPage.php 2010 wrapWikiMsg wrapWikiMsg( '<h2>$1</h2>', "yourdiff" )
includes/EditPage.php 2014 wfMsg yourtext wfMsg( "yourtext" )
includes/EditPage.php 2014 wfMsg storedversion wfMsg( "storedversion" )
includes/EditPage.php 2016 wrapWikiMsg wrapWikiMsg( '<h2>$1</h2>', "yourtext" )
includes/EditPage.php 2046 wfMsgHtml rev-deleted-user wfMsgHtml( 'rev-deleted-user' )
includes/EditPage.php 2048 wfMsgHtml rev-deleted-comment wfMsgHtml( 'rev-deleted-comment' )
includes/EditPage.php 2064 wfMsg token_suffix_mismatch wfMsg( 'token_suffix_mismatch' )
includes/EditPage.php 2066 wfMsg session_fail_preview wfMsg( 'session_fail_preview' )
includes/EditPage.php 2069 wfMsg edit_form_incomplete wfMsg( 'edit_form_incomplete' )
includes/EditPage.php 2071 wfMsg previewnote wfMsg( 'previewnote' )
includes/EditPage.php 2089 wfMsg session_fail_preview_html wfMsg( 'session_fail_preview_html' )
includes/EditPage.php 2111 wfMsg wfMsg( "{$level}csspreview" )
includes/EditPage.php 2114 wfMsg wfMsg( "{$level}jspreview" )
includes/EditPage.php 2156 wfMsg previewconflict wfMsg( 'previewconflict' )
includes/EditPage.php 2162 wfMsg preview wfMsg( 'preview' )
includes/EditPage.php 2235 addWikiMsg addWikiMsg( $first ? 'blockedoriginalsource' : 'blockededitsource', $this->mTitle->getPrefixedText() )
includes/EditPage.php 2249 wfMsgHtml loginreqlink wfMsgHtml( 'loginreqlink' )
includes/EditPage.php 2254 wfMsg whitelistedittitle wfMsg( 'whitelistedittitle' )
includes/EditPage.php 2258 wfMessage whitelistedittext wfMessage( 'whitelistedittext' )
includes/EditPage.php 2269 wfMsg nosuchsectiontitle wfMsg( 'nosuchsectiontitle' )
includes/EditPage.php 2273 wfMsgExt nosuchsectiontext wfMsgExt( 'nosuchsectiontext', 'parse', $this->section )
includes/EditPage.php 2289 wfMsg spamprotectiontitle wfMsg( 'spamprotectiontitle' )
includes/EditPage.php 2294 addWikiMsg spamprotectiontext addWikiMsg( 'spamprotectiontext' )
includes/EditPage.php 2296 addWikiMsg spamprotectionmatch addWikiMsg( 'spamprotectionmatch', wfEscapeWikiText( $match ) )
includes/EditPage.php 2312 wfMsg spamprotectiontitle wfMsg( 'spamprotectiontitle' )
includes/EditPage.php 2317 addWikiMsg spamprotectiontext addWikiMsg( 'spamprotectiontext' )
includes/EditPage.php 2319 addWikiMsg spamprotectionmatch addWikiMsg( 'spamprotectionmatch', wfEscapeWikiText( $match ) )
includes/EditPage.php 2323 wrapWikiMsg wrapWikiMsg( '<h2>$1</h2>', "yourdiff" )
includes/EditPage.php 2326 wfMsg storedversion wfMsg( "storedversion" )
includes/EditPage.php 2326 wfMsg yourtext wfMsg( "yourtext" )
includes/EditPage.php 2328 wrapWikiMsg wrapWikiMsg( '<h2>$1</h2>', "yourtext" )
includes/EditPage.php 2440 wfMsg bold_sample wfMsg( 'bold_sample' )
includes/EditPage.php 2441 wfMsg bold_tip wfMsg( 'bold_tip' )
includes/EditPage.php 2449 wfMsg italic_sample wfMsg( 'italic_sample' )
includes/EditPage.php 2450 wfMsg italic_tip wfMsg( 'italic_tip' )
includes/EditPage.php 2458 wfMsg link_sample wfMsg( 'link_sample' )
includes/EditPage.php 2459 wfMsg link_tip wfMsg( 'link_tip' )
includes/EditPage.php 2467 wfMsg extlink_sample wfMsg( 'extlink_sample' )
includes/EditPage.php 2468 wfMsg extlink_tip wfMsg( 'extlink_tip' )
includes/EditPage.php 2476 wfMsg headline_sample wfMsg( 'headline_sample' )
includes/EditPage.php 2477 wfMsg headline_tip wfMsg( 'headline_tip' )
includes/EditPage.php 2485 wfMsg image_sample wfMsg( 'image_sample' )
includes/EditPage.php 2486 wfMsg image_tip wfMsg( 'image_tip' )
includes/EditPage.php 2494 wfMsg media_sample wfMsg( 'media_sample' )
includes/EditPage.php 2495 wfMsg media_tip wfMsg( 'media_tip' )
includes/EditPage.php 2503 wfMsg math_sample wfMsg( 'math_sample' )
includes/EditPage.php 2504 wfMsg math_tip wfMsg( 'math_tip' )
includes/EditPage.php 2512 wfMsg nowiki_sample wfMsg( 'nowiki_sample' )
includes/EditPage.php 2513 wfMsg nowiki_tip wfMsg( 'nowiki_tip' )
includes/EditPage.php 2522 wfMsg sig_tip wfMsg( 'sig_tip' )
includes/EditPage.php 2531 wfMsg hr_tip wfMsg( 'hr_tip' )
includes/EditPage.php 2589 wfMsgExt minoredit wfMsgExt( 'minoredit', array( 'parseinline' ) )
includes/EditPage.php 2593 wfMsg accesskey-minoredit wfMsg( 'accesskey-minoredit' )
includes/EditPage.php 2604 wfMsgExt watchthis wfMsgExt( 'watchthis', array( 'parseinline' ) )
includes/EditPage.php 2609 wfMsg accesskey-watch wfMsg( 'accesskey-watch' )
includes/EditPage.php 2638 wfMsg savearticle wfMsg( 'savearticle' )
includes/EditPage.php 2639 wfMsg accesskey-save wfMsg( 'accesskey-save' )
includes/EditPage.php 2640 wfMsg tooltip-save wfMsg( 'tooltip-save' )
includes/EditPage.php 2640 wfMsg accesskey-save wfMsg( 'accesskey-save' )
includes/EditPage.php 2650 wfMsg showpreview wfMsg( 'showpreview' )
includes/EditPage.php 2651 wfMsg accesskey-preview wfMsg( 'accesskey-preview' )
includes/EditPage.php 2652 wfMsg tooltip-preview wfMsg( 'tooltip-preview' )
includes/EditPage.php 2652 wfMsg accesskey-preview wfMsg( 'accesskey-preview' )
includes/EditPage.php 2662 wfMsg showdiff wfMsg( 'showdiff' )
includes/EditPage.php 2663 wfMsg accesskey-diff wfMsg( 'accesskey-diff' )
includes/EditPage.php 2664 wfMsg tooltip-diff wfMsg( 'tooltip-diff' )
includes/EditPage.php 2664 wfMsg accesskey-diff wfMsg( 'accesskey-diff' )
includes/EditPage.php 2713 wfMsgExt cancel wfMsgExt( 'cancel', array( 'parseinline' ) )
includes/EditPage.php 2734 wfMsgExt currentrev wfMsgExt( 'currentrev', array( 'parseinline' ) )
includes/EditPage.php 2735 wfMsgExt yourtext wfMsgExt( 'yourtext', array( 'parseinline' ) )
includes/EditPage.php 2878 wfMsg nocreatetitle wfMsg( 'nocreatetitle' )
includes/EditPage.php 2879 addWikiMsg nocreatetext addWikiMsg( 'nocreatetext' )
includes/ProtectionForm.php 205 wfMsg badarticleerror wfMsg( 'badarticleerror' )
includes/ProtectionForm.php 212 wfMsgHtml formerror wfMsgHtml( 'formerror' )
includes/ProtectionForm.php 223 wrapWikiMsg wrapWikiMsg( "<div id=\"mw-protect-cascadeon\">\n$1\n" . $titles . "</div>", array( 'protect-cascadeon', count($cascadeSources) ) )
includes/ProtectionForm.php 227 wfMsg protect-title wfMsg( 'protect-title', $this->mTitle->getPrefixedText() )
includes/ProtectionForm.php 228 wfMsg protect-backlink wfMsg( 'protect-backlink', $titleLink )
includes/ProtectionForm.php 239 addWikiMsg protect-text addWikiMsg( 'protect-text',
wfEscapeWikiText( $this->mTitle->getPrefixedText() ) )
includes/ProtectionForm.php 264 wfMsg sessionfailure wfMsg( 'sessionfailure' )
includes/ProtectionForm.php 272 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/ProtectionForm.php 282 wfMsg protect_expiry_invalid wfMsg( 'protect_expiry_invalid' )
includes/ProtectionForm.php 286 wfMsg protect_expiry_old wfMsg( 'protect_expiry_old' )
includes/ProtectionForm.php 337 wfMsg protectcomment wfMsg( 'protectcomment' )
includes/ProtectionForm.php 338 wfMsg protect-otherreason wfMsg( 'protect-otherreason' )
includes/ProtectionForm.php 350 wfMsg protect-legend wfMsg( 'protect-legend' )
includes/ProtectionForm.php 356 wfMessage wfMessage( 'restriction-' . $action )
includes/ProtectionForm.php 364 wfMsgForContent protect-dropdown wfMsgForContent( 'protect-dropdown' )
includes/ProtectionForm.php 365 wfMsgForContent protect-otherreason-op wfMsgForContent( 'protect-otherreason-op' )
includes/ProtectionForm.php 368 wfMsgForContent protect-expiry-options wfMsgForContent( 'protect-expiry-options' )
includes/ProtectionForm.php 372 wfMsg protectexpiry wfMsg( 'protectexpiry' )
includes/ProtectionForm.php 373 wfMsg protect-othertime wfMsg( 'protect-othertime' )
includes/ProtectionForm.php 382 wfMsg protect-existing-expiry wfMsg( 'protect-existing-expiry', $timestamp, $d, $t )
includes/ProtectionForm.php 388 wfMsg protect-othertime-op wfMsg( 'protect-othertime-op' )
includes/ProtectionForm.php 446 wfMsg protect-cascade wfMsg( 'protect-cascade' )
includes/ProtectionForm.php 484 wfMsg watchthis wfMsg( 'watchthis' )
includes/ProtectionForm.php 494 wfMsg confirm wfMsg( 'confirm' )
includes/ProtectionForm.php 505 wfMsgHtml protect-edit-reasonlist wfMsgHtml( 'protect-edit-reasonlist' )
includes/ProtectionForm.php 568 wfMsg protect-default wfMsg( 'protect-default' )
includes/ProtectionForm.php 570 wfMessage wfMessage( "protect-level-{$permission}" )
includes/ProtectionForm.php 574 wfMsg protect-fallback wfMsg( 'protect-fallback', $permission )
includes/ProtectionForm.php 590 wfMsg protect-unchain-permissions wfMsg( 'protect-unchain-permissions' )
includes/Block.php 563 wfMsgForContentNoTrans autoblock_whitelist wfMsgForContentNoTrans( 'autoblock_whitelist' )
includes/Block.php 637 wfMsgForContent autoblocker wfMsgForContent( 'autoblocker', $this->getTarget(), $this->mReason )
includes/Block.php 870 wfMessage autoblockid wfMessage( 'autoblockid', $this->mId )
includes/Block.php 959 wfMsgHtml wfMsgHtml( $key )
includes/Block.php 970 wfMsgReplaceArgs wfMsgReplaceArgs( $msg['expiringblock'], array( $expiredatestr, $expiretimestr ) )
includes/Article.php 175 wfMsgExt wfMsgExt( $wgUser->isLoggedIn() ? 'noarticletext' : 'noarticletextanon', 'parsemag' )
includes/Article.php 266 wfMsgExt missingarticle-rev wfMsgExt( 'missingarticle-rev', array( 'escape' ), $oldid )
includes/Article.php 267 wfMsgNoTrans missing-article wfMsgNoTrans( 'missing-article', $t, $d )
includes/Article.php 565 wfMessage pagetitle-view-mainpage wfMessage( 'pagetitle-view-mainpage' )
includes/Article.php 620 wrapWikiMsg wrapWikiMsg( "<div id='mw-clearyourcache' lang='$lang' dir='$dir' class='mw-content-$dir'>\n$1\n</div>",
'clearyourcache' )
includes/Article.php 761 wfMsgExt redirectedfrom wfMsgExt( 'redirectedfrom', array( 'parseinline', 'replaceafter' ), $redir )
includes/Article.php 782 wfMsgExt redirectedfrom wfMsgExt( 'redirectedfrom', array( 'parseinline', 'replaceafter' ), $redir )
includes/Article.php 800 wfMessage talkpageheader wfMessage( 'talkpageheader' )
includes/Article.php 801 wrapWikiMsg wrapWikiMsg( "<div class=\"mw-talkpageheader\">\n$1\n</div>", array( 'talkpageheader' ) )
includes/Article.php 814 addWikiMsg anontalkpagetext addWikiMsg( 'anontalkpagetext' )
includes/Article.php 849 wfMsgHtml markaspatrolledlink wfMsgHtml(
'markaspatrolledlink',
Linker::link(
$this->getTitle(),
wfMsgHtml( 'markaspatrolledtext' ),
array(),
array(
'action' => 'markpatrolled',
'rcid' => $rcid,
'token' => $token,
),
array( 'known', 'noclasses' )
)
)
includes/Article.php 853 wfMsgHtml markaspatrolledtext wfMsgHtml( 'markaspatrolledtext' )
includes/Article.php 882 wrapWikiMsg wrapWikiMsg( "<div class=\"mw-userpage-userdoesnotexist error\">\n\$1\n</div>",
array( 'userpage-userdoesnotexist-view', wfEscapeWikiText( $rootPart ) ) )
includes/Article.php 915 wfMsgNoTrans missing-article wfMsgNoTrans( 'missing-article',
$this->getTitle()->getPrefixedText(),
wfMsgNoTrans( 'missingarticle-rev', $oldid ) )
includes/Article.php 917 wfMsgNoTrans missingarticle-rev wfMsgNoTrans( 'missingarticle-rev', $oldid )
includes/Article.php 927 wfMsgNoTrans noarticletext wfMsgNoTrans( 'noarticletext' )
includes/Article.php 929 wfMsgNoTrans noarticletext-nopermission wfMsgNoTrans( 'noarticletext-nopermission' )
includes/Article.php 959 wrapWikiMsg wrapWikiMsg( "<div class='mw-warning plainlinks'>\n$1\n</div>\n",
'rev-deleted-text-permission' )
includes/Article.php 970 wrapWikiMsg wrapWikiMsg( "<div class='mw-warning plainlinks'>\n$1\n</div>\n",
array( $msg, $link ) )
includes/Article.php 978 wrapWikiMsg wrapWikiMsg( "<div class='mw-warning plainlinks'>\n$1\n</div>\n", $msg )
includes/Article.php 1062 wfMsgHtml redirectpagesub wfMsgHtml( 'redirectpagesub' )
includes/Article.php 1117 wfMsg trackbackremove wfMsg( 'trackbackremove', htmlspecialchars( $delurl ) )
includes/Article.php 1121 wfMsgNoTrans wfMsgNoTrans( strlen( $o->tb_ex ) ? 'trackbackexcerpt' : 'trackback',
$o->tb_title,
$o->tb_url,
$o->tb_ex,
$o->tb_name,
$rmvtxt )
includes/Article.php 1129 wrapWikiMsg wrapWikiMsg( "<div id='mw_trackbacks'>\n$1\n</div>\n", array( 'trackbackbox', $tbtext ) )
includes/Article.php 1285 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/Article.php 1311 wfMsg delete-confirm wfMsg( 'delete-confirm', $this->getTitle()->getPrefixedText() )
includes/Article.php 1322 wfMsgExt cannotdelete wfMsgExt( 'cannotdelete', array( 'parse' ),
wfEscapeWikiText( $this->getTitle()->getPrefixedText() ) )
includes/Article.php 1341 wrapWikiMsg wrapWikiMsg( "<div class='error'>\n$1\n</div>\n",
array( 'delete-toobig', $wgLang->formatNum( $wgDeleteRevisionsLimit ) ) )
includes/Article.php 1372 wfMsgExt historywarning wfMsgExt( 'historywarning', array( 'parseinline' ), $wgLang->formatNum( $revisions ) )
includes/Article.php 1373 wfMsgHtml word-separator wfMsgHtml( 'word-separator' )
includes/Article.php 1374 wfMsgHtml history wfMsgHtml( 'history' )
includes/Article.php 1382 wrapWikiMsg wrapWikiMsg( "<div class='error'>\n$1\n</div>\n",
array( 'delete-warning-toobig', $wgLang->formatNum( $wgDeleteRevisionsLimit ) ) )
includes/Article.php 1401 wfMsgHtml delete-backlink wfMsgHtml( 'delete-backlink', $deleteBackLink )
includes/Article.php 1403 addWikiMsg confirmdeletetext addWikiMsg( 'confirmdeletetext' )
includes/Article.php 1411 wfMsg revdelete-suppress wfMsg( 'revdelete-suppress' )
includes/Article.php 1423 wfMsgExt delete-legend wfMsgExt( 'delete-legend', array( 'parsemag', 'escapenoentities' ) )
includes/Article.php 1427 wfMsg deletecomment wfMsg( 'deletecomment' )
includes/Article.php 1431 wfMsgForContent deletereason-dropdown wfMsgForContent( 'deletereason-dropdown' )
includes/Article.php 1432 wfMsgForContent deletereasonotherlist wfMsgForContent( 'deletereasonotherlist' )
includes/Article.php 1437 wfMsg deleteotherreason wfMsg( 'deleteotherreason' )
includes/Article.php 1456 wfMsg watchthis wfMsg( 'watchthis' )
includes/Article.php 1467 wfMsg deletepage wfMsg( 'deletepage' )
includes/Article.php 1480 wfMsgHtml delete-edit-reasonlist wfMsgHtml( 'delete-edit-reasonlist' )
includes/Article.php 1506 wfMsg actioncomplete wfMsg( 'actioncomplete' )
includes/Article.php 1509 wfMsgNoTrans deletionlog wfMsgNoTrans( 'deletionlog' )
includes/Article.php 1511 addWikiMsg deletedtext addWikiMsg( 'deletedtext', wfEscapeWikiText( $deleted ), $loglink )
includes/Article.php 1519 wfMsgExt cannotdelete wfMsgExt( 'cannotdelete', array( 'parse' ),
wfEscapeWikiText( $this->getTitle()->getPrefixedText() ) )
includes/Article.php 1569 wfMsgHtml currentrevisionlink wfMsgHtml( 'currentrevisionlink' )
includes/Article.php 1572 wfMsgHtml currentrevisionlink wfMsgHtml( 'currentrevisionlink' )
includes/Article.php 1578 wfMsgHtml diff wfMsgHtml( 'diff' )
includes/Article.php 1581 wfMsgHtml diff wfMsgHtml( 'diff' )
includes/Article.php 1593 wfMsgHtml previousrevision wfMsgHtml( 'previousrevision' )
includes/Article.php 1601 wfMsgHtml previousrevision wfMsgHtml( 'previousrevision' )
includes/Article.php 1605 wfMsgHtml diff wfMsgHtml( 'diff' )
includes/Article.php 1613 wfMsgHtml diff wfMsgHtml( 'diff' )
includes/Article.php 1615 wfMsgHtml nextrevision wfMsgHtml( 'nextrevision' )
includes/Article.php 1618 wfMsgHtml nextrevision wfMsgHtml( 'nextrevision' )
includes/Article.php 1627 wfMsgHtml diff wfMsgHtml( 'diff' )
includes/Article.php 1630 wfMsgHtml diff wfMsgHtml( 'diff' )
includes/Article.php 1660 wfMessage revision-info-current wfMessage( 'revision-info-current' )
includes/Article.php 1665 wfMsgExt wfMsgExt(
$infomsg,
array( 'parseinline', 'replaceafter' ),
$td,
$userlinks,
$revision->getID(),
$tddate,
$tdtime,
$revision->getUser()
)
includes/Article.php 1676 wfMsgExt revision-nav wfMsgExt( 'revision-nav', array( 'escapenoentities', 'parsemag', 'replaceafter' ),
$prevdiff, $prevlink, $lnk, $curdiff, $nextlink, $nextdiff )
includes/OutputPage.php 786 wfMsg pagetitle wfMsg( 'pagetitle', Sanitizer::stripAllTags( $nameWithTags ) )
includes/OutputPage.php 1912 wfMsg wfMsg( $title )
includes/OutputPage.php 1913 wfMsg errorpagetitle wfMsg( 'errorpagetitle' )
includes/OutputPage.php 1923 addWikiMsgArray addWikiMsgArray( $msg, $params )
includes/OutputPage.php 1938 wfMsg permissionserrors wfMsg( 'permissionserrors' )
includes/OutputPage.php 1939 wfMsg permissionserrors wfMsg( 'permissionserrors' )
includes/OutputPage.php 1955 wfMsg versionrequired wfMsg( 'versionrequired', $version )
includes/OutputPage.php 1956 wfMsg versionrequired wfMsg( 'versionrequired', $version )
includes/OutputPage.php 1961 addWikiMsg versionrequiredtext addWikiMsg( 'versionrequiredtext', $version )
includes/OutputPage.php 1982 wfMsg loginreqtitle wfMsg( 'loginreqtitle' )
includes/OutputPage.php 1983 wfMsg errorpagetitle wfMsg( 'errorpagetitle' )
includes/OutputPage.php 1990 wfMsgHtml loginreqlink wfMsgHtml( 'loginreqlink' )
includes/OutputPage.php 1994 wfMessage loginreqpagetext wfMessage( 'loginreqpagetext' )
includes/OutputPage.php 2014 wfMsgNoTrans permissionserrorstext wfMsgNoTrans( 'permissionserrorstext', count( $errors ) )
includes/OutputPage.php 2016 wfMsgNoTrans wfMsgNoTrans( "action-$action" )
includes/OutputPage.php 2017 wfMsgNoTrans permissionserrorstext-withaction wfMsgNoTrans(
'permissionserrorstext-withaction',
count( $errors ),
$action_desc
)
includes/OutputPage.php 2077 wfMsg viewsource wfMsg( 'viewsource' )
includes/OutputPage.php 2079 wfMsg viewsourcefor wfMsg( 'viewsourcefor', Linker::linkKnown( $this->getTitle() ) )
includes/OutputPage.php 2082 wfMsg badaccess wfMsg( 'badaccess' )
includes/OutputPage.php 2092 addWikiMsg viewsourcetext addWikiMsg( 'viewsourcetext' )
includes/OutputPage.php 2154 wrapWikiMsg wrapWikiMsg( "$wrap\n", array( $message, $this->getContext()->getLang()->formatNum( $lag ) ) )
includes/OutputPage.php 2159 wfMsg internalerror wfMsg( 'internalerror' )
includes/OutputPage.php 2168 wfMsg unexpected wfMsg( 'unexpected', $name, $val )
includes/OutputPage.php 2172 wfMsg filecopyerror wfMsg( 'filecopyerror', $old, $new )
includes/OutputPage.php 2176 wfMsg filerenameerror wfMsg( 'filerenameerror', $old, $new )
includes/OutputPage.php 2180 wfMsg filedeleteerror wfMsg( 'filedeleteerror', $name )
includes/OutputPage.php 2184 wfMsg filenotfound wfMsg( 'filenotfound', $name )
includes/OutputPage.php 2196 wfMsgHtml returnto wfMsgHtml(
'returnto',
Linker::link( $title, $text, array(), $query )
)
includes/OutputPage.php 2253 wfMsg pagetitle wfMsg( 'pagetitle', $this->getPageTitle() )
includes/OutputPage.php 2772 wfMsg edit wfMsg( 'edit' )
includes/OutputPage.php 2805 wfMsgForContent opensearch-desc wfMsgForContent( 'opensearch-desc' )
includes/OutputPage.php 2878 wfMsg wfMsg( "page-{$format}-feed", $this->getTitle()->getPrefixedText() )
includes/OutputPage.php 2898 wfMsg wfMsg( "site-{$type}-feed", $wgSitename )
includes/OutputPage.php 2906 wfMsg wfMsg( "site-{$format}-feed", $wgSitename )
includes/OutputPage.php 3158 addWikiMsg addWikiMsg( /*...*/ )
includes/OutputPage.php 3161 addWikiMsgArray addWikiMsgArray( $name, $args )
includes/OutputPage.php 3166 addWikiMsg addWikiMsg()
includes/OutputPage.php 3175 addWikiMsgArray addWikiMsgArray( $name, $args, $options = array() )
includes/OutputPage.php 3177 wfMsgExt wfMsgExt( $name, $options, $args )
includes/OutputPage.php 3207 wrapWikiMsg wrapWikiMsg( $wrap /*, ...*/ )
includes/OutputPage.php 3225 wfMsgExt wfMsgExt( $name, $options, $args )
includes/Status.php 153 wfMsg wfMsg( $item['message'], $params )
includes/Status.php 195 wfMsgNoTrans wfMsgNoTrans( $shortContext, $s )
includes/Status.php 197 wfMsgNoTrans wfMsgNoTrans( $longContext, "* $s\n" )
includes/Status.php 203 wfMsgNoTrans wfMsgNoTrans( $longContext, $s )
includes/Status.php 205 wfMsgNoTrans wfMsgNoTrans( $shortContext, "\n$s\n" )
includes/Status.php 223 wfMsgNoTrans wfMsgNoTrans( $error['message'],
array_map( 'wfEscapeWikiText', $this->cleanParams( $error['params'] ) ) )
includes/Status.php 227 wfMsgNoTrans wfMsgNoTrans( $message,
array_map( 'wfEscapeWikiText', $this->cleanParams( $error ) ) )
includes/Status.php 231 wfMsgNoTrans wfMsgNoTrans( $error )
includes/User.php 611 wfMsgForContent wfMsgForContent( substr( $reserved, 4 ) )
includes/User.php 1292 wfMsg proxyblocker wfMsg( 'proxyblocker' )
includes/User.php 1293 wfMsg proxyblockreason wfMsg( 'proxyblockreason' )
includes/User.php 1299 wfMsg sorbs wfMsg( 'sorbs' )
includes/User.php 1300 wfMsg sorbsreason wfMsg( 'sorbsreason' )
includes/User.php 1965 wfMsg password-change-forbidden wfMsg( 'password-change-forbidden' )
includes/User.php 1978 wfMsgExt wfMsgExt( $message, array( 'parsemag' ), $params )
includes/User.php 1983 wfMsg externaldberror wfMsg( 'externaldberror' )
includes/User.php 3237 wfMsg confirmemail_subject wfMsg( 'confirmemail_subject' )
includes/User.php 3238 wfMsg wfMsg( $message,
$this->getRequest()->getIP(),
$this->getName(),
$url,
$wgLang->timeanddate( $expiration, false ),
$invalidateURL,
$wgLang->date( $expiration, false ),
$wgLang->time( $expiration, false ) )
includes/User.php 3553 wfMessage wfMessage( "group-$group" )
includes/User.php 3564 wfMessage wfMessage( "group-$group-member" )
includes/User.php 3617 wfMessage wfMessage( 'grouppage-' . $group )
includes/User.php 3828 wfMessage wfMessage( $key )
includes/User.php 3926 wfMsgForContent newuserlog-byemail wfMsgForContent( 'newuserlog-byemail' )
includes/User.php 3929 wfMsgForContent newuserlog-byemail wfMsgForContent( 'newuserlog-byemail' )
includes/SkinTemplate.php 47 wfMsg wfMsg( $value )
includes/SkinTemplate.php 259 wfMsg wfMsg( "feed-$format" )
includes/SkinTemplate.php 341 wfMsgExt viewcount wfMsgExt( 'viewcount', array( 'parseinline' ), $viewcount )
includes/SkinTemplate.php 353 wfMsgExt number_of_watching_users_pageview wfMsgExt( 'number_of_watching_users_pageview', array( 'parseinline' ),
$this->getLang()->formatNum( $num ) )
includes/SkinTemplate.php 569 wfMsg mytalk wfMsg( 'mytalk' )
includes/SkinTemplate.php 576 wfMsg mypreferences wfMsg( 'mypreferences' )
includes/SkinTemplate.php 582 wfMsg mywatchlist wfMsg( 'mywatchlist' )
includes/SkinTemplate.php 604 wfMsg mycontris wfMsg( 'mycontris' )
includes/SkinTemplate.php 609 wfMsg userlogout wfMsg( 'userlogout' )
includes/SkinTemplate.php 626 wfMsg wfMsg( $loginlink )
includes/SkinTemplate.php 632 wfMsg createaccount wfMsg( 'createaccount' )
includes/SkinTemplate.php 665 wfMsg anontalk wfMsg( 'anontalk' )
includes/SkinTemplate.php 705 wfMessageFallback wfMessageFallback( $message )
includes/SkinTemplate.php 886 wfMessageFallback wfMessageFallback( "$skname-view-$msgKey", $msgKey )
includes/SkinTemplate.php 899 wfMessageFallback wfMessageFallback( "$skname-action-addsection", 'addsection' )
includes/SkinTemplate.php 909 wfMessageFallback wfMessageFallback( "$skname-action-viewsource", 'viewsource' )
includes/SkinTemplate.php 923 wfMessageFallback wfMessageFallback( "$skname-view-history", 'history_short' )
includes/SkinTemplate.php 931 wfMessageFallback wfMessageFallback( "$skname-action-delete", 'delete' )
includes/SkinTemplate.php 939 wfMessageFallback wfMessageFallback( "$skname-action-move", 'move' )
includes/SkinTemplate.php 948 wfMessageFallback wfMessageFallback( "$skname-action-$mode", $mode )
includes/SkinTemplate.php 962 wfMessageFallback wfMessageFallback( "$skname-action-$msgKey", "{$msgKey}_short" )
includes/SkinTemplate.php 973 wfMessageFallback wfMessageFallback( "$skname-action-$mode", $mode )
includes/SkinTemplate.php 995 wfMsg wfMsg( $mode )
includes/SkinTemplate.php 1005 wfMsg nstab-special wfMsg( 'nstab-special' )
includes/SkinTemplate.php 1162 wfMsg printableversion wfMsg( 'printableversion' )
includes/SkinTemplate.php 1172 wfMsg permalink wfMsg( 'permalink' )
includes/GlobalFunctions.php 1043 wfMessage wfMessage( $key /*...*/)
includes/GlobalFunctions.php 1060 wfMessageFallback wfMessageFallback( /*...*/ )
includes/GlobalFunctions.php 1082 wfMsg wfMsg( $key )
includes/GlobalFunctions.php 1085 wfMsgReal wfMsgReal( $key, $args )
includes/GlobalFunctions.php 1094 wfMsgNoTrans wfMsgNoTrans( $key )
includes/GlobalFunctions.php 1097 wfMsgReal wfMsgReal( $key, $args, true, false, false )
includes/GlobalFunctions.php 1123 wfMsgForContent wfMsgForContent( $key )
includes/GlobalFunctions.php 1133 wfMsgReal wfMsgReal( $key, $args, true, $forcontent )
includes/GlobalFunctions.php 1142 wfMsgForContentNoTrans wfMsgForContentNoTrans( $key )
includes/GlobalFunctions.php 1152 wfMsgReal wfMsgReal( $key, $args, true, $forcontent, false )
includes/GlobalFunctions.php 1165 wfMsgReal wfMsgReal( $key, $args, $useDB = true, $forContent = false, $transform = true )
includes/GlobalFunctions.php 1167 wfMsgGetKey wfMsgGetKey( $key, $useDB, $forContent, $transform )
includes/GlobalFunctions.php 1168 wfMsgReplaceArgs wfMsgReplaceArgs( $message, $args )
includes/GlobalFunctions.php 1183 wfMsgGetKey wfMsgGetKey( $key, $useDB = true, $langCode = false, $transform = true )
includes/GlobalFunctions.php 1204 wfMsgReplaceArgs wfMsgReplaceArgs( $message, $args )
includes/GlobalFunctions.php 1235 wfMsgHtml wfMsgHtml( $key )
includes/GlobalFunctions.php 1238 wfMsgReplaceArgs wfMsgReplaceArgs( htmlspecialchars( wfMsgGetKey( $key ) ), $args )
includes/GlobalFunctions.php 1252 wfMsgWikiHtml wfMsgWikiHtml( $key )
includes/GlobalFunctions.php 1255 wfMsgReplaceArgs wfMsgReplaceArgs(
MessageCache::singleton()->parse( wfMsgGetKey( $key ), null,
/* can't be set to false */ true, /* interface */ true )->getText(),
$args )
includes/GlobalFunctions.php 1256 wfMsgGetKey wfMsgGetKey( $key )
includes/GlobalFunctions.php 1280 wfMsgExt wfMsgExt( $key, $options )
includes/GlobalFunctions.php 1312 wfMsgGetKey wfMsgGetKey( $key, /*DB*/true, $langCode, /*Transform*/false )
includes/GlobalFunctions.php 1315 wfMsgReplaceArgs wfMsgReplaceArgs( $string, $args )
includes/GlobalFunctions.php 1339 wfMsgReplaceArgs wfMsgReplaceArgs( $string, $args )
includes/GlobalFunctions.php 1353 wfEmptyMsg wfEmptyMsg( $key )
includes/GlobalFunctions.php 1566 wfMsgExt showingresults wfMsgExt(
'showingresults',
array( 'parseinline' ),
$wgLang->formatNum( $limit ),
$wgLang->formatNum( $offset + 1 )
)
includes/GlobalFunctions.php 1589 wfMsgExt prevn wfMsgExt( 'prevn', array( 'parsemag', 'escape' ), $fmtLimit )
includes/GlobalFunctions.php 1590 wfMsgExt nextn wfMsgExt( 'nextn', array( 'parsemag', 'escape' ), $fmtLimit )
includes/GlobalFunctions.php 1592 wfMsgExt prevn-title wfMsgExt( 'prevn-title', array( 'parsemag', 'escape' ), $fmtLimit )
includes/GlobalFunctions.php 1593 wfMsgExt nextn-title wfMsgExt( 'nextn-title', array( 'parsemag', 'escape' ), $fmtLimit )
includes/GlobalFunctions.php 1634 wfMsgHtml viewprevnext wfMsgHtml( 'viewprevnext', $plink, $nlink, $nums )
includes/GlobalFunctions.php 1654 wfMsgExt shown-title wfMsgExt( 'shown-title', array( 'parsemag', 'escape' ), $limit )
includes/FileDeleteForm.php 70 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/FileDeleteForm.php 84 wfMsg actioncomplete wfMsg( 'actioncomplete' )
includes/FileDeleteForm.php 116 wfMsgForContent deletedrevision wfMsgForContent( 'deletedrevision', $oldimage )
includes/FileDeleteForm.php 118 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/FileDeleteForm.php 164 wfMsg revdelete-suppress wfMsg( 'revdelete-suppress' )
includes/FileDeleteForm.php 176 wfMsg filedelete-legend wfMsg( 'filedelete-legend' )
includes/FileDeleteForm.php 182 wfMsg filedelete-comment wfMsg( 'filedelete-comment' )
includes/FileDeleteForm.php 186 wfMsgForContent filedelete-reason-dropdown wfMsgForContent( 'filedelete-reason-dropdown' )
includes/FileDeleteForm.php 187 wfMsgForContent filedelete-reason-otherlist wfMsgForContent( 'filedelete-reason-otherlist' )
includes/FileDeleteForm.php 192 wfMsg filedelete-otherreason wfMsg( 'filedelete-otherreason' )
includes/FileDeleteForm.php 205 wfMsg watchthis wfMsg( 'watchthis' )
includes/FileDeleteForm.php 214 wfMsg filedelete-submit wfMsg( 'filedelete-submit' )
includes/FileDeleteForm.php 227 wfMsgHtml filedelete-edit-reasonlist wfMsgHtml( 'filedelete-edit-reasonlist' )
includes/FileDeleteForm.php 257 wfMsgExt wfMsgExt(
"{$message}-old", # To ensure grep will find them: 'filedelete-intro-old', 'filedelete-nofile-old', 'filedelete-success-old'
'parse',
wfEscapeWikiText( $this->title->getText() ),
$wgLang->date( $this->getTimestamp(), true ),
$wgLang->time( $this->getTimestamp(), true ),
wfExpandUrl( $this->file->getArchiveUrl( $this->oldimage ), PROTO_CURRENT ) )
includes/FileDeleteForm.php 265 wfMsgExt wfMsgExt(
$message,
'parse',
wfEscapeWikiText( $this->title->getText() )
)
includes/FileDeleteForm.php 278 wfMsg filedelete wfMsg( 'filedelete', $this->title->getText() )
includes/FileDeleteForm.php 280 wfMsg filedelete-backlink wfMsg(
'filedelete-backlink',
$wgUser->getSkin()->link(
$this->title,
null,
array(),
array(),
array( 'known', 'noclasses' )
)
)
includes/MessageBlobStore.php 299 wfMsgExt wfMsgExt( $key, array( 'language' => $lang ) )
includes/MessageBlobStore.php 353 wfMsgExt wfMsgExt( $key, array( 'language' => $lang ) )
includes/LogEventsList.php 69 wfMsgExt wfMsgExt( $msg, array( 'escapenoentities' ) )
includes/LogEventsList.php 88 wfMsgExt alllogstext wfMsgExt('alllogstext',array('parseinline'))
includes/LogEventsList.php 144 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/LogEventsList.php 147 wfMsg log wfMsg( 'log' )
includes/LogEventsList.php 162 wfMsgHtml show wfMsgHtml( 'show' )
includes/LogEventsList.php 162 wfMsgHtml hide wfMsgHtml( 'hide' )
includes/LogEventsList.php 183 wfMsgHtml wfMsgHtml( "log-show-hide-{$type}", $link )
includes/LogEventsList.php 268 wfMsg specialloguserlabel wfMsg( 'specialloguserlabel' )
includes/LogEventsList.php 278 wfMsg speciallogtitlelabel wfMsg( 'speciallogtitlelabel' )
includes/LogEventsList.php 288 wfMsg log-title-wildcard wfMsg( 'log-title-wildcard' )
includes/LogEventsList.php 304 wfMsg revdelete-offender wfMsg('revdelete-offender')
includes/LogEventsList.php 391 wfMsgForContent revertmove wfMsgForContent( 'revertmove' )
includes/LogEventsList.php 669 wfMsgExt wfMsgExt( $msgKey[0], array( 'parse' ) )
includes/LogEventsList.php 673 wfMsgExt wfMsgExt( $msgKey[0], array( 'parse' ), $args )
includes/LogEventsList.php 682 wfMsgExt logempty wfMsgExt( 'logempty', array( 'parseinline' ) )
includes/LogEventsList.php 697 wfMsgHtml log-fulllog wfMsgHtml( 'log-fulllog' )
includes/RawPage.php 178 wfMessage wfMessage( $key )
includes/Action.php 249 wfMsg wfMsg( strtolower( $this->getName() ) )
includes/ImageFunctions.php 41 wfMsgForContentNoTrans bad_image_list wfMsgForContentNoTrans( 'bad_image_list' )
includes/SpecialPage.php 561 wfMessage wfMessage( $msg )
includes/SpecialPage.php 562 wrapWikiMsg wrapWikiMsg(
"<div class='mw-specialpage-summary'>\n$1\n</div>", $msg )
includes/SpecialPage.php 579 wfMsg wfMsg( strtolower( $this->mName ) )
includes/SpecialPage.php 740 wfMessage wfMessage( strtolower( $this->getName() ) . '-legend' )
includes/SpecialPage.php 742 wfMessage wfMessage( strtolower( $this->getName() ) . '-text' )
includes/SkinLegacy.php 179 wfMsg searcharticle wfMsg( 'searcharticle' )
includes/SkinLegacy.php 182 wfMsg searchbutton wfMsg( 'searchbutton' )
includes/SkinLegacy.php 184 wfMsg powersearch-legend wfMsg( 'powersearch-legend' )
includes/SkinLegacy.php 215 wfMsgExt viewcount wfMsgExt( 'viewcount', array( 'parseinline' ), $count )
includes/SkinLegacy.php 238 wfMsgExt number_of_watching_users_pageview wfMsgExt( 'number_of_watching_users_pageview',
array( 'parseinline' ), $wgLang->formatNum( $x->n )
)
includes/SkinLegacy.php 271 wfMsgExt pipe-separator wfMsgExt( 'pipe-separator', 'escapenoentities' )
includes/SkinLegacy.php 324 wfMsgExt pipe-separator wfMsgExt( 'pipe-separator' , 'escapenoentities' )
includes/SkinLegacy.php 333 wfMsgExt pipe-separator wfMsgExt( 'pipe-separator', 'escapenoentities' )
includes/SkinLegacy.php 407 wfMsg otherlanguages wfMsg( 'otherlanguages' )
includes/SkinLegacy.php 407 wfMsg colon-separator wfMsg( 'colon-separator' )
includes/SkinLegacy.php 416 wfMsgExt pipe-separator wfMsgExt( 'pipe-separator', 'escapenoentities' )
includes/SkinLegacy.php 448 wfMsg go wfMsg( 'go' )
includes/SkinLegacy.php 449 wfMsg specialpages wfMsg( 'specialpages' )
includes/SkinLegacy.php 506 wfMsg currentrev wfMsg( 'currentrev' )
includes/SkinLegacy.php 519 wfMsgHtml newmessageslink wfMsgHtml( 'newmessageslink' )
includes/SkinLegacy.php 527 wfMsgHtml newmessagesdifflink wfMsgHtml( 'newmessagesdifflink' )
includes/SkinLegacy.php 532 wfMsg youhavenewmessages wfMsg( 'youhavenewmessages', $tl, $dl )
includes/SkinLegacy.php 565 wfMsgExt tagline wfMsgExt( 'tagline', 'parsemag' )
includes/SkinLegacy.php 583 wfMsg printableversion wfMsg( 'printableversion' )
includes/SkinLegacy.php 590 wfMsgHtml wfMsgHtml( "feed-$format" )
includes/SkinLegacy.php 604 wfMsg protectedpage wfMsg( 'protectedpage' )
includes/SkinLegacy.php 607 wfMsg editthispage wfMsg( 'editthispage' )
includes/SkinLegacy.php 609 wfMsg create-this-page wfMsg( 'create-this-page' )
includes/SkinLegacy.php 611 wfMsg viewsource wfMsg( 'viewsource' )
includes/SkinLegacy.php 632 wfMsg deletethispage wfMsg( 'deletethispage' )
includes/SkinLegacy.php 655 wfMsg unprotectthispage wfMsg( 'unprotectthispage' )
includes/SkinLegacy.php 658 wfMsg protectthispage wfMsg( 'protectthispage' )
includes/SkinLegacy.php 685 wfMsg unwatchthispage wfMsg( 'unwatchthispage' )
includes/SkinLegacy.php 692 wfMsg watchthispage wfMsg( 'watchthispage' )
includes/SkinLegacy.php 708 wfMsg notanarticle wfMsg( 'notanarticle' )
includes/SkinLegacy.php 718 wfMsg movethispage wfMsg( 'movethispage' )
includes/SkinLegacy.php 732 wfMsgHtml history wfMsgHtml( 'history' )
includes/SkinLegacy.php 741 wfMsgHtml whatlinkshere wfMsgHtml( 'whatlinkshere' )
includes/SkinLegacy.php 751 wfMsgHtml contributions wfMsgHtml( 'contributions' )
includes/SkinLegacy.php 761 wfMsg emailuser wfMsg( 'emailuser' )
includes/SkinLegacy.php 772 wfMsg notanarticle wfMsg( 'notanarticle' )
includes/SkinLegacy.php 776 wfMsg recentchangeslinked-toolbox wfMsg( 'recentchangeslinked-toolbox' )
includes/SkinLegacy.php 786 wfMsg trackbacklink wfMsg( 'trackbacklink' )
includes/SkinLegacy.php 801 wfMsg articlepage wfMsg( 'articlepage' )
includes/SkinLegacy.php 804 wfMsg userpage wfMsg( 'userpage' )
includes/SkinLegacy.php 807 wfMsg projectpage wfMsg( 'projectpage' )
includes/SkinLegacy.php 810 wfMsg imagepage wfMsg( 'imagepage' )
includes/SkinLegacy.php 816 wfMsg mediawikipage wfMsg( 'mediawikipage' )
includes/SkinLegacy.php 819 wfMsg templatepage wfMsg( 'templatepage' )
includes/SkinLegacy.php 822 wfMsg viewhelppage wfMsg( 'viewhelppage' )
includes/SkinLegacy.php 825 wfMsg categorypage wfMsg( 'categorypage' )
includes/SkinLegacy.php 828 wfMsg articlepage wfMsg( 'articlepage' )
includes/SkinLegacy.php 832 wfMsg talkpage wfMsg( 'talkpage' )
includes/SkinLegacy.php 860 wfMsg postcomment wfMsg( 'postcomment' )
includes/SkinLegacy.php 875 wfMsgHtml upload wfMsgHtml( 'upload' )
includes/SkinLegacy.php 879 wfMsgHtml upload wfMsgHtml( 'upload' )
includes/SkinLegacy.php 903 wfMsg notloggedin wfMsg( 'notloggedin' )
includes/SkinLegacy.php 918 wfMsg wfMsg( $loginlink )
includes/SkinLegacy.php 930 wfMsg logout wfMsg( 'logout' )
includes/SkinLegacy.php 940 wfMsgForContent helppage wfMsgForContent( 'helppage' )
includes/SkinLegacy.php 941 wfMsg help wfMsg( 'help' )
includes/ImageGallery.php 317 wfMsgExt nbytes wfMsgExt( 'nbytes', array( 'parsemag', 'escape'),
$wgLang->formatNum( $img->getSize() ) )
includes/ImageGallery.php 320 wfMsgHtml filemissing wfMsgHtml( 'filemissing' )
includes/Title.php 336 wfMsgForContent mainpage wfMsgForContent( 'mainpage' )
includes/Title.php 1411 wfMsg nstab-main wfMsg( 'nstab-main' )
includes/Title.php 1607 wfMsg blockednoreason wfMsg( 'blockednoreason' )
includes/Title.php 1622 wfMessage infiniteblock wfMessage( 'infiniteblock' )
includes/Title.php 1727 wfMsgForContent protect-expiring wfMsgForContent( 'protect-expiring', $wgContLang->timeanddate( $expiry ),
$wgContLang->date( $expiry ) , $wgContLang->time( $expiry ) )
includes/Title.php 1730 wfMsgForContent protect-expiry-indefinite wfMsgForContent( 'protect-expiry-indefinite' )
includes/Title.php 3240 wfMsgForContent prot_1movedto2 wfMsgForContent( 'prot_1movedto2', $this->getPrefixedText(), $nt->getPrefixedText() )
includes/Title.php 3242 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/Title.php 3342 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/Title.php 3994 wfMessage wfMessage( $name )
includes/Linker.php 308 wfMsg red-link-title wfMsg( 'red-link-title', $target->getPrefixedText() )
includes/Linker.php 732 wfMsg thumbnail_error wfMsg( 'thumbnail_error', '' )
includes/Linker.php 748 wfMsg thumbnail-more wfMsg( 'thumbnail-more' )
includes/Linker.php 878 wfMsg wfMsg( $key )
includes/Linker.php 962 wfMsgHtml contribslink wfMsgHtml( 'contribslink' )
includes/Linker.php 997 wfMsgHtml talkpagelinktext wfMsgHtml( 'talkpagelinktext' )
includes/Linker.php 1008 wfMsgHtml blocklink wfMsgHtml( 'blocklink' )
includes/Linker.php 1019 wfMsgHtml emaillink wfMsgHtml( 'emaillink' )
includes/Linker.php 1031 wfMsgHtml rev-deleted-user wfMsgHtml( 'rev-deleted-user' )
includes/Linker.php 1036 wfMsgHtml rev-deleted-user wfMsgHtml( 'rev-deleted-user' )
includes/Linker.php 1052 wfMsgHtml rev-deleted-user wfMsgHtml( 'rev-deleted-user' )
includes/Linker.php 1059 wfMsgHtml rev-deleted-user wfMsgHtml( 'rev-deleted-user' )
includes/Linker.php 1160 wfMsgForContent sectionlink wfMsgForContent( 'sectionlink' )
includes/Linker.php 1169 wfMsgExt autocomment-prefix wfMsgExt( 'autocomment-prefix', array( 'escapenoentities', 'content' ) )
includes/Linker.php 1173 wfMsgExt colon-separator wfMsgExt( 'colon-separator', array( 'escapenoentities', 'content' ) )
includes/Linker.php 1391 wfMsgHtml rev-deleted-comment wfMsgHtml( 'rev-deleted-comment' )
includes/Linker.php 1396 wfMsgHtml rev-deleted-comment wfMsgHtml( 'rev-deleted-comment' )
includes/Linker.php 1410 wfMsgExt historyempty wfMsgExt( 'historyempty', 'parsemag' )
includes/Linker.php 1413 wfMsgExt nbytes wfMsgExt( 'nbytes', 'parsemag', $wgLang->formatNum( $size ) )
includes/Linker.php 1471 wfMsgExt toc wfMsgExt( 'toc', array( 'language' => $lang, 'escape' ) )
includes/Linker.php 1590 wfMsgHtml rollbacklink wfMsgHtml( 'rollbacklink' )
includes/Linker.php 1591 wfMsg tooltip-rollback wfMsg( 'tooltip-rollback' )
includes/Linker.php 1621 wfMsgExt templatesusedpreview wfMsgExt( 'templatesusedpreview', array( 'parse' ), count( $templates ) )
includes/Linker.php 1623 wfMsgExt templatesusedsection wfMsgExt( 'templatesusedsection', array( 'parse' ), count( $templates ) )
includes/Linker.php 1625 wfMsgExt templatesused wfMsgExt( 'templatesused', array( 'parse' ), count( $templates ) )
includes/Linker.php 1633 wfMsgExt template-protected wfMsgExt( 'template-protected', array( 'parseinline' ) )
includes/Linker.php 1635 wfMsgExt template-semiprotected wfMsgExt( 'template-semiprotected', array( 'parseinline' ) )
includes/Linker.php 1642 wfMsg editlink wfMsg( 'editlink' )
includes/Linker.php 1649 wfMsg viewsourcelink wfMsg( 'viewsourcelink' )
includes/Linker.php 1680 wfMsgExt distanttemplatesusedpreview wfMsgExt( 'distanttemplatesusedpreview', array( 'parse' ), count( $templates ) )
includes/Linker.php 1682 wfMsgExt distanttemplatesusedsection wfMsgExt( 'distanttemplatesusedsection', array( 'parse' ), count( $templates ) )
includes/Linker.php 1684 wfMsgExt distanttemplatesused wfMsgExt( 'distanttemplatesused', array( 'parse' ), count( $templates ) )
includes/Linker.php 1713 wfMsgExt hiddencategories wfMsgExt( 'hiddencategories', array( 'parse' ), $wgLang->formatnum( count( $hiddencats ) ) )
includes/Linker.php 1756 wfMessage wfMessage( "tooltip-$name" )
includes/Linker.php 1803 wfMessage wfMessage( "accesskey-$name" )
includes/Linker.php 1877 wfMsgHtml rev-delundel wfMsgHtml( 'rev-delundel' )
includes/Linker.php 1877 wfMsgHtml rev-showdeleted wfMsgHtml( 'rev-showdeleted' )
includes/Linker.php 1892 wfMsgHtml rev-delundel wfMsgHtml( 'rev-delundel' )
includes/Linker.php 1892 wfMsgHtml rev-showdeleted wfMsgHtml( 'rev-showdeleted' )
includes/Pager.php 661 wfMsgExt prevn wfMsgExt(
'prevn',
$opts,
$wgLang->formatNum( $this->mLimit )
)
includes/Pager.php 666 wfMsgExt nextn wfMsgExt(
'nextn',
$opts,
$wgLang->formatNum($this->mLimit )
)
includes/Pager.php 671 wfMsgExt page_first wfMsgExt( 'page_first', $opts )
includes/Pager.php 672 wfMsgExt page_last wfMsgExt( 'page_last', $opts )
includes/Pager.php 684 wfMsgHtml viewprevnext wfMsgHtml( 'viewprevnext', $pagingLinks['prev'],
$pagingLinks['next'], $limits )
includes/Pager.php 699 wfMsgExt pipe-separator wfMsgExt( 'pipe-separator' , 'escapenoentities' )
includes/Pager.php 757 wfMsgExt pager-newer-n wfMsgExt(
'pager-newer-n',
array( 'parsemag', 'escape' ),
$nicenumber
)
includes/Pager.php 762 wfMsgExt pager-older-n wfMsgExt(
'pager-older-n',
array( 'parsemag', 'escape' ),
$nicenumber
)
includes/Pager.php 767 wfMsgHtml histlast wfMsgHtml( 'histlast' )
includes/Pager.php 768 wfMsgHtml histfirst wfMsgHtml( 'histfirst' )
includes/Pager.php 776 wfMsgExt pipe-separator wfMsgExt( 'pipe-separator' , 'escapenoentities' )
includes/Pager.php 879 wfMsg descending_abbrev wfMsg( 'descending_abbrev' )
includes/Pager.php 885 wfMsg ascending_abbrev wfMsg( 'ascending_abbrev' )
includes/Pager.php 909 wfMsgHtml table_pager_empty wfMsgHtml( 'table_pager_empty' )
includes/Pager.php 1022 wfMsgHtml wfMsgHtml( $label )
includes/Pager.php 1117 wfMsgHtml table_pager_limit_submit wfMsgHtml( 'table_pager_limit_submit' )
includes/Pager.php 1119 wfMsgHtml table_pager_limit wfMsgHtml( 'table_pager_limit', $this->getLimitSelect() )
includes/Preferences.php 170 wfMsgExt prefs-memberingroups wfMsgExt(
'prefs-memberingroups', 'parseinline',
$wgLang->formatNum( count( $userGroups ) )
)
includes/Preferences.php 174 wfMsgExt prefs-memberingroups-type wfMsgExt(
'prefs-memberingroups-type', array(),
$wgLang->commaList( $userGroups ),
$wgLang->commaList( $userMembers )
)
includes/Preferences.php 194 wfMsgExt prefs-registration-date-time wfMsgExt(
'prefs-registration-date-time', 'parsemag',
$wgLang->timeanddate( $user->getRegistration(), true ),
$wgLang->date( $user->getRegistration(), true ),
$wgLang->time( $user->getRegistration(), true )
)
includes/Preferences.php 218 wfMsg gender-male wfMsg( 'gender-male' )
includes/Preferences.php 219 wfMsg gender-female wfMsg( 'gender-female' )
includes/Preferences.php 220 wfMsg gender-unknown wfMsg( 'gender-unknown' )
includes/Preferences.php 228 wfMsgHtml prefs-resetpass wfMsgHtml( 'prefs-resetpass' )
includes/Preferences.php 243 wfMsgExt tog-rememberpassword wfMsgExt(
'tog-rememberpassword',
array( 'parsemag' ),
$wgLang->formatNum( ceil( $wgCookieExpiration / ( 3600 * 24 ) ) )
)
includes/Preferences.php 355 wfMsgHtml wfMsgHtml( $user->getEmail() ? 'prefs-changeemail' : 'prefs-setemail' )
includes/Preferences.php 382 wfMsgExt emailauthenticated wfMsgExt(
'emailauthenticated', 'parseinline',
array( $time, $d, $t )
)
includes/Preferences.php 389 wfMsgExt emailnotauthenticated wfMsgExt( 'emailnotauthenticated', 'parseinline' )
includes/Preferences.php 392 wfMsg emailconfirmlink wfMsg( 'emailconfirmlink' )
includes/Preferences.php 397 wfMsgHtml noemailprefs wfMsgHtml( 'noemailprefs' )
includes/Preferences.php 489 wfMsgHtml prefs-custom-css wfMsgHtml( 'prefs-custom-css' )
includes/Preferences.php 494 wfMsgHtml prefs-custom-js wfMsgHtml( 'prefs-custom-js' )
includes/Preferences.php 612 wfMsg underline-never wfMsg( 'underline-never' )
includes/Preferences.php 613 wfMsg underline-always wfMsg( 'underline-always' )
includes/Preferences.php 614 wfMsg underline-default wfMsg( 'underline-default' )
includes/Preferences.php 622 wfMsg stub-threshold-disabled wfMsg( 'stub-threshold-disabled' )
includes/Preferences.php 624 wfMsg size-bytes wfMsg( 'size-bytes', $value )
includes/Preferences.php 632 wfMsg stub-threshold wfMsg( 'stub-threshold' )
includes/Preferences.php 639 wfMsg tog-highlightbroken wfMsg( 'tog-highlightbroken' )
includes/Preferences.php 707 wfMsg editfont-default wfMsg( 'editfont-default' )
includes/Preferences.php 708 wfMsg editfont-monospace wfMsg( 'editfont-monospace' )
includes/Preferences.php 709 wfMsg editfont-sansserif wfMsg( 'editfont-sansserif' )
includes/Preferences.php 710 wfMsg editfont-serif wfMsg( 'editfont-serif' )
includes/Preferences.php 797 wfMsgExt recentchangesdays-max wfMsgExt(
'recentchangesdays-max',
array( 'parsemag' ),
$wgLang->formatNum( ceil( $wgRCMaxAge / ( 3600 * 24 ) ) )
)
includes/Preferences.php 856 wfMsgHtml prefs-watchlist-days-max wfMsgHtml( 'prefs-watchlist-days-max' )
includes/Preferences.php 864 wfMsgHtml prefs-watchlist-edits-max wfMsgHtml( 'prefs-watchlist-edits-max' )
includes/Preferences.php 914 wfMsgHtml prefs-help-watchlist-token wfMsgHtml( 'prefs-help-watchlist-token', $hash )
includes/Preferences.php 989 wfMsg blanknamespace wfMsg( 'blanknamespace' )
includes/Preferences.php 1045 wfMsgHtml skin-preview wfMsgHtml( 'skin-preview' )
includes/Preferences.php 1054 wfMessage wfMessage( "skinname-{$skinkey}" )
includes/Preferences.php 1066 wfMsgHtml default wfMsgHtml( 'default' )
includes/Preferences.php 1076 wfMsgHtml prefs-custom-css wfMsgHtml( 'prefs-custom-css' )
includes/Preferences.php 1081 wfMsgHtml prefs-custom-js wfMsgHtml( 'prefs-custom-js' )
includes/Preferences.php 1084 wfMsg parentheses wfMsg( 'parentheses', $wgLang->pipeList( $linkTools ) )
includes/Preferences.php 1115 wfMsgHtml datedefault wfMsgHtml( 'datedefault' )
includes/Preferences.php 1134 wfMsg unit-pixel wfMsg( 'unit-pixel' )
includes/Preferences.php 1150 wfMsg unit-pixel wfMsg( 'unit-pixel' )
includes/Preferences.php 1166 wfMsgExt badsiglength wfMsgExt( 'badsiglength', 'parsemag',
$wgLang->formatNum( $wgMaxSigChars )
)
includes/Preferences.php 1173 wfMsg badsig wfMsg( 'badsig' )
includes/Preferences.php 1203 wfMsgExt invalidemailaddress wfMsgExt( 'invalidemailaddress', 'parseinline' )
includes/Preferences.php 1208 wfMsgExt noemailtitle wfMsgExt( 'noemailtitle', 'parseinline' )
includes/Preferences.php 1224 wfMsg saveprefs wfMsg( 'saveprefs' )
includes/Preferences.php 1243 wfMsg timezoneuseserverdefault wfMsg( 'timezoneuseserverdefault', $wgLocaltimezone )
includes/Preferences.php 1246 wfMsg timezoneuseserverdefault wfMsg( 'timezoneuseserverdefault', $tzstring )
includes/Preferences.php 1249 wfMsg timezoneuseoffset wfMsg( 'timezoneuseoffset' )
includes/Preferences.php 1250 wfMsg guesstimezone wfMsg( 'guesstimezone' )
includes/Preferences.php 1258 wfMsg timezoneregion-africa wfMsg( 'timezoneregion-africa' )
includes/Preferences.php 1259 wfMsg timezoneregion-america wfMsg( 'timezoneregion-america' )
includes/Preferences.php 1260 wfMsg timezoneregion-antarctica wfMsg( 'timezoneregion-antarctica' )
includes/Preferences.php 1261 wfMsg timezoneregion-arctic wfMsg( 'timezoneregion-arctic' )
includes/Preferences.php 1262 wfMsg timezoneregion-asia wfMsg( 'timezoneregion-asia' )
includes/Preferences.php 1263 wfMsg timezoneregion-atlantic wfMsg( 'timezoneregion-atlantic' )
includes/Preferences.php 1264 wfMsg timezoneregion-australia wfMsg( 'timezoneregion-australia' )
includes/Preferences.php 1265 wfMsg timezoneregion-europe wfMsg( 'timezoneregion-europe' )
includes/Preferences.php 1266 wfMsg timezoneregion-indian wfMsg( 'timezoneregion-indian' )
includes/Preferences.php 1267 wfMsg timezoneregion-pacific wfMsg( 'timezoneregion-pacific' )
includes/Preferences.php 1501 wfMsgHtml restoreprefs wfMsgHtml( 'restoreprefs' )
includes/QueryPage.php 456 addWikiMsg querypage-disabled addWikiMsg( 'querypage-disabled' )
includes/QueryPage.php 479 addWikiMsg perfcachedts addWikiMsg( 'perfcachedts', $updated, $updateddate, $updatedtime )
includes/QueryPage.php 481 addWikiMsg perfcached addWikiMsg( 'perfcached' )
includes/QueryPage.php 488 addWikiMsg querypage-no-updates addWikiMsg( 'querypage-no-updates' )
includes/QueryPage.php 514 wfMsgHtml specialpage-empty wfMsgHtml( 'specialpage-empty' )
includes/QueryPage.php 620 addWikiMsg feed-unavailable addWikiMsg( 'feed-unavailable' )
includes/QueryPage.php 695 wfMsgExt tagline wfMsgExt( 'tagline', 'parsemag' )
includes/QueryPage.php 776 wfMsgHtml wantedpages-badtitle wfMsgHtml( 'wantedpages-badtitle', $tsafe )
includes/QueryPage.php 790 wfMsgExt nlinks wfMsgExt( 'nlinks', array( 'parsemag', 'escape' ),
$this->getLang()->formatNum( $result->value ) )
includes/SpecialPageFactory.php 291 wfMessage wfMessage( 'specialpages-specialpagegroup-' . strtolower( $name ) )
includes/CategoryPage.php 174 wfMsgExt category-empty wfMsgExt( 'category-empty', array( 'parse' ) )
includes/CategoryPage.php 401 wfMsg subcategories wfMsg( 'subcategories' )
includes/CategoryPage.php 427 wfMsg category_header wfMsg( 'category_header', $ti )
includes/CategoryPage.php 445 wfMsg category-media-header wfMsg( 'category-media-header', htmlspecialchars( $this->title->getText() ) )
includes/CategoryPage.php 548 wfMsgHtml listingcontinuesabbrev wfMsgHtml( 'listingcontinuesabbrev' )
includes/CategoryPage.php 602 wfMsgExt prevn wfMsgExt( 'prevn', array( 'escape', 'parsemag' ), $limitText )
includes/CategoryPage.php 616 wfMsgExt nextn wfMsgExt( 'nextn', array( 'escape', 'parsemag' ), $limitText )
includes/CategoryPage.php 714 wfMsgExt wfMsgExt( "category-$type-count-limited", 'parse',
$wgLang->formatNum( $rescnt ) )
includes/CategoryPage.php 717 wfMsgExt wfMsgExt(
"category-$type-count",
'parse',
$wgLang->formatNum( $rescnt ),
$wgLang->formatNum( $totalcnt )
)
includes/WikiPage.php 978 wfMsgForContent newsectionheaderdefaultlevel wfMsgForContent( 'newsectionheaderdefaultlevel', $summary )
includes/WikiPage.php 1384 wfMsgForContent wfMsgForContent( $comment_type, $this->mTitle->getPrefixedText() )
includes/WikiPage.php 1398 wfMsgForContent protect-summary-cascade wfMsgForContent( 'protect-summary-cascade' )
includes/WikiPage.php 1416 wfMsgForContent protect-expiring wfMsgForContent( 'protect-expiring',
$wgContLang->timeanddate( $expiry[$action], false, false ) ,
$wgContLang->date( $expiry[$action], false, false ) ,
$wgContLang->time( $expiry[$action], false, false ) )
includes/WikiPage.php 1421 wfMsgForContent protect-expiry-indefinite wfMsgForContent( 'protect-expiry-indefinite' )
includes/WikiPage.php 1899 wfMsgForContent revertpage-nouser wfMsgForContent( 'revertpage-nouser' )
includes/WikiPage.php 1901 wfMsgForContent revertpage wfMsgForContent( 'revertpage' )
includes/WikiPage.php 1911 wfMsgReplaceArgs wfMsgReplaceArgs( $summary, $args )
includes/WikiPage.php 2433 wfMsgForContent autoredircomment wfMsgForContent( 'autoredircomment' )
includes/WikiPage.php 2436 wfMsgForContent autoredircomment wfMsgForContent( 'autoredircomment', $rt->getFullText(), $truncatedtext )
includes/WikiPage.php 2445 wfMsgForContent autosumm-new wfMsgForContent( 'autosumm-new' )
includes/WikiPage.php 2447 wfMsgForContent autosumm-new wfMsgForContent( 'autosumm-new', $truncatedtext )
includes/WikiPage.php 2452 wfMsgForContent autosumm-blank wfMsgForContent( 'autosumm-blank' )
includes/WikiPage.php 2458 wfMsgForContent autosumm-replace wfMsgForContent( 'autosumm-replace' )
includes/WikiPage.php 2460 wfMsgForContent autosumm-replace wfMsgForContent( 'autosumm-replace', $truncatedtext )
includes/WikiPage.php 2534 wfMsgForContent exbeforeblank wfMsgForContent( 'exbeforeblank', '$1' )
includes/WikiPage.php 2537 wfMsgForContent excontentauthor wfMsgForContent( 'excontentauthor', '$1', $onlyAuthor )
includes/WikiPage.php 2539 wfMsgForContent excontent wfMsgForContent( 'excontent', '$1' )
includes/Exception.php 91 wfMsgNoTrans wfMsgNoTrans( $key, $args )
includes/Exception.php 93 wfMsgReplaceArgs wfMsgReplaceArgs( $fallback, $args )
includes/Exception.php 251 wfMsg wfMsg( $msg )
includes/Exception.php 345 wfMsg blockednoreason wfMsg( 'blockednoreason' )
includes/Metadata.php 44 wfMessage notacceptable wfMessage( 'notacceptable' )
includes/Metadata.php 61 wfMsg aboutpage wfMsg( 'aboutpage' )
includes/Metadata.php 118 wfMsgExt anonymous wfMsgExt( 'anonymous', array( 'parsemag' ), 1 )
includes/Metadata.php 125 wfMsgExt siteuser wfMsgExt( 'siteuser', 'parsemag', $userName, $userName )
includes/ChangesList.php 108 wfMsgExt wfMsgExt( $msg, array( 'escapenoentities' ) )
includes/ChangesList.php 148 wfMsgExt wfMsgExt( $value[0], 'escapenoentities' )
includes/ChangesList.php 149 wfMsgExt wfMsgExt( $value[1], 'escapenoentities' )
includes/ChangesList.php 193 wfMsgNoTrans rc-change-size wfMsgNoTrans( 'rc-change-size' )
includes/ChangesList.php 199 wfMsgExt rc-change-size wfMsgExt( 'rc-change-size', array( 'parsemag', 'escape' ), $formatedSize )
includes/ChangesList.php 352 wfMsgHtml rev-deleted-user wfMsgHtml( 'rev-deleted-user' )
includes/ChangesList.php 386 wfMsgExt number_of_watching_users_RCview wfMsgExt( 'number_of_watching_users_RCview',
array('parsemag', 'escape' ), $this->getLang()->formatNum( $count ) )
includes/ChangesList.php 558 wfMsgExt number_of_watching_users_RCview wfMsgExt( 'number_of_watching_users_RCview',
array( 'parsemag', 'escape' ), $this->getLang()->formatNum( $rc->numberofWatchingusers ) )
includes/ChangesList.php 715 wfMsgHtml rev-deleted-user wfMsgHtml( 'rev-deleted-user' )
includes/ChangesList.php 826 wfMsg rc-enhanced-expand wfMsg( 'rc-enhanced-expand' )
includes/ChangesList.php 827 wfMsg rc-enhanced-hide wfMsg( 'rc-enhanced-hide' )
includes/ChangesList.php 850 wfMsgHtml rev-deleted-event wfMsgHtml( 'rev-deleted-event' )
includes/ChangesList.php 864 wfMsgExt nchanges wfMsgExt( 'nchanges', array( 'parsemag', 'escape' ), $this->getLang()->formatNum( $n ) )
includes/ChangesList.php 1038 wfMsg rc-enhanced-expand wfMsg( 'rc-enhanced-expand' )
includes/ChangesList.php 1047 wfMsg rc-enhanced-hide wfMsg( 'rc-enhanced-hide' )
includes/HTMLForm.php 482 wfMsg htmlform-reset wfMsg( 'htmlform-reset' )
includes/HTMLForm.php 557 wfMsgExt wfMsgExt( $msg, array( 'parseinline' ), $error )
includes/HTMLForm.php 581 wfMsg htmlform-submit wfMsg( 'htmlform-submit' )
includes/HTMLForm.php 792 wfMsg wfMsg( "{$this->mMessagePrefix}-$key" )
includes/HTMLForm.php 840 wfMsgExt htmlform-required wfMsgExt( 'htmlform-required', 'parseinline' )
includes/HTMLForm.php 896 wfMsgExt wfMsgExt( $msg, 'parseinline', $msgInfo )
includes/HTMLForm.php 992 wfMessage wfMessage( $this->mParams['help-message'] )
includes/HTMLForm.php 1001 wfMessage wfMessage( $name )
includes/HTMLForm.php 1234 wfMsgExt htmlform-float-invalid wfMsgExt( 'htmlform-float-invalid', 'parse' )
includes/HTMLForm.php 1243 wfMsgExt htmlform-int-toolow wfMsgExt( 'htmlform-int-toolow', 'parse', array( $min ) )
includes/HTMLForm.php 1251 wfMsgExt htmlform-int-toohigh wfMsgExt( 'htmlform-int-toohigh', 'parse', array( $max ) )
includes/HTMLForm.php 1278 wfMsgExt htmlform-int-invalid wfMsgExt( 'htmlform-int-invalid', 'parse' )
includes/HTMLForm.php 1354 wfMsgExt htmlform-select-badoption wfMsgExt( 'htmlform-select-badoption', 'parseinline' )
includes/HTMLForm.php 1388 wfMsg htmlform-selectorother-other wfMsg( 'htmlform-selectorother-other' )
includes/HTMLForm.php 1495 wfMsgExt htmlform-select-badoption wfMsgExt( 'htmlform-select-badoption', 'parseinline' )
includes/HTMLForm.php 1588 wfMessage wfMessage( $params['other-message'] )
includes/HTMLForm.php 1598 wfMessage wfMessage( $params['options-message'] )
includes/HTMLForm.php 1619 wfMessage htmlform-selectorother-other wfMessage( 'htmlform-selectorother-other' )
includes/HTMLForm.php 1702 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/HTMLForm.php 1729 wfMsgExt htmlform-required wfMsgExt( 'htmlform-required', 'parseinline' )
includes/HTMLForm.php 1756 wfMsgExt htmlform-select-badoption wfMsgExt( 'htmlform-select-badoption', 'parseinline' )
includes/HTMLForm.php 1901 wfMessage edittools wfMessage( 'edittools' )
includes/HTMLForm.php 1903 wfMessage wfMessage( $this->mParams['message'] )
includes/HTMLForm.php 1905 wfMessage edittools wfMessage( 'edittools' )
includes/ChangesFeed.php 189 wfMsgHtml rev-deleted-user wfMsgHtml('rev-deleted-user')
includes/PatrolLog.php 57 wfMsg patrol-log-diff wfMsg( 'patrol-log-diff', $lang->formatNum( $cur, true ) )
includes/PatrolLog.php 64 wfMsg patrol-log-diff wfMsg( 'patrol-log-diff', $cur )
includes/PatrolLog.php 67 wfMsgHtml patrol-log-auto wfMsgHtml( 'patrol-log-auto' )
includes/PatrolLog.php 69 wfMsgHtml patrol-log-line wfMsgHtml( 'patrol-log-line', $diff, $link, $auto )
includes/PatrolLog.php 72 wfMsgForContent patrol-log-diff wfMsgForContent( 'patrol-log-diff', $cur )
includes/PatrolLog.php 73 wfMsgForContent patrol-log-line wfMsgForContent( 'patrol-log-line', $diff, "$text", '' )
includes/RevisionList.php 340 wfMsgHtml diff wfMsgHtml('diff')
includes/RevisionList.php 345 wfMsgHtml diff wfMsgHtml('diff')
includes/Skin.php 411 wfMsgExt colon-separator wfMsgExt( 'colon-separator', 'escapenoentities' )
includes/Skin.php 416 wfMsgExt pagecategories wfMsgExt( 'pagecategories', array( 'parsemag', 'escapenoentities' ), count( $allCats['normal'] ) )
includes/Skin.php 418 wfMsgForContent pagecategorieslink wfMsgForContent( 'pagecategorieslink' )
includes/Skin.php 433 wfMsgExt hidden-categories wfMsgExt( 'hidden-categories', array( 'parsemag', 'escapenoentities' ), count( $allCats['hidden'] ) )
includes/Skin.php 633 wfMsg retrievedfrom wfMsg( 'retrievedfrom', '<a href="' . $url . '">' . $url . '</a>' )
includes/Skin.php 651 wfMsg wfMsg(
$msg,
Linker::linkKnown(
SpecialPage::getTitleFor( 'Undelete', $this->getTitle()->getPrefixedDBkey() ),
wfMsgExt( 'restorelink', array( 'parsemag', 'escape' ), $this->getLang()->formatNum( $n ) )
)
)
includes/Skin.php 655 wfMsgExt restorelink wfMsgExt( 'restorelink', array( 'parsemag', 'escape' ), $this->getLang()->formatNum( $n ) )
includes/Skin.php 695 wfMsgExt pipe-separator wfMsgExt( 'pipe-separator', 'escapenoentities' )
includes/Skin.php 735 wfMsgForContent history_copyright wfMsgForContent( 'history_copyright' )
includes/Skin.php 766 wfMsgForContent wfMsgForContent( $msg, $link )
includes/Skin.php 768 wfMsg wfMsg( $msg, $link )
includes/Skin.php 827 wfMsg lastmodifiedat wfMsg( 'lastmodifiedat', $d, $t )
includes/Skin.php 833 wfMsg laggedslavemode wfMsg( 'laggedslavemode' )
includes/Skin.php 846 wfMsgHtml mainpage wfMsgHtml( 'mainpage' )
includes/Skin.php 887 wfMsgHtml mainpage wfMsgHtml( 'mainpage' )
includes/Skin.php 895 wfMsgForContent wfMsgForContent( $desc )
includes/Skin.php 902 wfMsgForContent wfMsgForContent( $page )
includes/Skin.php 906 wfMsgExt wfMsgExt( $desc, array( 'parsemag', 'escapenoentities' ) )
includes/Skin.php 1001 wfMsgForContent wfMsgForContent( $name )
includes/Skin.php 1112 wfMsgForContentNoTrans wfMsgForContentNoTrans( $message )
includes/Skin.php 1146 wfMessage wfMessage( $line[0] )
includes/Skin.php 1156 wfMessage wfMessage( $line[1] )
includes/Skin.php 1231 wfMsgHtml newmessageslink wfMsgHtml( 'newmessageslink' )
includes/Skin.php 1238 wfMsgHtml newmessagesdifflink wfMsgHtml( 'newmessagesdifflink' )
includes/Skin.php 1243 wfMsg youhavenewmessages wfMsg(
'youhavenewmessages',
$newMessagesLink,
$newMessagesDiffLink
)
includes/Skin.php 1253 wfMsgHtml newtalkseparator wfMsgHtml( 'newtalkseparator' )
includes/Skin.php 1263 wfMsgHtml youhavenewmessagesmulti wfMsgHtml( 'youhavenewmessagesmulti', $parts )
includes/Skin.php 1292 wfMessage wfMessage( $name )
includes/Skin.php 1395 wfMsgExt editsectionhint wfMsgExt( 'editsectionhint', array( 'language' => $lang, 'parsemag' ), $tooltip )
includes/Skin.php 1397 wfMsgExt editsection wfMsgExt( 'editsection', array( 'language' => $lang ) )
includes/Skin.php 1407 wfMsgExt editsectionhint wfMsgExt( 'editsectionhint', array( 'language' => $lang, 'parsemag', 'escape' ), $tooltip )
includes/Skin.php 1417 wfMsgExt editsection-brackets wfMsgExt( 'editsection-brackets', array( 'escape', 'replaceafter', 'language' => $lang ), $result )
includes/Skin.php 1423 wfMsgExt editsection-brackets wfMsgExt( 'editsection-brackets', array( 'escape', 'replaceafter', 'language' => $lang ), $link )
includes/WikiError.php 94 wfMsgReal wfMsgReal( $message, $args, true )
includes/WikiError.php 137 wfMsgHtml xml-error-string wfMsgHtml( 'xml-error-string',
$this->mMessage,
$this->mLine,
$this->mColumn,
$this->mByte . $this->mContext,
xml_error_string( $this->mXmlError ) )
includes/Licenses.php 37 wfMsgForContent licenses wfMsgForContent( 'licenses' )
includes/Licenses.php 142 wfMessage wfMessage( $str )
includes/Licenses.php 167 wfMsg nolicense wfMsg( 'nolicense' )
includes/db/DatabaseSqlite.php 613 wfMsg wfMsg( self::getFulltextSearchModule() ? 'sqlite-has-fts' : 'sqlite-no-fts', $this->getServerVersion() )
includes/db/DatabaseError.php 105 wfMsgReplaceArgs wfMsgReplaceArgs( $message, $args )
includes/db/DatabaseError.php 284 wfMsg wfMsg( $msg, $sql, $fname, $this->errno, $error )
includes/diff/DifferenceEngine.php 229 wfMsgExt missingarticle-diff wfMsgExt( 'missingarticle-diff', array( 'escape' ),
$this->deletedIdMarker( $this->mOldid ),
$this->deletedIdMarker( $this->mNewid ) )
includes/diff/DifferenceEngine.php 232 wfMsg errorpagetitle wfMsg( 'errorpagetitle' )
includes/diff/DifferenceEngine.php 233 addWikiMsg missing-article addWikiMsg( 'missing-article', "<nowiki>$t</nowiki>", "<span class='plainlinks'>$d</span>" )
includes/diff/DifferenceEngine.php 258 wfMsgExt difference wfMsgExt( 'difference', array( 'parseinline' ) )
includes/diff/DifferenceEngine.php 260 wfMsgExt difference-multipage wfMsgExt( 'difference-multipage', array( 'parseinline' ) )
includes/diff/DifferenceEngine.php 322 wfMsgHtml markaspatrolleddiff wfMsgHtml( 'markaspatrolleddiff' )
includes/diff/DifferenceEngine.php 358 wfMsgHtml previousdiff wfMsgHtml( 'previousdiff' )
includes/diff/DifferenceEngine.php 379 wfMsgHtml nextdiff wfMsgHtml( 'nextdiff' )
includes/diff/DifferenceEngine.php 442 wrapWikiMsg wrapWikiMsg( "<div id='mw-$msg' class='mw-warning plainlinks'>\n$1\n</div>\n",
array( $msg ) )
includes/diff/DifferenceEngine.php 452 wrapWikiMsg wrapWikiMsg( "<div id='mw-$msg' class='mw-warning plainlinks'>\n$1\n</div>\n", array( $msg, $link ) )
includes/diff/DifferenceEngine.php 460 wfMsgExt wfMsgExt( $msg, 'parseinline' )
includes/diff/DifferenceEngine.php 557 wfMsgHtml markaspatrolleddiff wfMsgHtml( 'markaspatrolleddiff' )
includes/diff/DifferenceEngine.php 583 wfMsgExt missingarticle-diff wfMsgExt( 'missingarticle-diff', array( 'escape' ),
$this->deletedIdMarker( $this->mOldid ),
$this->deletedIdMarker( $this->mNewid ) )
includes/diff/DifferenceEngine.php 586 wfMsg errorpagetitle wfMsg( 'errorpagetitle' )
includes/diff/DifferenceEngine.php 587 addWikiMsg missing-article addWikiMsg( 'missing-article', "<nowiki>$t</nowiki>", "<span class='plainlinks'>$d</span>" )
includes/diff/DifferenceEngine.php 610 wfMsgHtml nextdiff wfMsgHtml( 'nextdiff' )
includes/diff/DifferenceEngine.php 629 wfMsgExt difference wfMsgExt( 'difference', array( 'parseinline' ) )
includes/diff/DifferenceEngine.php 645 addWikiMsg missing-article addWikiMsg( 'missing-article', "<nowiki>(fixme, bug)</nowiki>", '' )
includes/diff/DifferenceEngine.php 879 wfMsgExt lineno wfMsgExt( 'lineno', 'escape', $wgLang->formatNum( $matches[1] ) )
includes/diff/DifferenceEngine.php 927 wfMsgExt wfMsgExt( $msg, 'parseinline',
$wgLang->formatnum( $numEdits ), $wgLang->formatnum( $numUsers ) )
includes/diff/DifferenceEngine.php 1032 wfMsg currentrev-asof wfMsg(
'currentrev-asof',
$timestamp,
$dateofrev,
$timeofrev
)
includes/diff/DifferenceEngine.php 1043 wfMsgHtml wfMsgHtml( $editable ? 'editold' : 'viewsourceold' )
includes/diff/DifferenceEngine.php 1052 wfMsg revisionasof wfMsg(
'revisionasof',
$timestamp,
$dateofrev,
$timeofrev
)
includes/diff/DifferenceEngine.php 1060 wfMsgHtml wfMsgHtml( $editable ? 'editold' : 'viewsourceold' )
includes/diff/DifferenceEngine.php 1101 wfMsg revisionasof wfMsg( 'revisionasof', $t, $dateofrev, $timeofrev )
includes/diff/DifferenceEngine.php 1104 wfMsgHtml wfMsgHtml( $editable ? 'editold' : 'viewsourceold' )
includes/diff/DifferenceEngine.php 1113 wfMsg editundo wfMsg( 'editundo' )
includes/normal/RandomTest.php 60 wfMsg wfMsg($x)
includes/specials/SpecialBooksources.php 58 wrapWikiMsg wrapWikiMsg( "<div class=\"error\">\n$1\n</div>", 'booksources-invalid-isbn' )
includes/specials/SpecialBooksources.php 118 wfMsgHtml booksources-search-legend wfMsgHtml( 'booksources-search-legend' )
includes/specials/SpecialBooksources.php 121 wfMsg booksources-isbn wfMsg( 'booksources-isbn' )
includes/specials/SpecialBooksources.php 122 wfMsg booksources-go wfMsg( 'booksources-go' )
includes/specials/SpecialBooksources.php 142 wfMsgForContent booksources wfMsgForContent( 'booksources' )
includes/specials/SpecialBooksources.php 150 addWikiMsg booksources-text addWikiMsg( 'booksources-text' )
includes/specials/SpecialUndelete.php 359 wfMsgExt undeletedrevisions-files wfMsgExt( 'undeletedrevisions-files', array( 'content', 'parsemag' ),
$wgContLang->formatNum( $textRestored ),
$wgContLang->formatNum( $filesRestored ) )
includes/specials/SpecialUndelete.php 363 wfMsgExt undeletedrevisions wfMsgExt( 'undeletedrevisions', array( 'content', 'parsemag' ),
$wgContLang->formatNum( $textRestored ) )
includes/specials/SpecialUndelete.php 366 wfMsgExt undeletedfiles wfMsgExt( 'undeletedfiles', array( 'content', 'parsemag' ),
$wgContLang->formatNum( $filesRestored ) )
includes/specials/SpecialUndelete.php 374 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/specials/SpecialUndelete.php 650 wfMsg undeletepage wfMsg( 'undeletepage' )
includes/specials/SpecialUndelete.php 652 wfMsg viewdeletedpage wfMsg( 'viewdeletedpage' )
includes/specials/SpecialUndelete.php 676 addWikiMsg undelete-header addWikiMsg( 'undelete-header' )
includes/specials/SpecialUndelete.php 687 addWikiMsg filedelete-nofile addWikiMsg( 'filedelete-nofile', $this->mFilename )
includes/specials/SpecialUndelete.php 706 wrapWikiMsg wrapWikiMsg( "<div class='error'>\n$1\n</div>\n", array( 'filedelete-maintenance' ) )
includes/specials/SpecialUndelete.php 720 addWikiMsg undelete-header addWikiMsg( 'undelete-header' )
includes/specials/SpecialUndelete.php 726 wfMsg undelete-search-box wfMsg( 'undelete-search-box' )
includes/specials/SpecialUndelete.php 729 wfMsg undelete-search-prefix wfMsg( 'undelete-search-prefix' )
includes/specials/SpecialUndelete.php 732 wfMsg undelete-search-submit wfMsg( 'undelete-search-submit' )
includes/specials/SpecialUndelete.php 748 addWikiMsg undelete-no-results addWikiMsg( 'undelete-no-results' )
includes/specials/SpecialUndelete.php 752 addWikiMsg undeletepagetext addWikiMsg( 'undeletepagetext', $this->getLang()->formatNum( $result->numRows() ) )
includes/specials/SpecialUndelete.php 764 wfMsgExt undeleterevisions wfMsgExt( 'undeleterevisions',
array( 'parseinline' ),
$this->getLang()->formatNum( $row->count ) )
includes/specials/SpecialUndelete.php 787 addWikiMsg undeleterevision-missing addWikiMsg( 'undeleterevision-missing' )
includes/specials/SpecialUndelete.php 793 wrapWikiMsg wrapWikiMsg( "<div class='mw-warning plainlinks'>\n$1\n</div>\n", 'rev-deleted-text-permission' )
includes/specials/SpecialUndelete.php 796 wrapWikiMsg wrapWikiMsg( "<div class='mw-warning plainlinks'>\n$1\n</div>\n", 'rev-deleted-text-view' )
includes/specials/SpecialUndelete.php 802 wfMsg undeletepage wfMsg( 'undeletepage' )
includes/specials/SpecialUndelete.php 814 addWikiMsg undelete-nodiff addWikiMsg( 'undelete-nodiff' )
includes/specials/SpecialUndelete.php 845 wfMessage undelete-revision wfMessage( 'undelete-revision' )
includes/specials/SpecialUndelete.php 882 wfMsg showpreview wfMsg( 'showpreview' )
includes/specials/SpecialUndelete.php 886 wfMsg showdiff wfMsg( 'showdiff' )
includes/specials/SpecialUndelete.php 950 wfMsgExt revisionasof wfMsgExt(
'revisionasof',
array( 'escape' ),
$this->getLang()->timeanddate( $rev->getTimestamp(), true ),
$this->getLang()->date( $rev->getTimestamp(), true ),
$this->getLang()->time( $rev->getTimestamp(), true )
)
includes/specials/SpecialUndelete.php 974 addWikiMsg undelete-show-file-confirm addWikiMsg( 'undelete-show-file-confirm',
$this->mTargetObj->getText(),
$this->getLang()->date( $file->getTimestamp() ),
$this->getLang()->time( $file->getTimestamp() ) )
includes/specials/SpecialUndelete.php 987 wfMsg undelete-show-file-submit wfMsg( 'undelete-show-file-submit' )
includes/specials/SpecialUndelete.php 1016 wfMsg undeletepage wfMsg( 'undeletepage' )
includes/specials/SpecialUndelete.php 1018 wfMsg viewdeletedpage wfMsg( 'viewdeletedpage' )
includes/specials/SpecialUndelete.php 1020 wrapWikiMsg wrapWikiMsg(
"<div class='mw-undelete-pagetitle'>\n$1\n</div>\n",
array( 'undeletepagetitle', $this->mTargetObj->getPrefixedText() )
)
includes/specials/SpecialUndelete.php 1030 addWikiMsg nohistory addWikiMsg( 'nohistory' )
includes/specials/SpecialUndelete.php 1036 addWikiMsg undeletehistory addWikiMsg( 'undeletehistory' )
includes/specials/SpecialUndelete.php 1037 addWikiMsg undeleterevdel addWikiMsg( 'undeleterevdel' )
includes/specials/SpecialUndelete.php 1039 addWikiMsg undeletehistorynoadmin addWikiMsg( 'undeletehistorynoadmin' )
includes/specials/SpecialUndelete.php 1094 wfMsg revdelete-unsuppress wfMsg( 'revdelete-unsuppress' )
includes/specials/SpecialUndelete.php 1102 wfMsg undelete-fieldset-title wfMsg( 'undelete-fieldset-title' )
includes/specials/SpecialUndelete.php 1106 wfMsgExt undeleteextrahelp wfMsgExt( 'undeleteextrahelp', 'parse' )
includes/specials/SpecialUndelete.php 1111 wfMsg undeletecomment wfMsg( 'undeletecomment' )
includes/specials/SpecialUndelete.php 1120 wfMsg undeletebtn wfMsg( 'undeletebtn' )
includes/specials/SpecialUndelete.php 1121 wfMsg undeleteinvert wfMsg( 'undeleteinvert' )
includes/specials/SpecialUndelete.php 1131 wfMsg history wfMsg( 'history' )
includes/specials/SpecialUndelete.php 1146 addWikiMsg nohistory addWikiMsg( 'nohistory' )
includes/specials/SpecialUndelete.php 1150 wfMsg filehist wfMsg( 'filehist' )
includes/specials/SpecialUndelete.php 1195 wfMsgHtml diff wfMsgHtml( 'diff' )
includes/specials/SpecialUndelete.php 1200 wfMsgHtml diff wfMsgHtml( 'diff' )
includes/specials/SpecialUndelete.php 1210 wfMsgHtml diff wfMsgHtml( 'diff' )
includes/specials/SpecialUndelete.php 1214 wfMsgHtml diff wfMsgHtml( 'diff' )
includes/specials/SpecialUndelete.php 1244 wfMsg widthheight wfMsg( 'widthheight',
$this->getLang()->formatNum( $row->fa_width ),
$this->getLang()->formatNum( $row->fa_height ) )
includes/specials/SpecialUndelete.php 1248 wfMsg nbytes wfMsg( 'nbytes', $this->getLang()->formatNum( $row->fa_size ) )
includes/specials/SpecialUndelete.php 1337 wfMsgHtml rev-deleted-user wfMsgHtml( 'rev-deleted-user' )
includes/specials/SpecialUndelete.php 1357 wfMsgHtml rev-deleted-comment wfMsgHtml( 'rev-deleted-comment' )
includes/specials/SpecialUndelete.php 1389 wfMessage undeletedpage wfMessage( 'undeletedpage' )
includes/specials/SpecialUndelete.php 1391 wfMsg cannotundelete wfMsg( 'cannotundelete' )
includes/specials/SpecialUndelete.php 1392 addWikiMsg undeleterevdel addWikiMsg( 'undeleterevdel' )
includes/specials/SpecialUndelete.php 1401 wfMsg cannotundelete wfMsg( 'cannotundelete' )
includes/specials/SpecialConfirmemail.php 58 addWikiMsg confirmemail_noemail addWikiMsg( 'confirmemail_noemail' )
includes/specials/SpecialConfirmemail.php 63 wfMsgHtml loginreqlink wfMsgHtml( 'loginreqlink' )
includes/specials/SpecialConfirmemail.php 67 wfMessage confirmemail_needlogin wfMessage( 'confirmemail_needlogin' )
includes/specials/SpecialConfirmemail.php 83 addWikiMsg confirmemail_sent addWikiMsg( 'confirmemail_sent' )
includes/specials/SpecialConfirmemail.php 95 addWikiMsg emailauthenticated addWikiMsg( 'emailauthenticated', $time, $d, $t )
includes/specials/SpecialConfirmemail.php 98 wrapWikiMsg wrapWikiMsg( "<div class=\"error mw-confirmemail-pending\">\n$1\n</div>", 'confirmemail_pending' )
includes/specials/SpecialConfirmemail.php 100 addWikiMsg confirmemail_text addWikiMsg( 'confirmemail_text' )
includes/specials/SpecialConfirmemail.php 103 wfMsg confirmemail_send wfMsg( 'confirmemail_send' )
includes/specials/SpecialConfirmemail.php 121 addWikiMsg addWikiMsg( $message )
includes/specials/SpecialConfirmemail.php 127 addWikiMsg confirmemail_invalid addWikiMsg( 'confirmemail_invalid' )
includes/specials/SpecialConfirmemail.php 166 addWikiMsg confirmemail_invalidated addWikiMsg( 'confirmemail_invalidated' )
includes/specials/SpecialConfirmemail.php 171 addWikiMsg confirmemail_invalid addWikiMsg( 'confirmemail_invalid' )
includes/specials/SpecialBlankpage.php 36 addWikiMsg intentionallyblankpage addWikiMsg('intentionallyblankpage')
includes/specials/SpecialBlockList.php 47 wfMsg ipblocklist wfMsg( 'ipblocklist' )
includes/specials/SpecialBlockList.php 75 wfMsg blocklist-userblocks wfMsg( 'blocklist-userblocks' )
includes/specials/SpecialBlockList.php 76 wfMsg blocklist-tempblocks wfMsg( 'blocklist-tempblocks' )
includes/specials/SpecialBlockList.php 77 wfMsg blocklist-addressblocks wfMsg( 'blocklist-addressblocks' )
includes/specials/SpecialBlockList.php 78 wfMsg blocklist-rangeblocks wfMsg( 'blocklist-rangeblocks' )
includes/specials/SpecialBlockList.php 85 wfMsg ipblocklist-legend wfMsg( 'ipblocklist-legend' )
includes/specials/SpecialBlockList.php 86 wfMsg ipblocklist-submit wfMsg( 'ipblocklist-submit' )
includes/specials/SpecialBlockList.php 158 wfMsg ipblocklist-localblock wfMsg( 'ipblocklist-localblock' )
includes/specials/SpecialBlockList.php 171 addWikiMsg ipblocklist-no-results addWikiMsg( 'ipblocklist-no-results' )
includes/specials/SpecialBlockList.php 174 addWikiMsg ipblocklist-empty addWikiMsg( 'ipblocklist-empty' )
includes/specials/SpecialBlockList.php 182 wfMsgExt ipblocklist-otherblocks wfMsgExt(
'ipblocklist-otherblocks',
'parseinline',
count( $otherBlockLink )
)
includes/specials/SpecialBlockList.php 256 wfMessage autoblockid wfMessage( 'autoblockid', $row->ipb_id )
includes/specials/SpecialBlockList.php 299 wfMsg parentheses wfMsg( 'parentheses', $wgLang->pipeList( $links ) )
includes/specials/SpecialLog.php 132 addWikiMsg logempty addWikiMsg( 'logempty' )
includes/specials/SpecialTags.php 40 wfMsg tags-title wfMsg( 'tags-title' )
includes/specials/SpecialTags.php 41 wrapWikiMsg wrapWikiMsg( "<div class='mw-tags-intro'>\n$1\n</div>", 'tags-intro' )
includes/specials/SpecialTags.php 44 wfMsgExt tags-tag wfMsgExt( 'tags-tag', 'parseinline' )
includes/specials/SpecialTags.php 45 wfMsgExt tags-display-header wfMsgExt( 'tags-display-header', 'parseinline' )
includes/specials/SpecialTags.php 46 wfMsgExt tags-description-header wfMsgExt( 'tags-description-header', 'parseinline' )
includes/specials/SpecialTags.php 47 wfMsgExt tags-hitcount-header wfMsgExt( 'tags-hitcount-header', 'parseinline' )
includes/specials/SpecialTags.php 75 wfMsgHtml tags-edit wfMsgHtml( 'tags-edit' )
includes/specials/SpecialTags.php 78 wfMessage wfMessage( "tag-$tag-description" )
includes/specials/SpecialTags.php 80 wfMsgHtml tags-edit wfMsgHtml( 'tags-edit' )
includes/specials/SpecialTags.php 83 wfMsgExt tags-hitcount wfMsgExt( 'tags-hitcount', array( 'parsemag' ), $this->getLang()->formatNum( $hitcount ) )
includes/specials/SpecialListusers.php 155 wfMsgExt usereditcount wfMsgExt( 'usereditcount', array( 'parsemag', 'escape' ), $editCount )
includes/specials/SpecialListusers.php 165 wfMsg usercreated wfMsg( 'usercreated', $d, $t )
includes/specials/SpecialListusers.php 193 wfMsg listusers wfMsg( 'listusers' )
includes/specials/SpecialListusers.php 197 wfMsg listusersfrom wfMsg( 'listusersfrom' )
includes/specials/SpecialListusers.php 201 wfMsg group wfMsg( 'group' )
includes/specials/SpecialListusers.php 203 wfMsg group-all wfMsg( 'group-all' )
includes/specials/SpecialListusers.php 207 wfMsg listusers-editsonly wfMsg('listusers-editsonly')
includes/specials/SpecialListusers.php 209 wfMsg listusers-creationsort wfMsg('listusers-creationsort')
includes/specials/SpecialListusers.php 216 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/specials/SpecialListusers.php 311 wfMessage listusers-noresult wfMessage( 'listusers-noresult' )
includes/specials/SpecialDeadendpages.php 36 wfMsgExt deadendpagestext wfMsgExt( 'deadendpagestext', array( 'parse' ) )
includes/specials/SpecialWatchlist.php 58 wfMsg watchnologin wfMsg( 'watchnologin' )
includes/specials/SpecialWatchlist.php 61 wfMsgHtml loginreqlink wfMsgHtml( 'loginreqlink' )
includes/specials/SpecialWatchlist.php 65 wfMessage watchlistanontext wfMessage( 'watchlistanontext' )
includes/specials/SpecialWatchlist.php 72 wfMsgExt watchlistfor2 wfMsgExt(
'watchlistfor2',
array( 'parseinline', 'replaceafter' ),
$user->getName(),
SpecialEditWatchlist::buildTools( $this->getSkin() )
)
includes/specials/SpecialWatchlist.php 110 addWikiMsg nowatchlist addWikiMsg( 'nowatchlist' )
includes/specials/SpecialWatchlist.php 251 wfMsg watchlist-options wfMsg( 'watchlist-options' )
includes/specials/SpecialWatchlist.php 254 wfMsgExt watchlist-details wfMsgExt( 'watchlist-details', array( 'parseinline' ), $lang->formatNum( $nitems ) )
includes/specials/SpecialWatchlist.php 257 wfMsgExt wlheader-enotif wfMsgExt( 'wlheader-enotif', 'parse' )
includes/specials/SpecialWatchlist.php 263 wfMsgExt wlheader-showupdated wfMsgExt( 'wlheader-showupdated', array( 'parseinline' ) )
includes/specials/SpecialWatchlist.php 264 wfMsg enotif_reset wfMsg( 'enotif_reset' )
includes/specials/SpecialWatchlist.php 303 wfMsgExt rcnote wfMsgExt( 'rcnote', 'parseinline',
$lang->formatNum( $numRows ),
$lang->formatNum( $values['days'] ),
$lang->timeAndDate( $timestamp, true ),
$lang->date( $timestamp, true ),
$lang->time( $timestamp, true )
)
includes/specials/SpecialWatchlist.php 311 wfMsgExt wlnote wfMsgExt( 'wlnote', 'parseinline',
$lang->formatNum( $numRows ),
$lang->formatNum( round( $values['days'] * 24 ) )
)
includes/specials/SpecialWatchlist.php 347 wfMsg namespace wfMsg( 'namespace' )
includes/specials/SpecialWatchlist.php 349 wfMsg invert wfMsg('invert')
includes/specials/SpecialWatchlist.php 350 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/specials/SpecialWatchlist.php 363 addWikiMsg watchnochange addWikiMsg( 'watchnochange' )
includes/specials/SpecialWatchlist.php 419 wfMsgHtml show wfMsgHtml( 'show' )
includes/specials/SpecialWatchlist.php 420 wfMsgHtml hide wfMsgHtml( 'hide' )
includes/specials/SpecialWatchlist.php 425 wfMsgHtml wfMsgHtml( $message, Linker::linkKnown( $this->getTitle(), $label, array(), $options ) )
includes/specials/SpecialWatchlist.php 441 wfMsgHtml watchlistall2 wfMsgHtml( 'watchlistall2' )
includes/specials/SpecialWatchlist.php 467 wfMsgExt wlshowlast wfMsgExt('wlshowlast',
array('parseinline', 'replaceafter'),
$this->getLang()->pipeList( $hours ),
$this->getLang()->pipeList( $days ),
$this->daysLink( 0, $options ) )
includes/specials/SpecialRandompage.php 67 addWikiMsg addWikiMsg( strtolower( $this->getName() ) . '-nopages',
$this->getNsList(), count( $this->namespaces ) )
includes/specials/SpecialRandompage.php 88 wfMsgNoTrans blanknamespace wfMsgNoTrans( 'blanknamespace' )
includes/specials/SpecialMostlinkedtemplates.php 118 wfMsgExt ntransclusions wfMsgExt( 'ntransclusions', array( 'parsemag', 'escape' ),
$wgLang->formatNum( $result->value ) )
includes/specials/SpecialUnwatchedpages.php 81 wfMsgHtml watch wfMsgHtml( 'watch' )
includes/specials/SpecialDisambiguations.php 39 wfMsgExt disambiguations-text wfMsgExt( 'disambiguations-text', array( 'parse' ) )
includes/specials/SpecialDisambiguations.php 44 wfMsgForContent disambiguationspage wfMsgForContent( 'disambiguationspage' )
includes/specials/SpecialDisambiguations.php 131 wfMsgExt parentheses wfMsgExt( 'parentheses', array( 'escape' ), wfMsg( 'editlink' ) )
includes/specials/SpecialDisambiguations.php 131 wfMsg editlink wfMsg( 'editlink' )
includes/specials/SpecialMovepage.php 113 wfMsg move-page wfMsg( 'move-page', $this->oldTitle->getPrefixedText() )
includes/specials/SpecialMovepage.php 138 addWikiMsg delete_and_move_text addWikiMsg( 'delete_and_move_text', $newTitle->getPrefixedText() )
includes/specials/SpecialMovepage.php 139 wfMsg delete_and_move wfMsg( 'delete_and_move' )
includes/specials/SpecialMovepage.php 145 wfMsg delete_and_move_confirm wfMsg( 'delete_and_move_confirm' )
includes/specials/SpecialMovepage.php 151 wrapWikiMsg wrapWikiMsg( "<div class=\"error mw-moveuserpage-warning\">\n$1\n</div>", 'moveuserpage-warning' )
includes/specials/SpecialMovepage.php 153 addWikiMsg addWikiMsg( $wgFixDoubleRedirects ? 'movepagetext' :
'movepagetext-noredirectfixer' )
includes/specials/SpecialMovepage.php 155 wfMsg movepagebtn wfMsg( 'movepagebtn' )
includes/specials/SpecialMovepage.php 161 addWikiMsg move-over-sharedrepo addWikiMsg( 'move-over-sharedrepo', $newTitle->getPrefixedText() )
includes/specials/SpecialMovepage.php 191 addWikiMsg movepagetalktext addWikiMsg( 'movepagetalktext' )
includes/specials/SpecialMovepage.php 197 wfMsg formerror wfMsg( 'formerror' )
includes/specials/SpecialMovepage.php 203 wrapWikiMsg wrapWikiMsg( "<p><strong class=\"error\">\n$1\n</strong></p>", $err )
includes/specials/SpecialMovepage.php 218 addWikiMsg addWikiMsg( $noticeMsg )
includes/specials/SpecialMovepage.php 226 wfMsg move-page-legend wfMsg( 'move-page-legend' )
includes/specials/SpecialMovepage.php 230 wfMsgHtml movearticle wfMsgHtml( 'movearticle' )
includes/specials/SpecialMovepage.php 238 wfMsg newtitle wfMsg( 'newtitle' )
includes/specials/SpecialMovepage.php 247 wfMsg movereason wfMsg( 'movereason' )
includes/specials/SpecialMovepage.php 261 wfMsg movetalk wfMsg( 'movetalk' )
includes/specials/SpecialMovepage.php 272 wfMsg move-leave-redirect wfMsg( 'move-leave-redirect' )
includes/specials/SpecialMovepage.php 284 wfMsg fix-double-redirects wfMsg( 'fix-double-redirects' )
includes/specials/SpecialMovepage.php 304 wfMsgExt wfMsgExt(
( $this->oldTitle->hasSubpages()
? 'move-subpages'
: 'move-talk-subpages' ),
array( 'parseinline' ),
$this->getLang()->formatNum( $wgMaximumMovedPages ),
# $2 to allow use of PLURAL in message.
$wgMaximumMovedPages
)
includes/specials/SpecialMovepage.php 327 wfMsg move-watch wfMsg( 'move-watch' )
includes/specials/SpecialMovepage.php 378 wfMsgForContent delete_and_move_reason wfMsgForContent( 'delete_and_move_reason' )
includes/specials/SpecialMovepage.php 382 wfMsgForContent delete_and_move_reason wfMsgForContent( 'delete_and_move_reason' )
includes/specials/SpecialMovepage.php 423 wfMsg pagemovedsub wfMsg( 'pagemovedsub' )
includes/specials/SpecialMovepage.php 433 addWikiMsg movepage-moved addWikiMsg( 'movepage-moved', $oldLink, $newLink, $oldText, $newText )
includes/specials/SpecialMovepage.php 434 addWikiMsg addWikiMsg( $msgName )
includes/specials/SpecialMovepage.php 522 wfMsgHtml movepage-page-unmoved wfMsgHtml( 'movepage-page-unmoved', $oldLink,
htmlspecialchars(Title::makeName( $newNs, $newPageName )))
includes/specials/SpecialMovepage.php 530 wfMsgHtml movepage-page-exists wfMsgHtml( 'movepage-page-exists', $link )
includes/specials/SpecialMovepage.php 544 wfMsgHtml movepage-page-moved wfMsgHtml( 'movepage-page-moved', $oldLink, $newLink )
includes/specials/SpecialMovepage.php 547 wfMsgExt movepage-max-pages wfMsgExt( 'movepage-max-pages', array( 'parsemag', 'escape' ), $this->getLang()->formatNum( $wgMaximumMovedPages ) )
includes/specials/SpecialMovepage.php 553 wfMsgHtml movepage-page-unmoved wfMsgHtml( 'movepage-page-unmoved', $oldLink, $newLink )
includes/specials/SpecialMovepage.php 594 wrapWikiMsg wrapWikiMsg( '== $1 ==', array( 'movesubpage', $count ) )
includes/specials/SpecialMovepage.php 598 addWikiMsg movenosubpage addWikiMsg( 'movenosubpage' )
includes/specials/SpecialMovepage.php 602 addWikiMsg movesubpagetext addWikiMsg( 'movesubpagetext', $this->getLang()->formatNum( $count ) )
includes/specials/SpecialSpecialpages.php 102 wrapWikiMsg wrapWikiMsg( "<h2 class=\"mw-specialpagesgroup\" id=\"mw-specialpagesgroup-$group\">$1</h2>\n", "specialpages-group-$group" )
includes/specials/SpecialSpecialpages.php 143 wrapWikiMsg wrapWikiMsg( "<div class=\"mw-specialpages-notes\">\n$1\n</div>", 'specialpages-note' )
includes/specials/SpecialComparePages.php 95 wfMsg compare-submit wfMsg( 'compare-submit' )
includes/specials/SpecialComparePages.php 138 wfMsgExt compare-invalid-title wfMsgExt( 'compare-invalid-title', 'parse' )
includes/specials/SpecialComparePages.php 141 wfMsgExt compare-title-not-exists wfMsgExt( 'compare-title-not-exists', 'parse' )
includes/specials/SpecialComparePages.php 152 wfMsgExt compare-revision-not-exists wfMsgExt( 'compare-revision-not-exists', 'parse' )
includes/specials/SpecialPopularpages.php 63 wfMsgExt nviews wfMsgExt(
'nviews',
array( 'parsemag', 'escape'),
$wgLang->formatNum( $result->value )
)
includes/specials/SpecialEmailuser.php 64 wfMsgExt defemailsubject wfMsgExt( 'defemailsubject', array( 'content', 'parsemag' ), $this->getUser()->getName() )
includes/specials/SpecialEmailuser.php 118 wrapWikiMsg wrapWikiMsg( "<p class='error'>$1</p>", $ret )
includes/specials/SpecialEmailuser.php 127 wfMsgExt emailpagetext wfMsgExt( 'emailpagetext', 'parseinline' )
includes/specials/SpecialEmailuser.php 128 wfMsg emailsend wfMsg( 'emailsend' )
includes/specials/SpecialEmailuser.php 131 wfMsgExt email-legend wfMsgExt( 'email-legend', 'parsemag' )
includes/specials/SpecialEmailuser.php 138 wfMsg emailpage wfMsg( 'emailpage' )
includes/specials/SpecialEmailuser.php 142 wfMsg emailsent wfMsg( 'emailsent' )
includes/specials/SpecialEmailuser.php 143 addWikiMsg emailsenttext addWikiMsg( 'emailsenttext' )
includes/specials/SpecialEmailuser.php 227 wfMessage emailtarget wfMessage( 'emailtarget' )
includes/specials/SpecialEmailuser.php 228 wfMessage emailusername wfMessage( 'emailusername' )
includes/specials/SpecialEmailuser.php 229 wfMessage emailusernamesubmit wfMessage( 'emailusernamesubmit' )
includes/specials/SpecialEmailuser.php 248 wfMsgExt wfMsgExt( $target . 'text', 'parse' )
includes/specials/SpecialEmailuser.php 257 wfMsgExt emailuserfooter wfMsgExt(
'emailuserfooter',
array( 'content', 'parsemag' ),
array( $from->name, $to->name )
)
includes/specials/SpecialEmailuser.php 305 wfMsg emailccsubject wfMsg(
'emailccsubject',
$target->getName(),
$subject
)
includes/specials/SpecialContributions.php 83 wfMsg pagetitle wfMsg( 'pagetitle', wfMsgExt( 'contributions-title', array( 'parsemag' ),$target ) )
includes/specials/SpecialContributions.php 89 wfMsgHtml sp-contributions-newbies-sub wfMsgHtml( 'sp-contributions-newbies-sub')
includes/specials/SpecialContributions.php 90 wfMsg pagetitle wfMsg( 'pagetitle', wfMsg( 'sp-contributions-newbies-title' ) )
includes/specials/SpecialContributions.php 167 addWikiMsg nocontribs addWikiMsg( 'nocontribs', $target )
includes/specials/SpecialContributions.php 195 wfMessage wfMessage( $message, $target )
includes/specials/SpecialContributions.php 196 wrapWikiMsg wrapWikiMsg(
"<div class='mw-contributions-footer'>\n$1\n</div>",
array( $message, $target ) )
includes/specials/SpecialContributions.php 253 wfEmptyMsg contribsub wfEmptyMsg( 'contribsub' )
includes/specials/SpecialContributions.php 254 wfMsgHtml contribsub2 wfMsgHtml( 'contribsub2', $user, $links )
includes/specials/SpecialContributions.php 256 wfMsgHtml contribsub wfMsgHtml( 'contribsub', "$user ($links)" )
includes/specials/SpecialContributions.php 273 wfMsgHtml sp-contributions-talk wfMsgHtml( 'sp-contributions-talk' )
includes/specials/SpecialContributions.php 280 wfMsgHtml change-blocklink wfMsgHtml( 'change-blocklink' )
includes/specials/SpecialContributions.php 284 wfMsgHtml unblocklink wfMsgHtml( 'unblocklink' )
includes/specials/SpecialContributions.php 289 wfMsgHtml blocklink wfMsgHtml( 'blocklink' )
includes/specials/SpecialContributions.php 296 wfMsgHtml sp-contributions-blocklog wfMsgHtml( 'sp-contributions-blocklog' )
includes/specials/SpecialContributions.php 306 wfMsgHtml sp-contributions-uploads wfMsgHtml( 'sp-contributions-uploads' )
includes/specials/SpecialContributions.php 312 wfMsgHtml sp-contributions-logs wfMsgHtml( 'sp-contributions-logs' )
includes/specials/SpecialContributions.php 319 wfMsgHtml sp-contributions-deleted wfMsgHtml( 'sp-contributions-deleted' )
includes/specials/SpecialContributions.php 328 wfMsgHtml sp-contributions-userrights wfMsgHtml( 'sp-contributions-userrights' )
includes/specials/SpecialContributions.php 393 wfMsg namespace wfMsg( 'namespace' )
includes/specials/SpecialContributions.php 397 wfMsg sp-contributions-search wfMsg( 'sp-contributions-search' )
includes/specials/SpecialContributions.php 398 wfMsgExt sp-contributions-newbies wfMsgExt( 'sp-contributions-newbies', array( 'parsemag' ) )
includes/specials/SpecialContributions.php 400 wfMsgExt sp-contributions-username wfMsgExt( 'sp-contributions-username', array( 'parsemag' ) )
includes/specials/SpecialContributions.php 407 wfMsg history-show-deleted wfMsg( 'history-show-deleted' )
includes/specials/SpecialContributions.php 409 wfMsg sp-contributions-toponly wfMsg( 'sp-contributions-toponly' )
includes/specials/SpecialContributions.php 414 wfMsg sp-contributions-submit wfMsg( 'sp-contributions-submit' )
includes/specials/SpecialContributions.php 416 wfMessage sp-contributions-explain wfMessage( 'sp-contributions-explain' )
includes/specials/SpecialContributions.php 442 wfMsgExt wfMsgExt( $msg, array( 'escapenoentities' ) )
includes/specials/SpecialContributions.php 676 wfMsg parentheses wfMsg( 'parentheses', $sk->userTalkLink( $row->rev_user, $row->rev_user_text ) )
includes/specials/SpecialContributions.php 717 wfMsgHtml rev-deleted-user-contribs wfMsgHtml('rev-deleted-user-contribs')
includes/specials/SpecialUserlogout.php 42 wfMessage suspicious-userlogout wfMessage( 'suspicious-userlogout' )
includes/specials/SpecialUserlogout.php 42 wfMessage loginerror wfMessage( 'loginerror' )
includes/specials/SpecialUserlogout.php 53 addWikiMsg logouttext addWikiMsg( 'logouttext' )
includes/specials/SpecialUploadStash.php 337 wfMsg uploadstash-clear wfMsg( 'uploadstash-clear' )
includes/specials/SpecialUploadStash.php 345 wfMsg uploadstash-refresh wfMsg( 'uploadstash-refresh' )
includes/specials/SpecialUploadStash.php 362 wfMsg uploadstash-nofiles wfMsg( 'uploadstash-nofiles' )
includes/specials/SpecialCategories.php 47 wfMsgExt categoriespagetext wfMsgExt( 'categoriespagetext', array( 'parse' ), $cap->getNumRows() )
includes/specials/SpecialCategories.php 124 wfMsgExt nmembers wfMsgExt( 'nmembers', array( 'parsemag', 'escape' ),
$wgLang->formatNum( $result->cat_pages ) )
includes/specials/SpecialCategories.php 135 wfMsg categories wfMsg( 'categories' )
includes/specials/SpecialCategories.php 136 wfMsg categoriesfrom wfMsg( 'categoriesfrom' )
includes/specials/SpecialCategories.php 139 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/specials/SpecialUnblock.php 53 wfMsg unblockip wfMsg( 'unblockip' )
includes/specials/SpecialUnblock.php 57 wfMsg unblockip wfMsg( 'unblockip' )
includes/specials/SpecialUnblock.php 59 wfMsg ipusubmit wfMsg( 'ipusubmit' )
includes/specials/SpecialUnblock.php 60 wfMsgExt unblockiptext wfMsgExt( 'unblockiptext', 'parse' )
includes/specials/SpecialUnblock.php 66 addWikiMsg unblocked addWikiMsg( 'unblocked', $this->target )
includes/specials/SpecialUnblock.php 69 addWikiMsg unblocked-range addWikiMsg( 'unblocked-range', $this->target )
includes/specials/SpecialUnblock.php 73 addWikiMsg unblocked-id addWikiMsg( 'unblocked-id', $this->target )
includes/specials/SpecialRecentchangeslinked.php 57 wfMsgForContent recentchangeslinked-title wfMsgForContent( 'recentchangeslinked-title', $this->getTargetTitle()->getPrefixedText() )
includes/specials/SpecialRecentchangeslinked.php 58 wfMsgForContent recentchangeslinked-feed wfMsgForContent( 'recentchangeslinked-feed' )
includes/specials/SpecialRecentchangeslinked.php 74 wrapWikiMsg wrapWikiMsg( "<div class=\"errorbox\">\n$1\n</div><br style=\"clear: both\" />", 'allpagesbadtitle' )
includes/specials/SpecialRecentchangeslinked.php 78 wfMsg recentchangeslinked-title wfMsg( 'recentchangeslinked-title', $title->getPrefixedText() )
includes/specials/SpecialRecentchangeslinked.php 210 wfMsgHtml recentchangeslinked-page wfMsgHtml( 'recentchangeslinked-page' )
includes/specials/SpecialRecentchangeslinked.php 213 wfMsg recentchangeslinked-to wfMsg("recentchangeslinked-to")
includes/specials/SpecialRecentchangeslinked.php 238 wfMsg recentchangeslinked-backlink wfMsg( 'recentchangeslinked-backlink', Linker::link( $target,
$target->getPrefixedText(), array(), array( 'redirect' => 'no' ) ) )
includes/specials/SpecialRecentchangeslinked.php 254 addWikiMsg recentchangeslinked-noresult addWikiMsg( 'recentchangeslinked-noresult' )
includes/specials/SpecialRecentchanges.php 182 wfMsgForContent recentchanges wfMsgForContent( 'recentchanges' )
includes/specials/SpecialRecentchanges.php 183 wfMsgForContent recentchanges-feed-description wfMsgForContent( 'recentchanges-feed-description' )
includes/specials/SpecialRecentchanges.php 553 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/specials/SpecialRecentchanges.php 584 wfMsg recentchanges-legend wfMsg( 'recentchanges-legend' )
includes/specials/SpecialRecentchanges.php 624 wfMsgForContentNoTrans recentchangestext wfMsgForContentNoTrans( 'recentchangestext' )
includes/specials/SpecialRecentchanges.php 645 wfMsg namespace wfMsg( 'namespace' )
includes/specials/SpecialRecentchanges.php 647 wfMsg invert wfMsg( 'invert' )
includes/specials/SpecialRecentchanges.php 649 wfMsg tooltip-invert wfMsg( 'tooltip-invert' )
includes/specials/SpecialRecentchanges.php 652 wfMsg namespace_association wfMsg( 'namespace_association' )
includes/specials/SpecialRecentchanges.php 654 wfMsg tooltip-namespace_association wfMsg( 'tooltip-namespace_association' )
includes/specials/SpecialRecentchanges.php 666 wfMsg rc_categories wfMsg( 'rc_categories' )
includes/specials/SpecialRecentchanges.php 669 wfMsg rc_categories_any wfMsg( 'rc_categories_any' )
includes/specials/SpecialRecentchanges.php 768 wfEmptyMsg rclegend wfEmptyMsg( 'rclegend' )
includes/specials/SpecialRecentchanges.php 770 wfMsgExt rclegend wfMsgExt( 'rclegend', array( 'parseinline' ) )
includes/specials/SpecialRecentchanges.php 773 wfMsgExt rcnotefrom wfMsgExt( 'rcnotefrom', array( 'parseinline' ),
$this->getLang()->formatNum( $options['limit'] ),
$this->getLang()->timeanddate( $options['from'], true ),
$this->getLang()->date( $options['from'], true ),
$this->getLang()->time( $options['from'], true ) )
includes/specials/SpecialRecentchanges.php 804 wfMsg show wfMsg( 'show' )
includes/specials/SpecialRecentchanges.php 804 wfMsg hide wfMsg( 'hide' )
includes/specials/SpecialRecentchanges.php 825 wfMsgHtml wfMsgHtml( $msg, $link )
includes/specials/SpecialRecentchanges.php 835 wfMsgExt rclinks wfMsgExt( 'rclinks', array( 'parseinline', 'replaceafter' ),
$cl, $dl, $this->getLang()->pipeList( $links ) )
includes/specials/SpecialRecentchanges.php 837 wfMsgExt rclistfrom wfMsgExt( 'rclistfrom', array( 'parseinline', 'replaceafter' ), $tl )
includes/specials/SpecialVersion.php 83 wfMsg version-license wfMsg( 'version-license' )
includes/specials/SpecialVersion.php 89 wfMsg version-license-info wfMsg( 'version-license-info' )
includes/specials/SpecialVersion.php 111 wfMsg version-poweredby-others wfMsg( 'version-poweredby-others' )
includes/specials/SpecialVersion.php 114 wfMsg version-poweredby-credits wfMsg( 'version-poweredby-credits', date( 'Y' ),
$wgLang->listToText( $authorList ) )
includes/specials/SpecialVersion.php 137 wfMsg version-software wfMsg( 'version-software' )
includes/specials/SpecialVersion.php 140 wfMsg version-software-product wfMsg( 'version-software-product' )
includes/specials/SpecialVersion.php 141 wfMsg version-software-version wfMsg( 'version-software-version' )
includes/specials/SpecialVersion.php 171 wfMsg version-svn-revision wfMsg(
'version-svn-revision',
isset( $info['directory-rev'] ) ? $info['directory-rev'] : '',
$info['checkout-rev']
)
includes/specials/SpecialVersion.php 195 wfMsg version-svn-revision wfMsg(
'version-svn-revision',
isset( $info['directory-rev'] ) ? $info['directory-rev'] : '',
$info['checkout-rev']
)
includes/specials/SpecialVersion.php 229 wfMsg version-specialpages wfMsg( 'version-specialpages' )
includes/specials/SpecialVersion.php 230 wfMsg version-parserhooks wfMsg( 'version-parserhooks' )
includes/specials/SpecialVersion.php 231 wfMsg version-variables wfMsg( 'version-variables' )
includes/specials/SpecialVersion.php 232 wfMsg version-mediahandlers wfMsg( 'version-mediahandlers' )
includes/specials/SpecialVersion.php 233 wfMsg version-antispam wfMsg( 'version-antispam' )
includes/specials/SpecialVersion.php 234 wfMsg version-skins wfMsg( 'version-skins' )
includes/specials/SpecialVersion.php 235 wfMsg version-api wfMsg( 'version-api' )
includes/specials/SpecialVersion.php 236 wfMsg version-other wfMsg( 'version-other' )
includes/specials/SpecialVersion.php 278 wfMsg version-extensions wfMsg( 'version-extensions' )
includes/specials/SpecialVersion.php 304 wfMsg version-extension-functions wfMsg( 'version-extension-functions' )
includes/specials/SpecialVersion.php 315 wfMsg version-parser-extensiontags wfMsg( 'version-parser-extensiontags' )
includes/specials/SpecialVersion.php 321 wfMsg version-parser-function-hooks wfMsg( 'version-parser-function-hooks' )
includes/specials/SpecialVersion.php 401 wfMsg version-version wfMsg( 'version-version', $extension['version'] )
includes/specials/SpecialVersion.php 409 wfMsg version-svn-revision wfMsg( 'version-svn-revision', $directoryRev, $checkoutRev )
includes/specials/SpecialVersion.php 426 wfMsg wfMsg( $descriptionMsgKey, $descriptionMsg )
includes/specials/SpecialVersion.php 428 wfMsg wfMsg( $descriptionMsg )
includes/specials/SpecialVersion.php 461 wfMsg version-hooks wfMsg( 'version-hooks' )
includes/specials/SpecialVersion.php 464 wfMsg version-hook-name wfMsg( 'version-hook-name' )
includes/specials/SpecialVersion.php 465 wfMsg version-hook-subscribedby wfMsg( 'version-hook-subscribedby' )
includes/specials/SpecialVersion.php 521 wfMsg version-poweredby-others wfMsg( 'version-poweredby-others' )
includes/specials/SpecialBlockme.php 43 addWikiMsg proxyblocker-disabled addWikiMsg( 'proxyblocker-disabled' )
includes/specials/SpecialBlockme.php 47 wfMsgForContent proxyblocker wfMsgForContent( 'proxyblocker' )
includes/specials/SpecialBlockme.php 55 wfMsg proxyblockreason wfMsg( 'proxyblockreason' )
includes/specials/SpecialBlockme.php 59 addWikiMsg proxyblocksuccess addWikiMsg( 'proxyblocksuccess' )
includes/specials/SpecialAllpages.php 78 wfMsg allinnamespace wfMsg( 'allinnamespace', str_replace( '_', ' ', $namespaces[$namespace] ) )
includes/specials/SpecialAllpages.php 79 wfMsg allarticles wfMsg( 'allarticles' )
includes/specials/SpecialAllpages.php 107 wfMsg allpages wfMsg( 'allpages' )
includes/specials/SpecialAllpages.php 111 wfMsg allpagesfrom wfMsg( 'allpagesfrom' )
includes/specials/SpecialAllpages.php 119 wfMsg allpagesto wfMsg( 'allpagesto' )
includes/specials/SpecialAllpages.php 127 wfMsg namespace wfMsg( 'namespace' )
includes/specials/SpecialAllpages.php 131 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/specials/SpecialAllpages.php 252 wfMsgHtml wfMsgHtml ( 'allpages' )
includes/specials/SpecialAllpages.php 283 wfMsgHtml alphaindexline wfMsgHtml( 'alphaindexline',
"<a href=\"$link\">$inpointf</a></td><td>",
"</td><td><a href=\"$link\">$outpointf</a>"
)
includes/specials/SpecialAllpages.php 305 wfMsgExt allpagesbadtitle wfMsgExt( 'allpagesbadtitle', 'parse' )
includes/specials/SpecialAllpages.php 308 wfMsgExt allpages-bad-ns wfMsgExt( 'allpages-bad-ns', array( 'parseinline' ), $namespace )
includes/specials/SpecialAllpages.php 413 wfMsgHtml wfMsgHtml ( 'allpages' )
includes/specials/SpecialAllpages.php 424 wfMessage prevpage wfMessage( 'prevpage', $pt )
includes/specials/SpecialAllpages.php 441 wfMessage nextpage wfMessage( 'nextpage', $t->getText() )
includes/specials/SpecialMostlinkedcategories.php 86 wfMsgExt nmembers wfMsgExt( 'nmembers', array( 'parsemag', 'escape' ),
$wgLang->formatNum( $result->value ) )
includes/specials/SpecialPreferences.php 57 wrapWikiMsg wrapWikiMsg(
"<div class=\"successbox\"><strong>\n$1\n</strong></div><div id=\"mw-pref-clear\"></div>",
'savedprefs'
)
includes/specials/SpecialPreferences.php 70 addWikiMsg prefs-reset-intro addWikiMsg( 'prefs-reset-intro' )
includes/specials/SpecialPreferences.php 74 wfMsg restoreprefs wfMsg( 'restoreprefs' )
includes/specials/SpecialWhatlinkshere.php 89 wfMsg whatlinkshere-title wfMsg( 'whatlinkshere-title', $this->target->getPrefixedText() )
includes/specials/SpecialWhatlinkshere.php 90 wfMsg whatlinkshere-backlink wfMsg( 'whatlinkshere-backlink', Linker::link( $this->target, $this->target->getPrefixedText(), array(), array( 'redirect' => 'no' ) ) )
includes/specials/SpecialWhatlinkshere.php 189 addWikiMsg addWikiMsg( $errMsg, $this->target->getPrefixedText() )
includes/specials/SpecialWhatlinkshere.php 241 addWikiMsg linkshere addWikiMsg( 'linkshere', $this->target->getPrefixedText() )
includes/specials/SpecialWhatlinkshere.php 282 wfMsgExt wfMsgExt( $msg, array( 'escapenoentities' ) )
includes/specials/SpecialWhatlinkshere.php 352 wfMsgExt whatlinkshere-prev wfMsgExt( 'whatlinkshere-prev', array( 'parsemag', 'escape' ), $fmtLimit )
includes/specials/SpecialWhatlinkshere.php 353 wfMsgExt whatlinkshere-next wfMsgExt( 'whatlinkshere-next', array( 'parsemag', 'escape' ), $fmtLimit )
includes/specials/SpecialWhatlinkshere.php 376 wfMsgHtml viewprevnext wfMsgHtml( 'viewprevnext', $prev, $next, $nums )
includes/specials/SpecialWhatlinkshere.php 399 wfMsg whatlinkshere wfMsg( 'whatlinkshere' )
includes/specials/SpecialWhatlinkshere.php 402 wfMsg whatlinkshere-page wfMsg( 'whatlinkshere-page' )
includes/specials/SpecialWhatlinkshere.php 408 wfMsg namespace wfMsg( 'namespace' )
includes/specials/SpecialWhatlinkshere.php 414 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/specials/SpecialWhatlinkshere.php 429 wfMsgHtml show wfMsgHtml( 'show' )
includes/specials/SpecialWhatlinkshere.php 430 wfMsgHtml hide wfMsgHtml( 'hide' )
includes/specials/SpecialWhatlinkshere.php 446 wfMsgHtml wfMsgHtml( "whatlinkshere-{$type}", $this->makeSelfLink( $msg, array_merge( $changed, $overrides ) ) )
includes/specials/SpecialWhatlinkshere.php 448 wfMsg whatlinkshere-filters wfMsg( 'whatlinkshere-filters' )
includes/specials/SpecialBlock.php 91 wfMsg blockip-title wfMsg( 'blockip-title' )
includes/specials/SpecialBlock.php 98 wfMsg blockip-legend wfMsg( 'blockip-legend' )
includes/specials/SpecialBlock.php 102 wfMsg ipb-change-block wfMsg( 'ipb-change-block' )
includes/specials/SpecialBlock.php 103 wfMsg ipbsubmit wfMsg( 'ipbsubmit' )
includes/specials/SpecialBlock.php 111 wfMsg blockipsuccesssub wfMsg( 'blockipsuccesssub' )
includes/specials/SpecialBlock.php 112 addWikiMsg blockipsuccesstext addWikiMsg( 'blockipsuccesstext', $this->target )
includes/specials/SpecialBlock.php 141 wfMsg ipbother wfMsg( 'ipbother' )
includes/specials/SpecialBlock.php 297 wfMsgExt blockiptext wfMsgExt( 'blockiptext', 'parse' )
includes/specials/SpecialBlock.php 308 wfMsgExt ipb-otherblocks-header wfMsgExt( 'ipb-otherblocks-header', 'parseinline', count( $otherBlockMessages ) )
includes/specials/SpecialBlock.php 358 wfMsgExt ipb-blocklist-contribs wfMsgExt( 'ipb-blocklist-contribs', 'escape', $this->target->getName() )
includes/specials/SpecialBlock.php 364 wfMsgExt ipb-unblock-addr wfMsgExt( 'ipb-unblock-addr', array( 'parseinline' ), $this->target->getName() )
includes/specials/SpecialBlock.php 367 wfMsgExt ipb-unblock wfMsgExt( 'ipb-unblock', array( 'parseinline' ) )
includes/specials/SpecialBlock.php 375 wfMsg ipb-blocklist wfMsg( 'ipb-blocklist' )
includes/specials/SpecialBlock.php 384 wfMsgHtml ipb-edit-dropdown wfMsgHtml( 'ipb-edit-dropdown' )
includes/specials/SpecialBlock.php 500 wfMessage nosuchusershort wfMessage( 'nosuchusershort',
wfEscapeWikiText( $target->getName() ) )
includes/specials/SpecialBlock.php 506 wfMessage badaccess wfMessage( 'badaccess', $status )
includes/specials/SpecialBlock.php 516 wfMessage range_block_disabled wfMessage( 'range_block_disabled' )
includes/specials/SpecialBlock.php 523 wfMessage ip_range_invalid wfMessage( 'ip_range_invalid' )
includes/specials/SpecialBlock.php 527 wfMessage ip_range_toolarge wfMessage( 'ip_range_toolarge', $wgBlockCIDRLimit['IPv4'] )
includes/specials/SpecialBlock.php 531 wfMessage ip_range_toolarge wfMessage( 'ip_range_toolarge', $wgBlockCIDRLimit['IPv6'] )
includes/specials/SpecialBlock.php 536 wfMessage badipaddress wfMessage( 'badipaddress' )
includes/specials/SpecialBlock.php 729 wfMessage ipboptions wfMessage( 'ipboptions' )
includes/specials/SpecialBlock.php 730 wfMessage ipboptions wfMessage( 'ipboptions' )
includes/specials/SpecialMostlinked.php 103 wfMsgExt nlinks wfMsgExt( 'nlinks', array( 'parsemag', 'escape'),
$wgLang->formatNum( $result->value ) )
includes/specials/SpecialAllmessages.php 57 addWikiMsg allmessagesnotsupportedDB addWikiMsg( 'allmessagesnotsupportedDB' )
includes/specials/SpecialAllmessages.php 115 wfMsg talkpagelinktext wfMsg( 'talkpagelinktext' )
includes/specials/SpecialAllmessages.php 153 wfMsg allmessages-filter-legend wfMsg( 'allmessages-filter-legend' )
includes/specials/SpecialAllmessages.php 158 wfMsg allmessages-prefix wfMsg( 'allmessages-prefix' )
includes/specials/SpecialAllmessages.php 166 wfMsg allmessages-filter wfMsg( 'allmessages-filter' )
includes/specials/SpecialAllmessages.php 169 wfMsg allmessages-filter-unmodified wfMsg( 'allmessages-filter-unmodified' )
includes/specials/SpecialAllmessages.php 175 wfMsg allmessages-filter-all wfMsg( 'allmessages-filter-all' )
includes/specials/SpecialAllmessages.php 181 wfMsg allmessages-filter-modified wfMsg( 'allmessages-filter-modified' )
includes/specials/SpecialAllmessages.php 191 wfMsg allmessages-language wfMsg( 'allmessages-language' )
includes/specials/SpecialAllmessages.php 206 wfMsg table_pager_limit_label wfMsg( 'table_pager_limit_label')
includes/specials/SpecialAllmessages.php 214 wfMsg allmessages-filter-submit wfMsg( 'allmessages-filter-submit' )
includes/specials/SpecialAllmessages.php 304 wfMessage wfMessage( $key )
includes/specials/SpecialAllmessages.php 305 wfMessage wfMessage( $key )
includes/specials/SpecialAllmessages.php 326 wfMsg allmessagesname wfMsg( 'allmessagesname' )
includes/specials/SpecialAllmessages.php 329 wfMsg allmessagesdefault wfMsg( 'allmessagesdefault' )
includes/specials/SpecialAllmessages.php 334 wfMsg allmessagescurrent wfMsg( 'allmessagescurrent' )
includes/specials/SpecialAllmessages.php 421 wfMsg allmessagesname wfMsg( 'allmessagesname' )
includes/specials/SpecialAllmessages.php 422 wfMsg allmessagesdefault wfMsg( 'allmessagesdefault' )
includes/specials/SpecialDoubleRedirects.php 41 wfMsgExt doubleredirectstext wfMsgExt( 'doubleredirectstext', array( 'parse' ) )
includes/specials/SpecialDoubleRedirects.php 108 wfMsgExt parentheses wfMsgExt( 'parentheses', array( 'escape' ), wfMsg( 'editlink' ) )
includes/specials/SpecialDoubleRedirects.php 108 wfMsg editlink wfMsg( 'editlink' )
includes/specials/SpecialChangePassword.php 57 wfMsg resetpass-no-info wfMsg( 'resetpass-no-info' )
includes/specials/SpecialChangePassword.php 73 wfMsg resetpass_forbidden wfMsg( 'resetpass_forbidden' )
includes/specials/SpecialChangePassword.php 78 addWikiMsg resetpass_success addWikiMsg( 'resetpass_success' )
includes/specials/SpecialChangePassword.php 129 wfMsgExt remembermypassword wfMsgExt( 'remembermypassword', 'parsemag', $this->getLang()->formatNum( ceil( $wgCookieExpiration / ( 3600 * 24 ) ) ) )
includes/specials/SpecialChangePassword.php 141 wfMsg resetpass_header wfMsg( 'resetpass_header' )
includes/specials/SpecialChangePassword.php 151 wfMsgExt resetpass_text wfMsgExt( 'resetpass_text', array( 'parse' ) )
includes/specials/SpecialChangePassword.php 163 wfMsg wfMsg( $submitMsg )
includes/specials/SpecialChangePassword.php 164 wfMsg resetpass-submit-cancel wfMsg( 'resetpass-submit-cancel' )
includes/specials/SpecialChangePassword.php 193 wfMsg wfMsg( $label )
includes/specials/SpecialChangePassword.php 195 wfMsgHtml wfMsgHtml( $label )
includes/specials/SpecialChangePassword.php 211 wfMsg nosuchusershort wfMsg( 'nosuchusershort', $this->mUserName )
includes/specials/SpecialChangePassword.php 216 wfMsg badretype wfMsg( 'badretype' )
includes/specials/SpecialChangePassword.php 221 wfMsg login-throttled wfMsg( 'login-throttled' )
includes/specials/SpecialChangePassword.php 226 wfMsg resetpass-wrong-oldpass wfMsg( 'resetpass-wrong-oldpass' )
includes/specials/SpecialWithoutinterwiki.php 56 wfMsg withoutinterwiki-legend wfMsg( 'withoutinterwiki-legend' )
includes/specials/SpecialWithoutinterwiki.php 58 wfMsg allpagesprefix wfMsg( 'allpagesprefix' )
includes/specials/SpecialWithoutinterwiki.php 59 wfMsg withoutinterwiki-submit wfMsg( 'withoutinterwiki-submit' )
includes/specials/SpecialChangeEmail.php 55 wfMsg changeemail-no-info wfMsg( 'changeemail-no-info' )
includes/specials/SpecialChangeEmail.php 72 wrapWikiMsg wrapWikiMsg( "<div class='error' style='clear: both;'>\n$1\n</div>",
'eauthentsent', $user->getName() )
includes/specials/SpecialChangeEmail.php 103 wfMsg changeemail-none wfMsg( 'changeemail-none' )
includes/specials/SpecialChangeEmail.php 106 wfMsg changeemail-header wfMsg( 'changeemail-header' )
includes/specials/SpecialChangeEmail.php 114 wfMsgExt changeemail-text wfMsgExt( 'changeemail-text', array( 'parse' ) )
includes/specials/SpecialChangeEmail.php 125 wfMsg changeemail-submit wfMsg( 'changeemail-submit' )
includes/specials/SpecialChangeEmail.php 126 wfMsg changeemail-cancel wfMsg( 'changeemail-cancel' )
includes/specials/SpecialChangeEmail.php 151 wfMsg wfMsg( $label )
includes/specials/SpecialChangeEmail.php 153 wfMsgHtml wfMsgHtml( $label )
includes/specials/SpecialChangeEmail.php 169 wfMsgExt invalidemailaddress wfMsgExt( 'invalidemailaddress', 'parseinline' )
includes/specials/SpecialChangeEmail.php 175 wfMsgHtml login-throttled wfMsgHtml( 'login-throttled' )
includes/specials/SpecialChangeEmail.php 180 wfMsgHtml wrongpassword wfMsgHtml( 'wrongpassword' )
includes/specials/SpecialLinkSearch.php 85 addWikiMsg linksearch-text addWikiMsg( 'linksearch-text', '<nowiki>' . $this->getLang()->commaList( $wgUrlProtocols ) . '</nowiki>' )
includes/specials/SpecialLinkSearch.php 89 wfMsg linksearch wfMsg( 'linksearch' )
includes/specials/SpecialLinkSearch.php 90 wfMsg linksearch-pat wfMsg( 'linksearch-pat' )
includes/specials/SpecialLinkSearch.php 92 wfMsg linksearch-ns wfMsg( 'linksearch-ns' )
includes/specials/SpecialLinkSearch.php 95 wfMsg linksearch-ok wfMsg( 'linksearch-ok' )
includes/specials/SpecialLinkSearch.php 107 addWikiMsg linksearch-error addWikiMsg( 'linksearch-error' )
includes/specials/SpecialLinkSearch.php 181 wfMsgHtml linksearch-line wfMsgHtml( 'linksearch-line', $urlLink, $pageLink )
includes/specials/SpecialLinkSearch.php 190 addWikiMsg linksearch-error addWikiMsg( 'linksearch-error' )
includes/specials/SpecialRevisiondelete.php 183 addWikiMsg undelete-header addWikiMsg( 'undelete-header' )
includes/specials/SpecialRevisiondelete.php 229 wfMsgHtml viewpagelogs wfMsgHtml( 'viewpagelogs' )
includes/specials/SpecialRevisiondelete.php 237 wfMsgHtml pagehist wfMsgHtml( 'pagehist' )
includes/specials/SpecialRevisiondelete.php 246 wfMsgHtml deletedhist wfMsgHtml( 'deletedhist' )
includes/specials/SpecialRevisiondelete.php 280 addWikiMsg revdelete-no-file addWikiMsg( 'revdelete-no-file' )
includes/specials/SpecialRevisiondelete.php 292 addWikiMsg revdelete-show-file-confirm addWikiMsg( 'revdelete-show-file-confirm',
$this->targetObj->getText(),
$this->getLang()->date( $oimage->getTimestamp() ),
$this->getLang()->time( $oimage->getTimestamp() ) )
includes/specials/SpecialRevisiondelete.php 305 wfMsg revdelete-show-file-submit wfMsg( 'revdelete-show-file-submit' )
includes/specials/SpecialRevisiondelete.php 343 addWikiMsg logdelete-selected addWikiMsg( 'logdelete-selected', $this->getLang()->formatNum( count($this->ids) ) )
includes/specials/SpecialRevisiondelete.php 345 addWikiMsg revdelete-selected addWikiMsg( 'revdelete-selected',
$this->targetObj->getPrefixedText(), count( $this->ids ) )
includes/specials/SpecialRevisiondelete.php 384 wfMsg revdelete-legend wfMsg( 'revdelete-legend' )
includes/specials/SpecialRevisiondelete.php 389 wfMsg revdelete-log wfMsg( 'revdelete-log' )
includes/specials/SpecialRevisiondelete.php 393 wfMsgForContent revdelete-reason-dropdown wfMsgForContent( 'revdelete-reason-dropdown' )
includes/specials/SpecialRevisiondelete.php 394 wfMsgForContent revdelete-reasonotherlist wfMsgForContent( 'revdelete-reasonotherlist' )
includes/specials/SpecialRevisiondelete.php 399 wfMsg revdelete-otherreason wfMsg( 'revdelete-otherreason' )
includes/specials/SpecialRevisiondelete.php 407 wfMsgExt revdelete-submit wfMsgExt('revdelete-submit','parsemag',$numRevisions)
includes/specials/SpecialRevisiondelete.php 427 wfMsgHtml revdelete-edit-reasonlist wfMsgHtml( 'revdelete-edit-reasonlist' )
includes/specials/SpecialRevisiondelete.php 442 addWikiMsg revdelete-text addWikiMsg( 'revdelete-text' )
includes/specials/SpecialRevisiondelete.php 444 addWikiMsg revdelete-suppress-text addWikiMsg( 'revdelete-suppress-text' )
includes/specials/SpecialRevisiondelete.php 447 addWikiMsg revdelete-confirm addWikiMsg( 'revdelete-confirm' )
includes/specials/SpecialRevisiondelete.php 466 wfMsg wfMsg($message)
includes/specials/SpecialRevisiondelete.php 475 wfMsgHtml revdelete-radio-same wfMsgHtml('revdelete-radio-same')
includes/specials/SpecialRevisiondelete.php 476 wfMsgHtml revdelete-radio-unset wfMsgHtml('revdelete-radio-unset')
includes/specials/SpecialRevisiondelete.php 477 wfMsgHtml revdelete-radio-set wfMsgHtml('revdelete-radio-set')
includes/specials/SpecialRevisiondelete.php 490 wfMsgHtml wfMsgHtml($message)
includes/specials/SpecialRevisiondelete.php 510 addWikiMsg sessionfailure addWikiMsg( 'sessionfailure' )
includes/specials/SpecialRevisiondelete.php 518 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/specials/SpecialRevisiondelete.php 543 wfMsg actioncomplete wfMsg( 'actioncomplete' )
includes/specials/SpecialRevisiondelete.php 544 wrapWikiMsg wrapWikiMsg( "<span class=\"success\">\n$1\n</span>", $this->typeInfo['success'] )
includes/specials/SpecialRevisiondelete.php 553 wfMsg actionfailed wfMsg( 'actionfailed' )
includes/specials/SpecialUnusedtemplates.php 72 wfMsgHtml unusedtemplateswlh wfMsgHtml( 'unusedtemplateswlh' )
includes/specials/SpecialUnusedtemplates.php 80 wfMsgExt unusedtemplatestext wfMsgExt( 'unusedtemplatestext', array( 'parse' ) )
includes/specials/SpecialGlobalFileUsage.php 27 wfMsg globalfileusage-for wfMsg( 'globalfileusage-for', $this->target->getPrefixedText() )
includes/specials/SpecialGlobalFileUsage.php 50 wfMsg globalfileusage-ok wfMsg( 'globalfileusage-ok' )
includes/specials/SpecialGlobalFileUsage.php 53 wfMsg globalfileusage-filterlocal wfMsg( 'globalfileusage-filterlocal' )
includes/specials/SpecialGlobalFileUsage.php 66 wfMsg globalfileusage-text wfMsg( 'globalfileusage-text' )
includes/specials/SpecialGlobalFileUsage.php 95 addWikiMsg globalfileusage-no-results addWikiMsg( 'globalfileusage-no-results', $this->target->getPrefixedText() )
includes/specials/SpecialGlobalFileUsage.php 109 wfMsgExt globalfileusage-on-wiki wfMsgExt(
'globalfileusage-on-wiki', 'parseinline',
$targetName, WikiMap::getWikiName( $wiki ) )
includes/specials/SpecialGlobalFileUsage.php 164 wfMsgExt prevn wfMsgExt( 'prevn', array( 'parsemag', 'escape' ), $fmtLimit )
includes/specials/SpecialGlobalFileUsage.php 165 wfMsgExt nextn wfMsgExt( 'nextn', array( 'parsemag', 'escape' ), $fmtLimit )
includes/specials/SpecialGlobalFileUsage.php 167 wfMsgExt prevn-title wfMsgExt( 'prevn-title', array( 'parsemag', 'escape' ), $fmtLimit )
includes/specials/SpecialGlobalFileUsage.php 168 wfMsgExt nextn-title wfMsgExt( 'nextn-title', array( 'parsemag', 'escape' ), $fmtLimit )
includes/specials/SpecialGlobalFileUsage.php 203 wfMsgExt shown-title wfMsgExt( 'shown-title', array( 'parsemag', 'escape' ), $num )
includes/specials/SpecialGlobalFileUsage.php 210 wfMsgHtml viewprevnext wfMsgHtml( 'viewprevnext', $plink, $nlink, $nums )
includes/specials/SpecialFilepath.php 81 wfMsg filepath wfMsg( 'filepath' )
includes/specials/SpecialFilepath.php 83 wfMsg filepath-page wfMsg( 'filepath-page' )
includes/specials/SpecialFilepath.php 84 wfMsg filepath-submit wfMsg( 'filepath-submit' )
includes/specials/SpecialEditWatchlist.php 39 wfMsg watchnologin wfMsg( 'watchnologin' )
includes/specials/SpecialEditWatchlist.php 42 wfMsgHtml loginreqlink wfMsgHtml( 'loginreqlink' )
includes/specials/SpecialEditWatchlist.php 46 wfMessage watchlistanontext wfMessage( 'watchlistanontext' )
includes/specials/SpecialEditWatchlist.php 50 wfMsgExt watchlistfor2 wfMsgExt(
'watchlistfor2',
array( 'parseinline', 'replaceafter' ),
$this->getUser()->getName(),
SpecialEditWatchlist::buildTools( null )
)
includes/specials/SpecialEditWatchlist.php 74 wfMsg watchlistedit-raw-title wfMsg( 'watchlistedit-raw-title' )
includes/specials/SpecialEditWatchlist.php 84 wfMsg watchlistedit-normal-title wfMsg( 'watchlistedit-normal-title' )
includes/specials/SpecialEditWatchlist.php 131 wfMessage watchlistedit-raw-done wfMessage( 'watchlistedit-raw-done' )
includes/specials/SpecialEditWatchlist.php 137 wfMessage watchlistedit-raw-added wfMessage(
'watchlistedit-raw-added',
$this->getLang()->formatNum( count( $toWatch ) )
)
includes/specials/SpecialEditWatchlist.php 145 wfMessage watchlistedit-raw-removed wfMessage(
'watchlistedit-raw-removed',
$this->getLang()->formatNum( count( $toUnwatch ) )
)
includes/specials/SpecialEditWatchlist.php 154 wfMessage watchlistedit-raw-removed wfMessage(
'watchlistedit-raw-removed',
$this->getLang()->formatNum( count( $current ) )
)
includes/specials/SpecialEditWatchlist.php 173 wfMsgHtml talkpagelinktext wfMsgHtml( 'talkpagelinktext' )
includes/specials/SpecialEditWatchlist.php 374 wfMessage watchlistedit-normal-done wfMessage(
'watchlistedit-normal-done',
$this->getLang()->formatNum( count( $removed ) )
)
includes/specials/SpecialEditWatchlist.php 398 wfMsgHtml blanknamespace wfMsgHtml( 'blanknamespace' )
includes/specials/SpecialEditWatchlist.php 416 wfMessage watchlistedit-normal-submit wfMessage( 'watchlistedit-normal-submit' )
includes/specials/SpecialEditWatchlist.php 417 wfMessage watchlistedit-normal-legend wfMessage( 'watchlistedit-normal-legend' )
includes/specials/SpecialEditWatchlist.php 418 wfMessage watchlistedit-normal-explain wfMessage( 'watchlistedit-normal-explain' )
includes/specials/SpecialEditWatchlist.php 435 wfMsgHtml talkpagelinktext wfMsgHtml( 'talkpagelinktext' )
includes/specials/SpecialEditWatchlist.php 439 wfMsgHtml history_short wfMsgHtml( 'history_short' )
includes/specials/SpecialEditWatchlist.php 447 wfMsgHtml contributions wfMsgHtml( 'contributions' )
includes/specials/SpecialEditWatchlist.php 472 wfMessage watchlistedit-raw-submit wfMessage( 'watchlistedit-raw-submit' )
includes/specials/SpecialEditWatchlist.php 473 wfMessage watchlistedit-raw-legend wfMessage( 'watchlistedit-raw-legend' )
includes/specials/SpecialEditWatchlist.php 474 wfMessage watchlistedit-raw-explain wfMessage( 'watchlistedit-raw-explain' )
includes/specials/SpecialEditWatchlist.php 527 wfMsgHtml wfMsgHtml( "watchlisttools-{$mode}" )
includes/specials/SpecialEditWatchlist.php 532 wfMsg parentheses wfMsg( 'parentheses', $wgLang->pipeList( $tools ) )
includes/specials/SpecialEditWatchlist.php 546 wfMsgHtml blanknamespace wfMsgHtml( 'blanknamespace' )
includes/specials/SpecialImport.php 141 wrapWikiMsg wrapWikiMsg( "<p class=\"error\">\n$1\n</p>", array( 'importfailed', $source->getWikiText() ) )
includes/specials/SpecialImport.php 143 addWikiMsg importstart addWikiMsg( "importstart" )
includes/specials/SpecialImport.php 163 wrapWikiMsg wrapWikiMsg( "<p class=\"error\">\n$1\n</p>", array( 'importfailed', $exception->getMessage() ) )
includes/specials/SpecialImport.php 166 wrapWikiMsg wrapWikiMsg( "<p class=\"error\">\n$1\n</p>", array( 'importfailed', $result->getWikiText() ) )
includes/specials/SpecialImport.php 169 addWikiMsg importsuccess addWikiMsg( 'importsuccess' )
includes/specials/SpecialImport.php 183 addWikiMsg importtext addWikiMsg( "importtext" )
includes/specials/SpecialImport.php 185 wfMsg import-upload wfMsg( 'import-upload' )
includes/specials/SpecialImport.php 194 wfMsg import-upload-filename wfMsg( 'import-upload-filename' )
includes/specials/SpecialImport.php 202 wfMsg import-comment wfMsg( 'import-comment' )
includes/specials/SpecialImport.php 212 wfMsg uploadbtn wfMsg( 'uploadbtn' )
includes/specials/SpecialImport.php 222 addWikiMsg importnosources addWikiMsg( 'importnosources' )
includes/specials/SpecialImport.php 232 wfMsgExt export-pagelinks wfMsgExt( 'export-pagelinks', 'parseinline' )
includes/specials/SpecialImport.php 241 wfMsg importinterwiki wfMsg( 'importinterwiki' )
includes/specials/SpecialImport.php 243 wfMsgExt import-interwiki-text wfMsgExt( 'import-interwiki-text', array( 'parse' ) )
includes/specials/SpecialImport.php 250 wfMsg import-interwiki-source wfMsg( 'import-interwiki-source' )
includes/specials/SpecialImport.php 269 wfMsg import-interwiki-history wfMsg( 'import-interwiki-history' )
includes/specials/SpecialImport.php 276 wfMsg import-interwiki-templates wfMsg( 'import-interwiki-templates' )
includes/specials/SpecialImport.php 282 wfMsg import-interwiki-namespace wfMsg( 'import-interwiki-namespace' )
includes/specials/SpecialImport.php 290 wfMsg import-comment wfMsg( 'import-comment' )
includes/specials/SpecialImport.php 301 wfMsg import-interwiki-submit wfMsg( 'import-interwiki-submit' )
includes/specials/SpecialImport.php 365 wfMsgExt import-revision-count wfMsgExt( 'import-revision-count', array( 'parsemag', 'escape' ), $localCount )
includes/specials/SpecialImport.php 371 wfMsgExt import-logentry-upload-detail wfMsgExt( 'import-logentry-upload-detail', array( 'content', 'parsemag' ),
$contentCount )
includes/specials/SpecialImport.php 374 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/specials/SpecialImport.php 380 wfMsgExt import-logentry-interwiki-detail wfMsgExt( 'import-logentry-interwiki-detail', array( 'content', 'parsemag' ),
$contentCount, $interwiki )
includes/specials/SpecialImport.php 383 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/specials/SpecialImport.php 401 wfMsgHtml import-nonewrevisions wfMsgHtml( 'import-nonewrevisions' )
includes/specials/SpecialImport.php 408 wfMsgExt imported-log-entries wfMsgExt( 'imported-log-entries', 'parseinline',
$this->getLang()->formatNum( $this->mLogItemCount ) )
includes/specials/SpecialUnlockdb.php 65 addWikiMsg databasenotlocked addWikiMsg( 'databasenotlocked' )
includes/specials/SpecialUnlockdb.php 69 addWikiMsg unlockdbtext addWikiMsg( 'unlockdbtext' )
includes/specials/SpecialUnlockdb.php 72 wfMsg formerror wfMsg( 'formerror' )
includes/specials/SpecialUnlockdb.php 86 wfMsgHtml unlockconfirm wfMsgHtml( 'unlockconfirm' )
includes/specials/SpecialUnlockdb.php 92 wfMsg unlockbtn wfMsg( 'unlockbtn' )
includes/specials/SpecialUnlockdb.php 106 wfMsg locknoconfirm wfMsg( 'locknoconfirm' )
includes/specials/SpecialUnlockdb.php 117 addWikiMsg filedeleteerror addWikiMsg( 'filedeleteerror', $wgReadOnlyFile )
includes/specials/SpecialUnlockdb.php 123 wfMsg unlockdbsuccesssub wfMsg( 'unlockdbsuccesssub' )
includes/specials/SpecialUnlockdb.php 124 addWikiMsg unlockdbsuccesstext addWikiMsg( 'unlockdbsuccesstext' )
includes/specials/SpecialMergeHistory.php 81 wfMsgExt last wfMsgExt( 'last', array( 'escape' ) )
includes/specials/SpecialMergeHistory.php 114 wfMsgExt mergehistory-invalid-source wfMsgExt( 'mergehistory-invalid-source', array( 'parse' ) )
includes/specials/SpecialMergeHistory.php 116 wfMsgExt mergehistory-no-source wfMsgExt( 'mergehistory-no-source', array( 'parse' ),
wfEscapeWikiText( $this->mTargetObj->getPrefixedText() )
)
includes/specials/SpecialMergeHistory.php 122 wfMsgExt mergehistory-invalid-destination wfMsgExt( 'mergehistory-invalid-destination', array( 'parse' ) )
includes/specials/SpecialMergeHistory.php 124 wfMsgExt mergehistory-no-destination wfMsgExt( 'mergehistory-no-destination', array( 'parse' ),
wfEscapeWikiText( $this->mDestObj->getPrefixedText() )
)
includes/specials/SpecialMergeHistory.php 130 wfMsgExt mergehistory-same-destination wfMsgExt( 'mergehistory-same-destination', array( 'parse' ) )
includes/specials/SpecialMergeHistory.php 145 addWikiMsg mergehistory-header addWikiMsg( 'mergehistory-header' )
includes/specials/SpecialMergeHistory.php 153 wfMsg mergehistory-box wfMsg( 'mergehistory-box' )
includes/specials/SpecialMergeHistory.php 159 wfMsg mergehistory-from wfMsg( 'mergehistory-from' )
includes/specials/SpecialMergeHistory.php 162 wfMsg mergehistory-into wfMsg( 'mergehistory-into' )
includes/specials/SpecialMergeHistory.php 165 wfMsg mergehistory-go wfMsg( 'mergehistory-go' )
includes/specials/SpecialMergeHistory.php 178 wfMsg mergehistory wfMsg( 'mergehistory' )
includes/specials/SpecialMergeHistory.php 206 wfMsgExt mergehistory-merge wfMsgExt( 'mergehistory-merge', array( 'parseinline' ),
$this->mTargetObj->getPrefixedText(), $this->mDestObj->getPrefixedText() )
includes/specials/SpecialMergeHistory.php 211 wfMsg mergehistory-reason wfMsg( 'mergehistory-reason' )
includes/specials/SpecialMergeHistory.php 220 wfMsg mergehistory-submit wfMsg( 'mergehistory-submit' )
includes/specials/SpecialMergeHistory.php 231 wfMsgHtml mergehistory-list wfMsgHtml( 'mergehistory-list' )
includes/specials/SpecialMergeHistory.php 241 addWikiMsg mergehistory-empty addWikiMsg( 'mergehistory-empty' )
includes/specials/SpecialMergeHistory.php 362 addWikiMsg mergehistory-fail addWikiMsg( 'mergehistory-fail' )
includes/specials/SpecialMergeHistory.php 374 addWikiMsg mergehistory-fail addWikiMsg( 'mergehistory-fail' )
includes/specials/SpecialMergeHistory.php 404 wfMsgForContent mergehistory-comment wfMsgForContent(
'mergehistory-comment',
$targetTitle->getPrefixedText(),
$destTitle->getPrefixedText(),
$this->mComment
)
includes/specials/SpecialMergeHistory.php 411 wfMsgForContent mergehistory-autocomment wfMsgForContent(
'mergehistory-autocomment',
$targetTitle->getPrefixedText(),
$destTitle->getPrefixedText()
)
includes/specials/SpecialMergeHistory.php 443 addWikiMsg mergehistory-fail addWikiMsg( 'mergehistory-fail' )
includes/specials/SpecialMergeHistory.php 454 wfMsgExt mergehistory-success wfMsgExt( 'mergehistory-success', array('parseinline'),
$targetTitle->getPrefixedText(), $destTitle->getPrefixedText(), $count )
includes/specials/SpecialWantedcategories.php 72 wfMsgExt nmembers wfMsgExt( 'nmembers', array( 'parsemag', 'escape' ),
$this->getLang()->formatNum( $result->value ) )
includes/specials/SpecialProtectedpages.php 68 wfMsgHtml protectedpagesempty wfMsgHtml( 'protectedpagesempty' )
includes/specials/SpecialProtectedpages.php 95 wfMsgHtml wfMsgHtml( 'restriction-level-' . $row->pr_level )
includes/specials/SpecialProtectedpages.php 100 wfMsg protect-summary-cascade wfMsg( 'protect-summary-cascade' )
includes/specials/SpecialProtectedpages.php 108 wfMsg protect-expiring-local wfMsg(
'protect-expiring-local',
$wgLang->timeanddate( $expiry, true ),
$wgLang->date( $expiry, true ),
$wgLang->time( $expiry, true )
)
includes/specials/SpecialProtectedpages.php 126 wfMsgHtml protect_change wfMsgHtml( 'protect_change' )
includes/specials/SpecialProtectedpages.php 134 wfMsgHtml protectlogpage wfMsgHtml( 'protectlogpage' )
includes/specials/SpecialProtectedpages.php 166 wfMsg protectedpages wfMsg( 'protectedpages' )
includes/specials/SpecialProtectedpages.php 177 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/specials/SpecialProtectedpages.php 191 wfMsg namespace wfMsg( 'namespace' )
includes/specials/SpecialProtectedpages.php 200 wfMsg protectedpages-indef wfMsg('protectedpages-indef')
includes/specials/SpecialProtectedpages.php 208 wfMsg protectedpages-cascade wfMsg('protectedpages-cascade')
includes/specials/SpecialProtectedpages.php 218 wfMsg minimum-size wfMsg('minimum-size')
includes/specials/SpecialProtectedpages.php 220 wfMsg maximum-size wfMsg('maximum-size')
includes/specials/SpecialProtectedpages.php 224 wfMsg pagesize wfMsg('pagesize')
includes/specials/SpecialProtectedpages.php 238 wfMsg wfMsg("restriction-$type")
includes/specials/SpecialProtectedpages.php 249 wfMsg restriction-type wfMsg('restriction-type')
includes/specials/SpecialProtectedpages.php 263 wfMsg restriction-level-all wfMsg('restriction-level-all')
includes/specials/SpecialProtectedpages.php 270 wfMsg wfMsg("restriction-level-$type")
includes/specials/SpecialProtectedpages.php 282 wfMsg restriction-level wfMsg( 'restriction-level' )
includes/specials/SpecialFileDuplicateSearch.php 111 wfMsg fileduplicatesearch-legend wfMsg( 'fileduplicatesearch-legend' )
includes/specials/SpecialFileDuplicateSearch.php 112 wfMsg fileduplicatesearch-filename wfMsg( 'fileduplicatesearch-filename' )
includes/specials/SpecialFileDuplicateSearch.php 113 wfMsg fileduplicatesearch-submit wfMsg( 'fileduplicatesearch-submit' )
includes/specials/SpecialFileDuplicateSearch.php 121 wrapWikiMsg wrapWikiMsg(
"<p class='mw-fileduplicatesearch-noresults'>\n$1\n</p>",
array( 'fileduplicatesearch-noresults', wfEscapeWikiText( $this->filename ) )
)
includes/specials/SpecialFileDuplicateSearch.php 135 wfMsgExt fileduplicatesearch-info wfMsgExt( 'fileduplicatesearch-info', array( 'parse' ),
$this->getLang()->formatNum( $img->getWidth() ),
$this->getLang()->formatNum( $img->getHeight() ),
$this->getLang()->formatSize( $img->getSize() ),
$img->getMimeType()
)
includes/specials/SpecialFileDuplicateSearch.php 150 wrapWikiMsg wrapWikiMsg(
"<p class='mw-fileduplicatesearch-result-1'>\n$1\n</p>",
array( 'fileduplicatesearch-result-1', wfEscapeWikiText( $this->filename ) )
)
includes/specials/SpecialFileDuplicateSearch.php 155 wrapWikiMsg wrapWikiMsg(
"<p class='mw-fileduplicatesearch-result-n'>\n$1\n</p>",
array( 'fileduplicatesearch-result-n', wfEscapeWikiText( $this->filename ),
$this->getLang()->formatNum( $numRows - 1 ) )
)
includes/specials/SpecialUserrights.php 353 wfMsgForContent rightsnone wfMsgForContent( 'rightsnone' )
includes/specials/SpecialUserrights.php 375 wfMsg userrights-lookup-user wfMsg( 'userrights-lookup-user' )
includes/specials/SpecialUserrights.php 376 wfMsg userrights-user-editname wfMsg( 'userrights-user-editname' )
includes/specials/SpecialUserrights.php 377 wfMsg editusergroup wfMsg( 'editusergroup' )
includes/specials/SpecialUserrights.php 428 wfMessage userrights-groupsmember wfMessage( 'userrights-groupsmember', $count)
includes/specials/SpecialUserrights.php 433 wfMessage userrights-groupsmember-auto wfMessage( 'userrights-groupsmember-auto', $count)
includes/specials/SpecialUserrights.php 449 wfMsg userrights-editusergroup wfMsg( 'userrights-editusergroup' )
includes/specials/SpecialUserrights.php 450 wfMessage editinguser wfMessage( 'editinguser' )
includes/specials/SpecialUserrights.php 451 wfMsgExt userrights-groups-help wfMsgExt( 'userrights-groups-help', array( 'parse' ) )
includes/specials/SpecialUserrights.php 457 wfMsg userrights-reason wfMsg( 'userrights-reason' )
includes/specials/SpecialUserrights.php 467 wfMsg saveusergroups wfMsg( 'saveusergroups' )
includes/specials/SpecialUserrights.php 542 wfMessage wfMessage( 'userrights-' . $name . '-col', count( $column ) )
includes/specials/SpecialUserrights.php 553 wfMsg userrights-irreversible-marker wfMsg( 'userrights-irreversible-marker',
User::getGroupMember( $group ) )
includes/specials/SpecialPrefixindex.php 59 wfMsg allinnamespace wfMsg( 'allinnamespace', str_replace( '_', ' ', $namespaces[$namespace] ) )
includes/specials/SpecialPrefixindex.php 60 wfMsg prefixindex wfMsg( 'prefixindex' )
includes/specials/SpecialPrefixindex.php 93 wfMsg allpages wfMsg( 'allpages' )
includes/specials/SpecialPrefixindex.php 97 wfMsg allpagesprefix wfMsg( 'allpagesprefix' )
includes/specials/SpecialPrefixindex.php 105 wfMsg namespace wfMsg( 'namespace' )
includes/specials/SpecialPrefixindex.php 109 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/specials/SpecialPrefixindex.php 136 wfMsgExt allpagesbadtitle wfMsgExt( 'allpagesbadtitle', 'parse' )
includes/specials/SpecialPrefixindex.php 139 wfMsgExt allpages-bad-ns wfMsgExt( 'allpages-bad-ns', array( 'parseinline' ), $namespace )
includes/specials/SpecialPrefixindex.php 225 wfMsgHtml nextpage wfMsgHtml( 'nextpage', str_replace( '_',' ', htmlspecialchars( $s->page_title ) ) )
includes/specials/SpecialBrokenRedirects.php 41 wfMsgExt brokenredirectstext wfMsgExt( 'brokenredirectstext', array( 'parse' ) )
includes/specials/SpecialBrokenRedirects.php 106 wfMsgHtml brokenredirects-edit wfMsgHtml( 'brokenredirects-edit' )
includes/specials/SpecialBrokenRedirects.php 119 wfMsg word-separator wfMsg( 'word-separator' )
includes/specials/SpecialBrokenRedirects.php 124 wfMsgHtml brokenredirects-delete wfMsgHtml( 'brokenredirects-delete' )
includes/specials/SpecialBrokenRedirects.php 130 wfMsg parentheses wfMsg( 'parentheses', $this->getLang()->pipeList( $links ) )
includes/specials/SpecialStatistics.php 100 wfMessage statistics-footer wfMessage( 'statistics-footer' )
includes/specials/SpecialStatistics.php 119 wfMessage wfMessage( $descMsg, $descMsgParam )
includes/specials/SpecialStatistics.php 139 wfMsgExt statistics-header-pages wfMsgExt( 'statistics-header-pages', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 142 wfMsgExt statistics-articles wfMsgExt( 'statistics-articles', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 145 wfMsgExt statistics-pages wfMsgExt( 'statistics-pages', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 150 wfMsgExt statistics-files wfMsgExt( 'statistics-files', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 156 wfMsgExt statistics-header-edits wfMsgExt( 'statistics-header-edits', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 158 wfMsgExt statistics-edits wfMsgExt( 'statistics-edits', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 161 wfMsgExt statistics-edits-average wfMsgExt( 'statistics-edits-average', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 169 wfMsgExt statistics-header-users wfMsgExt( 'statistics-header-users', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 171 wfMsgExt statistics-users wfMsgExt( 'statistics-users', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 174 wfMsgExt statistics-users-active wfMsgExt( 'statistics-users-active', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 177 wfMsgHtml listgrouprights-members wfMsgHtml( 'listgrouprights-members' )
includes/specials/SpecialStatistics.php 194 wfMessage wfMessage( 'group-' . $groupname )
includes/specials/SpecialStatistics.php 200 wfMessage wfMessage( 'grouppage-' . $groupname )
includes/specials/SpecialStatistics.php 213 wfMsgHtml listgrouprights-members wfMsgHtml( 'listgrouprights-members' )
includes/specials/SpecialStatistics.php 232 wfMsgExt statistics-header-views wfMsgExt( 'statistics-header-views', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 234 wfMsgExt statistics-views-total wfMsgExt( 'statistics-views-total', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 237 wfMsgExt statistics-views-peredit wfMsgExt( 'statistics-views-peredit', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 265 wfMsgExt statistics-mostpopular wfMsgExt( 'statistics-mostpopular', array( 'parseinline' ) )
includes/specials/SpecialStatistics.php 285 wfMsgExt statistics-header-hooks wfMsgExt( 'statistics-header-hooks', array( 'parseinline' ) )
includes/specials/SpecialUserlogin.php 161 wfMsgExt noemailcreate wfMsgExt( 'noemailcreate', array( 'parsemag', 'escape' ) )
includes/specials/SpecialUserlogin.php 179 wfMsg accmailtitle wfMsg( 'accmailtitle' )
includes/specials/SpecialUserlogin.php 182 wfMsg mailerror wfMsg( 'mailerror', $result->getWikiText() )
includes/specials/SpecialUserlogin.php 184 addWikiMsg accmailtext addWikiMsg( 'accmailtext', $u->getName(), $u->getEmail() )
includes/specials/SpecialUserlogin.php 212 addWikiMsg confirmemail_oncreate addWikiMsg( 'confirmemail_oncreate' )
includes/specials/SpecialUserlogin.php 241 wfMsgHtml accountcreated wfMsgHtml( 'accountcreated' )
includes/specials/SpecialUserlogin.php 242 addWikiMsg accountcreatedtext addWikiMsg( 'accountcreatedtext', $u->getName() )
includes/specials/SpecialUserlogin.php 261 wfMsg wrongpassword wfMsg( 'wrongpassword' )
includes/specials/SpecialUserlogin.php 273 wfMsg wrongpassword wfMsg( 'wrongpassword' )
includes/specials/SpecialUserlogin.php 286 wfMsgExt nocookiesfornew wfMsgExt( 'nocookiesfornew', array( 'parseinline' ) )
includes/specials/SpecialUserlogin.php 292 wfMsg sessionfailure wfMsg( 'sessionfailure' )
includes/specials/SpecialUserlogin.php 298 wfMsg sessionfailure wfMsg( 'sessionfailure' )
includes/specials/SpecialUserlogin.php 313 wfMsg sorbs_create_account_reason wfMsg( 'sorbs_create_account_reason' )
includes/specials/SpecialUserlogin.php 321 wfMsg noname wfMsg( 'noname' )
includes/specials/SpecialUserlogin.php 326 wfMsg userexists wfMsg( 'userexists' )
includes/specials/SpecialUserlogin.php 331 wfMsg badretype wfMsg( 'badretype' )
includes/specials/SpecialUserlogin.php 346 wfMsgExt wfMsgExt( $message, array( 'parsemag' ), $params )
includes/specials/SpecialUserlogin.php 358 wfMsg noemailtitle wfMsg( 'noemailtitle' )
includes/specials/SpecialUserlogin.php 363 wfMsg invalidemailaddress wfMsg( 'invalidemailaddress' )
includes/specials/SpecialUserlogin.php 399 wfMsg externaldberror wfMsg( 'externaldberror' )
includes/specials/SpecialUserlogin.php 722 wfMsgExt nocookiesforlogin wfMsgExt( 'nocookiesforlogin', array( 'parseinline' ) )
includes/specials/SpecialUserlogin.php 725 wfMsg sessionfailure wfMsg( 'sessionfailure' )
includes/specials/SpecialUserlogin.php 729 wfMsg noname wfMsg( 'noname' )
includes/specials/SpecialUserlogin.php 732 wfMsg wrongpassword wfMsg( 'wrongpassword' )
includes/specials/SpecialUserlogin.php 736 wfMsgExt nosuchuser wfMsgExt( 'nosuchuser', 'parseinline',
wfEscapeWikiText( $this->mUsername ) )
includes/specials/SpecialUserlogin.php 739 wfMsg nosuchusershort wfMsg( 'nosuchusershort',
wfEscapeWikiText( $this->mUsername ) )
includes/specials/SpecialUserlogin.php 744 wfMsg wrongpassword wfMsg( 'wrongpassword' )
includes/specials/SpecialUserlogin.php 747 wfMsg wrongpasswordempty wfMsg( 'wrongpasswordempty' )
includes/specials/SpecialUserlogin.php 750 wfMsg resetpass_announce wfMsg( 'resetpass_announce' )
includes/specials/SpecialUserlogin.php 756 wfMsg login-throttled wfMsg( 'login-throttled' )
includes/specials/SpecialUserlogin.php 759 wfMsgExt login-userblocked wfMsgExt( 'login-userblocked',
array( 'parsemag', 'escape' ), $this->mUsername )
includes/specials/SpecialUserlogin.php 763 wfMsg wfMsg( $this->mAbortLoginErrorMsg )
includes/specials/SpecialUserlogin.php 801 wfMsgExt wfMsgExt( $emailText, array( 'parsemag', 'language' => $userLanguage ), $ip, $u->getName(), $np,
$wgServer . $wgScript, round( $wgNewPasswordExpiry / 86400 ) )
includes/specials/SpecialUserlogin.php 803 wfMsgExt wfMsgExt( $emailTitle, array( 'parsemag', 'language' => $userLanguage ) )
includes/specials/SpecialUserlogin.php 868 wfMsg loginsuccesstitle wfMsg( 'loginsuccesstitle' )
includes/specials/SpecialUserlogin.php 870 addWikiMsg addWikiMsg( $msgname, wfEscapeWikiText( $wgUser->getName() ) )
includes/specials/SpecialUserlogin.php 900 wfMsg cantcreateaccounttitle wfMsg( 'cantcreateaccounttitle' )
includes/specials/SpecialUserlogin.php 904 wfMsg blockednoreason wfMsg( 'blockednoreason' )
includes/specials/SpecialUserlogin.php 907 addWikiMsg cantcreateaccount-text addWikiMsg(
'cantcreateaccount-text',
$block->getTarget(),
$block_reason,
$block->getBlocker()->getName()
)
includes/specials/SpecialUserlogin.php 981 wfMsgHtml wfMsgHtml( $linkmsg . 'link' )
includes/specials/SpecialUserlogin.php 986 wfMsgExt wfMsgExt( $linkmsg, array( 'parseinline', 'replaceafter' ), $link )
includes/specials/SpecialUserlogin.php 1049 wfMsg userlogin wfMsg( 'userlogin' )
includes/specials/SpecialUserlogin.php 1051 wfMsg userloginnocreate wfMsg( 'userloginnocreate' )
includes/specials/SpecialUserlogin.php 1161 wfMsgExt nocookiesnew wfMsgExt( 'nocookiesnew', array( 'parseinline' ) )
includes/specials/SpecialUserlogin.php 1163 wfMsgExt nocookieslogin wfMsgExt( 'nocookieslogin', array( 'parseinline' ) )
includes/specials/SpecialUserlogin.php 1166 wfMsg error wfMsg( 'error' )
includes/specials/SpecialUserlogin.php 1177 wfMsgExt acct_creation_throttle_hit wfMsgExt( 'acct_creation_throttle_hit', array( 'parseinline' ), $limit )
includes/specials/SpecialUserlogin.php 1189 wfMessage loginlanguagelinks wfMessage( 'loginlanguagelinks' )
includes/specials/SpecialUserlogin.php 1200 wfMsgHtml loginlanguagelabel wfMsgHtml( 'loginlanguagelabel', $wgLang->pipeList( $links ) )
includes/specials/SpecialNewimages.php 143 wfMessage showhidebots wfMessage( 'showhidebots', wfMsg( 'show' ) )
includes/specials/SpecialNewimages.php 165 wfMsg ilsubmit wfMsg( 'ilsubmit' )
includes/specials/SpecialNewimages.php 167 wfMsg newimages-legend wfMsg( 'newimages-legend' )
includes/specials/SpecialMIMEsearch.php 70 wfMsg mimesearch wfMsg( 'mimesearch' )
includes/specials/SpecialMIMEsearch.php 71 wfMsg mimetype wfMsg( 'mimetype' )
includes/specials/SpecialMIMEsearch.php 72 wfMsg ilsubmit wfMsg( 'ilsubmit' )
includes/specials/SpecialMIMEsearch.php 96 wfMsgHtml download wfMsgHtml( 'download' )
includes/specials/SpecialMIMEsearch.php 98 wfMsgExt nbytes wfMsgExt( 'nbytes', array( 'parsemag', 'escape' ),
$lang->formatNum( $result->img_size ) )
includes/specials/SpecialMIMEsearch.php 100 wfMsg widthheight wfMsg( 'widthheight',
$lang->formatNum( $result->img_width ),
$lang->formatNum( $result->img_height )
)
includes/specials/SpecialLockdb.php 50 addWikiMsg lockfilenotwritable addWikiMsg( 'lockfilenotwritable' )
includes/specials/SpecialLockdb.php 70 addWikiMsg lockdbtext addWikiMsg( 'lockdbtext' )
includes/specials/SpecialLockdb.php 73 wfMsg formerror wfMsg( 'formerror' )
includes/specials/SpecialLockdb.php 80 wfMsgHtml enterlockreason wfMsgHtml( 'enterlockreason' )
includes/specials/SpecialLockdb.php 89 wfMsgHtml lockconfirm wfMsgHtml( 'lockconfirm' )
includes/specials/SpecialLockdb.php 95 wfMsg lockbtn wfMsg( 'lockbtn' )
includes/specials/SpecialLockdb.php 109 wfMsg locknoconfirm wfMsg( 'locknoconfirm' )
includes/specials/SpecialLockdb.php 121 addWikiMsg lockfilenotwritable addWikiMsg( 'lockfilenotwritable' )
includes/specials/SpecialLockdb.php 126 wfMsgExt lockedbyandtime wfMsgExt(
'lockedbyandtime',
array( 'content', 'parsemag' ),
$this->getUser()->getName(),
$wgContLang->date( $timestamp ),
$wgContLang->time( $timestamp )
)
includes/specials/SpecialLockdb.php 140 wfMsg lockdb wfMsg( 'lockdb' )
includes/specials/SpecialLockdb.php 141 wfMsg lockdbsuccesssub wfMsg( 'lockdbsuccesssub' )
includes/specials/SpecialLockdb.php 142 addWikiMsg lockdbsuccesstext addWikiMsg( 'lockdbsuccesstext' )
includes/specials/SpecialExport.php 174 addWikiMsg exporttext addWikiMsg( 'exporttext' )
includes/specials/SpecialExport.php 178 wfMsg export-addcattext wfMsg( 'export-addcattext' )
includes/specials/SpecialExport.php 179 wfMsg export-addcat wfMsg( 'export-addcat' )
includes/specials/SpecialExport.php 182 wfMsg export-addnstext wfMsg( 'export-addnstext' )
includes/specials/SpecialExport.php 183 wfMsg export-addns wfMsg( 'export-addns' )
includes/specials/SpecialExport.php 191 wfMsg exportcuronly wfMsg( 'exportcuronly' )
includes/specials/SpecialExport.php 197 wfMsgExt exportnohistory wfMsgExt( 'exportnohistory', 'parse' )
includes/specials/SpecialExport.php 201 wfMsg export-templates wfMsg( 'export-templates' )
includes/specials/SpecialExport.php 208 wfMsg export-pagelinks wfMsg( 'export-pagelinks' )
includes/specials/SpecialExport.php 211 wfMsg export-images wfMsg( 'export-images' )
includes/specials/SpecialExport.php 213 wfMsg export-download wfMsg( 'export-download' )
includes/specials/SpecialExport.php 219 wfMsg export-submit wfMsg( 'export-submit' )
includes/specials/SpecialUnusedcategories.php 36 wfMsgExt unusedcategoriestext wfMsgExt( 'unusedcategoriestext', array( 'parse' ) )
includes/specials/SpecialLonelypages.php 37 wfMsgExt lonelypagestext wfMsgExt( 'lonelypagestext', array( 'parse' ) )
includes/specials/SpecialShortpages.php 98 wfMsgHtml hist wfMsgHtml( 'hist' )
includes/specials/SpecialShortpages.php 105 wfMessage nbytes wfMessage( 'nbytes', $wgLang->formatNum( $result->value ) )
includes/specials/SpecialProtectedtitles.php 66 wfMsgHtml protectedtitlesempty wfMsgHtml( 'protectedtitlesempty' )
includes/specials/SpecialProtectedtitles.php 93 wfMsgHtml wfMsgHtml( 'restriction-level-' . $row->pt_create_perm )
includes/specials/SpecialProtectedtitles.php 100 wfMsg protect-expiring-local wfMsg(
'protect-expiring-local',
$wgLang->timeanddate( $expiry, true ),
$wgLang->date( $expiry, true ),
$wgLang->time( $expiry, true )
)
includes/specials/SpecialProtectedtitles.php 128 wfMsg protectedtitles wfMsg( 'protectedtitles' )
includes/specials/SpecialProtectedtitles.php 132 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/specials/SpecialProtectedtitles.php 144 wfMsg namespace wfMsg( 'namespace' )
includes/specials/SpecialProtectedtitles.php 156 wfMsg restriction-level-all wfMsg('restriction-level-all')
includes/specials/SpecialProtectedtitles.php 162 wfMsg wfMsg("restriction-level-$type")
includes/specials/SpecialProtectedtitles.php 177 wfMsg restriction-level wfMsg('restriction-level')
includes/specials/SpecialActiveusers.php 138 wfMsgExt activeusers-count wfMsgExt( 'activeusers-count',
array( 'parsemag' ),
$wgLang->formatNum( $row->recentedits ),
$userName,
$wgLang->formatNum ( $this->RCMaxAge )
)
includes/specials/SpecialActiveusers.php 144 wfMsgExt listusers-blocked wfMsgExt( 'listusers-blocked', array( 'parsemag' ), $userName )
includes/specials/SpecialActiveusers.php 156 wfMsg activeusers wfMsg( 'activeusers' )
includes/specials/SpecialActiveusers.php 159 wfMsg activeusers-from wfMsg( 'activeusers-from' )
includes/specials/SpecialActiveusers.php 161 wfMsg activeusers-hidebots wfMsg('activeusers-hidebots')
includes/specials/SpecialActiveusers.php 163 wfMsg activeusers-hidesysops wfMsg('activeusers-hidesysops')
includes/specials/SpecialActiveusers.php 165 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/specials/SpecialActiveusers.php 202 wfMsgExt activeusers-intro wfMsgExt( 'activeusers-intro', array( 'parsemag', 'escape' ), $wgLang->formatNum( $wgActiveUserDays ) )
includes/specials/SpecialActiveusers.php 211 wfMsg activeusers-noresult wfMsg( 'activeusers-noresult' )
includes/specials/SpecialFewestrevisions.php 87 wfMsgExt nrevisions wfMsgExt( 'nrevisions', array( 'parsemag', 'escape' ),
$wgLang->formatNum( $result->value ) )
includes/specials/SpecialFewestrevisions.php 89 wfMsgHtml isredirect wfMsgHtml( 'isredirect' )
includes/specials/SpecialListgrouprights.php 56 wfMsg listgrouprights-group wfMsg( 'listgrouprights-group' )
includes/specials/SpecialListgrouprights.php 57 wfMsg listgrouprights-rights wfMsg( 'listgrouprights-rights' )
includes/specials/SpecialListgrouprights.php 79 wfMessage wfMessage( 'group-' . $groupname )
includes/specials/SpecialListgrouprights.php 82 wfMessage wfMessage( 'grouppage-' . $groupname )
includes/specials/SpecialListgrouprights.php 101 wfMsgHtml listgrouprights-members wfMsgHtml( 'listgrouprights-members' )
includes/specials/SpecialListgrouprights.php 109 wfMsgHtml listgrouprights-members wfMsgHtml( 'listgrouprights-members' )
includes/specials/SpecialListgrouprights.php 138 wrapWikiMsg wrapWikiMsg( "<div class=\"mw-listgrouprights-key\">\n$1\n</div>", 'listgrouprights-key' )
includes/specials/SpecialListgrouprights.php 159 wfMsgExt listgrouprights-right-display wfMsgExt( 'listgrouprights-right-display', array( 'parseinline' ),
User::getRightDescription( $permission ),
'<span class="mw-listgrouprights-right-name">' . $permission . '</span>'
)
includes/specials/SpecialListgrouprights.php 168 wfMsgExt listgrouprights-right-revoked wfMsgExt( 'listgrouprights-right-revoked', array( 'parseinline' ),
User::getRightDescription( $permission ),
'<span class="mw-listgrouprights-right-name">' . $permission . '</span>'
)
includes/specials/SpecialListgrouprights.php 177 wfMsgExt listgrouprights-addgroup-all wfMsgExt( 'listgrouprights-addgroup-all', array( 'escape' ) )
includes/specials/SpecialListgrouprights.php 180 wfMsgExt listgrouprights-addgroup wfMsgExt( 'listgrouprights-addgroup', array( 'parseinline' ), $wgLang->listToText( array_map( array( 'User', 'makeGroupLinkWiki' ), $add ) ), count( $add ) )
includes/specials/SpecialListgrouprights.php 183 wfMsgExt listgrouprights-removegroup-all wfMsgExt( 'listgrouprights-removegroup-all', array( 'escape' ) )
includes/specials/SpecialListgrouprights.php 186 wfMsgExt listgrouprights-removegroup wfMsgExt( 'listgrouprights-removegroup', array( 'parseinline' ), $wgLang->listToText( array_map( array( 'User', 'makeGroupLinkWiki' ), $remove ) ), count( $remove ) )
includes/specials/SpecialListgrouprights.php 189 wfMsgExt listgrouprights-addgroup-self-all wfMsgExt( 'listgrouprights-addgroup-self-all', array( 'escape' ) )
includes/specials/SpecialListgrouprights.php 192 wfMsgExt listgrouprights-addgroup-self wfMsgExt( 'listgrouprights-addgroup-self', array( 'parseinline' ), $wgLang->listToText( array_map( array( 'User', 'makeGroupLinkWiki' ), $addSelf ) ), count( $addSelf ) )
includes/specials/SpecialListgrouprights.php 195 wfMsgExt listgrouprights-removegroup-self-all wfMsgExt( 'listgrouprights-removegroup-self-all', array( 'escape' ) )
includes/specials/SpecialListgrouprights.php 198 wfMsgExt listgrouprights-removegroup-self wfMsgExt( 'listgrouprights-removegroup-self', array( 'parseinline' ), $wgLang->listToText( array_map( array( 'User', 'makeGroupLinkWiki' ), $removeSelf ) ), count( $removeSelf ) )
includes/specials/SpecialMostimages.php 54 wfMsgExt nimagelinks wfMsgExt( 'nimagelinks', array( 'parsemag', 'escape' ),
$wgLang->formatNum( $row->value ) )
includes/specials/SpecialNewpages.php 160 addWikiMsg specialpage-empty addWikiMsg( 'specialpage-empty' )
includes/specials/SpecialNewpages.php 168 wfMsgHtml show wfMsgHtml( 'show' )
includes/specials/SpecialNewpages.php 168 wfMsgHtml hide wfMsgHtml( 'hide' )
includes/specials/SpecialNewpages.php 200 wfMsgHtml wfMsgHtml( $msg, $link )
includes/specials/SpecialNewpages.php 233 wfMsg newpages wfMsg( 'newpages' )
includes/specials/SpecialNewpages.php 237 wfMsg namespace wfMsg( 'namespace' )
includes/specials/SpecialNewpages.php 254 wfMsg newpages-username wfMsg( 'newpages-username' )
includes/specials/SpecialNewpages.php 262 wfMsg allpagessubmit wfMsg( 'allpagessubmit' )
includes/specials/SpecialNewpages.php 327 wfMsgHtml hist wfMsgHtml( 'hist' )
includes/specials/SpecialNewpages.php 331 wfMsg parentheses wfMsg( 'parentheses', $histLink )
includes/specials/SpecialNewpages.php 334 wfMsgExt nbytes wfMsgExt( 'nbytes', array( 'parsemag', 'escape' ), $wgLang->formatNum( $result->length ) )
includes/specials/SpecialNewpages.php 382 addWikiMsg feed-unavailable addWikiMsg( 'feed-unavailable' )
includes/specials/SpecialNewpages.php 387 addWikiMsg feed-invalid addWikiMsg( 'feed-invalid' )
includes/specials/SpecialNewpages.php 393 wfMsgExt tagline wfMsgExt( 'tagline', 'parsemag' )
includes/specials/SpecialNewpages.php 442 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/specials/SpecialGlobalTemplateUsage.php 29 wfMsg globaltemplateusage-for wfMsg( 'globaltemplateusage-for', $this->target->getPrefixedText() )
includes/specials/SpecialGlobalTemplateUsage.php 53 wfMsg globaltemplateusage-ok wfMsg( 'globaltemplateusage-ok' )
includes/specials/SpecialGlobalTemplateUsage.php 57 wfMsg globaltemplateusage-text wfMsg( 'globaltemplateusage-text' )
includes/specials/SpecialGlobalTemplateUsage.php 84 addWikiMsg globaltemplateusage-no-results addWikiMsg( 'globaltemplateusage-no-results', $this->target->getPrefixedText( ) )
includes/specials/SpecialGlobalTemplateUsage.php 97 wfMsgExt globaltemplateusage-on-wiki wfMsgExt(
'globaltemplateusage-on-wiki', 'parseinline',
$targetName, WikiMap::getWikiName( $wiki ) )
includes/specials/SpecialGlobalTemplateUsage.php 152 wfMsgExt prevn wfMsgExt( 'prevn', array( 'parsemag', 'escape' ), $fmtLimit )
includes/specials/SpecialGlobalTemplateUsage.php 153 wfMsgExt nextn wfMsgExt( 'nextn', array( 'parsemag', 'escape' ), $fmtLimit )
includes/specials/SpecialGlobalTemplateUsage.php 155 wfMsgExt prevn-title wfMsgExt( 'prevn-title', array( 'parsemag', 'escape' ), $fmtLimit )
includes/specials/SpecialGlobalTemplateUsage.php 156 wfMsgExt nextn-title wfMsgExt( 'nextn-title', array( 'parsemag', 'escape' ), $fmtLimit )
includes/specials/SpecialGlobalTemplateUsage.php 185 wfMsgExt shown-title wfMsgExt( 'shown-title', array( 'parsemag', 'escape' ), $num )
includes/specials/SpecialGlobalTemplateUsage.php 192 wfMsgHtml viewprevnext wfMsgHtml( 'viewprevnext', $plink, $nlink, $nums )
includes/specials/SpecialMostcategories.php 64 wfMsgExt ncategories wfMsgExt( 'ncategories', array( 'parsemag', 'escape' ), $wgLang->formatNum( $result->value ) )
includes/specials/SpecialUnusedimages.php 80 wfMsgExt unusedimagestext wfMsgExt( 'unusedimagestext', array( 'parse' ) )
includes/specials/SpecialPasswordReset.php 76 wfMessage mailmypassword wfMessage( "mailmypassword" )
includes/specials/SpecialPasswordReset.php 91 wfMessage passwordreset-pretext wfMessage( 'passwordreset-pretext', $i )
includes/specials/SpecialPasswordReset.php 202 wfMessage passwordreset-emailelement wfMessage( 'passwordreset-emailelement', $user->getName(), $password )
includes/specials/SpecialPasswordReset.php 209 wfMessage wfMessage( $msg )
includes/specials/SpecialPasswordReset.php 218 wfMessage passwordreset-emailtitle wfMessage( 'passwordreset-emailtitle' )
includes/specials/SpecialPasswordReset.php 232 addWikiMsg passwordreset-emailsent addWikiMsg( 'passwordreset-emailsent' )
includes/specials/SpecialUpload.php 260 wfMsgExt session_fail_preview wfMsgExt( 'session_fail_preview', 'parseinline' )
includes/specials/SpecialUpload.php 280 wfMsgExt uploadtext wfMsgExt( 'uploadtext', 'parse', array( $this->mDesiredDestName ) )
includes/specials/SpecialUpload.php 286 wfMessage uploadfooter wfMessage( 'uploadfooter' )
includes/specials/SpecialUpload.php 306 wfMsgExt wfMsgExt(
$user->isAllowed( 'delete' ) ? 'thisisdeleted' : 'viewdeleted',
array( 'parse', 'replaceafter' ),
Linker::linkKnown(
SpecialPage::getTitleFor( 'Undelete', $title->getPrefixedText() ),
wfMsgExt( 'restorelink', array( 'parsemag', 'escape' ), $count )
)
)
includes/specials/SpecialUpload.php 311 wfMsgExt restorelink wfMsgExt( 'restorelink', array( 'parsemag', 'escape' ), $count )
includes/specials/SpecialUpload.php 332 wfMsgHtml uploadwarning wfMsgHtml( 'uploadwarning' )
includes/specials/SpecialUpload.php 336 wfMsg upload-tryagain wfMsg( 'upload-tryagain' )
includes/specials/SpecialUpload.php 361 wfMsgHtml uploadwarning wfMsgHtml( 'uploadwarning' )
includes/specials/SpecialUpload.php 369 wfMsgExt file-deleted-duplicate wfMsgExt( 'file-deleted-duplicate', 'parseinline',
array( Title::makeTitle( NS_FILE, $args )->getPrefixedText() ) )
includes/specials/SpecialUpload.php 378 wfMsgExt wfMsgExt( $warning, 'parseinline', $args )
includes/specials/SpecialUpload.php 383 wfMsgExt uploadwarning-text wfMsgExt( 'uploadwarning-text', 'parse' )
includes/specials/SpecialUpload.php 386 wfMsg upload-tryagain wfMsg( 'upload-tryagain' )
includes/specials/SpecialUpload.php 387 wfMsg ignorewarning wfMsg( 'ignorewarning' )
includes/specials/SpecialUpload.php 388 wfMsg reuploaddesc wfMsg( 'reuploaddesc' )
includes/specials/SpecialUpload.php 402 wfMsgHtml uploadwarning wfMsgHtml( 'uploadwarning' )
includes/specials/SpecialUpload.php 440 wfMsgExt wfMsgExt( $code,
'parseinline', $permErrors[0] )
includes/specials/SpecialUpload.php 489 wfMsgForContent wfMsgForContent( $msgName )
includes/specials/SpecialUpload.php 555 wfMsgHtml minlength1 wfMsgHtml( 'minlength1' )
includes/specials/SpecialUpload.php 558 wfMsgExt illegalfilename wfMsgExt( 'illegalfilename',
'parseinline', $details['filtered'] )
includes/specials/SpecialUpload.php 562 wfMsgExt filetype-missing wfMsgExt( 'filetype-missing',
'parseinline' )
includes/specials/SpecialUpload.php 566 wfMsgExt windows-nonascii-filename wfMsgExt( 'windows-nonascii-filename',
'parseinline' )
includes/specials/SpecialUpload.php 572 wfMsgHtml emptyfile wfMsgHtml( 'emptyfile' )
includes/specials/SpecialUpload.php 575 wfMsgHtml largefileserver wfMsgHtml( 'largefileserver' )
includes/specials/SpecialUpload.php 578 wfMessage filetype-banned-type wfMessage( 'filetype-banned-type' )
includes/specials/SpecialUpload.php 601 wfMsgExt wfMsgExt( $code, 'parseinline', $details['details'] )
includes/specials/SpecialUpload.php 612 wfMsgExt wfMsgExt( $error, 'parseinline', $args )
includes/specials/SpecialUpload.php 657 wfMsgExt fileexists wfMsgExt( 'fileexists', 'parseinline', $filename )
includes/specials/SpecialUpload.php 660 wfMsgExt filepageexists wfMsgExt( 'filepageexists', 'parseinline', $filename )
includes/specials/SpecialUpload.php 662 wfMsgExt fileexists-extension wfMsgExt( 'fileexists-extension', 'parseinline', $filename,
$exists['normalizedFile']->getTitle()->getPrefixedText() )
includes/specials/SpecialUpload.php 666 wfMsgExt fileexists-thumbnail-yes wfMsgExt( 'fileexists-thumbnail-yes', 'parseinline',
$exists['thumbFile']->getTitle()->getPrefixedText(), $filename )
includes/specials/SpecialUpload.php 672 wfMsgExt file-thumbnail-no wfMsgExt( 'file-thumbnail-no', 'parseinline', $badPart )
includes/specials/SpecialUpload.php 674 wfMsgExt filename-bad-prefix wfMsgExt( 'filename-bad-prefix', 'parseinline', $exists['prefix'] )
includes/specials/SpecialUpload.php 680 wfMsgHtml deletionlog wfMsgHtml( 'deletionlog' )
includes/specials/SpecialUpload.php 687 wfMsgExt filewasdeleted wfMsgExt( 'filewasdeleted', array( 'parse', 'replaceafter' ), $llink )
includes/specials/SpecialUpload.php 731 wfMsgExt file-exists-duplicate wfMsgExt( 'file-exists-duplicate', array( 'parse' ), count( $dupes ) )
includes/specials/SpecialUpload.php 787 wfMsg uploadbtn wfMsg( 'uploadbtn' )
includes/specials/SpecialUpload.php 853 wfMsgExt upload-maxfilesize wfMsgExt( 'upload-maxfilesize',
array( 'parseinline', 'escapenoentities' ),
$this->getContext()->getLang()->formatSize( $this->mMaxUploadSize['file'] )
)
includes/specials/SpecialUpload.php 856 wfMsgHtml upload_source_file wfMsgHtml( 'upload_source_file' )
includes/specials/SpecialUpload.php 868 wfMsgExt upload-maxfilesize wfMsgExt( 'upload-maxfilesize',
array( 'parseinline', 'escapenoentities' ),
$this->getContext()->getLang()->formatSize( $this->mMaxUploadSize['url'] )
)
includes/specials/SpecialUpload.php 871 wfMsgHtml upload_source_url wfMsgHtml( 'upload_source_url' )
includes/specials/SpecialUpload.php 902 wfMsgExt upload-permitted wfMsgExt( 'upload-permitted', 'parse', $this->getContext()->getLang()->commaList( $wgFileExtensions ) )
includes/specials/SpecialUpload.php 908 wfMsgExt upload-preferred wfMsgExt( 'upload-preferred', 'parse', $this->getContext()->getLang()->commaList( $wgFileExtensions ) )
includes/specials/SpecialUpload.php 911 wfMsgExt upload-prohibited wfMsgExt( 'upload-prohibited', 'parse', $this->getContext()->getLang()->commaList( $wgFileBlacklist ) )
includes/specials/SpecialDeletedContributions.php 38 wfMsgExt wfMsgExt( $msg, array( 'escapenoentities') )
includes/specials/SpecialDeletedContributions.php 102 wfMsgExt pager-newer-n wfMsgExt( 'pager-newer-n', array( 'escape', 'parsemag' ), $fmtLimit )
includes/specials/SpecialDeletedContributions.php 103 wfMsgExt pager-older-n wfMsgExt( 'pager-older-n', array( 'escape', 'parsemag' ), $fmtLimit )
includes/specials/SpecialDeletedContributions.php 104 wfMsgHtml histlast wfMsgHtml( 'histlast' )
includes/specials/SpecialDeletedContributions.php 105 wfMsgHtml histfirst wfMsgHtml( 'histfirst' )
includes/specials/SpecialDeletedContributions.php 113 wfMsgExt viewprevnext wfMsgExt( 'viewprevnext', array( 'parsemag', 'escape', 'replaceafter' ), $pagingLinks['prev'], $pagingLinks['next'], $limits )
includes/specials/SpecialDeletedContributions.php 222 wfMsg parentheses wfMsg( 'parentheses', $wgLang->pipeList( array( $last, $dellog, $reviewlink ) ) )
includes/specials/SpecialDeletedContributions.php 229 wfMsgHtml rev-deleted-user-contribs wfMsgHtml('rev-deleted-user-contribs')
includes/specials/SpecialDeletedContributions.php 276 wfMsgExt deletedcontributions-title wfMsgExt( 'deletedcontributions-title', array( 'parsemag' ) )
includes/specials/SpecialDeletedContributions.php 314 addWikiMsg nocontribs addWikiMsg( 'nocontribs' )
includes/specials/SpecialDeletedContributions.php 335 wfMessage wfMessage( $message )
includes/specials/SpecialDeletedContributions.php 336 wrapWikiMsg wrapWikiMsg( "<div class='mw-contributions-footer'>\n$1\n</div>", array( $message, $target ) )
includes/specials/SpecialDeletedContributions.php 362 wfMsgHtml sp-contributions-talk wfMsgHtml( 'sp-contributions-talk' )
includes/specials/SpecialDeletedContributions.php 368 wfMsgHtml change-blocklink wfMsgHtml( 'change-blocklink' )
includes/specials/SpecialDeletedContributions.php 372 wfMsgHtml unblocklink wfMsgHtml( 'unblocklink' )
includes/specials/SpecialDeletedContributions.php 383 wfMsgHtml blocklink wfMsgHtml( 'blocklink' )
includes/specials/SpecialDeletedContributions.php 390 wfMsgHtml sp-contributions-blocklog wfMsgHtml( 'sp-contributions-blocklog' )
includes/specials/SpecialDeletedContributions.php 401 wfMsgHtml sp-contributions-logs wfMsgHtml( 'sp-contributions-logs' )
includes/specials/SpecialDeletedContributions.php 408 wfMsgHtml sp-deletedcontributions-contribs wfMsgHtml( 'sp-deletedcontributions-contribs' )
includes/specials/SpecialDeletedContributions.php 416 wfMsgHtml sp-contributions-userrights wfMsgHtml( 'sp-contributions-userrights' )
includes/specials/SpecialDeletedContributions.php 448 wfEmptyMsg contribsub wfEmptyMsg( 'contribsub' )
includes/specials/SpecialDeletedContributions.php 449 wfMsgHtml contribsub2 wfMsgHtml( 'contribsub2', $user, $links )
includes/specials/SpecialDeletedContributions.php 451 wfMsgHtml contribsub wfMsgHtml( 'contribsub', "$user ($links)" )
includes/specials/SpecialDeletedContributions.php 491 wfMsg sp-contributions-search wfMsg( 'sp-contributions-search' )
includes/specials/SpecialDeletedContributions.php 492 wfMsgExt sp-contributions-username wfMsgExt( 'sp-contributions-username', 'parseinline' )
includes/specials/SpecialDeletedContributions.php 497 wfMsg namespace wfMsg( 'namespace' )
includes/specials/SpecialDeletedContributions.php 499 wfMsg sp-contributions-submit wfMsg( 'sp-contributions-submit' )
includes/specials/SpecialListfiles.php 115 wfMsg listfiles_date wfMsg( 'listfiles_date' )
includes/specials/SpecialListfiles.php 116 wfMsg listfiles_name wfMsg( 'listfiles_name' )
includes/specials/SpecialListfiles.php 117 wfMsg listfiles_thumb wfMsg( 'listfiles_thumb' )
includes/specials/SpecialListfiles.php 118 wfMsg listfiles_size wfMsg( 'listfiles_size' )
includes/specials/SpecialListfiles.php 119 wfMsg listfiles_user wfMsg( 'listfiles_user' )
includes/specials/SpecialListfiles.php 120 wfMsg listfiles_description wfMsg( 'listfiles_description' )
includes/specials/SpecialListfiles.php 123 wfMsg listfiles_count wfMsg( 'listfiles_count' )
includes/specials/SpecialListfiles.php 210 wfMsg imgfile wfMsg( 'imgfile' )
includes/specials/SpecialListfiles.php 262 wfMsg listfiles wfMsg( 'listfiles' )
includes/specials/SpecialSearch.php 223 wfMsg search-external wfMsg( 'search-external' )
includes/specials/SpecialSearch.php 224 wfMsg searchdisabled wfMsg( 'searchdisabled' )
includes/specials/SpecialSearch.php 225 wfMsg googlesearch wfMsg( 'googlesearch',
htmlspecialchars( $term ),
htmlspecialchars( 'UTF-8' ),
htmlspecialchars( wfMsg( 'searchbutton' ) )
)
includes/specials/SpecialSearch.php 228 wfMsg searchbutton wfMsg( 'searchbutton' )
includes/specials/SpecialSearch.php 276 wfMsg search-suggest wfMsg('search-suggest',$suggestLink)
includes/specials/SpecialSearch.php 301 wrapWikiMsg wrapWikiMsg( "==$1==\n", 'toomanymatches' )
includes/specials/SpecialSearch.php 361 wrapWikiMsg wrapWikiMsg( "==$1==\n", 'titlematches' )
includes/specials/SpecialSearch.php 370 wrapWikiMsg wrapWikiMsg( "==$1==\n", 'textmatches' )
includes/specials/SpecialSearch.php 373 wrapWikiMsg wrapWikiMsg( "==$1==\n", 'notextmatches' )
includes/specials/SpecialSearch.php 387 wrapWikiMsg wrapWikiMsg( "<p class=\"mw-search-nonefound\">\n$1</p>", array( 'search-nonefound', wfEscapeWikiText( $term ) ) )
includes/specials/SpecialSearch.php 424 wrapWikiMsg wrapWikiMsg( "<p class=\"mw-search-createlink\">\n$1</p>", $params )
includes/specials/SpecialSearch.php 439 wfMsg searchresults wfMsg( 'searchresults')
includes/specials/SpecialSearch.php 440 wfMsg pagetitle wfMsg( 'pagetitle', wfMsg( 'searchresults-title', $term ) )
includes/specials/SpecialSearch.php 573 wfMsg search-redirect wfMsg(
'search-redirect',
Linker::linkKnown(
$redirectTitle,
$redirectText
)
)
includes/specials/SpecialSearch.php 590 wfMsg search-section wfMsg(
'search-section', Linker::linkKnown(
$sectionTitle,
$sectionText
)
)
includes/specials/SpecialSearch.php 610 wfMsg search-result-score wfMsg( 'search-result-score', $lang->formatNum( $percent ) )
includes/specials/SpecialSearch.php 618 wfMsgExt search-result-size wfMsgExt(
'search-result-size',
array( 'parsemag', 'escape' ),
$lang->formatSize( $byteSize ),
$lang->formatNum( $wordCount )
)
includes/specials/SpecialSearch.php 627 wfMsgExt search-result-category-size wfMsgExt(
'search-result-category-size',
array( 'parsemag', 'escape' ),
$lang->formatNum( $cat->getPageCount() ),
$lang->formatNum( $cat->getSubcatCount() ),
$lang->formatNum( $cat->getFileCount() )
)
includes/specials/SpecialSearch.php 645 wfMsgForContent searchrelated wfMsgForContent( 'searchrelated' )
includes/specials/SpecialSearch.php 646 wfMsg search wfMsg( 'search' )
includes/specials/SpecialSearch.php 652 wfMsg search-relatedarticle wfMsg('search-relatedarticle')
includes/specials/SpecialSearch.php 664 wfMsg parentheses wfMsg( 'parentheses', $img->getShortDesc() )
includes/specials/SpecialSearch.php 708 wfMsg search-interwiki-caption wfMsg('search-interwiki-caption')
includes/specials/SpecialSearch.php 713 wfMsg search-interwiki-custom wfMsg('search-interwiki-custom')
includes/specials/SpecialSearch.php 774 wfMsg search-redirect wfMsg(
'search-redirect',
Linker::linkKnown(
$redirectTitle,
$redirectText
)
)
includes/specials/SpecialSearch.php 794 wfMsg search-interwiki-default wfMsg('search-interwiki-default', $parsed['host'])
includes/specials/SpecialSearch.php 800 wfMsg search-interwiki-more wfMsg('search-interwiki-more')
includes/specials/SpecialSearch.php 853 wfMsg blanknamespace wfMsg( 'blanknamespace' )
includes/specials/SpecialSearch.php 889 wfMsg powersearch-redir wfMsg( 'powersearch-redir' )
includes/specials/SpecialSearch.php 905 wfMsg powersearch-legend wfMsg('powersearch-legend')
includes/specials/SpecialSearch.php 906 wfMsgExt powersearch-ns wfMsgExt( 'powersearch-ns', array( 'parseinline' ) )
includes/specials/SpecialSearch.php 910 wfMsg powersearch-togglelabel wfMsg( 'powersearch-togglelabel' )
includes/specials/SpecialSearch.php 916 wfMsg powersearch-toggleall wfMsg( 'powersearch-toggleall' )
includes/specials/SpecialSearch.php 924 wfMsg powersearch-togglenone wfMsg( 'powersearch-togglenone' )
includes/specials/SpecialSearch.php 1022 wfMsg wfMsg( $profile['message'] )
includes/specials/SpecialSearch.php 1023 wfMsg wfMsg( $profile['tooltip'], $tooltipParam )
includes/specials/SpecialSearch.php 1034 wfMsgExt showingresultsheader wfMsgExt( 'showingresultsheader', array( 'parseinline' ),
$lang->formatNum( $this->offset + 1 ),
$lang->formatNum( $this->offset + $resultsShown ),
$lang->formatNum( $totalNum ),
wfEscapeWikiText( $term ),
$lang->formatNum( $resultsShown )
)
includes/specials/SpecialSearch.php 1044 wfMsgExt showingresultsnum wfMsgExt( 'showingresultsnum', array( 'parseinline' ),
$lang->formatNum( $this->limit ),
$lang->formatNum( $this->offset + 1 ),
$lang->formatNum( $resultsShown )
)
includes/specials/SpecialSearch.php 1074 wfMsg searchbutton wfMsg( 'searchbutton' )
includes/specials/SpecialSearch.php 1098 wfMsg search wfMsg( 'search' )
includes/specials/SpecialSearch.php 1136 wfMsgForContent searchall wfMsgForContent('searchall')
includes/logging/LogFormatter.php 294 wfMessage wfMessage( $key )
includes/search/SearchEngine.php 299 wfMsgForContent searchall wfMsgForContent( 'searchall' )
includes/search/SearchEngine.php 398 wfMsg blanknamespace wfMsg( 'blanknamespace' )
includes/revisiondelete/RevisionDelete.php 213 wfMsgHtml diff wfMsgHtml('diff')
includes/revisiondelete/RevisionDelete.php 218 wfMsgHtml diff wfMsgHtml('diff')
includes/revisiondelete/RevisionDelete.php 352 wfMsgHtml diff wfMsgHtml( 'diff' )
includes/revisiondelete/RevisionDelete.php 355 wfMsgHtml diff wfMsgHtml('diff')
includes/revisiondelete/RevisionDelete.php 603 wfMsgHtml rev-deleted-user wfMsgHtml( 'rev-deleted-user' )
includes/revisiondelete/RevisionDelete.php 621 wfMsgHtml rev-deleted-comment wfMsgHtml( 'rev-deleted-comment' )
includes/revisiondelete/RevisionDelete.php 631 wfMsg widthheight wfMsg(
'widthheight',
$this->list->getLang()->formatNum( $this->file->getWidth() ),
$this->list->getLang()->formatNum( $this->file->getHeight() )
)
includes/revisiondelete/RevisionDelete.php 637 wfMsgExt nbytes wfMsgExt( 'nbytes', 'parsemag', $this->list->getLang()->formatNum( $this->file->getSize() ) )
includes/revisiondelete/RevisionDelete.php 853 wfMsgHtml log wfMsgHtml( 'log' )
includes/revisiondelete/RevisionDelete.php 859 wfMsgHtml rev-deleted-event wfMsgHtml('rev-deleted-event')
includes/revisiondelete/RevisionDeleter.php 174 wfMsg parentheses wfMsg( 'parentheses', $wgLang->pipeList( $revert ) )
includes/media/Bitmap.php 511 wfMsg wfMsg ( 'thumbnail_image-type' )
includes/media/Bitmap.php 519 wfMsg wfMsg ( 'thumbnail_gd-library', $loader )
includes/media/Bitmap.php 526 wfMsg wfMsg ( 'thumbnail_image-missing', $params['srcPath'] )
includes/media/DjVu.php 126 wfMsg djvu_no_xml wfMsg( 'djvu_no_xml' )
includes/media/DjVu.php 137 wfMsg djvu_page_error wfMsg( 'djvu_page_error' )
includes/media/DjVu.php 145 wfMsg thumbnail_dest_directory wfMsg( 'thumbnail_dest_directory' )
includes/media/MediaTransformOutput.php 229 wfMessage wfMessage( $msg )
includes/media/MediaTransformOutput.php 230 wfMessage wfMessage( $msg )
includes/media/MediaTransformOutput.php 267 wfMsg thumbnail_invalid_params wfMsg( 'thumbnail_invalid_params' )
includes/media/GIF.php 131 wfMsgExt file-info-gif-looped wfMsgExt( 'file-info-gif-looped', 'parseinline' )
includes/media/GIF.php 135 wfMsgExt file-info-gif-frames wfMsgExt( 'file-info-gif-frames', 'parseinline', $metadata['frameCount'] )
includes/media/PNG.php 116 wfMsgExt file-info-png-looped wfMsgExt( 'file-info-png-looped', 'parseinline' )
includes/media/PNG.php 118 wfMsgExt file-info-png-repeat wfMsgExt( 'file-info-png-repeat', 'parseinline', $metadata['loopCount'] )
includes/media/PNG.php 122 wfMsgExt file-info-png-frames wfMsgExt( 'file-info-png-frames', 'parseinline', $metadata['frameCount'] )
includes/media/FormatMetadata.php 234 wfMsg exif-unknowndate wfMsg( 'exif-unknowndate' )
includes/media/FormatMetadata.php 583 wfMsg exif-software-version-value wfMsg( 'exif-software-version-value', $val[0], $val[1] )
includes/media/FormatMetadata.php 591 wfMsg exif-exposuretime-format wfMsg( 'exif-exposuretime-format',
self::formatFraction( $val ), self::formatNum( $val ) )
includes/media/FormatMetadata.php 605 wfMsg exif-fnumber-format wfMsg( 'exif-fnumber-format',
self::formatNum( $val ) )
includes/media/FormatMetadata.php 610 wfMsg exif-focallength-format wfMsg( 'exif-focallength-format',
self::formatNum( $val ) )
includes/media/FormatMetadata.php 625 wfMsg exif-maxaperturevalue-value wfMsg( 'exif-maxaperturevalue-value',
self::formatNum( $val ),
self::formatNum( $fNumber, 2 )
)
includes/media/FormatMetadata.php 688 wfMsg unit-pixel wfMsg( 'unit-pixel' )
includes/media/FormatMetadata.php 950 wfMsg metadata-langitem-default wfMsg( 'metadata-langitem-default',
$wrappedValue )
includes/media/FormatMetadata.php 954 wfMsg metadata-langitem-default wfMsg( 'metadata-langitem-default',
$wrappedValue )
includes/media/FormatMetadata.php 973 wfMsg metadata-langitem wfMsg( 'metadata-langitem',
$wrappedValue, $langName, $lang )
includes/media/FormatMetadata.php 983 wfMsg metadata-langitem wfMsg( 'metadata-langitem',
$wrappedValue, $langName, $lang )
includes/media/FormatMetadata.php 1005 wfMsg wfMsg( $wgContLang->lc( "exif-$tag-$val" ), $arg, $arg2 )
includes/media/FormatMetadata.php 1210 wfMsg exif-coordinate-format wfMsg( 'exif-coordinate-format', $deg, $min, $sec, $ref, $coord )
includes/media/FormatMetadata.php 1331 wfMsg exif-contact-value wfMsg( 'exif-contact-value', $email, $url,
$street, $city, $region, $postal, $country,
$tel )
includes/media/Generic.php 347 wfMsgForContent metadata-fields wfMsgForContent( 'metadata-fields' )
includes/media/Generic.php 384 wfEmptyMsg wfEmptyMsg( $msgName )
includes/media/Generic.php 393 wfMsg wfMsg( $msgName, $param )
includes/media/Generic.php 408 wfMsgExt nbytes wfMsgExt( 'nbytes', array( 'parsemag', 'escape' ),
$wgLang->formatNum( $file->getSize() ) )
includes/media/Generic.php 419 wfMsgExt file-info wfMsgExt( 'file-info', 'parseinline',
$wgLang->formatSize( $file->getSize() ),
$file->getMimeType() )
includes/media/Generic.php 430 wfMsgExt nbytes wfMsgExt( 'nbytes', array( 'parsemag', 'escape' ),
$wgLang->formatNum( $file->getSize() ) )
includes/media/Generic.php 441 wfMsgExt file-info wfMsgExt( 'file-info', 'parseinline',
$wgLang->formatSize( $file->getSize() ),
$file->getMimeType() )
includes/media/Generic.php 716 wfMsgExt nbytes wfMsgExt( 'nbytes', array( 'parsemag', 'escape' ),
$wgLang->formatNum( $file->getSize() ) )
includes/media/Generic.php 718 wfMsgHtml widthheight wfMsgHtml( 'widthheight', $wgLang->formatNum( $file->getWidth() ) ,$wgLang->formatNum( $file->getHeight() ) )
includes/media/Generic.php 731 wfMsgExt file-info-size wfMsgExt('file-info-size', 'parseinline',
$wgLang->formatNum( $file->getWidth() ),
$wgLang->formatNum( $file->getHeight() ),
$wgLang->formatSize( $file->getSize() ),
$file->getMimeType() )
includes/media/Generic.php 737 wfMsgExt file-info-size-pages wfMsgExt('file-info-size-pages', 'parseinline',
$wgLang->formatNum( $file->getWidth() ),
$wgLang->formatNum( $file->getHeight() ),
$wgLang->formatSize( $file->getSize() ),
$file->getMimeType(),
$wgLang->formatNum( $pages ) )
includes/media/Generic.php 759 wfMsgExt widthheightpage wfMsgExt( 'widthheightpage', 'parsemag', $width, $height, $pagesFmt )
includes/media/Generic.php 761 wfMsg widthheight wfMsg( 'widthheight', $width, $height )
includes/media/SVG.php 104 wfMsg thumbnail_dest_directory wfMsg( 'thumbnail_dest_directory' )
includes/media/SVG.php 207 wfMsgExt svg-long-desc wfMsgExt( 'svg-long-desc', 'parseinline',
$wgLang->formatNum( $file->getWidth() ),
$wgLang->formatNum( $file->getHeight() ),
$wgLang->formatSize( $file->getSize() ) )
includes/resourceloader/ResourceLoaderWikiModule.php 68 wfMessage wfMessage( $title->getDBkey() )
includes/actions/WatchAction.php 38 wfMsg addwatch wfMsg( 'addwatch' )
includes/actions/WatchAction.php 143 wfMsg confirm-watch-button wfMsg( 'confirm-watch-button' )
includes/actions/WatchAction.php 147 wfMessage confirm-watch-top wfMessage( 'confirm-watch-top' )
includes/actions/WatchAction.php 151 addWikiMsg addedwatchtext addWikiMsg( 'addedwatchtext', $this->getTitle()->getPrefixedText() )
includes/actions/WatchAction.php 162 wfMsg removewatch wfMsg( 'removewatch' )
includes/actions/WatchAction.php 173 wfMsg confirm-unwatch-button wfMsg( 'confirm-unwatch-button' )
includes/actions/WatchAction.php 177 wfMessage confirm-unwatch-top wfMessage( 'confirm-unwatch-top' )
includes/actions/WatchAction.php 181 addWikiMsg removedwatchtext addWikiMsg( 'removedwatchtext', $this->getTitle()->getPrefixedText() )
includes/actions/RollbackAction.php 57 wfMsg rollbackfailed wfMsg( 'rollbackfailed' )
includes/actions/RollbackAction.php 60 addWikiMsgArray addWikiMsgArray( $errMsg, $errArray )
includes/actions/RollbackAction.php 66 wfMessage editcomment wfMessage( 'editcomment' )
includes/actions/RollbackAction.php 98 wfMsg actioncomplete wfMsg( 'actioncomplete' )
includes/actions/RollbackAction.php 102 wfMsg rev-deleted-user wfMsg( 'rev-deleted-user' )
includes/actions/RollbackAction.php 110 wfMsgExt rollback-success wfMsgExt( 'rollback-success', array( 'parse', 'replaceafter' ), $old, $new )
includes/actions/CreditsAction.php 37 wfMsg creditspage wfMsg( 'creditspage' )
includes/actions/CreditsAction.php 49 wfMsg nocredits wfMsg( 'nocredits' )
includes/actions/CreditsAction.php 99 wfMessage lastmodifiedatby wfMessage( 'lastmodifiedatby', $d, $t )
includes/actions/CreditsAction.php 119 wfMessage othercontribs wfMessage( 'othercontribs' )
includes/actions/CreditsAction.php 153 wfMessage siteusers wfMessage( 'siteusers' )
includes/actions/CreditsAction.php 160 wfMessage anonusers wfMessage( 'anonusers' )
includes/actions/CreditsAction.php 177 wfMessage othercontribs wfMessage( 'othercontribs' )
includes/actions/CreditsAction.php 210 wfMsgExt anonuser wfMsgExt( 'anonuser', array( 'parseinline', 'replaceafter' ), $link )
includes/actions/CreditsAction.php 216 wfMessage siteuser wfMessage( 'siteuser' )
includes/actions/CreditsAction.php 229 wfMsgHtml others wfMsgHtml( 'others' )
includes/actions/MarkpatrolledAction.php 70 wfMsg markedaspatrollederror wfMsg( 'markedaspatrollederror' )
includes/actions/MarkpatrolledAction.php 71 addWikiMsg markedaspatrollederror-noautopatrol addWikiMsg( 'markedaspatrollederror-noautopatrol' )
includes/actions/MarkpatrolledAction.php 82 wfMsg markedaspatrolled wfMsg( 'markedaspatrolled' )
includes/actions/MarkpatrolledAction.php 83 addWikiMsg markedaspatrolledtext addWikiMsg( 'markedaspatrolledtext', $rc->getTitle()->getPrefixedText() )
includes/actions/DeletetrackbackAction.php 51 addWikiMsg trackbackdeleteok addWikiMsg( 'trackbackdeleteok' )
includes/actions/InfoAction.php 49 wfMsg pageinfo-title wfMsg( 'pageinfo-title', $this->getTitle()->getSubjectPage()->getPrefixedText() )
includes/actions/InfoAction.php 63 wfMsg pageinfo-subjectpage wfMsg( 'pageinfo-subjectpage' )
includes/actions/InfoAction.php 64 wfMsg pageinfo-talkpage wfMsg( 'pageinfo-talkpage' )
includes/actions/InfoAction.php 67 wfMsg pageinfo-header-edits wfMsg( 'pageinfo-header-edits' )
includes/actions/InfoAction.php 70 wfMsg pageinfo-edits wfMsg( 'pageinfo-edits' )
includes/actions/InfoAction.php 75 wfMsg pageinfo-authors wfMsg( 'pageinfo-authors' )
includes/actions/InfoAction.php 81 wfMsg pageinfo-header-watchlist wfMsg( 'pageinfo-header-watchlist' )
includes/actions/InfoAction.php 84 wfMsg pageinfo-watchers wfMsg( 'pageinfo-watchers' )
includes/actions/InfoAction.php 90 wfMsg pageinfo-header-views wfMsg( 'pageinfo-header-views' )
includes/actions/InfoAction.php 93 wfMsg pageinfo-views wfMsg( 'pageinfo-views' )
includes/actions/InfoAction.php 98 wfMsg pageinfo-viewsperedit wfMsg( 'pageinfo-viewsperedit' )
includes/actions/PurgeAction.php 86 wfMsg confirm_purge_button wfMsg( 'confirm_purge_button' )
includes/actions/PurgeAction.php 90 wfMessage confirm-purge-top wfMessage( 'confirm-purge-top' )
includes/actions/PurgeAction.php 94 wfMessage confirm-purge-bottom wfMessage( 'confirm-purge-bottom' )
includes/actions/RevertAction.php 82 wfMsgHtml filerevert-legend wfMsgHtml( 'filerevert-legend' )
includes/actions/RevertAction.php 83 wfMsg filerevert-submit wfMsg( 'filerevert-submit' )
includes/actions/RevertAction.php 97 wfMsgExt filerevert-intro wfMsgExt( 'filerevert-intro', 'parse', $this->getTitle()->getText(),
$this->getLang()->date( $timestamp, true ), $this->getLang()->time( $timestamp, true ),
wfExpandUrl( $this->page->getFile()->getArchiveUrl( $this->getRequest()->getText( 'oldimage' ) ),
PROTO_CURRENT
) )
includes/actions/RevertAction.php 106 wfMsgForContent filerevert-defaultcomment wfMsgForContent( 'filerevert-defaultcomment',
$wgContLang->date( $timestamp, false, false ), $wgContLang->time( $timestamp, false, false ) )
includes/actions/RevertAction.php 121 wfMsgExt filerevert-success wfMsgExt( 'filerevert-success', 'parse', $this->getTitle()->getText(),
$this->getLang()->date( $timestamp, true ),
$this->getLang()->time( $timestamp, true ),
wfExpandUrl( $this->page->getFile()->getArchiveUrl( $this->getRequest()->getText( 'oldimage' ) ),
PROTO_CURRENT
) )
includes/actions/RevertAction.php 131 wfMsg filerevert wfMsg( 'filerevert', $this->getTitle()->getText() )
includes/actions/RevertAction.php 135 wfMsg filerevert-backlink wfMsg(
'filerevert-backlink',
Linker::linkKnown( $this->getTitle() )
)
includes/interwiki/Interwiki.php 377 wfMessage wfMessage( 'interwiki-name-' . $this->mPrefix )
includes/interwiki/Interwiki.php 387 wfMessage wfMessage( 'interwiki-desc-' . $this->mPrefix )
includes/parser/CoreParserFunctions.php 100 wfMessage wfMessage( $part1, $args )
includes/parser/CoreParserFunctions.php 674 wfMsgForContent nosuchspecialpage wfMsgForContent( 'nosuchspecialpage' )
includes/parser/CoreParserFunctions.php 705 wfMsgForContent duplicate-defaultsort wfMsgForContent( 'duplicate-defaultsort',
htmlspecialchars( $old ),
htmlspecialchars( $text ) )
includes/parser/CoreParserFunctions.php 773 wfMsgForContent unknown_extension_tag wfMsgForContent( 'unknown_extension_tag', $tagName )
includes/parser/Parser.php 1169 wfMsgForContent wfMsgForContent( $urlmsg, $id )
includes/parser/Parser.php 1624 wfMsgForContent external_image_whitelist wfMsgForContent( 'external_image_whitelist' )
includes/parser/Parser.php 1691 wfMsgForContent linkprefix wfMsgForContent( 'linkprefix' )
includes/parser/Parser.php 3013 wfMsgExt wfMsgExt( "$limitationType-warning", array( 'parsemag', 'escape' ), $current, $max )
includes/parser/Parser.php 3216 wfMsgForContent parser-template-recursion-depth-warning wfMsgForContent( 'parser-template-recursion-depth-warning', $limit )
includes/parser/Parser.php 3290 wfMsgForContent parser-template-loop-warning wfMsgForContent( 'parser-template-loop-warning', $titleText )
includes/parser/Parser.php 3508 wfMessage wfMessage( $wgContLang->lcfirst( $title->getText() ) )
includes/parser/Parser.php 3831 wfMsgForContent wfMsgForContent( $msg )
includes/parser/Parser.php 4283 wfMessage wfMessage( $key )
includes/parser/Parser.php 4297 wfMsgExt wfMsgExt( parsemag )
includes/parser/Parser.php 4391 wfMessage wfMessage( $msgName, $userText, $nickText )
includes/templates/Userlogin.php 98 wfMsgExt remembermypassword wfMsgExt( 'remembermypassword', 'parsemag', $wgLang->formatNum( ceil( $wgCookieExpiration / ( 3600 * 24 ) ) ) )
includes/templates/Userlogin.php 114 wfMsg securelogin-stick-https wfMsg( 'securelogin-stick-https' )
includes/templates/Userlogin.php 128 wfMsg login wfMsg( 'login' )
includes/templates/Userlogin.php 137 wfMessage userlogin-resetlink wfMessage( 'userlogin-resetlink' )
includes/templates/Userlogin.php 141 wfMsg mailmypassword wfMsg( 'mailmypassword' )
includes/templates/Userlogin.php 305 wfMsgExt remembermypassword wfMsgExt( 'remembermypassword', 'parsemag', $wgLang->formatNum( ceil( $wgCookieExpiration / ( 3600 * 24 ) ) ) )
includes/installer/PostgresInstaller.php 48 wfMsg config-db-wiki-settings wfMsg( 'config-db-wiki-settings' )
includes/installer/OracleInstaller.php 50 wfMsg config-db-wiki-settings wfMsg( 'config-db-wiki-settings' )
includes/installer/OracleInstaller.php 55 wfMsg config-db-account-oracle-warn wfMsg( 'config-db-account-oracle-warn' )
includes/installer/WebInstallerOutput.php 246 wfMsgNoTrans config-sidebar wfMsgNoTrans( 'config-sidebar' )
includes/installer/WebInstallerOutput.php 274 wfMsg config-title wfMsg( 'config-title', $wgVersion )
includes/installer/MysqlInstaller.php 77 wfMsg config-db-wiki-settings wfMsg( 'config-db-wiki-settings' )
includes/installer/MysqlInstaller.php 350 wfMsg config-mysql-myisam-dep wfMsg( 'config-mysql-myisam-dep' )
includes/installer/DatabaseInstaller.php 306 wfMsg wfMsg( 'config-type-' . $this->getName() )
includes/installer/DatabaseInstaller.php 464 wfMsg config-db-install-account wfMsg( 'config-db-install-account' )
includes/installer/DatabaseInstaller.php 488 wfMsg config-db-web-account wfMsg( 'config-db-web-account' )
includes/installer/DatabaseInstaller.php 498 wfMsgNoTrans wfMsgNoTrans( $noCreateMsg )
includes/installer/Ibm_db2Installer.php 56 wfMsg config-db-wiki-settings wfMsg( 'config-db-wiki-settings' )
includes/installer/WebInstaller.php 363 wfMsgReal wfMsgReal( $msg, $args, false, false, false )
includes/installer/WebInstaller.php 525 wfMsg wfMsg( 'config-page-' . strtolower( $currentPageName ) )
includes/installer/WebInstaller.php 541 wfMsg wfMsg( 'config-page-' . strtolower( $pageName ) )
includes/installer/WebInstaller.php 625 wfMsg config-information wfMsg( 'config-information' )
includes/installer/WebInstaller.php 639 wfMsgReal wfMsgReal( $msg, $args, false, false, false )
includes/installer/WebInstaller.php 644 wfMsgHtml config-help wfMsgHtml( 'config-help' )
includes/installer/WebInstaller.php 669 wfMsgReal wfMsgReal( $msg, $args, false, false, false )
includes/installer/WebInstaller.php 696 wfMsgHtml wfMsgHtml( $msg )
includes/installer/WebInstaller.php 876 wfMsg wfMsg( $params['label'] )
includes/installer/WebInstaller.php 952 wfMsgNoTrans wfMsgNoTrans( $params['itemLabelPrefix'] . strtolower( $value ) )
includes/installer/WebInstaller.php 1053 wfMsgHtml config-download-localsettings wfMsgHtml( 'config-download-localsettings' )
includes/installer/CliInstaller.php 151 wfMsgExt wfMsgExt( $msg, array( 'parseinline' ), $params )
includes/installer/WebInstallerPage.php 71 wfMsg wfMsg( "config-$continue" )
includes/installer/WebInstallerPage.php 76 wfMsg wfMsg( "config-$back" )
includes/installer/WebInstallerPage.php 84 wfMsg wfMsg( "config-$continue" )
includes/installer/WebInstallerPage.php 119 wfMsgHtml wfMsgHtml( $legend )
includes/installer/WebInstallerPage.php 272 wfMsgNoTrans config-upgrade-key-missing wfMsgNoTrans( 'config-upgrade-key-missing',
"<pre>\$wgUpgradeKey = '" . $this->getVar( 'wgUpgradeKey' ) . "';</pre>" )
includes/installer/WebInstallerPage.php 310 wfMsgNoTrans config-localsettings-upgrade wfMsgNoTrans( 'config-localsettings-upgrade' )
includes/installer/WebInstallerPage.php 386 wfMsgNoTrans config-welcome wfMsgNoTrans( 'config-welcome' )
includes/installer/WebInstallerPage.php 390 wfMsgHtml config-env-good wfMsgHtml( 'config-env-good' )
includes/installer/WebInstallerPage.php 391 wfMsgNoTrans config-copyright wfMsgNoTrans( 'config-copyright',
SpecialVersion::getCopyrightAndAuthorList() )
includes/installer/WebInstallerPage.php 430 wfMsgNoTrans wfMsgNoTrans( "config-support-$type", $link )
includes/installer/WebInstallerPage.php 433 wfMsg config-support-info wfMsg( 'config-support-info', $dbSupport )
includes/installer/WebInstallerPage.php 451 wfMsg wfMsg( 'config-header-' . $type )
includes/installer/WebInstallerPage.php 530 wfMsgNoTrans config-can-upgrade wfMsgNoTrans( 'config-can-upgrade', $GLOBALS['wgVersion'] )
includes/installer/WebInstallerPage.php 545 wfMsgNoTrans wfMsgNoTrans( $msg,
$this->getVar( 'wgServer' ) .
$this->getVar( 'wgScriptPath' ) . '/index' .
$this->getVar( 'wgScriptExtension' )
)
includes/installer/WebInstallerPage.php 610 wfMsgForContent config-ns-other-default wfMsgForContent( 'config-ns-other-default' )
includes/installer/WebInstallerPage.php 657 wfMsg config-almost-done wfMsg( 'config-almost-done' )
includes/installer/WebInstallerPage.php 695 wfMsg config-ns-generic wfMsg( 'config-ns-generic' )
includes/installer/WebInstallerPage.php 807 wfMsgNoTrans config-profile-help wfMsgNoTrans( 'config-profile-help' )
includes/installer/WebInstallerPage.php 1011 wfMsg config-cc-again wfMsg( 'config-cc-again' )
includes/installer/WebInstallerPage.php 1057 wfMsg wfMsg( 'config-license-' . $code )
includes/installer/WebInstallerPage.php 1128 wfMsgNoTrans config-install-begin wfMsgNoTrans( 'config-install-begin' )
includes/installer/WebInstallerPage.php 1135 wfMsgHtml wfMsgHtml( "config-install-$step" )
includes/installer/WebInstallerPage.php 1135 wfMsg ellipsis wfMsg( 'ellipsis')
includes/installer/WebInstallerPage.php 1150 wfMsgHtml word-separator wfMsgHtml( 'word-separator' )
includes/installer/WebInstallerPage.php 1150 wfMsgHtml wfMsgHtml( $msg )
includes/installer/WebInstallerPage.php 1180 wfMsgNoTrans config-install-done wfMsgNoTrans( 'config-install-done',
$lsUrl,
$this->getVar( 'wgServer' ) .
$this->getVar( 'wgScriptPath' ) . '/index' .
$this->getVar( 'wgScriptExtension' ),
'<downloadlink/>'
)
includes/installer/WebInstallerPage.php 1207 wfMsgNoTrans config-help-restart wfMsgNoTrans( 'config-help-restart' )
includes/installer/Installer.php 631 wfMsg wfMsg( "config-type-$name" )
includes/installer/Installer.php 1500 wfMsgForContent mainpagetext wfMsgForContent( 'mainpagetext' )
includes/installer/Installer.php 1501 wfMsgForContent mainpagedocfooter wfMsgForContent( 'mainpagedocfooter' )
includes/api/ApiQueryLogEvents.php 346 wfMsg wfMsg()
includes/api/ApiBase.php 1225 wfMsgReplaceArgs wfMsgReplaceArgs( self::$messageMap[$key]['code'], $error )
includes/api/ApiBase.php 1227 wfMsgReplaceArgs wfMsgReplaceArgs( self::$messageMap[$key]['info'], $error )
includes/api/ApiFeedWatchlist.php 120 wfMsgForContent watchlist wfMsgForContent( 'watchlist' )
includes/api/ApiFeedWatchlist.php 134 wfMsgForContent watchlist wfMsgForContent( 'watchlist' )
includes/api/ApiFeedWatchlist.php 138 wfMsgForContent watchlist wfMsgForContent( 'watchlist' )
includes/api/ApiQueryRevisions.php 521 wfMsg wfMsg()
includes/api/ApiQueryAllmessages.php 161 wfMessage wfMessage( $message, $args )
includes/api/ApiQueryAllmessages.php 176 wfMessage wfMessage( $message )
includes/api/ApiQueryProtectedTitles.php 147 wfMsg wfMsg()
includes/api/ApiQueryRecentChanges.php 497 wfMsg wfMsg()
includes/api/ApiQueryTags.php 116 wfMessage wfMessage( "tag-$tagName-description" )
includes/api/ApiWatch.php 61 wfMsgExt removedwatchtext wfMsgExt( 'removedwatchtext', array( 'parse' ), $title->getPrefixedText() )
includes/api/ApiWatch.php 65 wfMsgExt addedwatchtext wfMsgExt( 'addedwatchtext', array( 'parse' ), $title->getPrefixedText() )
includes/api/ApiParse.php 400 wfMsg otherlanguages wfMsg( 'otherlanguages' )
includes/api/ApiParse.php 400 wfMsg colon-separator wfMsg( 'colon-separator' )
includes/api/ApiParse.php 412 wfMsgExt pipe-separator wfMsgExt( 'pipe-separator', 'escapenoentities' )
includes/api/ApiEditPage.php 172 wfMsgForContent undo-summary wfMsgForContent( 'undo-summary', $params['undo'], $undoRev->getUserText() )
includes/api/ApiFeedContributions.php 62 wfMsgForContent Contributions wfMsgForContent( 'Contributions' )
includes/api/ApiFeedContributions.php 131 wfMsgForContent colon-separator wfMsgForContent( 'colon-separator' )
includes/api/ApiMain.php 924 wfMsgReplaceArgs wfMsgReplaceArgs( $rightMsg[ 'msg' ], $rightMsg[ 'params' ] )
includes/filerepo/FileRepo.php 703 wfMessageFallback wfMessageFallback( 'shared-repo-name-' . $this->name, 'shared-repo' )
includes/job/UploadFromUrlJob.php 70 wfMsg upload-warning-subj wfMsg( 'upload-warning-subj' )
includes/job/UploadFromUrlJob.php 71 wfMsg upload-warning-msg wfMsg( 'upload-warning-msg',
$key,
$this->params['url'] )
includes/job/UploadFromUrlJob.php 107 wfMsg upload-success-subj wfMsg( 'upload-success-subj' )
includes/job/UploadFromUrlJob.php 108 wfMsg upload-success-msg wfMsg( 'upload-success-msg',
$this->upload->getTitle()->getText(),
$this->params['url']
)
includes/job/UploadFromUrlJob.php 113 wfMsg upload-failure-subj wfMsg( 'upload-failure-subj' )
includes/job/UploadFromUrlJob.php 114 wfMsg upload-failure-msg wfMsg( 'upload-failure-msg',
$status->getWikiText(),
$this->params['url']
)
includes/job/DoubleRedirectJob.php 126 wfMsgForContent wfMsgForContent( 'double-redirect-fixed-' . $this->reason,
$this->redirTitle->getPrefixedText(), $newTitle->getPrefixedText() )
includes/job/DoubleRedirectJob.php 178 wfMsgForContent double-redirect-fixer wfMsgForContent( 'double-redirect-fixer' )
includes/upload/UploadBase.php 1040 wrapWikiMsg wrapWikiMsg( "<div class=\"error\">\n$1\n</div>",
array( 'virus-badscanner', $wgAntivirus ) )
includes/upload/UploadBase.php 1042 wfMsg virus-unknownscanner wfMsg( 'virus-unknownscanner' )
includes/upload/UploadBase.php 1084 wfMsg virus-scanfailed wfMsg( 'virus-scanfailed', array( $exitCode ) )
includes/upload/UploadBase.php 1275 wfMessage filename-prefix-blacklist wfMessage( 'filename-prefix-blacklist' )
skins/Vector.php 296 wfMessage wfMessage( $msg )
skins/Standard.php 145 wfMsg mycontris wfMsg( 'mycontris' )
skins/Standard.php 170 wfMsg viewtalkpage wfMsg('viewtalkpage')
skins/Standard.php 173 wfMsg articlepage wfMsg( 'articlepage' )
skins/Standard.php 176 wfMsg userpage wfMsg( 'userpage' )
skins/Standard.php 179 wfMsg projectpage wfMsg( 'projectpage' )
skins/Standard.php 182 wfMsg imagepage wfMsg( 'imagepage' )
skins/Standard.php 185 wfMsg mediawikipage wfMsg( 'mediawikipage' )
skins/Standard.php 188 wfMsg templatepage wfMsg( 'templatepage' )
skins/Standard.php 191 wfMsg viewhelppage wfMsg( 'viewhelppage' )
skins/Standard.php 194 wfMsg categorypage wfMsg( 'categorypage' )
skins/Standard.php 197 wfMsg articlepage wfMsg( 'articlepage' )
skins/Standard.php 210 wfMsg newpage wfMsg( 'newpage' )
skins/Standard.php 218 wfMsg postcomment wfMsg( 'postcomment' )
skins/Standard.php 280 wfMsg sitesupport wfMsg( 'sitesupport' )
skins/MonoBook.php 282 wfMessage wfMessage( $bar )
skins/Nostalgia.php 87 wfMsgHtml mypage wfMsgHtml( 'mypage' )
skins/Nostalgia.php 88 wfMsgHtml mytalk wfMsgHtml( 'mytalk' )
skins/Nostalgia.php 97 wfMsgHtml mycontris wfMsgHtml( 'mycontris' )
skins/CologneBlue.php 68 wfMsg sitetitle wfMsg( 'sitetitle' )
skins/CologneBlue.php 75 wfMsg sitesubtitle wfMsg( 'sitesubtitle' )
skins/CologneBlue.php 124 wfMsg qbfind wfMsg( 'qbfind' )
skins/CologneBlue.php 158 wfMsgForContent aboutpage wfMsgForContent( 'aboutpage' )
skins/CologneBlue.php 159 wfMsg about wfMsg( 'about' )
skins/CologneBlue.php 162 wfMsgForContent helppage wfMsgForContent( 'helppage' )
skins/CologneBlue.php 163 wfMsg help wfMsg( 'help' )
skins/CologneBlue.php 166 wfMsgForContent faqpage wfMsgForContent( 'faqpage' )
skins/CologneBlue.php 167 wfMsg faq wfMsg( 'faq' )
skins/CologneBlue.php 182 wfMsg logout wfMsg( 'logout' )
skins/CologneBlue.php 189 wfMsg login wfMsg( 'login' )
skins/CologneBlue.php 224 wfMessage wfMessage( $heading )
skins/CologneBlue.php 248 wfMsgForContent edithelppage wfMsgForContent( 'edithelppage' )
skins/CologneBlue.php 249 wfMsg edithelp wfMsg( 'edithelp' )
skins/CologneBlue.php 300 wfMsg mytalk wfMsg( 'mytalk' )
skins/CologneBlue.php 311 wfMsg mypage wfMsg( 'mypage' )
skins/CologneBlue.php 319 wfMsg mycontris wfMsg( 'mycontris' )
skins/CologneBlue.php 341 wfMsg sitesupport wfMsg( 'sitesupport' )
skins/CologneBlue.php 346 wfMsg moredotdotdot wfMsg( 'moredotdotdot' )
skins/CologneBlue.php 361 wfMsg wfMsg( $key )
skins/CologneBlue.php 381 wfMsg searcharticle wfMsg( 'searcharticle' )
skins/CologneBlue.php 384 wfMsg search wfMsg( 'search' )
skins/CologneBlue.php 386 wfMsg powersearch-legend wfMsg( 'powersearch-legend' )
./languages/Language.php 528 wfMessage wfMessage( $msg )
./languages/Language.php 681 wfMsgExt wfMsgExt( $msg, array( 'parsemag', 'language' => $this ) )
./languages/Language.php 2649 wfMsgExt comma-separator wfMsgExt(
'comma-separator',
array( 'parsemag', 'escapenoentities', 'language' => $this )
)
./languages/Language.php 2665 wfMsgExt semicolon-separator wfMsgExt(
'semicolon-separator',
array( 'parsemag', 'escapenoentities', 'language' => $this )
)
./languages/Language.php 2680 wfMsgExt pipe-separator wfMsgExt(
'pipe-separator',
array( 'escapenoentities', 'language' => $this )
)
./languages/Language.php 2707 wfMsgExt ellipsis wfMsgExt( 'ellipsis', array( 'escapenoentities', 'language' => $this ) )
./languages/Language.php 2805 wfMsgExt ellipsis wfMsgExt( 'ellipsis', array( 'escapenoentities', 'language' => $this ) )
./languages/Language.php 3472 wfMessage infiniteblock wfMessage( 'infiniteblock' )
./languages/LanguageConverter.php 530 wfMessage wfMessage( 'conversion-ns' . $index )
./languages/LanguageConverter.php 662 wfMsgForContent language-converter-depth-warning wfMsgForContent( 'language-converter-depth-warning',
$this->mMaxDepth )