Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.i18n.php |
— | — | @@ -117,10 +117,10 @@ |
118 | 118 | 'edittoolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='/wiki/File:Wiki.png'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/EditToolbar/images/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Enlarge' class='internal' href='/wiki/File:Wiki.png'><img height='11' width='15' alt='' src='skins/common/images/magnify-clip.png'/></a></div>Caption text</div></div>", |
119 | 119 | 'edittoolbar-help-content-reference-description' => 'Reference', |
120 | 120 | 'edittoolbar-help-content-reference-syntax' => 'Page text.<ref name="test">[http://www.example.org Link text], additional text.</ref>', |
121 | | - 'edittoolbar-help-content-reference-result' => "Page text <sup><a href='#'>[1]</a></sup>", |
| 121 | + 'edittoolbar-help-content-reference-result' => "Page text.<sup><a href='#'>[1]</a></sup>", |
122 | 122 | 'edittoolbar-help-content-rereference-description' => 'Additional use of same reference', |
123 | 123 | 'edittoolbar-help-content-rereference-syntax' => '<ref name="test" />', |
124 | | - 'edittoolbar-help-content-rereference-result' => "Page text <sup><a href='#'>[1]</a></sup>", |
| 124 | + 'edittoolbar-help-content-rereference-result' => "Page text.<sup><a href='#'>[1]</a></sup>", |
125 | 125 | 'edittoolbar-help-content-showreferences-description' => 'Display references', |
126 | 126 | 'edittoolbar-help-content-showreferences-syntax' => '<references /> or {<!-- -->{Reflist}}', |
127 | 127 | 'edittoolbar-help-content-showreferences-result' => "<ol class='references'><li id='cite_note-test-0'><b><a title='' href='#'>^</a></b> <a rel='nofollow' title='http://www.example.org' class='external text' href='#'>Link text</a>, additional text.</li></ol>", |
— | — | @@ -129,7 +129,7 @@ |
130 | 130 | 'edittoolbar-help-content-signaturetimestamp-result' => "<a href='#' title='{{#special:mypage}}'>Username</a> (<a href='#' title='{{#special:mytalk}}'>talk</a>) 15:54, 10 June 2009 (UTC)", |
131 | 131 | 'edittoolbar-help-content-signature-description' => 'Signature', |
132 | 132 | 'edittoolbar-help-content-signature-syntax' => '~~~', |
133 | | - 'edittoolbar-help-content-signature-result' => "<a href='#' title='{{#special:mypage}}'>Username</a> (<a href='#' title='{{#special:mytalk}}'>talk</a>)</p>", |
| 133 | + 'edittoolbar-help-content-signature-result' => "<a href='#' title='{{#special:mypage}}'>Username</a> (<a href='#' title='{{#special:mytalk}}'>talk</a>)", |
134 | 134 | 'edittoolbar-help-content-indent-description' => 'Indent', |
135 | 135 | 'edittoolbar-help-content-indent-syntax' => 'Normal text<br />:Indented text<br />::Indented text', |
136 | 136 | 'edittoolbar-help-content-indent-result' => 'Normal text<dl><dd>Indented text<dl><dd>Indented text</dd></dl></dd></dl>' |